Releases: RonaldJerez/vue-input-facade
Releases · RonaldJerez/vue-input-facade
v3.0.0-beta.5
08 Jan 17:10
Compare
Sorry, something went wrong.
No results found
v3.0.0-beta.4
04 Jan 21:29
Compare
Sorry, something went wrong.
No results found
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
03 Jan 21:51
Compare
Sorry, something went wrong.
No results found
2.2.0 (2024-01-03)
Features
v2.1.3
18 Aug 15:30
Compare
Sorry, something went wrong.
No results found
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
01 Aug 14:25
Compare
Sorry, something went wrong.
No results found
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
12 Jul 17:09
Compare
Sorry, something went wrong.
No results found
Bug Fixes
filter: remove unsupported Vue.filter (#81 ) (2fe4afd ), closes #44
v2.1.1
14 Jun 04:21
Compare
Sorry, something went wrong.
No results found
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
21 May 06:05
Compare
Sorry, something went wrong.
No results found
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
23 Feb 03:13
Compare
Sorry, something went wrong.
No results found
Bug Fixes
component: Initialization with initial value (14dd001 )
v3.0.0-beta.1
05 Oct 02:05
Compare
Sorry, something went wrong.
No results found
Features
package: update to use vue3 (daa1f9d )
BREAKING CHANGES
package: consuming applications require vue3