Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 15, 2020
1 parent 32a311d commit 06d2491
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# Changelog

## v3.0.0 (2020-04-15)

#### :boom: Breaking Change

This major version release drops support for Node.js 6 and 8 and for all
Ember.js releases that happened before v3.12. Other than that there should be
no other breaking changes included in this release.

* [#307](https://github.com/adopted-ember-addons/ember-pikaday/pull/307) Update Ember CLI v3.14.0...v3.16.0 ([@jrjohnson](https://github.com/jrjohnson))

#### :rocket: Enhancement
* [#296](https://github.com/adopted-ember-addons/ember-pikaday/pull/296) Remove jquery ([@the-bionic](https://github.com/the-bionic))

#### :bug: Bug Fix
* [#309](https://github.com/adopted-ember-addons/ember-pikaday/pull/309) Fix build when included in an addon ([@jrjohnson](https://github.com/jrjohnson))
* [#297](https://github.com/adopted-ember-addons/ember-pikaday/pull/297) Prefer moment's localeData methods ([@drouhard](https://github.com/drouhard))

#### :memo: Documentation
* [#298](https://github.com/adopted-ember-addons/ember-pikaday/pull/298) use angle bracket syntax ([@the-bionic](https://github.com/the-bionic))

#### :house: Internal
* [#319](https://github.com/adopted-ember-addons/ember-pikaday/pull/319) Delete unnecessary `codemods.log` file ([@Turbo87](https://github.com/Turbo87))
* [#309](https://github.com/adopted-ember-addons/ember-pikaday/pull/309) Fix build when included in an addon ([@jrjohnson](https://github.com/jrjohnson))
* [#257](https://github.com/adopted-ember-addons/ember-pikaday/pull/257) Testing setup cleanup ([@Turbo87](https://github.com/Turbo87))
* [#234](https://github.com/adopted-ember-addons/ember-pikaday/pull/234) Replace `ember-cli-node-assets` with regular imports from `node_modules` ([@Turbo87](https://github.com/Turbo87))
* [#235](https://github.com/adopted-ember-addons/ember-pikaday/pull/235) Add dependabot config file ([@Turbo87](https://github.com/Turbo87))
* [#233](https://github.com/adopted-ember-addons/ember-pikaday/pull/233) Replace `ember-cli-template-lint` with just `ember-template-lint` ([@Turbo87](https://github.com/Turbo87))

#### Committers: 4
- Inem Patrick ([@the-bionic](https://github.com/the-bionic))
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
- Matt Drouhard ([@drouhard](https://github.com/drouhard))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v2.4.1 (2019-09-10)

#### :bug: Bug Fix
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.4.1",
"version": "3.0.0",
"description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.",
"keywords": [
"datepicker",
Expand Down

0 comments on commit 06d2491

Please sign in to comment.