Releases: silencesys/silentbox
Releases · silencesys/silentbox
3.0.1
Changes
- plugin completely rewritten for Vue3 using Composition API and TypeScript
- Vue3 always transforms width and height to numbers, thus properties thumbnailWidth and thumbnailHeight should always be a number
- event fired when user navigates to previous image was renamed to silentbox-overlay-prev-item-displayed from silentbox-overlay-previous-item-displayed
2.4.0
In this release, overlays can be opened programatically.
Changed and added
- Overlays can be opened programatically with global
open
method and via$refs
- Events now contains payload with
item
information
2.3.0
2.2.0
This release brings support for touch devices and cosmetic updates.
Changed and added
- added support for touch events (swipe left and right)
- new animations when displayed item is changed
- scrollbars are once again removed when overlay is opened
2.1.1
This release brings minor improvements and bug fixes.
Changed and added
- added back support for custom activators
- thumbnails maintain correct aspect ratio
- various issues with Vimeo and YouTube were fixed
2.0.0
First full release of the lightweight lightbox inspired component for Vue.js, SilentBox.
Changed and added
- There is only one component that rules them all
silent-box
instead of previously usedsilentbox-gallery
andsilentbox-single
. - Added support for local video files.
- Added various events that SilentBox emits when user interacts with images.
Removed
silentbox-single
,silentbox-gallery
components