Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.83 KB

Changelog

  • 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
  • Fix: blur event implementation, #13
  • Add: blur event, #12
    • If you were using @blur.native previously then replace it with @blur
  • 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

1.0.0

  • Initial release