- Fix: delimiters and prefix was not working on initial load #37
- Drop support for Vue v2.x and add support for Vue v3.x
- Drop IE 11 support
- Fix:
input
event was being emitted on load, #25
- Change:
- removed
type
prop, however this should work as before - convert template to render function to reduce build size
- removed
- Fix:
blur
event implementation, #13
- Add:
blur
event, #12- If you were using
@blur.native
previously then replace it with@blur
- If you were using
- Chore: webpack v4
- Fix: preserve original
onValueChanged
callback
- Fix: CTRL+X (cut event) was not updating v-model, #3
- Change: Minimum
cleave.js
version requirement is v1.3.1 - Change: Now using
onValueChanged
callback to detect changes in value
- Fix: Cursor jump issues
- Initial release