Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
photoswipe (source) 4.1.3 -> 5.4.4 age adoption passing 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

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 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 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 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 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 ef8708e to c2a9f37 Compare May 24, 2024 15:19
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.

None yet

1 participant