diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fe9832..5e06a4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ [View 1.X CHANGELOG](https://github.com/edgycircle/ember-pikaday/blob/stable-1/CHANGELOG.md) +## 2.2.6 + +- Upgrade to ES6 modules (Contribution by [@esbanarango](https://github.com/esbanarango)) +- add test on interactor day selection edge case (Contribution by [@hakilebara](https://github.com/hakilebara)) +- set autocomplete to off as default (Contribution by [@luxferresum](https://github.com/luxferresum)) +- Move ember-cli-moment-shim to dependencies (Contribution by [@esbanarango](https://github.com/esbanarango)) + ## 2.2.5 - Prevent error in run later when component was destroyed (Contribution by [@Schnellesadlerauge](https://github.com/Schnellesadlerauge))) diff --git a/package.json b/package.json index 9ba71803..705a4f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-pikaday", - "version": "2.2.5", + "version": "2.2.6", "description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.", "directories": { "doc": "doc", @@ -49,8 +49,8 @@ "dependencies": { "ember-cli-babel": "^6.6.0", "ember-cli-htmlbars": "^1.1.1", - "ember-cli-node-assets": "^0.2.2", "ember-cli-moment-shim": "^3.6.0", + "ember-cli-node-assets": "^0.2.2", "fastboot-transform": "^0.1.1", "pikaday": "^1.5.1" },