Releases: RonaldJerez/vue-input-facade
Releases · RonaldJerez/vue-input-facade
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2019-12-13)
Bug Fixes
- directive: improve cursor position detection (4a79cb5)
Code Refactoring
Features
- filter: add mask filter support (5744ea4)
- tokens: allow tokens to be overriden globally (3f044ee)
- only show mask when user input is available (1df33ed)
BREAKING CHANGES
- The component is now named input-facade, the directive and filter are now called
facade. The directive and filter can be changed via thename
option passed to the plugin. - component: Additional parameters to masker must be in the form of an object rather than
individual params, this was changed to accomodate for the growing number of configs. Component also emits all native events from Input, rather than just the input event.