This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Releases: probil/v-mask
Releases · probil/v-mask
v1.3.4
v1.3.3
Small bugfix related to outdated dependencies. Should not cover most of the users.
v1.3.2
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
v1.3.0
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 rawbabel
thanks to @shrpne (#55) - added
package-lock.json
for betternpm@5
support - updated deps (
jest
/rollup
)
v1.1.1
v1.1.0
- Moved demo to the separated repo v-mask--demo
- Added unit tests with jest
- Added e2e with nightwatch.js tests to v-mask--demo
- #16 #18 Fixed issue when displayed value was not the same as model
v1.0.3
#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
#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)