You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.