Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
photoswipe (source) ^4.1.3 -> ^5.3.6 age adoption passing confidence

Release Notes

dimsemenov/Photoswipe

v5.3.6

Compare Source

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 - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Issue or PR by renovate/dependabot label Aug 15, 2022
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 8e8249f to 451b717 Compare August 17, 2022 23:46
@leomp12 leomp12 added the blocked Dependent of another WIP task label Aug 17, 2022
@leomp12
Copy link
Member

leomp12 commented Aug 17, 2022

#763 (comment)

@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 2 times, most recently from 6b96282 to 7b7b0b6 Compare August 19, 2022 02:22
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 7 times, most recently from 8b7a22a to f3a72b1 Compare September 2, 2022 02:11
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from f3a72b1 to ba418ed Compare September 4, 2022 19:54
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 4 times, most recently from 665109a to da5a80a Compare September 16, 2022 20:21
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 3 times, most recently from 9ed6d2e to 4ef43fb Compare September 30, 2022 18:04
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 9 times, most recently from 50166c0 to 92ff295 Compare October 25, 2022 20:25
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 6 times, most recently from c9ba6b8 to 462406c Compare February 9, 2023 06:34
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 5 times, most recently from f7dc39b to 044f17d Compare February 16, 2023 22:13
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 9 times, most recently from 577b2bc to de04db5 Compare February 27, 2023 16:50
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch 5 times, most recently from 9432cc5 to 1707b37 Compare March 8, 2023 20:42
@renovate renovate bot force-pushed the renovate/photoswipe-5.x branch from 1707b37 to 514750f Compare March 8, 2023 21:06
@leomp12 leomp12 closed this Mar 8, 2023
@leomp12 leomp12 deleted the renovate/photoswipe-5.x branch March 8, 2023 22:14
@renovate
Copy link
Contributor Author

renovate bot commented Mar 8, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked Dependent of another WIP task dependencies Issue or PR by renovate/dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants