Skip to content

Releases: RonaldJerez/vue-input-facade

v1.2.0-beta.3

11 May 22:37
Compare
Choose a tag to compare
v1.2.0-beta.3 Pre-release
Pre-release

1.2.0-beta.3 (2020-05-11)

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

08 May 14:05
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

1.2.0-beta.2 (2020-05-08)

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

24 Apr 00:37
Compare
Choose a tag to compare

1.1.5 (2020-04-24)

Bug Fixes

  • cursor: safari input cursor jump to end (21ef58c)

v1.2.0-beta.1

09 Jan 05:32
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2020-01-09)

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

03 Jan 07:38
Compare
Choose a tag to compare

1.1.4 (2020-01-03)

Bug Fixes

  • component: should display the unmasked value when mask is falsy (0816b19)

v1.1.3

29 Dec 06:58
Compare
Choose a tag to compare

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

27 Dec 06:16
Compare
Choose a tag to compare

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.1

27 Dec 05:39
Compare
Choose a tag to compare

1.1.1 (2019-12-21)

v1.1.0

19 Dec 06:43
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

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

19 Dec 05:58
Compare
Choose a tag to compare

1.0.5 (2019-12-19)

Bug Fixes

  • component: do not bind value directly to avoid unnecessary component refresh (f8f65d5)