Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2022

This PR contains the following updates:

Package Change Age Confidence
photoswipe (source) 4.1.3 -> 5.4.4 age confidence

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

v5.4.1

Compare Source

v5.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

Full 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

  • Fixed an issue that caused lazy-loading of the full image (from src) rather than srcset. This problem was caused by the prev release (5.3.5).
  • Use classList.toggle where possible by @​hirasso in dimsemenov/PhotoSwipe#2008

Full Changelog: dimsemenov/PhotoSwipe@v5.3.5...v5.3.6

v5.3.5

Compare Source

v5.3.4

Compare Source

Accessibility improvements (via @​in0ni).

  • added ARIA attributes to follow 'carousel' pattern,
  • set/unset aria-hidden according to active slide,
  • set id=pswp__items, and ensure buttons have aria-controls pointing to it

v5.3.3

Compare Source

  • Fix unhandled rejection "EncodingError: The source image cannot be decoded" (by Tw1N88)
  • Fix typo in attribute name (by Tw1N88)
  • Fix Cannot read properties of undefined (reading 'applyCurrentZoomPan') (by Tw1N88)
  • Fix (types) change types of children & gallery options according to docs (by Schleuse)
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.

<script type="module">
import Lightbox from './photoswipe-lightbox.esm.js';
const lightbox = new Lightbox({
  gallery: '#my-gallery',
  children: 'a',
  pswpModule: () => import('./photoswipe.esm.js')
});
lightbox.init();
</script>

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:

  • History API (#hash-based navigation is outdated)
  • Social sharing (unreliable URL, lack of Opengraph support)
  • Fullscreen button (rarely used, double fullscreen). Related example in docs →
  • Caption (accessibility problems). Refer to the caption section of docs.
  • Inline gallery support (v5 is mainly designed to be used as a dialog).

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 228ac21 to 4035bb4 Compare April 16, 2022 15:51
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 4035bb4 to 6685a40 Compare May 9, 2022 10:53
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 6685a40 to a0deb00 Compare June 23, 2022 23:36
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from a0deb00 to 46d90c3 Compare September 25, 2022 14:48
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 46d90c3 to f05c893 Compare November 20, 2022 13:54
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from f05c893 to 0d600e3 Compare March 16, 2023 11:13
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 0d600e3 to cb5f35e Compare March 30, 2023 00:27
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from cb5f35e to 21227c9 Compare May 28, 2023 09:34
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 21227c9 to 7bfbe7f Compare July 3, 2023 10:47
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 2 times, most recently from 3f55d0f to 763b2ed Compare September 8, 2023 06:22
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 763b2ed to 1741aa0 Compare September 17, 2023 06:13
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 1741aa0 to feb4a94 Compare September 29, 2023 16:44
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from feb4a94 to d59e3b6 Compare November 28, 2023 18:49
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from d59e3b6 to 6eb8e1e Compare January 31, 2024 14:18
@renovate renovate bot changed the title Update dependency photoswipe to v5 fix(deps): update dependency photoswipe to v5 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 6eb8e1e to e578092 Compare February 16, 2024 19:43
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from e578092 to ef8708e Compare February 28, 2024 20:02
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from ef8708e to c2a9f37 Compare May 24, 2024 15:19
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from c2a9f37 to 3582c31 Compare September 11, 2025 14:36
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 3582c31 to 0e8e18d Compare September 12, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants