Skip to content

Releases: adopted-ember-addons/ember-inputmask

Release 2.0.0

10 Jan 16:43
Compare
Choose a tag to compare

💥 Breaking Change

Committers: 1

Release 1.0.0

10 Jan 16:30
Compare
Choose a tag to compare

💥 Breaking Change

🏠 Internal

Committers: 1

0.6.0

26 Dec 22:56
Compare
Choose a tag to compare
v0.6.0

0.6.0

0.5.0

06 Dec 03:14
Compare
Choose a tag to compare

Added two new one-way input masks

  • one-way-input-mask
  • one-way-number-mask

More options for number input.

23 Jun 07:12
Compare
Choose a tag to compare
Pre-release

Changelog

#35 Add more options to number input, by @jasonbekolay

Inputmask 3.3.6 upgrade, path updates and test fixes.

23 Jun 07:00
Compare
Choose a tag to compare

This pre-release version of v0.4.x upgrades Inputmask to 3.3.6 which has following notable changes:

  • NPM package name is now just 'inputmaskinstead of 'jquery.inputmask.
  • Regex extension has been removed.
  • The location of inputmask.dependencyLib.js has changed.
  • Some behaviors have changed.

Changelog

  • Upgraded Inputmask to 3.3.6.
  • Fixed file importing.
  • Fixed some tests.
  • Upgraded ember-native-dom-helpers to ^0.4.0.

Inputmask package name update.

23 Jun 07:03
Compare
Choose a tag to compare

This release updates Bower package name from jquery.inputmask to inputmask.

Goodbye jQuery, Goodbye Bower.

24 Mar 17:44
Compare
Choose a tag to compare
Pre-release

This is the first pre-release version of v0.4.x, which removes jQuery and Bower dependencies. It also updates many packages, tests, configs and documents.

Changelog

  • Upgraded jquery.inputmask 3.2.7 to Inputmask 3.3.4 and removed jQuery dependency.
  • Replaced all Bower packages (including Inputmask) with NPM ones.
  • Fixed all broken tests (with help from ember-native-dom-helpers).
  • Bumped Node version to 6.
  • Bumped Ember and Ember CLI to 2.12.
  • Bumped some other dependencies.
  • Replaced JSHint with ESLint.
  • Updated Travis CI and ember-try configs.
  • Added Yarn support.

Back from deprecation.

24 Mar 15:58
Compare
Choose a tag to compare

We un-deprecated this addon, and brought some bug fixes to you in a new release!

Changelog

#23 Removed unnecessary clearing of options on init. @blimmer
#24 Added a default value of value. @A6Brgeuka
#25 #30 Improved README and removed deprecation notice. @ryanponce @leizhao4
#26 #29 Fixed Fastboot compatibility. @max-konin @leizhao4
#28 Removed support for Node 0.10 and 0.12. @leizhao4

Thank you to all who took the time to contribute!