Skip to content

Releases: kevinongko/vue-numeric

2.2.5

25 Oct 13:29
Compare
Choose a tag to compare

Fixed

  • Value doesn't update when precision digit not match #41

2.2.4

23 Oct 08:56
Compare
Choose a tag to compare

Added

  • Space as thousand separator #40

2.2.3

13 Oct 06:42
Compare
Choose a tag to compare

Fixed

  • Inconsistencies of decimal separator #35

2.2.2

10 Oct 02:59
Compare
Choose a tag to compare

Fixed

  • IE11 issue #25

2.2.1

25 Sep 08:05
Compare
Choose a tag to compare

Fixed

  • commonjs, commonjs2 & amd version #33

2.2.0

24 Sep 22:59
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • Add watcher for separator props #29

2.1.1

04 Sep 08:09
Compare
Choose a tag to compare

Fixed

  • Apply min value when minus props is disabled instead of 0

2.1.0

03 Sep 12:18
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • Missing default max props #27