Skip to content

v2.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@syropian syropian released this 25 Sep 06:03
· 2 commits to master since this release

Breaking Changes

  • The directive will now only add a min-width or max-width inline style if a minWidth / 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 if watchWindowSize is true.
  • 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