Releases: networkteam/ember-cli-maskedinput
Releases · networkteam/ember-cli-maskedinput
v3.0.0
Ember Octane compatibility
- Updated addon to current Ember CLI blueprint
Breaking Changes:
MaskedInput
is now a Glimmer component without two-way binding of the current value. Updates are only supported via theon-change
argument.
Bugfix release
Bugfixes
- Ignore key presses and paste in a readonly input element in Firefox (contributed by @moxide)
Bugfix release and cleanups
Bugfixes
- Fix tabbing / focus in some browsers (e.g. Firefox)
Improvements
- Added more ember-try scenarios
- Fix JSCS and JSHint issues
- Remove deprecated usage of Ember.K