You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6.7 KiB
6.7 KiB
5.0.21 (2023-08-08)
Features
- Fancybox Allow Caption to be an Element (531)
- Carousel
appendSlide()
supports a custom element (531) - Panzoom Zoom in on the current display area centered around the axis (519)
Bug Fixes
- Fancybox Videos wrong size when scrolling through carousel (535)
- Fancybox Classic mode thumbnails are refreshed repeatedly (540)
- Fancybox Carousel swipe doesn't work with links (524)
- Fancybox Focus outline for thumbnails after using keyboard
5.0.20 (2023-07-04)
Features
- Fancybox Add ability to position elements (for example, navigation arrows) relative to the image
- Fancybox Add ability to place caption anywhere (including toolbar)
- Fancybox Add ability to dynamically add new content (example:
Fancybox.getInstance().carousel.appendSlide({src : "https://lipsum.app/id/1/800x600/"});
) - Add Latvian translations
- Fancybox Add CSS variable
--f-transition-duration
to control transition duration more easily
5.0.19 (2023-05-25)
Bug Fixes
- Carousel In specific cases, an incorrect position occurs after a click (498)
Features
- Fancybox Add
createSlide
event to the thumbnail plugin
5.0.18 (2023-05-22)
Features
- Fancybox Add
startSlideshow
andendSlideshow
events - Fancybox Add navigation using the mouse wheel above the thumbnails
- Fancybox Add option to show custom content instead of default error message (388)
- Add Czech translations
- Add Chinese (Simplified) translations
5.0.17 (2023-04-26)
Features
- Fancybox Scale the container to maintain dimensions regardless of the pinch zoom level of the device
- Fancybox Add
Slideshow.progressParentEl
option to more easily specify the location of progress bar - Fancybox Add support for YouTube Shorts
- Carousel Remove infinite navigation restriction in specific cases
5.0.16 (2023-04-14)
Features
- Fancybox Add
Html.iframeAttr
option that allows to customize the attributes of an iframe element - Carousel The
slidesPerPage
option now respects the actual width of each slide element - Fancybox and Carousel components now expose the components they use and thus they do not need to be loaded separately
5.0.15 (2023-04-06)
Bug Fixes
- Fancybox Fix
parentEl
option - Fancybox Fix click event while highlighting text in input (471)
- Fancybox Fix close button not showing in HTML5 Video (469)
Features
- Fancybox Add
fromSelector()
static method - Fancybox Improve zoom-in animation performance
- Carousel Improve guesture handling
5.0.14 (2023-03-30)
Bug Fixes
- Panzoom Fix issue with rotation animation after quick click
- Panzoom Fix the original image size rounding issue
Features
- Carousel New
load
event for lazy loaded images - Carousel Add support for viewport element padding
- Fancybox Add support for HTML content as a simple text string as well as multiple elements
5.0.13 (2023-03-27)
Features
- Add Japanese translations
- Fancybox Add support for the
<picture>
element using a newImages.content
option
5.0.12 (2023-03-24)
Bug Fixes
- Carousel Fix scrolling issue on Macbook using Firefox
Features
- Panzoom Add support for the
<picture>
element
5.0.11 (2023-03-23)
Bug Fixes
- Fix French translations
- Panzoom Don't add
is-draggable
class name if content fits
5.0.10 (2023-03-22)
Bug Fixes
- Fancybox Reverse the scroll direction of the mouse wheel (425)
Features
- Add Spanish translations
- Add French translations
5.0.9 (2023-03-21)
Bug Fixes
- Fancybox Background scrolls behind dialog (450)
- Fancybox Fixed unwanted double click in specific scenarios
Features
- Added Italian translations
- Fancybox Opt out of youtube nocookie (447)
- Fancybox Allow to download as different names (440)
5.0.8 (2023-03-16)
Bug Fixes
- Fancybox Improved focus handling
Features
- Added language template and Polish translations
- Fancybox Support private Vimeo videos (436)
- Carousel Added
getProgress(slideIndex)
method that can be used for tweening (parallax effects, etc)
5.0.7 (2023-03-12)
Bug Fixes
- Fancybox Use image src as fallback for thumbnail source (#434)
- Fancybox Link focus on opening (#424)
- Fancybox Typescript warnings (#427 and #429)
Features
- Fancybox Add
mainClass
option (432) - Carousel Revised flick gesture recognition
- Carousel Revised thumbnail size and spacing
- Carousel Improved positioning when changing container width
5.0.6 (2023-03-03)
Bug Fixes
- Fancybox Fix issue with page scrolling when using
wheel: "slide"
andhideScrollbar: false
options
Features
- Fancybox Changed navigation order when using
wheel: "slide"
option - Fancybox Added class name for thumbnails to indicate content type (
type-image
,type-video
, etc)
5.0.5 (2023-03-02)
Bug Fixes
- Fancybox Fix issue with zoom-in animation from large images
5.0.4 (2023-03-01)
Bug Fixes
- Fancybox Fix blurry images in Safari
Features
- Fancybox Improved accessibility
5.0.3 (2023-02-26)
Bug Fixes
- Fancybox Fix
Images.protected
option
5.0.2 (2023-02-24)
Bug Fixes
- Fancybox Typos in the template (#406)
Features
- Fancybox Added
dnt
option for Vimeo videos
5.0.1 (2023-02-23)
Bug Fixes
- Fancybox Problem with preloading images (#403)
5.0.0 (2023-02-22)
Initial release