Skip to content

Commit 6e23c8d

Browse files
committed
v3.2.0
1 parent 27b42c0 commit 6e23c8d

5 files changed

+3056
-1114
lines changed

.github_changelog_generator

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

CHANGELOG.md

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

3+
## [v3.2.0](https://github.com/Exelord/ember-custom-actions/tree/v3.2.0) (2019-06-20)
4+
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v3.1.0...v3.2.0)
5+
6+
**Closed issues:**
7+
8+
- Pass the `model` to `dataForCustomAction` within `params` for enabling serialization [\#59](https://github.com/Exelord/ember-custom-actions/issues/59)
9+
10+
**Merged pull requests:**
11+
12+
- Add model itself as params to dataForCustomAction [\#60](https://github.com/Exelord/ember-custom-actions/pull/60) ([feanor07](https://github.com/feanor07))
13+
- Bump bootstrap-sass from 3.3.7 to 3.4.1 [\#58](https://github.com/Exelord/ember-custom-actions/pull/58) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump morgan from 1.9.0 to 1.9.1 [\#57](https://github.com/Exelord/ember-custom-actions/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
316
## [v3.1.0](https://github.com/Exelord/ember-custom-actions/tree/v3.1.0) (2019-03-04)
417
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v3.0.0...v3.1.0)
518

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ export default JSONAPIAdapter.extend(AdapterMixin, {
192192
});
193193
```
194194

195+
`params` contains following data: `data`, `actionId`, `modelId`, `model`
196+
195197
### Configuration
196198

197199
You can define your custom options in your `config/environment.js` file

0 commit comments

Comments
 (0)