Skip to content

Releases: fkranenburg/bootstrap-pincode-input

v3.0.1

10 Jan 21:10
Compare
Choose a tag to compare

Fixes issue #43, component didn't display properly inside a bootstrap modal. Updated demo page to demonstrate a working version inside Bootstrap modals.

v3.0.0

03 Jan 15:35
Compare
Choose a tag to compare

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

26 Sep 14:12
Compare
Choose a tag to compare

Bug Fixes

  • Fixes issue with input elements width in Firefox

v2.2.0

04 Jun 14:01
6fe01d3
Compare
Choose a tag to compare

Bug Fixes

  • Added detection iPad Pro as a touchscreen device ( #32 )
  • Place digits more precisely in the middle of fake boxes ( #33 )

v2.1.0

13 Apr 12:54
Compare
Choose a tag to compare

Fixes paste event not working as described in #28

v2.0.1

06 Feb 20:27
Compare
Choose a tag to compare

letterspacing fix on ios

v2.0.0

06 Feb 17:58
Compare
Choose a tag to compare

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

08 Jul 19:30
Compare
Choose a tag to compare

Fixes in this release, thanks to @iTaybb

fix bug: default pattern is not used
fix bug: inputtype tel does not prevent alphabet on PCs
fix css: to look better on Android systems
enlarge max supported digits from 6 to 9
minor code styling fixes

v1.6.1

03 Mar 19:57
Compare
Choose a tag to compare

Fixed default value not showing on mobile devices (when hidedigits=false)
Fixed styling issues on mobile devices

v1.6.0

20 Feb 19:33
Compare
Choose a tag to compare

This release fixes #12

From now on I this project will not use <input type="password"> anymore but instead using a custom font to hide digits. This fixes the issue that the number pad was not shown on mobile devices when digits must be hidden.