fix(deps): update dependency photoswipe to v5 #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.3->5.4.4Release Notes
dimsemenov/Photoswipe (photoswipe)
v5.4.4Compare Source
Full Changelog: dimsemenov/PhotoSwipe@v5.4.2...v5.4.4
v5.4.3Compare Source
v5.4.2Compare Source
dataSourceparam is now optional forPhotoSwipeLightbox.loadAndOpenmethod, the first gallery is chosen if it's not provided.v5.4.1Compare Source
trapFocusoption (by default PhotoSwipe traps tab focus within the dialog, this option allows disabling the functionality) https://photoswipe.com/options/#trapfocuspreventPointerEventfilter (by default PhotoSwipe callse.preventDefault()during pointer-move events, this filter allows you to disable it over certain elements) https://photoswipe.com/filters/#preventpointereventv5.4.0Compare Source
Fix: lower version browsers do not support nullish-coalescing syntax dimsemenov/PhotoSwipe@
28baa3dv5.3.9Compare Source
What's Changed
New Contributors
Full Changelog: dimsemenov/PhotoSwipe@v5.3.8...v5.3.9
v5.3.8Compare Source
navigator.onLinecheck so the gallery can be used while offline<picture>example by @solemone in dimsemenov/PhotoSwipe#2031Full Changelog: dimsemenov/PhotoSwipe@v5.3.7...v5.3.8
v5.3.7Compare Source
New Contributors
Full Changelog: dimsemenov/PhotoSwipe@v5.3.6...v5.3.7
v5.3.6Compare Source
src) rather thansrcset. This problem was caused by the prev release (5.3.5).classList.togglewhere possible by @hirasso in dimsemenov/PhotoSwipe#2008Full Changelog: dimsemenov/PhotoSwipe@v5.3.5...v5.3.6
v5.3.5Compare Source
v5.3.4Compare Source
Accessibility improvements (via @in0ni).
v5.3.3Compare Source
5.3.2
5.3.1
5.3.0
v5.3.2Compare Source
v5.3.0Compare Source
v5.2.8Compare Source
v5.2.7Compare Source
v5.2.6Compare Source
v5.2.5Compare Source
v5.2.4Compare Source
v5.2.2Compare Source
Major update that changes initialization method!
New demo | New docs
What's new
Code quality and rewrite in ES6
The script is now distributed as an ES module and does not require a build step to use.
Simpler initialization and dynamic import support
PhotoSwipe now supports dynamic import and does not block page rendering.
Animation and gesture engine update
Improved performance of most animations, touch gestures should feel more fluid now. The initial opening or closing transition can be run from cropped thumbnails.
Single CSS file and no external assets
Using CSS variables, default icons are dynamically generated and tiny.
Built-in responsive images support
PhotoSwipe also dynamically loads larger images as the user zooms via srcset.
Open images in zoomed state
It's now much easier to control the zoom level.
Removed features from the core
Some built-in features were removed in v5, either because they are using outdated technology or just rarely used. Some of them are or will be replaced by a plugin. These include:
v5.2.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.