From 31f431af8397aa6bff040a48ef60d3ade1ae1b14 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 13 Mar 2022 23:21:19 -0500 Subject: [PATCH] Version Bump --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebb1a1..97371a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4] - 2022-03-13 +### Added +- You can now access this.on() from within a createLayer function (and other BaseLayer properties) +- Support for passing non-persistent refs to createResource +- dontMerge class to allow features to ignore mergeAdjacent +### Fixed +- Clickables would not merge adjacent +- onClick and onHold functions would not be bound to their object when being called +- Refs passed to a components style prop would be ignored +- Fixed z-index issue when stopping hovering over features with .can class + ## [0.1.3] - 2022-03-11 ### Added - Milestone.complete diff --git a/package.json b/package.json index c2075b5..4358539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profectus", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "start": "vue-cli-service serve",