Releases: jasonmit/ember-onbeforeunload
Releases · jasonmit/ember-onbeforeunload
Release 2.0.0
💥 Breaking Change
- #23 Upgrade to ember 3.14 (@tylerturdenpants)
🚀 Enhancement
- #30 Add release-it (@tylerturdenpants)
- #18 Add support for custom async confirmation handler (@krasnoukhov)
Committers: 2
- Dmitry Krasnoukhov (@krasnoukhov)
- Ryan Mark (@tylerturdenpants)
Ember Upgrades to 2.16 LTS
see changelog
Ember CLI Upgrades
See changelog
Method Name Rework, Automated Tests, Remove Controller Usage
We are excited to announce 1.0! Please note that this release introduces breaking API changes.
Please make sure to read UPGRADING.md to ensure a smooth transition.
Ensure ConfirmationMixin mixed into Ember.Route
The ConfirmationMixin
will now throw an exception if it is not mixed into an instance of Ember.Route
. I can't see this breaking anyone's code, but we bumped from 0.2.0 => 0.3.0 just in case.
Move mixin to standard location & add allowUnload()
0.2.0 Release 0.2.0
Converted to an addon
0.1.0 updating package.json and readme
Initial release
0.0.1 adding MIT license fixes #2