Skip to content

Releases: EmberExperts/ember-custom-actions

Community backed

20 Jun 09:53
Compare
Choose a tag to compare

v3.2.0 (2019-06-20)

Full Changelog

Closed issues:

  • Pass the model to dataForCustomAction within params for enabling serialization #59

Merged pull requests:

Warnhole™️

20 Jun 09:55
Compare
Choose a tag to compare

v3.1.0 (2019-03-04)

Full Changelog

Closed issues:

  • Warning: cjs already defined #54

Merged pull requests:

  • Update ember-cli-cjs-transform to 2.0.0 #55 (oakho)

The future

08 Sep 19:20
Compare
Choose a tag to compare

v3.0.0 (2018-09-08)

Full Changelog

Implemented enhancements:

Closed issues:

  • [Feature request] Make it possible to add an extra 'callback' function to custom actions #46
  • urlForCustomAction not working. #45
  • Pass payload through serializer? #41

Isolation

01 May 20:49
Compare
Choose a tag to compare

v2.1.0 (2018-05-01)

Full Changelog

Implemented enhancements:

  • Feature new pushToStore implementation #43 (Exelord)

Merged pull requests:

Community

23 Apr 18:41
Compare
Choose a tag to compare

v2.0.1 (2018-04-23)

Full Changelog

Implemented enhancements:

Alpine power

07 Mar 16:00
Compare
Choose a tag to compare

Full Changelog

This version is not backward compatible with earlier versions.

REQUIRED CHANGES

Configuration options keys:

  • type -> method - The default has changed from PUT -> POST
  • promiseType -> responseType
  • params -> queryParams

Adapter support

There is a new method available customAction which will allow you using integration with adapters and serializers. You can also customize the adapter by overriding following methods:

  • urlForCustomAction - you can customize your request's URL in the adapter
  • dataForCustomAction - you can customize your request's data in the adapter
  • headersForCustomAction - you can customize your request's headers in the adapter
  • methodForCustomAction - you can now customize your request's method in the adapter

Implemented enhancements:

Closed issues:

  • Assertion Failed: You must provide a path for model action! #39

Be ready for 2:14

25 Jun 21:45
Compare
Choose a tag to compare

v1.6.0 (2017-06-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Could not find module ember-data/-private/debug imported from ember-custom-actions/serializers/rest #20

Custom Query Params

24 Jun 21:46
Compare
Choose a tag to compare

v1.5.0 (2017-06-24)

Full Changelog

Implemented enhancements:

Revelation

20 Jun 21:39
Compare
Choose a tag to compare

v1.4.0 (2017-06-20)

Full Changelog

Implemented enhancements:

  • Handle backend errors deserialization + support RESTSerializer #15 (dcyriller)

Fresh fruit

10 Apr 18:53
Compare
Choose a tag to compare

v1.3.0

Full Changelog

Merged pull requests: