forked from ankurk91/vue-cleave-component
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
193 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,44 @@ | ||
# Changelog | ||
|
||
## [3.0.0](https://github.com/ankurk91/vue-cleave-component/compare/2.1.2...3.0.0) | ||
|
||
* Drop support for Vue v2.x and add support for Vue v3.x | ||
* Drop IE 11 support | ||
|
||
## [2.1.3](https://github.com/ankurk91/vue-cleave-component/compare/2.1.2...2.1.3) | ||
|
||
* Fix: `input` event was being emitted on load, [#25](https://github.com/ankurk91/vue-cleave-component/issues/25) | ||
|
||
## [2.1.2](https://github.com/ankurk91/vue-cleave-component/compare/2.1.1...2.1.2) | ||
* Change: | ||
|
||
* Change: | ||
- removed `type` prop, however this should work as before | ||
- convert template to render function to reduce build size | ||
|
||
## [2.1.1](https://github.com/ankurk91/vue-cleave-component/compare/2.1.0...2.1.1) | ||
|
||
* Fix: `blur` event implementation, [#13](https://github.com/ankurk91/vue-cleave-component/issues/13) | ||
|
||
## [2.1.0](https://github.com/ankurk91/vue-cleave-component/compare/2.0.1...2.1.0) | ||
|
||
* Add: `blur` event, [#12](https://github.com/ankurk91/vue-cleave-component/issues/12) | ||
- If you were using `@blur.native` previously then replace it with `@blur` | ||
* Chore: webpack v4 | ||
|
||
## [2.0.1](https://github.com/ankurk91/vue-cleave-component/compare/2.0.0...2.0.1) | ||
|
||
* Fix: preserve original `onValueChanged` callback | ||
|
||
## [2.0.0](https://github.com/ankurk91/vue-cleave-component/compare/1.0.3...2.0.0) | ||
|
||
* Fix: CTRL+X (cut event) was not updating v-model, [#3](https://github.com/ankurk91/vue-cleave-component/issues/3) | ||
* Change: Minimum `cleave.js` version requirement is v1.3.1 | ||
* Change: Now using `onValueChanged` callback to detect changes in value | ||
|
||
## [1.0.3](https://github.com/ankurk91/vue-cleave-component/compare/1.0.2...1.0.3) | ||
|
||
* Fix: Cursor jump issues | ||
|
||
## 1.0.0 | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.