All Versions
24
Latest Version
Avg Release Cycle
105 days
Latest Release
260 days ago

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 @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.

  • 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 @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.

  • 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, 2024

    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
  • v2.8.0-beta.2 Changes

    April 25, 2024

    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
  • v2.8.0-beta.1 Changes

    November 27, 2023

    ๐Ÿ— Angular 16, 17 build

  • v2.7.2 Changes

    September 20, 2023
  • 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