Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Sep 8, 2018
1 parent e4ee2cc commit 6e6f115
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future-release=v2.1.0
future-release=v3.0.0
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [v3.0.0](https://github.com/Exelord/ember-custom-actions/tree/v3.0.0) (2018-09-08)
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.1.0...v3.0.0)

**Implemented enhancements:**

- Upgrade to Ember 3.4 [\#51](https://github.com/Exelord/ember-custom-actions/pull/51) ([Exelord](https://github.com/Exelord))
- Drop support for Ember 2.12 [\#50](https://github.com/Exelord/ember-custom-actions/pull/50) ([Exelord](https://github.com/Exelord))
- Update dependencies [\#47](https://github.com/Exelord/ember-custom-actions/pull/47) ([Exelord](https://github.com/Exelord))

**Closed issues:**

- \[Feature request\] Make it possible to add an extra 'callback' function to custom actions [\#46](https://github.com/Exelord/ember-custom-actions/issues/46)
- urlForCustomAction not working. [\#45](https://github.com/Exelord/ember-custom-actions/issues/45)
- Pass payload through serializer? [\#41](https://github.com/Exelord/ember-custom-actions/issues/41)

## [v2.1.0](https://github.com/Exelord/ember-custom-actions/tree/v2.1.0) (2018-05-01)
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.0.1...v2.1.0)

Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-custom-actions",
"version": "2.1.0",
"version": "3.0.0",
"description": "Custom API actions for Ember 2 applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 6e6f115

Please sign in to comment.