Releases: lokesh/lightbox2
Releases Β· lokesh/lightbox2
v2.11.5
v2.11.4
v2.11.3
v2.11.2
v2.11.1
v2.11.0
- #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
- [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
to2>
#614 - [Change] Remove image preloading in css. Not req. #612
v2.9.0
- [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
- [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