Skip to content

Releases: sachinchoolur/lightGallery

2.9.0-beta.1

15 Jun 07:12
Compare
Choose a tag to compare
2.9.0-beta.1 Pre-release
Pre-release
  • fix(lg-zoom): avoid reference error when containerRect in not defined #1684 - Author - @felix-berlin
  • Move all scss @import to @use/@forward #1697 - Author - @joeworkman

⚠️ Breaking: SCSS migrated to @use / @forward

Replaced all deprecated SCSS @import statements with the modern @use / @forward syntax. This improves maintainability and performance, but may break setups where you override lightGallery variables.

If you're not overriding any SCSS variables, nothing changes for you. But if you are, you'll now need to pass them at the time of use, like this:

@use 'lg-variables' as * with (
  $lg-theme-color: #f00
);

Overrides must be defined before importing lightGallery styles. Avoid mixing @import and @use in the same file.

Version 2.8.3 release

01 Mar 16:58
Compare
Choose a tag to compare

#1674 Remove unnecessary debug log

Version 2.8.2 release

28 Nov 15:24
Compare
Choose a tag to compare

Fix issue: Vue bundle missing from npm package #1671

This issue occurred due to a Node.js version error, causing the build to silently fail while simultaneously creating builds for all frameworks.

Version 2.8.1 release

13 Nov 05:33
Compare
Choose a tag to compare

What's Changed

  • Typo fix by @gilren in #1547
  • refactor(container): add type () => HTMLElement & string selector support - #1570
  • Fix #1524 - Cannot override muted param with Vimeo video by @dev-newvisibility in #1526
  • fix: resolve subHtmlUrl dynamic mode issue in fetchCaptionFromUrl by @ajuzp5 in #1557
  • fix: refactor inline styles in thumbnail plugin for CSP compatibility in #1565
  • fix(lg-utils): update dummy img handling & append method by @bytesandbots3 in #1596
  • fix(lg-rotate): block the ability to close the zoomed-in image #1581 in #1594
  • feat: wrap img with & add data-lg-size in #1597
  • fix(lgzoom): correct zoom out aria-label and icon issue #1583 in #1591
  • fix(lg-zoom): resolve undefined property access #1576 in #1595
  • fix: correct iframe container styles to display external content #1600 in #1603
  • fix(types): add lgMediumZoom plugin typings #1607 by @bytesandbots3 in #1608

Version 2.8.0-beta.2 release

25 Apr 11:07
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Typo fix by @gilren in #1547
  • refactor(container): add type () => HTMLElement & string selector support - #1570
  • Fix #1524 - Cannot override muted param with Vimeo video by @dev-newvisibility in #1526
  • fix: resolve subHtmlUrl dynamic mode issue in fetchCaptionFromUrl by @ajuzp5 in #1557
  • fix: refactor inline styles in thumbnail plugin for CSP compatibility in #1565
  • fix(lg-utils): update dummy img handling & append method by @bytesandbots3 in #1596
  • fix(lg-rotate): block the ability to close the zoomed-in image #1581 in #1594
  • feat: wrap img with & add data-lg-size in #1597
  • fix(lgzoom): correct zoom out aria-label and icon issue #1583 in #1591
  • fix(lg-zoom): resolve undefined property access #1576 in #1595
  • fix: correct iframe container styles to display external content #1600 in #1603
  • fix(types): add lgMediumZoom plugin typings #1607 by @bytesandbots3 in #1608

Version 2.8.0-beta.1 release

27 Nov 07:58
Compare
Choose a tag to compare
Pre-release

Angular 16, 17 build

Version 2.7.2 release

20 Sep 15:28
Compare
Choose a tag to compare

Version 2.7.2-beta.1 release

15 Jun 06:27
Compare
Choose a tag to compare
Pre-release
  • Add alt tag for thumbnails if available

Version 2.7.2-beta.0 release

25 May 17:52
Compare
Choose a tag to compare
Pre-release

Version 2.7.1 release

11 Jan 15:07
Compare
Choose a tag to compare
  • Support for YouTube nocookie
  • Bug fix: Correct youtube player params order #1417
  • Bug fix: Jumping of max zoomed in images #1423