Skip to content

v1.3.0

Choose a tag to compare

@RonaldJerez RonaldJerez released this 09 Jun 06:22
· 50 commits to master since this release

1.3.0 (2020-06-09)

Bug Fixes

  • propertly check input to public interface (3a5eb59)
  • cursor: fixes cursor jumping out of place when deleting from a dynamic mask (a88a78b)
  • directive: get the current value from a component's model when available (45a1e89), closes #10 #11 vuetifyjs/vuetify#10890
  • dynamic: changes the way we choose the mask from the dynamics array (9f5cc59), closes #1
  • events: move the event emitting logic out of the component and into the input handler (581df5c)

Features

  • add short prop as option to the component (7e3de5f)
  • allow modifiers on directive (ecbacbd)
  • change: add support for change event and lazy v-model (6cdf15a)
  • component: adds a pipe prop that allows for custom formatting on the input (3a3d938)
  • prepend: adds a prepend prop and config option (69000ab), closes #8