From 1ad0655d263b78a07066ea08caf4f65c12dc932a Mon Sep 17 00:00:00 2001 From: Pepijn Schoen Date: Mon, 20 Mar 2017 20:54:36 +0100 Subject: [PATCH] Prepare 2.2.2 release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4e9a19..10e2c776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index b898e309..437aeb4a 100644 --- a/package.json +++ b/package.json @@ -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",