Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Releases: stimulus-components/stimulus-lightbox

4.0.0

22 Mar 01:30
Compare
Choose a tag to compare

Chore

  • Renaming the component from stimulus-lightbox to @stimulus-components/lightbox
  • Upgrading dependencies
  • Exporting Typescript Types
  • Updating demo UI
  • Add Stimulus LSP compatibility

v3.2.0...v4.0.0

3.2.0

24 Dec 00:32
Compare
Choose a tag to compare

Added

  • Adding name in library export to use the package with CDN, Sprockets and import-maps.

Chore

  • Bump dependencies.
  • Upgrading to Vite 4.x.
  • Docs new UI.

v3.1.0...v3.2.0

3.1.0

03 Nov 09:26
Compare
Choose a tag to compare

Chore

  • Adding lightGallery instance variable
  • Destroy instance on disconnect
  • Using TypeScript types
  • Upgrading dependencies
  • Upgrading Node to 18.

v3.0.0...v3.1.0

3.0.0

27 Dec 22:16
Compare
Choose a tag to compare

Chore

  • Breaking Upgrading Stimulus to 3.x and change namespace from stimulus to @hotwired/stimulus.
  • Breaking Upgrading from lightgallery.js (v1) to lightgallery (v2).
  • Moving from Snowpack to Vite.
  • Using stimulus as external library reducing bundle size from 18.44KiB to 0.46kb.
  • Moving to TypeScript
  • Upgrading dependencies
  • Upgrading Node to 16.13.1.

v2.0.0...v3.0.0

v2.0.0

05 Dec 22:51
Compare
Choose a tag to compare

[2.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0
  • Adding getter to retrieve the lightGallery instance

Changed

  • Breaking Using the new values static property
- <div data-controller="lightbox" data-lightbox-options="{'index': 2}">
+ <div data-controller="lightbox" data-lightbox-options-value='{"index": 2}'>

264660e...v2.0.0

v1.0.0

11 Nov 00:56
Compare
Choose a tag to compare
  • Adding controller