Skip to content

fix(deps): update dependency photoswipe to v5#771

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/photoswipe-5.x
Closed

fix(deps): update dependency photoswipe to v5#771
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/photoswipe-5.x

Conversation

@renovate
Copy link
Copy Markdown
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
Copy Markdown
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 370a082 to 0f6286d Compare November 11, 2022 00:02
@renovate renovate Bot force-pushed the renovate/photoswipe-5.x branch 4 times, most recently from 53ddada to b8a292f Compare November 16, 2022 20:53
@renovate renovate Bot force-pushed the renovate/photoswipe-5.x branch 6 times, most recently from e9d3402 to e41dfba Compare November 28, 2022 16:03
@renovate renovate Bot force-pushed the renovate/photoswipe-5.x branch 5 times, most recently from 03c1c37 to b9811a1 Compare December 5, 2022 18:40
@renovate renovate Bot force-pushed the renovate/photoswipe-5.x branch 7 times, most recently from 846381a to cc9231c Compare December 7, 2022 01:52
@renovate
Copy link
Copy Markdown
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.

1 participant