Releases: andi34/PhotoSwipe
Releases · andi34/PhotoSwipe
v4.4.0
v4.4.0
General
- website: Fix inline style and indentation (mix of spaces and tabs)
- default ui: Select text in the caption area via mouse without triggering a swipe
- Revert "No extra fading animation when closing images using zoom out"
- Revert "Remove animation for dragging images to closed."
Merged Pullrequests (took care about merge conflicts, lint issues and code style)
- dimsemenov/PhotoSwipe#1074
Uses result from addCaptionHTMLFn() to decide whether there's a caption - dimsemenov/PhotoSwipe#1713
docs: Fix simple typo, untill -> until - dimsemenov/PhotoSwipe#1371
fix firefox mouseup event not working properly
v4.3.0
v4.3.0
General
- added example index.html with minimal changes to use PhotoSwipe
- Bump grunt from 1.2.1 to 1.3.0
Merged Pullrequests (took care about merge conflicts, lint issues and code style), includes Bugfixes and new options
- dimsemenov/PhotoSwipe#1103
added new option to toggle off swiping. update options in docs - dimsemenov/PhotoSwipe#1708
Fixed: When Clicking Close Button, Overlapped Div Gets Clicked Also! - dimsemenov/PhotoSwipe#1262
Animated transitions - Partially dimsemenov/PhotoSwipe#1455
Disabling looping will now also affect desktop UI- Fixes:
v4.2.0
v4.2.0
General
- added build task (run
npm build
to generate dist/ files) - added Prettier to force same code style (run
npm prettier
after making changes to .scss and .js files inside src/) - JSHint: limit scope to issues of code correctness
- fix lint issues
- GitHub workflows: added lint action
- devDependencies: update all packages to latest version
- GitHub: added dependabot to check dependencies for updates weekly
- Fix Jekyll Liquid Warning
New option
- Make "close gallery if clicked outside of the image" optional
- Fixes:
Merged Pullrequests (took care about merge conflicts, lint issues and code style), includes Bugfixes and new options
- dimsemenov/PhotoSwipe#1642
suppressing incorrect mousedown in case of firefox android where PointerEvent not enabled by default - dimsemenov/PhotoSwipe#1628
Fix #1608: Overlapped Div Gets Clicked When Closing Pswp From UI Toolbar- Fixes:
- dimsemenov/PhotoSwipe#1633
Fix the problem which out var is always "InEnd"- Fixes:
- dimsemenov/PhotoSwipe#1635
Fix missing type="button" in doc - dimsemenov/PhotoSwipe#1638
Addingtype
attribute tobutton
tags to avoid form submitting - dimsemenov/PhotoSwipe#1639
Adding HTML code between elements- This could close: #1380
- dimsemenov/PhotoSwipe#1573
When the image loaded error,it should not set image size - dimsemenov/PhotoSwipe#1572
Fix 'TypeError Cannot read property 'updateScrollOffset' of null'- Fixes:
- dimsemenov/PhotoSwipe#1611
deletes double rule and merges selector - dimsemenov/PhotoSwipe#1488
Ensure correct image aspect ratio - dimsemenov/PhotoSwipe#1516
it may be more logic if the classpswp__caption__center
align the text to center instead of left - dimsemenov/PhotoSwipe#1520
using parseInt() to be sure the _currentItemIndex is interpreted as an integer and the increment and decrements are numbers and not string - dimsemenov/PhotoSwipe#1497
Add Yarn install - dimsemenov/PhotoSwipe#1489
Fix example: Added msrc to get the thumbnail to animate - dimsemenov/PhotoSwipe#1694
Init from DOM – click handler defers to Anchor elements - dimsemenov/PhotoSwipe#1702
Automatically detect image width and height after loading- Fixes:
- Partially dimsemenov/PhotoSwipe#1687
Change markdown processor to kramdown. - dmxforce/PhotoSwipe#2
Fixing right click bug- Fixes:
- dimsemenov/PhotoSwipe#1557
Indefinite article is added for dummy captions - dimsemenov/PhotoSwipe#1563
Fix closing when thumbnail bounds are unknown - dimsemenov/PhotoSwipe#1585
Fix screen zooming on touch devices when share option selected. - dimsemenov/PhotoSwipe#1476
[UI] Added Download Button- Fixes:
- dimsemenov/PhotoSwipe#1472
[UI] Tap/click show next image if non zoomable - dimsemenov/PhotoSwipe#1309
Remove html contents more gracefully - dimsemenov/PhotoSwipe#1413
define root in strict mode for browsers- Fixes:
- Partially dimsemenov/PhotoSwipe#1455
Various fixes- Fixes:
- delay unbind of scroll listener until close animation finish
Fix from dimsemenov#1492 comment- Fixes: