fix(deps): update dependency photoswipe to v5.4.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
photoswipe (source) | 5.3.7 -> 5.4.2 |
Release Notes
dimsemenov/Photoswipe
v5.4.2
-
dataSource
param is now optional forPhotoSwipeLightbox.loadAndOpen
method, the first gallery is chosen if it's not provided. - @BeeMargarida made their first contribution in https://github.com/dimsemenov/PhotoSwipe/pull/2069
v5.4.1
- Added
trapFocus
option (by default PhotoSwipe traps tab focus within the dialog, this option allows disabling the functionality) https://photoswipe.com/options/#trapfocus - Added
preventPointerEvent
filter (by default PhotoSwipe callse.preventDefault()
during pointer-move events, this filter allows you to disable it over certain elements) https://photoswipe.com/filters/#preventpointerevent
v5.4.0
Fix: lower version browsers do not support nullish-coalescing syntax https://github.com/dimsemenov/PhotoSwipe/commit/28baa3d0ee356ddf516d1b6c231bb9608ab9b171
v5.3.9
What's Changed
- fix: lower version browsers do not support optional chain syntax by @zt123123 in https://github.com/dimsemenov/PhotoSwipe/pull/2058
New Contributors
- @JPustkuchen made their first contribution in https://github.com/dimsemenov/PhotoSwipe/pull/2053
- @hzpeng57 made their first contribution in https://github.com/dimsemenov/PhotoSwipe/pull/2055
- @zt123123 made their first contribution in https://github.com/dimsemenov/PhotoSwipe/pull/2058
Full Changelog: https://github.com/dimsemenov/PhotoSwipe/compare/v5.3.8...v5.3.9
v5.3.8
- Removed
navigator.onLine
check so the gallery can be used while offline - Added custom contentRemove handler to
<picture>
example by @solemone in https://github.com/dimsemenov/PhotoSwipe/pull/2031
Full Changelog: https://github.com/dimsemenov/PhotoSwipe/compare/v5.3.7...v5.3.8
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.