Skip to content

Releases: jonathanpmartins/v-money3

3.16.1 - Allow-blank fix

19 Aug 03:02
Compare
Choose a tag to compare

Fixing problem with allow-blank option that did not work on precision other than 2.

3.16.0 - Introducing the number model modifier

10 Aug 02:14
Compare
Choose a tag to compare
  • v-model will always return a string. If masked is set to true, it will be formatted, otherwise a fixed string representation of a float number will be received. To receive a float number directly in your model use v-model.number. See #27

3.15.2 - Development Improvments

09 Aug 20:50
Compare
Choose a tag to compare
  • New npm run bump-lock script to mirror package.json version.
  • Force the usage of node 16 on local tests.

3.15.1 - Minor improvements

02 Aug 06:30
Compare
Choose a tag to compare
  • Pointing npm scripts to local binaries
  • Update CI to node 16.
  • More e2e tests with puppeteer.
  • Restrict + and - in some properties. See #30
  • Correct toggle for - and + signals. #29

3.15.0 - Exporting format function

01 Aug 18:23
Compare
Choose a tag to compare
  • Exposing internal format and unformat functions. #28

3.14.3 - New Tests

01 Aug 06:02
Compare
Choose a tag to compare
  • Setup tests with puppeteer.
  • Eslint Added
  • Returning a float instead of a string to the model. #27
  • Fixing issues catch in the new tests that the old test didn't.

3.14.2 - Fixing directive bug

31 Jul 00:01
Compare
Choose a tag to compare
  • Fixing an issue that broke a directive feature in the last release. #23

3.14.1 - Fixbugs

30 Jul 05:26
Compare
Choose a tag to compare
  • Fixing bug where component were unusable with US format. #22
  • Fixing a problem with component that continues to mask the input value even if masked were set to false.

3.14.0 - Fixing component misbehavior

29 Jul 05:47
Compare
Choose a tag to compare
  • Directive does not set cursor position on focus anymore. #20
  • Component respect cursor position when focus through mouse click. #20
  • Fix odd behavior when replacing value after input selection. #21

3.13.9 - All dependencies upgraded

27 Jul 05:42
Compare
Choose a tag to compare
v3.13.9

debugging github workflow