Releases: RonaldJerez/vue-input-facade
Releases · RonaldJerez/vue-input-facade
v1.3.6
v1.3.4
v1.3.3
v1.3.3-beta.1
v1.3.2
v1.3.1
v1.3.0
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
v1.2.0
v1.2.0-beta.5
v1.2.0-beta.4
1.2.0-beta.4 (2020-05-23)
Bug Fixes
- directive: get the current value from a component's model when available (45a1e89), closes #10 #11 vuetifyjs/vuetify#10890