Skip to content

Releases: networkteam/ember-cli-maskedinput

v3.0.0

17 Jan 12:03
Compare
Choose a tag to compare

Add compatibility with newer Ember versions by using ember-ref-bucket

Ember Octane compatibility

19 May 15:35
Compare
Choose a tag to compare
  • 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 the on-change argument.

Bugfix release

17 May 13:17
Compare
Choose a tag to compare

Bugfixes

  • Ignore key presses and paste in a readonly input element in Firefox (contributed by @moxide)

Bugfix release and cleanups

19 Jan 09:27
Compare
Choose a tag to compare

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