v2.2.0
Pre-release
Pre-release
Breaking Changes
- The directive will now only add a
min-widthormax-widthinline style if aminWidth/maxWithoption 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 ifwatchWindowSizeistrue.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