diff --git a/CHANGELOG.md b/CHANGELOG.md index e21825e..08f3139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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 diff --git a/README.md b/README.md index 99364a1..88b710d 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ An exception will be thrown if validation fails. Use it directly in the browser! ```html - + ``` 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. diff --git a/example/index.html b/example/index.html index 87f0e5f..278ceb4 100644 --- a/example/index.html +++ b/example/index.html @@ -7,7 +7,7 @@ Hello v-money3! Money Mask for Vue 3 - +