Skip to content

Releases: benjamincharity/angular-keypad

2.0.4

30 Sep 14:51
Compare
Choose a tag to compare
  • Removed old debug logs
  • Added tests around config array (thanks @AgentofGaming!)

Note: skipped v2.0.3 as the np package seemed to believe it already existed.

2.0.2

20 Sep 18:00
Compare
Choose a tag to compare
  • 🐛 Fixed bug where moving back and forth between views with their own keypad would slowly remove items from the provider numbers array.

2.0.1

19 Sep 14:35
Compare
Choose a tag to compare
  • Added missing eslint angular plugin
  • Moved dev server to devDependencies
  • Moved angular to dependencies
  • Changed AngularJS dependency to allow 1.4.0 up till 2.0.0.

2.0.0

25 Aug 01:12
Compare
Choose a tag to compare

To implement custom button types and methods, much of the module needed to be reworked. Because of this there are many breaking changes in this version. Please review the new documentation carefully.

🚀 Enjoy!

  • bcKeypadConfigProvider now uses methods to overwrite defaults
  • Plug'n'Play button types are supported (submit & backspace)
  • Custom button methods are supported for PnP buttons
  • Added custom method binding that is called when backspace is called on an empty model
  • HTML nesting for the buttons changed slightly
  • Added aria roles to the buttons
  • Changed template locations
  • Terminology change from 'delete' to 'backspace'
  • Namespaced bcKeypadConfigProvider
  • Custom number arrays no longer supported
  • Added parallelshell for better build support

1.0.2

27 Jul 15:23
Compare
Choose a tag to compare

Bump Angular dependency to allow 1.5 thanks to @alcalyn!

1.0.1

26 Jul 23:51
Compare
Choose a tag to compare

🐛 Make sure the number model is always a string
🚨 Added tests
📇 Removed bower version
📇 Added code of conduct
💄 Added badges for license, npm, coverage

1.0.0

05 Apr 15:30
Compare
Choose a tag to compare

First stable release.

0.1.0

05 Apr 15:29
Compare
Choose a tag to compare

Initial release