Skip to content

Commit

Permalink
v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Sep 29, 2018
1 parent 4d1466f commit 9d44086
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 9d44086

Please sign in to comment.