Releases: fkranenburg/bootstrap-pincode-input
Releases · fkranenburg/bootstrap-pincode-input
v3.0.1
v3.0.0
Warning: possible breaking changes.
- Allow paste from keyboard (#38)
- Removed workaround for 'jumpy' input boxes after pincode was complete (see #40).
This change applies for mobile devices only.
This change required removing some class 'form-control' specific styling like the outline and bordes when focussed. - Removed Bower support
- Pincode value is automatically removed if mobile device 'focus' the component again
- The 'complete' callback is fired a bit later (100ms) for mobile devices only (see #40).
v2.3.0
Bug Fixes
- Fixes issue with input elements width in Firefox
v2.2.0
v2.1.0
v2.0.1
letterspacing fix on ios
v2.0.0
New: Added support for Bootstrap 4 and custom form-control sizes.
Fix: fixed jumpy issues when using this control in touch devices, as seen in #24
Possible breaking change: This version does not use table elements anymore for displaying on touch devices, instead it uses a flexbox. Some custom styling may need to be changed.
v1.7.0
v1.6.1
Fixed default value not showing on mobile devices (when hidedigits=false)
Fixed styling issues on mobile devices