UNPKG

alpine-tailwind-lightbox

Version:

A simple lightbox for AlpineJS and Tailwind CSS projects.

45 lines (24 loc) 1.25 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [[1.3.0](https://github.com/oli-laban/alpine-tailwind-lightbox/tree/v1.3.0)] - 2026-04-13 ### Added - Added global configuration. - Added `container` global configuration option. ## [[1.2.0](https://github.com/oli-laban/alpine-tailwind-lightbox/tree/v1.2.0)] - 2026-03-23 ### Fixed - Pause `video` elements on modal close. ## [[1.1.0](https://github.com/oli-laban/alpine-tailwind-lightbox/tree/v1.1.0)] - 2024-10-16 ### Added - Add `lazy` option for lazy loading images. - Add `$lightbox()` and `$lightbox.open()` magic functions. ### Fixed - Prevent store updates from triggering `effect()`. ## [[1.0.2](https://github.com/oli-laban/alpine-tailwind-lightbox/tree/v1.0.2)] - 2024-10-10 ### Fixed - Remove 'browser' from package.json to fix ESBuild builds. ## [[1.0.1](https://github.com/oli-laban/alpine-tailwind-lightbox/tree/v1.0.1)] - 2024-05-21 ### Fixed - Fix CDN link in README.md. ## [[1.0.0](https://github.com/oli-laban/alpine-tailwind-lightbox/tree/v1.0.0)] - 2024-05-21