Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Jun 24, 2015
1 parent 567aeba commit 0c25075
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)

## Changelog

### v2.7.4 - UNRELEASED
### v2.8.0 - UNRELEASED

- [x] 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.
- [ ] Document options.
- [ ] Add build steps to readme.
- [ ] Add module compatibility (AMD, etc).

### v2.7.4 - 2015-06-23

- [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.

### v2.7.3 - 2015-06-22

- [Add] Barebone HTML file with examples /examples/index.html.
Expand Down
3 changes: 3 additions & 0 deletions dist/js/lightbox-plus-jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -9225,6 +9225,9 @@ return jQuery;
// Use local alias
var $ = jQuery;


// Descriptions of all options available on the demo site:
// http://lokeshdhakar.com/projects/lightbox2/index.html#options
var LightboxOptions = (function() {
function LightboxOptions() {
this.alwaysShowNavOnTouchDevices = false;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/lightbox-plus-jquery.min.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/js/lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
// Use local alias
var $ = jQuery;


// Descriptions of all options available on the demo site:
// http://lokeshdhakar.com/projects/lightbox2/index.html#options
var LightboxOptions = (function() {
function LightboxOptions() {
this.alwaysShowNavOnTouchDevices = false;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/lightbox.min.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/js/lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
// Use local alias
var $ = jQuery;


// Descriptions of all options available on the demo site:
// http://lokeshdhakar.com/projects/lightbox2/index.html#options
var LightboxOptions = (function() {
function LightboxOptions() {
this.alwaysShowNavOnTouchDevices = false;
Expand Down

0 comments on commit 0c25075

Please sign in to comment.