Releases: strawdynamics/luminous
Releases · strawdynamics/luminous
v2.4.0
v2.3.5
v2.3.5-rc.1
v2.3.4
2.3.3
2.0.0
NB: Please see CHANGELOG.md for future release notes
2.0.0
- Point to
dist/luminous.min.js
file asmain
attribute inpackage.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
- 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
- Improve default style LuminousGallery UX.
- Replaced existing
captionAttribute
option withcaption
. 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.