Skip to content

Releases: lokesh/lightbox2

v2.8.0

30 Jun 05:43
Compare
Choose a tag to compare
  • [Add] UMD support (AMD, CommonJS, fallback to global export).#461
  • [Add] option method for setting options. #461
  • [Add] CONTRIBUTING.md

v2.7.4

24 Jun 19:49
Compare
Choose a tag to compare
  • [Change] Revert jquery dep version to 2.x from 1.x. Added note to Lightbox page about using jQuery 1.x to get IE6, 7, and 8 support.
  • [Fix] Preserve author and license comments from lightbox.js in minified files.

v2.7.3

23 Jun 00:52
Compare
Choose a tag to compare
  • [Add] Barebone HTML file with examples /examples/index.html.
  • [Add] jquery.lightbox.js which concatenates jQuery and Lightbox. This is for those who are Bower averse or want an extra easy install.

v2.7.2

17 Jun 04:59
Compare
Choose a tag to compare
  • [Add] maxWidth and maxHeight options added #197
  • [Add] Enable target attribute in caption links #299
  • [Change] Switched to The MIT License from Creative Commons Attribution 4.0 International License.
  • [Change] Add CSS and images to bower.json main property.
  • [Change] Dropped version property from bower.json. #453
  • [Change] Use src -> dist folder structure for build.
  • [Fix] Remove empty src attribute from img tag #287
  • [Fix] Correct grammatical error in comment #224
  • [Fix] Clear the jquery animation queue before hiding the .lb-loader #309
  • [Remove] Remove releases's zips from repo.

v2.7.1

30 Mar 16:59
Compare
Choose a tag to compare

Fix: Enable links in captions.

v2.7.0

30 Mar 06:24
Compare
Choose a tag to compare

Features

  • Set caption with data-title or title attribute
  • Support wrapAround option with keyboard nav
  • Make next click target bigger than prev
  • Add option: positionFromTop
  • Add option: alwaysShowNavOnTouchDevices

Bug fixes

  • Fix #116: .lb-dataContainer fade in bug
  • Fix: Overlay causing horizontal scrollbar on resize
  • Removed the resizeDuration if there is no resize nessesary

Dev workflow

  • Back to plain ole Javascript from Coffeescript
  • Back to plain ole CSS from SASS for lightbox CSS
  • Upgrade jQuery
  • Switch to Grunt from Rake

Demo page

  • Design page design refresh

v2.6

07 Jul 05:42
Compare
Choose a tag to compare
  • Support for latest versions of jQuery.
  • New @fitImagesInViewport option. Set to 'true' by default.
  • New @wrapAround option. Set to 'false' by default.
  • Support for HTML5 valid data-lightbox attribute alongside rel="lightbox".
  • Moved close and loading images references out of js and into css
  • FIX: Incorrect loader image jQuery reference causes loading spinner to only appear once.
  • Redesigned and simpler demo page.

v2.5

07 Jul 05:46
Compare
Choose a tag to compare
  • Switch to jQuery from Prototype and Scriptaculous
  • Switch from Javacript to Coffeescript
  • Switch from CSS to SASS
  • Repo created on Github. 👍