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.4
Release Notes
dimsemenov/Photoswipe (photoswipe)
v5.4.4
Compare Source
Full Changelog: dimsemenov/PhotoSwipe@v5.4.2...v5.4.4
v5.4.3
Compare Source
v5.4.2
Compare Source
dataSource
param is now optional forPhotoSwipeLightbox.loadAndOpen
method, the first gallery is chosen if it's not provided.v5.4.1
Compare Source
trapFocus
option (by default PhotoSwipe traps tab focus within the dialog, this option allows disabling the functionality) https://photoswipe.com/options/#trapfocuspreventPointerEvent
filter (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.0
Compare Source
Fix: lower version browsers do not support nullish-coalescing syntax dimsemenov/PhotoSwipe@28baa3d
v5.3.9
Compare Source
What's Changed
New Contributors
Full Changelog: dimsemenov/PhotoSwipe@v5.3.8...v5.3.9
v5.3.8
Compare Source
navigator.onLine
check so the gallery can be used while offline<picture>
example by @solemone in https://github.com/dimsemenov/PhotoSwipe/pull/2031Full Changelog: dimsemenov/PhotoSwipe@v5.3.7...v5.3.8
v5.3.7
Compare Source
New Contributors
Full Changelog: dimsemenov/PhotoSwipe@v5.3.6...v5.3.7
v5.3.6
Compare Source
src
) rather thansrcset
. This problem was caused by the prev release (5.3.5).classList.toggle
where possible by @hirasso in https://github.com/dimsemenov/PhotoSwipe/pull/2008Full Changelog: dimsemenov/PhotoSwipe@v5.3.5...v5.3.6
v5.3.5
Compare Source
v5.3.4
Compare Source
Accessibility improvements (via @in0ni).
v5.3.3
Compare Source
5.3.2
5.3.1
5.3.0
v5.3.2
Compare Source
v5.3.0
Compare Source
v5.2.8
Compare Source
v5.2.7
Compare Source
v5.2.6
Compare Source
v5.2.5
Compare Source
v5.2.4
Compare Source
v5.2.2
Compare 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.1
Compare 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.