Skip to content

Releases: probil/v-mask

v1.3.4

11 Jul 15:49
Compare
Choose a tag to compare

Bug Fixes

Chores

  • re-build with latest dependencies

v1.3.3

23 Oct 18:38
Compare
Choose a tag to compare

Small bugfix related to outdated dependencies. Should not cover most of the users.

v1.3.2

14 Feb 20:16
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency conventional-changelog to v1.1.15 (5d51764)
  • incorrect input on mobile chrome (12205fd), closes #41 #61

Other changes

  • update dev dependencies
  • add ISSUE_TEMPLATE.md (helps to gather more info about an issue and fix quicker)
  • add jsfiddle and codesandbox playgrounds (check docs)
  • lint and fix codebase with eslint and Airbnb styleguide
  • separate directive and plugin registration from implementation

v1.3.1

05 Feb 22:49
Compare
Choose a tag to compare

Other changes

  • build lib on CircleCI to find build-time errors earlier (c3d44d2)
  • update all the dev deps to latest versions
  • simplify release flow

v1.3.0

13 Jul 15:37
Compare
Choose a tag to compare

It's possible to use v-mask in jsfiddle / codepen / jsbin / etc 🎉

  • v-mask can be used as directive, thanks to @shrpne (#54, #51)
  • added precompiled version / UMD build for usage in browser without any bundlers, thanks to @shrpne (#17, #55)
  • plugin uses rollup instead of raw babel thanks to @shrpne (#55)
  • added package-lock.json for better npm@5 support
  • updated deps (jest / rollup)

v1.1.1

25 Apr 21:16
Compare
Choose a tag to compare

#35 Fix problem with "Cannot read property 'length' of undefined" (thanks to @egorikas)

v1.1.0

25 Apr 21:21
Compare
Choose a tag to compare

v1.0.3

13 Feb 00:25
Compare
Choose a tag to compare

#13, #20 Fixed issue when first mask char can't be common (e.g. () (thanks @alittlebrighter for PR )
#11 Plugin should do nothing if mask is not specified (thanks @c01nd01r for PR)
#10 Added basic ability to change mask dynamically (thanks, @lucassmacedo and @icaio for issue)

v1.0.2

14 Dec 10:11
Compare
Choose a tag to compare

#8 Fixed first keydown now working properly for Vue 2.X (thanks @flip-santos for PR)
#7 Fixed issue when any value can be pasted in, e.g. with Ctrl+V (thanks @pinguinjkeke)

v1.0.1

27 Oct 21:42
Compare
Choose a tag to compare
  • Added .npmignore to make package lighter (100kb->19kb)