From 9c969bd05ff03ff62e426de4d70adee3bba9473d Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sun, 21 Apr 2019 16:08:05 -0400 Subject: [PATCH] chore(release): 2.10.0 --- doc/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 30 +++++++++++++++--------------- 2 files changed, 43 insertions(+), 15 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 0435c0baf..9f4dc8875 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [2.10.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v2.9.2...v2.10.0) (2019-04-21) + + +### Bug Fixes + +* **backend:** Filter presets is getting removed when calling sort ([98e8199](https://github.com/ghiscoding/aurelia-slickgrid/commit/98e8199)) +* **formatter:** rewrite formatter do what it was supposed to do ([9100e2c](https://github.com/ghiscoding/aurelia-slickgrid/commit/9100e2c)) +* **headerMenu:** calling "Clear Filter" was calling incorrect grid state ([a699c45](https://github.com/ghiscoding/aurelia-slickgrid/commit/a699c45)) +* **input:** remove autocomplete from all Editors & Filters ([6db160e](https://github.com/ghiscoding/aurelia-slickgrid/commit/6db160e)) +* **input:** remove autocomplete from all Editors & Filters again ([437e913](https://github.com/ghiscoding/aurelia-slickgrid/commit/437e913)) +* **pageSizes:** setting different sizes extend global sizes, fixes [#150](https://github.com/ghiscoding/aurelia-slickgrid/issues/150) ([d64cf9a](https://github.com/ghiscoding/aurelia-slickgrid/commit/d64cf9a)) +* **rowDetail:** use latest Github SlickGrid code, temporary fix ([c4a319b](https://github.com/ghiscoding/aurelia-slickgrid/commit/c4a319b)) +* **select:** sync multiple-select.js with core lib & fix some js event ([a9b6093](https://github.com/ghiscoding/aurelia-slickgrid/commit/a9b6093)) + + +### Features + +* **e2e:** add Jest & Cypress to the lib ([#148](https://github.com/ghiscoding/aurelia-slickgrid/issues/148)) ([9905245](https://github.com/ghiscoding/aurelia-slickgrid/commit/9905245)) +* **editor:** add title attribute to all Editors ([#156](https://github.com/ghiscoding/aurelia-slickgrid/issues/156)) ([6e0d125](https://github.com/ghiscoding/aurelia-slickgrid/commit/6e0d125)) +* **filter:** add demo of single search filter, closes [#152](https://github.com/ghiscoding/aurelia-slickgrid/issues/152) ([#157](https://github.com/ghiscoding/aurelia-slickgrid/issues/157)) ([919872e](https://github.com/ghiscoding/aurelia-slickgrid/commit/919872e)) +* **filters:** add flag to optionally trim filter white spaces ([f0496fb](https://github.com/ghiscoding/aurelia-slickgrid/commit/f0496fb)) +* **jest:** write a couple more Jest unit tests ([35537ba](https://github.com/ghiscoding/aurelia-slickgrid/commit/35537ba)) +* **rowDetail:** user can override expand icon logic ([#154](https://github.com/ghiscoding/aurelia-slickgrid/issues/154)) ([4c887c6](https://github.com/ghiscoding/aurelia-slickgrid/commit/4c887c6)) +* **rowSelection:** user can override row selection checkbox logic ([#155](https://github.com/ghiscoding/aurelia-slickgrid/issues/155)) ([b5d7546](https://github.com/ghiscoding/aurelia-slickgrid/commit/b5d7546)) + + + ## [2.9.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v2.9.1...v2.9.2) (2019-03-18) diff --git a/package.json b/package.json index 75660fcae..c326d6c85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-slickgrid", - "version": "2.9.2", + "version": "2.10.0", "description": "Slickgrid components made available in Aurelia", "keywords": [ "aurelia", @@ -170,20 +170,20 @@ "lib": "dist/amd" }, "dependencies": { - "aurelia-event-aggregator": ">=1.0.1", - "aurelia-framework": ">=1.1.0", - "aurelia-i18n": ">=2.1.0", - "aurelia-pal": ">=1.4.0", - "dompurify": "^1.0.7", - "flatpickr": ">=4.2.4", - "i18next-xhr-backend": ">=1.5.0", - "jquery": ">=3.2.1", - "jquery-ui-dist": "^1.12.1", - "lodash.isequal": "^4.5.0", - "moment": ">=2.18.1", - "moment-mini": ">=2.18.1", - "slickgrid": "^2.4.7", - "text-encoding-utf-8": "^1.0.2" + "aurelia-event-aggregator": ">=1.0.1", + "aurelia-framework": ">=1.1.0", + "aurelia-i18n": ">=2.1.0", + "aurelia-pal": ">=1.4.0", + "dompurify": "^1.0.7", + "flatpickr": ">=4.2.4", + "i18next-xhr-backend": ">=1.5.0", + "jquery": ">=3.2.1", + "jquery-ui-dist": "^1.12.1", + "lodash.isequal": "^4.5.0", + "moment": ">=2.18.1", + "moment-mini": ">=2.18.1", + "slickgrid": "^2.4.7", + "text-encoding-utf-8": "^1.0.2" } }, "standard-version": {