Skip to content

v1.0.0

Choose a tag to compare

@RonaldJerez RonaldJerez released this 13 Dec 05:56
· 105 commits to master since this release

1.0.0 (2019-12-13)

Bug Fixes

  • directive: improve cursor position detection (4a79cb5)

Code Refactoring

  • rename to vue-input-facade (2e2c3e8)
  • component: clean up the component code (fb8b659)

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 the name 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.