Skip to content

Releases: lokesh/lightbox2

v2.11.4

21 Feb 22:36
efaf39f
Compare
Choose a tag to compare
  • added href to .lb-cancel fix #714
  • Accessibility issues (WCAG compliance) #708
  • Current release uses outdated JQuery #707
  • Horizontal white space of lightbox-container with SVG images #706

v2.11.3

11 Jul 03:24
Compare
Choose a tag to compare
  • #684 feat: When displaying SVGs, max out their size

v2.11.2

07 Jul 05:03
Compare
Choose a tag to compare

Same as v2.11.1 release

v2.11.1

14 Jul 02:24
Compare
Choose a tag to compare
  • #557 Bugfix - MaxHeight wouldn't work. Fix by @RuiBandarra
  • #660 fix: use max[Width|Height] when fitImagesInViewport is false. Fix by @k-iwanishi
  • #664 feature: Prevent Esc keypress from bubbling. Requested by @rkyoku in #663

v2.11.0

22 Apr 04:37
500e07e
Compare
Choose a tag to compare
  • #552 SVGs without width and height attrs incorrectly sized in IE11 and older Firefox. PR: #649
  • #621 Remove alpha kbd aliases for closing and nav (x/c/o/n/p). Keep ESC and arrows. 9ea5e60
  • #620 Disable Scrolling scrolls to top when image is clicked. PR: #650
  • Adds empty alt text for placeholder image. PR: #634 by @Nhawdge
  • Add aria-labels to prev and next images. Problem and fix by @elohanlon PR: #651
  • #520 Toggling visibility of elements on open/close revealing intentionally hidden elements. PR: #652
  • #635 Caption links handlers doesn't trigger. PR: #653
  • Fixed images size when changing positionFromTop. Fix by @martijndebruijn PR: #654

v2.10.0

26 Nov 21:09
Compare
Choose a tag to compare
  • [Fix] disable scrolling option not working on iOS #611
  • [Fix] Remove image files from bower json main prop #613
  • [Fix] Prevent dupe lightbox DOM elements from being created on multiple calls of lighbox.init() #615
  • [Change] Update bower.json's jquery dep requirement from ~2 to 2> #614
  • [Change] Remove image preloading in css. Not req. #612

v2.9.0

30 Oct 18:48
Compare
Choose a tag to compare
  • [Fix] Allow loading of lightbox.js anywhere on page. Prev requirement was at the end of the body tag. Commit
  • [Add] Add imageFadeDuration option. Commit
  • [Change] Right-clicking image now shows context menu for image. Commit
  • [Change] Allow controlling of image border with a simpler css border vs a parent container padding hack. Commit

v2.8.2

14 Dec 05:21
Compare
Choose a tag to compare
  • [Add] npm support. npm install --save lightbox2
  • [Add] Add option to disable vertical scrolling #487 Thanks blacksunshineCoding
  • [Fix] When horizontal scrolling is on page the overlay is not covering entire page #485 Thanks @manuel-io
  • [Change] Add css minify task to Gruntfile.js and removedlegacy css vendor prefixes for border-radius. #470 Thanks ajerez

v2.8.1

09 Jul 23:16
Compare
Choose a tag to compare
  • [Fix] Change AMD jQuery require statement to use all lowercase. #464 Thanks @vtforester

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