Releases: Akryum/vue-resize
Releases · Akryum/vue-resize
v1.0.0
Features
- emitOnMount prop, closes #196
- new ignoreWidth / ignoreHeight props, closes #50
v0.5.0
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
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
Fixed
- Prevent keyboard focusing on
<object>
element.
v0.4.3
Improved
- Set the
aria-hidden
attribute to true
on the <object>
element.
v0.4.1
Improved
- Now using rollup instead of webpack.
v0.1.4
Improved
- Now lazily check for IE compat, improving SSR support
v0.1.3
- Fixed & Improved Internet Explorer support.