Skip to content

Commit

Permalink
Prepare 2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
duizendnegen committed Mar 20, 2017
1 parent c01463a commit 1ad0655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[View 1.X CHANGELOG](https://github.com/edgycircle/ember-pikaday/blob/stable-1/CHANGELOG.md)

## 2.2.2
- Fix infinite rendering invalidation detected (Contribution by [@jedrula](https://github.com/jedrula))
- Fix 2.12 deprecation of arguments in component life cycle hooks (Contribution by [@leizhao4](https://github.com/leizhao4))
- Fix enforcing minDate to allow null value (Contribution by [@ilucin](https://github.com/ilucin))

## 2.2.1
- Enforce current date to be between specified min & max date, also on changes of those (Contribution by [@showy](https://github.com/showy))
- Replace deprecated `Ember.K` syntax with JavaScript alternative (Contribution by [@locks](https://github.com/locks))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-pikaday",
"version": "2.2.1",
"version": "2.2.2",
"description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 1ad0655

Please sign in to comment.