Releases: benjamincharity/angular-keypad
Releases · benjamincharity/angular-keypad
2.0.4
- 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
- 🐛 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
- Added missing eslint angular plugin
- Moved dev server to devDependencies
- Moved angular to dependencies
- Changed AngularJS dependency to allow
1.4.0
up till2.0.0
.
2.0.0
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
1.0.1
🐛 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
First stable release.
0.1.0
Initial release