Releases: RonaldJerez/vue-input-facade
Releases · RonaldJerez/vue-input-facade
v1.2.0-beta.3
Bug Fixes
- cursor: fixes cursor jumping out of place when deleting from a dynamic mask (a88a78b)
- dynamic: changes the way we choose the mask from the dynamics array (9f5cc59), closes #1
v1.2.0-beta.2
Bug Fixes
- cursor: safari input cursor jump to end (21ef58c)
Features
- prepend: adds a prepend prop and config option (69000ab), closes #8
v1.1.5
1.1.5 (2020-04-24)
Bug Fixes
- cursor: safari input cursor jump to end (21ef58c)
v1.2.0-beta.1
Bug Fixes
- events: move the event emitting logic out of the component and into the input handler (581df5c)
Features
- 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)
v1.1.4
1.1.4 (2020-01-03)
Bug Fixes
- component: should display the unmasked value when mask is falsy (0816b19)
v1.1.3
1.1.3 (2019-12-29)
Bug Fixes
- cursor: do not apply the cursor logic when there's no mask on the input (0b55398)
v1.1.2
1.1.2 (2019-12-27)
Bug Fixes
- cursor positioning when working with transformed tokens (7ea8d2c)
- core: cursor positioning when pasting, better detection of our own event (b7d103d)
- dynamic: should output the short version when a short mask pattern matches it (8e38856)
- tokens: setting new tokens locally should not remove defaults (887e719)
v1.1.0
1.1.0 (2019-12-19)
Features
- directive: expose the unmasked value in the event so it could be used in the directive (ac14173)
v1.0.5
1.0.5 (2019-12-19)
Bug Fixes
- component: do not bind value directly to avoid unnecessary component refresh (f8f65d5)