Skip to content

Commit e7e179a

Browse files
committed
Prepare 2.2.0 release.
1 parent c6db696 commit e7e179a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[View 1.X CHANGELOG](https://github.com/edgycircle/ember-pikaday/blob/stable-1/CHANGELOG.md)
22

3+
## 2.2.0
4+
- Fix test helper. (Contribution by [@duizendnegen](https://github.com/duizendnegen))
5+
- Use Pikaday through npm instead of bower. (Contribution by [@josemarluedke](https://github.com/josemarluedke))
6+
- Fix setting date to wait after min / max date to be updated. (Contribution by [@sl249](https://github.com/sl249))
7+
- Fix firing min/max date changes. (Contribution by [@patrickberkeley](https://github.com/patrickberkeley))
8+
- Basic Fastboot compatibility, by merely rendering an input and excluding Pikaday.js in Fastboot mode. (Contribution by [@josemarluedke](https://github.com/josemarluedke))
9+
- Support for modern `ember-i18n`. (Contribution by [@lcpriest](https://github.com/lcpriest))
10+
311
## 2.1.0
412
- Remove Moment.js deprecation warning due to passed non-parsable arguments. (Contribution by [@mdentremont](https://github.com/mdentremont))
513
- Allow binding of `tabindex` attribute. (Contribution by [@FUT](https://github.com/FUT))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-pikaday",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)