Skip to content

Releases: nosir/cleave.js

Fix date mode month and day auto correction issue

21 Jul 12:59
Compare
Choose a tag to compare
  • For day: 00->01, 32->31, 4->04
  • For month: 00->01, 13->12, 2->02

#16
#31

Second round bug fix after launching

19 Jul 13:57
Compare
Choose a tag to compare
  • Fix wrong usage code in README #53
  • Fix getRawValue() and delimiter usage issue: #52
  • Improve documentation for options: #50

First round bug fix after launching

16 Jul 06:43
Compare
Choose a tag to compare
  • Fix improper language used in doc: #43
  • Fix ReactJS component value updating issue: #29
  • Fix removeEventListener register issue: #21
  • Enable prefix for numeral mode : #18
  • Fix bower main pointing: #41
  • Fix comments parameters order: #23
  • Use more efficient bind in ReactJS component: #17
  • Add the latest and most up to date node 4 (LTS) for CI: #13

Add credit card type detection callback

10 Jul 06:37
Compare
Choose a tag to compare
  • Add onCreditCardTypeChanged callback

Major fix release

09 Jul 13:00
Compare
Choose a tag to compare
  • Add uppercase and lowercase converting enhancement
  • Remove the leading 0s for numeral bug
  • Fix DOM element parameter doesn't work bug
  • Change plugin to addon bug
  • Fix .setRawValue failed for credit card input field bug

Major feature release

25 Jun 13:38
Compare
Choose a tag to compare
  • Main package
  • Documentation
  • CommonJS & AMD
  • ReactJS component