Skip to content

Releases: RonaldJerez/vue-input-facade

v1.3.6

19 Jun 22:22
Compare
Choose a tag to compare

1.3.6 (2021-06-19)

Bug Fixes

  • fix the release script to actually build the package -__- (d6aaf66)

v1.3.4

08 May 22:07
Compare
Choose a tag to compare

1.3.4 (2021-05-08)

Bug Fixes

  • assume insertText if event.inputType is unsupported (d41b3bf)

v1.3.3

28 Apr 16:05
7e20362
Compare
Choose a tag to compare

1.3.3 (2021-04-28)

Bug Fixes

  • firefox issue where masked value can overflow (7e20362)

v1.3.3-beta.1

04 Aug 04:02
Compare
Choose a tag to compare
v1.3.3-beta.1 Pre-release
Pre-release

1.3.3-beta.1 (2020-08-04)

Bug Fixes

  • reset mask config in unbind hook (d2d2e6f), closes #24

v1.3.2

30 Jul 03:02
Compare
Choose a tag to compare

1.3.2 (2020-07-30)

Bug Fixes

  • avoid emitting input event if initial value is null (2bf4668), closes #21

v1.3.1

13 Jun 03:19
Compare
Choose a tag to compare

1.3.1 (2020-06-13)

Bug Fixes

  • mask on 2nd input event from vuetify in firefox (fe9c632), closes #17

v1.3.0

09 Jun 06:22
Compare
Choose a tag to compare

1.3.0 (2020-06-09)

Bug Fixes

  • propertly check input to public interface (3a5eb59)
  • cursor: fixes cursor jumping out of place when deleting from a dynamic mask (a88a78b)
  • directive: get the current value from a component's model when available (45a1e89), closes #10 #11 vuetifyjs/vuetify#10890
  • dynamic: changes the way we choose the mask from the dynamics array (9f5cc59), closes #1
  • events: move the event emitting logic out of the component and into the input handler (581df5c)

Features

  • add short prop as option to the component (7e3de5f)
  • allow modifiers on directive (ecbacbd)
  • 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)
  • prepend: adds a prepend prop and config option (69000ab), closes #8

v1.2.0

08 Jun 23:25
Compare
Choose a tag to compare

1.2.0 (2020-06-08)

Features

  • add 'short' directive modifier (a55dade)

v1.2.0-beta.5

28 May 06:59
Compare
Choose a tag to compare
v1.2.0-beta.5 Pre-release
Pre-release

1.2.0-beta.5 (2020-05-28)

Bug Fixes

  • propertly check input to public interface (3a5eb59)

v1.2.0-beta.4

23 May 06:34
Compare
Choose a tag to compare
v1.2.0-beta.4 Pre-release
Pre-release

1.2.0-beta.4 (2020-05-23)

Bug Fixes