Releases: jonathanpmartins/v-money3
Releases · jonathanpmartins/v-money3
v3.24.1 - Fix typescript error TS7016
What's Changed
- Fix typescript error TS7016: Could not find a declaration file for module 'v-money3'. by @christhofer in #84
New Contributors
- @christhofer made their first contribution in #84
Full Changelog: v3.24.0...v3.24.1
3.24.0 - New feature "focusOnRight"
Feature
- New property
focusOnRight
brings back the default behaviour on the old v-money library. Requested by @SDIjeremy in issue #77.
Update
3.23.0 - Fix issue when using mjs file.
- 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
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
- "Safari14" added to build target on vite.config.js
3.22.1 - Fixing issue with module import
v3.22.1 update lock file
3.22.0 - Possibility to start with negative symbol
- Properly exporting typescript types. Pull request #54 thanks to @sambitevidev
3.21.0 - Properly exporting types
- Properly exporting typescript types. Issue #52 open by @gogodigimo. Pull request #54 thanks to @sambitevidev
3.20.1 - Fix loop sharing config options
- Fixing a problem with multiple components in a loop sharing the same config options. Issue #49
3.20.0 - Exporting BigNumber class
- Exporting
BigNumber
class. See issue #48 - TS improvements.
- Dev dependencies upgrade.