diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f3139..9e0c2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.17.2] / 2021-08-23 + +### Improvements + +- `lastKnownValue` was removed from directives `setValue` method. It was causing issues with reactivity. + ## [3.17.1] / 2021-08-22 ### Fix @@ -265,6 +271,7 @@ Fixing a problem with cursor position when deleting a digit. - First Release with Vue 3 integration. +[3.17.2]: https://github.com/jonathanpmartins/v-money3/compare/v3.17.1...v3.17.2 [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 diff --git a/README.md b/README.md index 88b710d..b6b8599 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 8b9aab1..00f7ff9 100644 --- a/example/index.html +++ b/example/index.html @@ -7,7 +7,7 @@