Releases: syropian/vue-input-autowidth
Releases · syropian/vue-input-autowidth
v2.2.0
Breaking Changes
- The directive will now only add a
min-width
ormax-width
inline style if aminWidth
/maxWith
option is passed
New Options
watchWindowSize
: When enabled, the directive will listen to the window resize event, and resize the input if needed.windowResizeHandlerDebounceTime
: The debounce time in milliseconds for the window resize event. Only applies ifwatchWindowSize
istrue
.disableNonInputWarning
: Disables the console warning if you try and use the directive on a non-input element.
Other Changes
- Fixes some misc. project structure stuff
v2.0.2
v.2.0.1
v2.0.0 — The one that works with Vue 3
This is a brand new release that is compatible with Vue 3 and written in TypeScript.
Please consult the v2 documentation for installation instructions.
Breaking Changes
- The comfortZone option should now be a string that is any valid size value in CSS, instead of a number. Eg.
10px
,4rem
,2ch
, etc. - Drops IE11 support
v1.0.11
- Adds 'binding' to the unbind hook (#38) 07ddfea
- Bump highlight.js from 9.15.10 to 10.4.0 (#34) 329c18a
- Bump dot-prop from 4.2.0 to 4.2.1 (#33) 13c11a7
- Bump http-proxy from 1.17.0 to 1.18.1 (#32) aeaddae
- Bump node-sass from 4.12.0 to 4.13.1 (#31) c93e92d
- Bump elliptic from 6.5.1 to 6.5.3 (#29) 6027aab
- Bump lodash from 4.17.15 to 4.17.19 (#27) 3c19887
- Check in example files a488e5a