Vue Input Facade Versions Save

A lightweight and dependency free input masking library created specific for Vue

v3.0.0-beta.5

4 months ago

3.0.0-beta.5 (2024-01-08)

Bug Fixes

  • umd: fix umd entrypoint (ffdb206)

v3.0.0-beta.4

4 months ago

3.0.0-beta.4 (2024-01-04)

Features

BREAKING CHANGES

  • vue3: Users will have to use es6-style named imports instead.

Also merges in changes from upstream master since beta branch diverged.

v2.2.0

4 months ago

2.2.0 (2024-01-03)

Features

v2.1.3

8 months ago

2.1.3 (2023-08-18)

Bug Fixes

  • component: emit keydown event as event argument to access specific key from consuming apps (#83) (087cb7c)

v2.1.2

9 months ago

2.1.2 (2023-08-01)

Bug Fixes

  • core.js: update to previous fix for native handling of composition events when no mask passed (ab32ce8)

v3.0.0-beta.3

10 months ago

3.0.0-beta.3 (2023-07-12)

Bug Fixes

  • filter: remove unsupported Vue.filter (#81) (2fe4afd), closes #44

v2.1.1

11 months ago

2.1.1 (2023-06-14)

Bug Fixes

  • core.js: allow native handling of composition events when no mask is passed (#80) (567b870)

v2.1.0

11 months ago

2.1.0 (2023-05-21)

Features

  • component: emit keypress events from component to support keyboard navigation overrides (#79) (fd20542)

v3.0.0-beta.2

1 year ago

3.0.0-beta.2 (2023-02-23)

Bug Fixes

  • component: Initialization with initial value (14dd001)

v3.0.0-beta.1

1 year ago

3.0.0-beta.1 (2022-10-05)

Features

  • package: update to use vue3 (daa1f9d)

BREAKING CHANGES

  • package: consuming applications require vue3