Skip to content

Releases: trvswgnr/bs5-lightbox

Vimeo Fix

20 Sep 23:18
4a30a36
Compare
Choose a tag to compare

Fixed an issue with Vimeo embeds resulting in 404.

Bugfixes

16 Sep 04:01
088f8d3
Compare
Choose a tag to compare
  • Fixes slide issue on Bootstrap ^5.2
  • Constrain images to original dimensions by default, with option to disable
  • Updated options and types
  • Added support for YouTube parameters in URL
  • Fixes a bug where using a forced image type with a caption would break the URL

Vanilla JS & Build Process Rework

09 Apr 07:05
Compare
Choose a tag to compare
  • Reworked entire build process, no longer packages any existing Bootstrap 5 components, resulting is drastically reduced file sizes
  • Ditched TypeScript for now to increase accessibility and pure-javascript clarity
  • Added feature to allow custom HTML in data-src with data-type="html"
  • Added "module" to package.json for ES modules, allowing Tree Shaking
  • Bugfixes and general improvements

data-type galleries fix

29 Mar 04:40
Compare
Choose a tag to compare
  • Fixed a bug where data-type="image" wasn't being handled correctly on galleries
  • Automatic checking for image types is now case insensitive
  • Fixed a bug where galleries weren't opening on the selected media

Fix onload bug

23 Mar 06:41
Compare
Choose a tag to compare

Fixes an issue with some outlying code causing an error.

Fix data-type implementation

23 Mar 06:19
Compare
Choose a tag to compare

Resolved an issue where data-type="image" was being ignored.

Bugfixes

08 Oct 23:19
Compare
Choose a tag to compare

Fixes bugs related to captions and the modal close button.

Add captions feature

08 Oct 22:55
Compare
Choose a tag to compare

Captions can now be added via data-caption="Some caption" or data-footer="Some caption".

Use TypeScript, Simplify Build

04 Oct 23:57
Compare
Choose a tag to compare

Now using TypeScript for the main module. Drastically simplified the build process. Fixed bugs, and compatibility issues.

Bugfixes, General Improvements

20 Sep 23:00
Compare
Choose a tag to compare

Fixed quite a few small bugs and made general improvements.