UNPKG

alpine-tailwind-lightbox

Version:

A simple lightbox for AlpineJS and Tailwind CSS projects.

32 lines (17 loc) 922 B
# 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.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