Releases: kevinongko/vue-numeric
Releases · kevinongko/vue-numeric
2.2.5
25 Oct 13:29
Compare
Sorry, something went wrong.
No results found
Fixed
Value doesn't update when precision digit not match #41
2.2.4
23 Oct 08:56
Compare
Sorry, something went wrong.
No results found
Added
Space as thousand separator #40
2.2.3
13 Oct 06:42
Compare
Sorry, something went wrong.
No results found
Fixed
Inconsistencies of decimal separator #35
2.2.2
10 Oct 02:59
Compare
Sorry, something went wrong.
No results found
2.2.1
25 Sep 08:05
Compare
Sorry, something went wrong.
No results found
Fixed
commonjs, commonjs2 & amd version #33
2.2.0
24 Sep 22:59
Compare
Sorry, something went wrong.
No results found
Changes
Reduced build size from 17kb to 4kb #32
accounting-js dependencies removed from bundled code, make sure to add the library when using via CDN
< script src ="https://unpkg.com/accounting-js "> </ script >
< script src ="https://unpkg.com/vue "> </ script >
< script src ="https://unpkg.com/vue-numeric "> </ script >
Fixed
Add watcher for currency props #31
2.1.2
19 Sep 08:04
Compare
Sorry, something went wrong.
No results found
Fixed
Add watcher for separator props #29
2.1.1
04 Sep 08:09
Compare
Sorry, something went wrong.
No results found
Fixed
Apply min value when minus props is disabled instead of 0
2.1.0
03 Sep 12:18
Compare
Sorry, something went wrong.
No results found
Changes
These are not big changes, however I feel it could break some existing apps depending on how you use min & max props.
New default value of min props is Number.MIN_SAFE_INTEGER or -9007199254740991
New default value of max props is Number.MAX_SAFE_INTEGER or 9007199254740991
2.0.1
03 Sep 12:11
Compare
Sorry, something went wrong.
No results found
Fixed
Missing default max props #27