Skip to content

Releases: RonaldJerez/vue-input-facade

v1.0.4

17 Dec 05:29
Compare
Choose a tag to compare

1.0.4 (2019-12-17)

Bug Fixes

  • component: do not emit event when the value has not changed (b4524d0)

v1.0.3

15 Dec 18:14
Compare
Choose a tag to compare

1.0.3 (2019-12-15)

Bug Fixes

  • propertly build the plugin for npm release (a108826)

v1.0.2

15 Dec 16:47
Compare
Choose a tag to compare

1.0.2 (2019-12-15)

Bug Fixes

  • deprecate the ! char as the escape char (be91221)

v1.0.1

14 Dec 23:28
Compare
Choose a tag to compare

1.0.1 (2019-12-14)

Bug Fixes

  • cursor: do not try to change cursor on non supported input types (a40ff70)
  • fail fast, do not try to apply logic when there's no mask (e92b49f)
  • build: publish the min version (62b42ea)

v1.0.0

13 Dec 05:56
Compare
Choose a tag to compare

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.