Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Oct 1, 2018
1 parent 86d7859 commit 05fee20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[View 1.X CHANGELOG](https://github.com/edgycircle/ember-pikaday/blob/stable-1/CHANGELOG.md)

## 2.3.0

- Cleanup scheduled task when component is torn down (Contribution by [@bdollard](https://github.com/bdollard))
- chore: configure Prettier (Contribution by [@alexlafroscia](https://github.com/alexlafroscia))
- Allow minDate & maxDate to be reset (Contribution by [@asjongers](https://github.com/asjongers))
- Update Tests (Contribution by [@alexlafroscia](https://github.com/alexlafroscia))
- fix: remove use of deprecated `sync` queue (Contribution by [@alexlafroscia](https://github.com/alexlafroscia)

## 2.2.6

- Upgrade to ES6 modules (Contribution by [@esbanarango](https://github.com/esbanarango))
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.6",
"version": "2.3.0",
"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 05fee20

Please sign in to comment.