Skip to content

Releases: networkteam/ember-cli-maskedinput

v3.0.0

Choose a tag to compare

@hlubek hlubek released this 17 Jan 12:03

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

Ember Octane compatibility

Choose a tag to compare

@hlubek hlubek released this 19 May 15:35
  • 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

Choose a tag to compare

@hlubek hlubek released this 17 May 13:17

Bugfixes

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

Bugfix release and cleanups

Choose a tag to compare

@hlubek hlubek released this 19 Jan 09:27

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