Skip to content

Commit

Permalink
bump to 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Aug 22, 2021
1 parent 07725be commit f5b6ad2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

All notable changes to this project will be documented in this file.

## [3.17.1] / 2021-08-22

### Fix

- Fixing a problem when using precision "0" zero with thousands "." dot. Issue [#39](https://github.com/jonathanpmartins/v-money3/issues/39).

## [3.17.0] / 2021-08-22

### Refactoring

- Codebase refactoring... See [AndrolGenhald](https://github.com/AndrolGenhald)
super helpful collaboration with this [pull request](https://github.com/jonathanpmartins/v-money3/pull/34)
and this critical [issue](https://github.com/jonathanpmartins/v-money3/issues/26).
Expand Down Expand Up @@ -257,6 +265,7 @@ Fixing a problem with cursor position when deleting a digit.

- First Release with Vue 3 integration.

[3.17.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.17.0...v3.17.1
[3.17.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.16.1...v3.17.0
[3.16.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.16.0...v3.16.1
[3.16.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.15.2...v3.16.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ An exception will be thrown if validation fails.
Use it directly in the browser!

```html
<script src="https://unpkg.com/[email protected].0/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script>
```

Take a look at issue [#15](https://github.com/jonathanpmartins/v-money3/issues/15#issuecomment-830988807) and also this [codesandbox](https://codesandbox.io/s/mystifying-paper-bpfyn?file=/index.html) working example.
Expand Down
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Hello v-money3! Money Mask for Vue 3</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<script src="https://unpkg.com/[email protected]/dist/vue.global.js"></script>
<script src="https://unpkg.com/[email protected].0/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script>
<script src="./src/main.js" type="module"></script>
<!--
To prevent waterfall-loading, we preload
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-money3",
"version": "3.17.0",
"version": "3.17.1",
"description": "Vue3 currency input/directive mask",
"main": "./dist/v-money3.umd.js",
"module": "./dist/v-money3.es.js",
Expand Down

0 comments on commit f5b6ad2

Please sign in to comment.