Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.02 KB

CHANGE.md

File metadata and controls

50 lines (29 loc) · 1.02 KB

Change Log: yii2-number

Version 1.0.6

Date: 19-Jun-2019

  • (enh #13): Set default save input type to text for correct form reset.
  • Add sponsorship configuration.

Version 1.0.5

Date: 07-Dec-2018

  • (bug #10, #11)- Pressing the "enter" key does not change the input value.
  • Update README.

Version 1.0.4

Date: 09-Oct-2018

  • Update composer dependencies.
  • (enh #9): Detect mask change on ENTER key press.
  • (enh #8): New property displayAttribute to allow read/write of masked format data to model.

Version 1.0.3

Date: 26-Jul-2018

  • (bug #6, #7): Correct Yii namespace.
  • (enh #5): Default groupSeparator and radixPoint from locale.

Version 1.0.2

Date: 07-Jun-2018

  • Reorganize source code in src folder.
  • (bug #4): Correct source plugin incorrect unmasking for non standard radixPoint.

Version 1.0.1

Date: 01-May-2018

  • (bug #3): Fix val.replace error due to inputmask auto unmask.

Version 1.0.0

Date: 30-Jan-2018

  • Initial release.