Skip to content

Releases: syropian/vue-input-autowidth

v2.2.0

25 Sep 06:03
Compare
Choose a tag to compare
v2.2.0 Pre-release
Pre-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

v2.0.2

24 Sep 02:44
Compare
Choose a tag to compare
v2.0.2 Pre-release
Pre-release
  • Internal restructure
  • Exports config option type as InputAutoWidthOptions

v.2.0.1

21 Sep 14:09
Compare
Choose a tag to compare
v.2.0.1 Pre-release
Pre-release
  • Adds Cypress tests

v2.0.0 — The one that works with Vue 3

19 Sep 20:01
Compare
Choose a tag to compare

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

07 Mar 07:12
Compare
Choose a tag to compare

v1.0.10...v1.0.11

1.0.10

27 Feb 18:43
Compare
Choose a tag to compare
  • Adds support for text inputs that do not use v-model
  • Bump handlebars from 4.2.0 to 4.5.3 (#19)

1.0.9

14 Sep 01:02
Compare
Choose a tag to compare

v1.0.8...v1.0.9

1.0.8

11 Sep 12:57
Compare
Choose a tag to compare
  • Merge branch 'master' of github.com:syropian/vue-input-autowidth 38e313e
  • Switches scroll overflow to hidden on the mirror element, as it causes Forefox on Windows to include scrollbars in its width calculation on Windows dd9c3d9
  • Update README.md 83f2659

v1.0.7...v1.0.8

1.0.7

01 Sep 15:12
Compare
Choose a tag to compare
  • moves object-assign package to regular deps e802afb

v1.0.6...v1.0.7

1.0.6

29 Aug 12:55
Compare
Choose a tag to compare
  • Fixes moduleName field in package.json b510075
  • Simplify tests 5bb07e3
  • Simplifies size calculations and fixes sizing issue on Firefox c36118e

v1.0.5...v1.0.6