Releases: Kirlovon/zoomtastic
Releases Β· Kirlovon/zoomtastic
2.3.1
Whats new:
- Added support for Dynamic Viewport units, so images are now correctly centred on mobile devices.
2.3.0
Whats new:
- Improved sizing on mobile devices.
- Updated dependencies.
2.2.1
Whats new:
- Changed build target to es2015.
- Dropped support for IE11.
- Updated README.
2.2.0
Whats new:
Zoomtastic.mount()
called automatically before executing listen
, show
or hide
methods.
- Changed default animation duration from 500ms to 300ms.
- Added ES Module library distribution.
- Switched build tool from Webpack to Vite.
- Added example to the website.
2.1.0
Whats new:
- Slightly modified animation.
- Changed default animation options.
- Fixed flicks when opening and closing image frequently.
2.0.0
Whats new:
- Reworked & more flexible API
- Added various animations:
slide
, fade
, zoom
& drop
- Added configurable
filter
parameter
- Improved TS support