v2.2.0
Pre-release
Pre-release
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