Changelog History
Page 1
-
v2.9.0 Changes
October 01, 2025- ๐ fix(lg-zoom): avoid reference error when containerRect in not defined #1684 - Author - @felix-berlin
- ๐ Move all scss
@importto@use/@forward#1697 - Author - @joeworkman
โ โ ๏ธ Breaking: SCSS migrated to
@use/@forward๐ Replaced all deprecated SCSS
@importstatements with the modern@use/@forwardsyntax. 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
@importand@usein the same file. -
v2.9.0-beta.1 Changes
June 15, 2025- ๐ fix(lg-zoom): avoid reference error when containerRect in not defined #1684 - Author - @felix-berlin
- ๐ Move all scss
@importto@use/@forward#1697 - Author - @joeworkman
โ โ ๏ธ Breaking: SCSS migrated to
@use/@forward๐ Replaced all deprecated SCSS
@importstatements with the modern@use/@forwardsyntax. 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
@importand@usein the same file. -
v2.8.3 Changes
March 01, 2025๐ #1674 Remove unnecessary debug log
-
v2.8.2 Changes
November 28, 2024๐ 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.
-
v2.8.1 Changes
November 13, 2024What'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
-
v2.8.0-beta.2 Changes
April 25, 2024What'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
-
v2.8.0-beta.1 Changes
November 27, 2023๐ Angular 16, 17 build
-
v2.7.2 Changes
September 20, 2023- โ Add alt tag for thumbnails if available
- ๐ Infinite zoom (Zoom beyond actual size) support.
- enable the close button on mobile for iframe
- fix(zoom): zoom in and out not happening when clicked too fast
- feat(strings): make error message customizable
-
v2.7.2-beta.1 Changes
June 15, 2023- โ Add alt tag for thumbnails if available
-
v2.7.2-beta.0 Changes
May 25, 2023- ๐ Infinite zoom (Zoom beyond actual size) support.
- enable the close button on mobile for iframe
- fix(zoom): zoom in and out not happening when clicked too fast