Skip to content

Commit 6e6f115

Browse files
committed
v3.0.0
1 parent e4ee2cc commit 6e6f115

4 files changed

+32
-17
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=v2.1.0
1+
future-release=v3.0.0

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v3.0.0](https://github.com/Exelord/ember-custom-actions/tree/v3.0.0) (2018-09-08)
4+
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.1.0...v3.0.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Upgrade to Ember 3.4 [\#51](https://github.com/Exelord/ember-custom-actions/pull/51) ([Exelord](https://github.com/Exelord))
9+
- Drop support for Ember 2.12 [\#50](https://github.com/Exelord/ember-custom-actions/pull/50) ([Exelord](https://github.com/Exelord))
10+
- Update dependencies [\#47](https://github.com/Exelord/ember-custom-actions/pull/47) ([Exelord](https://github.com/Exelord))
11+
12+
**Closed issues:**
13+
14+
- \[Feature request\] Make it possible to add an extra 'callback' function to custom actions [\#46](https://github.com/Exelord/ember-custom-actions/issues/46)
15+
- urlForCustomAction not working. [\#45](https://github.com/Exelord/ember-custom-actions/issues/45)
16+
- Pass payload through serializer? [\#41](https://github.com/Exelord/ember-custom-actions/issues/41)
17+
318
## [v2.1.0](https://github.com/Exelord/ember-custom-actions/tree/v2.1.0) (2018-05-01)
419
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.0.1...v2.1.0)
520

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-custom-actions",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Custom API actions for Ember 2 applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)