sachinchoolur/lightGallery
 Watch   
 Star   
 Fork   
15 hours ago
lightGallery

2.9.0-beta.1

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

2025-03-02 00:50:45
lightGallery
2024-11-28 22:51:45
lightGallery

Version 2.8.2 release

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.

2024-11-13 13:18:40
lightGallery

Version 2.8.1 release

What's Changed

2024-04-25 18:58:50
lightGallery

Version 2.8.0-beta.2 release

What's Changed

2023-11-27 15:50:13
lightGallery

Version 2.8.0-beta.1 release

Angular 16, 17 build

2023-09-20 23:12:52
lightGallery

Version 2.7.2 release

2023-06-14 00:19:41
lightGallery

Version 2.7.2-beta.1 release

  • Add alt tag for thumbnails if available
2023-05-26 01:47:55
lightGallery

Version 2.7.2-beta.0 release

2023-01-11 18:39:11
lightGallery

Version 2.7.1 release