Skip to content

Releases: strawdynamics/luminous

v2.4.0

10 Dec 13:24
Compare
Choose a tag to compare

2.4.0 (2021-12-10)

Features

  • LuminousGallery onChange callback (acb96e1)

v2.3.5

03 Aug 00:46
Compare
Choose a tag to compare

2.3.5 (2021-08-03)

Bug Fixes

  • bring version number back in sync (7182375)

v2.3.5-rc.1

31 Jul 00:16
Compare
Choose a tag to compare
v2.3.5-rc.1 Pre-release
Pre-release

2.3.5-rc.1 (2021-07-31)

Bug Fixes

  • bring package version back in sync (a285f36)

v2.3.4

14 Jul 20:23
Compare
Choose a tag to compare
  • updated demo url on readme file (#522)

2.3.3

04 Nov 00:20
Compare
Choose a tag to compare
  • fix: allow closeWithEscape and injectBaseStyles to be overriden when initializing (#497)

2.0.0

23 Mar 15:25
Compare
Choose a tag to compare

NB: Please see CHANGELOG.md for future release notes

2.0.0

  • Point to dist/luminous.min.js file as main attribute in package.json. This is not technically a backwards-incompatible change, but since it's likely to break many automated build systems the only safe path is to release as a major version bump.

1.0.1

19 Oct 18:28
Compare
Choose a tag to compare
  • Fixed a bug with blank captions, as reported here in #7.
  • Updates how Luminous works with Browserify to address the issues raised in #29. See the updated installation docs for more information.

1.0.0

07 Sep 00:44
Compare
Choose a tag to compare
  • Improve default style LuminousGallery UX.
  • Replaced existing captionAttribute option with caption. Captions can be a literal string, or a function that receives the Luminous instance's trigger element as an argument and returns a string. Supports HTML, so use caution when dealing with user input.

0.3.2

04 Aug 00:04
Compare
Choose a tag to compare
  • Fixed a bug that resulted in null showing up in the UI in Firefox if captions were enabled but the specified attribute was not present.

0.3.1

03 Aug 01:10
Compare
Choose a tag to compare
  • Hide the loading indicator after the large image has finished loading. This is particularly important for semi-transparent images.