Skip to content

Commit

Permalink
Merge pull request #461 from lokesh/umd-support-and-better-options-se…
Browse files Browse the repository at this point in the history
…tting

UMD support and better options setting
  • Loading branch information
lokesh committed Jun 30, 2015
2 parents 3630d3d + 3f5117c commit 0f6b46a
Show file tree
Hide file tree
Showing 10 changed files with 1,153 additions and 1,139 deletions.
4 changes: 2 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"console",
"escape",
"define",
"require",
"Modernizr"
"module",
"require"
]
}
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,21 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)

## Roadmap

- [ ] Add module compatibility (AMD, etc).

- [ ] Allow users to set unique options with an html attribute per image and image set.
- [ ] Add ability to initialize with vanilla Javascript.
- [ ] Add ability to initialize as a jQuery plugin.
- [ ] Add tests

## Changelog

### v2.7.5 - UNRELEASED
### v2.8.1 - UNRELEASED

- [ ]

### v2.8.0 - 2015-06-29

- [Add] UMD support (AMD, CommonJS, fallback to global export).[#461](https://github.com/lokesh/lightbox2/pull/461)
- [Add] CONTRIBUTING.md

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

0 comments on commit 0f6b46a

Please sign in to comment.