Skip to content

Releases: jonathanpmartins/v-money3

v3.24.1 - Fix typescript error TS7016

27 Jan 04:43
Compare
Choose a tag to compare

What's Changed

  • Fix typescript error TS7016: Could not find a declaration file for module 'v-money3'. by @christhofer in #84

New Contributors

Full Changelog: v3.24.0...v3.24.1

3.24.0 - New feature "focusOnRight"

22 Mar 05:17
Compare
Choose a tag to compare

Feature

  • New property focusOnRight brings back the default behaviour on the old v-money library. Requested by @SDIjeremy in issue #77.

Update

  • Added access to variables when extending class. Pull request #81, thanks to @joserick.

3.23.0 - Fix issue when using mjs file.

09 Feb 02:05
Compare
Choose a tag to compare
  • Fix issue #56.
  • "npm update" development dependencies.

Sorry about the late fix guys, this issue was opened about 1 year ago and I really couldn't catch it anywhere.
Thanks to @ivancorrea to point the problem out in his comment here: #56 (comment)

3.22.3 - Development Dependency Low Vulnerability Fix

17 Dec 02:50
Compare
Choose a tag to compare

npm audit report @ 2022-12-16 02:12 UTC

Before

$ npm audit;

decode-uri-component  <0.2.1
decode-uri-component vulnerable to Denial of Service (DoS) - https://github.com/advisories/GHSA-w573-4hg7-7wgq
fix available via `npm audit fix`
node_modules/decode-uri-component

1 low severity vulnerability

Fix

npm run update;

After

$ npm audit;

found 0 vulnerabilities

3.22.2 - Build Target Change

19 Oct 18:56
Compare
Choose a tag to compare
  • "Safari14" added to build target on vite.config.js

3.22.1 - Fixing issue with module import

27 Sep 10:46
Compare
Choose a tag to compare
v3.22.1

update lock file

3.22.0 - Possibility to start with negative symbol

26 Sep 22:57
Compare
Choose a tag to compare

3.21.0 - Properly exporting types

19 Jan 11:33
Compare
Choose a tag to compare

3.20.1 - Fix loop sharing config options

05 Oct 07:40
Compare
Choose a tag to compare
  • Fixing a problem with multiple components in a loop sharing the same config options. Issue #49

3.20.0 - Exporting BigNumber class

26 Sep 01:25
Compare
Choose a tag to compare
  • Exporting BigNumber class. See issue #48
  • TS improvements.
  • Dev dependencies upgrade.