Skip to content

Releases: Akryum/vue-resize

v1.0.1

19 Mar 18:10
Compare
Choose a tag to compare

Fixed

  • IE11 compatibility, #241

Changed

  • Improved babel config

v2.0.0-alpha.1

29 Dec 19:50
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

BREAKING CHANGES

  • Now only supports Vue 3

v1.0.0

29 Dec 19:18
Compare
Choose a tag to compare

Features

  • emitOnMount prop, closes #196
  • new ignoreWidth / ignoreHeight props, closes #50

v0.5.0

12 Apr 13:06
Compare
Choose a tag to compare

Fixed

  • destroy _resizeObject to avoid potential memory leak (#62)

New

  • The notify event has a new payload object with width and height properties.

Other

  • Upgraded build toolchain
  • No longer include the dist folder in git

v0.4.5

21 Dec 18:32
Compare
Choose a tag to compare

Fixed

  • Notify event is emitted only if size has changed. Fixes #7 (#8)
  • style object with CSS, closes #4

Improved

  • register component as CamelCase

v0.4.4

24 Feb 20:15
Compare
Choose a tag to compare

Fixed

  • Prevent keyboard focusing on <object> element.

v0.4.3

28 Oct 11:01
Compare
Choose a tag to compare

Improved

  • Set the aria-hidden attribute to true on the <object> element.

v0.4.1

18 Sep 14:27
Compare
Choose a tag to compare

Improved

  • Now using rollup instead of webpack.

v0.1.4

03 Aug 15:15
Compare
Choose a tag to compare

Improved

  • Now lazily check for IE compat, improving SSR support

v0.1.3

17 May 09:54
Compare
Choose a tag to compare
  • Fixed & Improved Internet Explorer support.