diff --git a/README.md b/README.md index d3e95a0a..2526c74f 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,18 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com) ## Roadmap +### Actively being worked on + - **Maintenance.** Get open Issues and PRs number down. -- **Mobile experience.** Redo animations and interactions from scratch and include gesture support. + +### Not on the roadmap + +- **HTML or video content.** The goal of the script from the start has been to provide a better image viewing experience and I am planning on staying focused on that vision. Don't worry though there are plenty of alternative scripts a google away for those who need HTML or video content support. ### v3.0 - In Brainstorming Phase - Add touch gesture support. +- Rewrite animations for performance and flexibility. - Optimize layout for mobile. - Optimize layout for screens of varying densities. - Use inline SVG for UI elements. @@ -29,17 +35,18 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com) - Evaluate preloading and caching. - Evaluate droppping jQuery requirement. - If user attempts to go forward when at end of image set, animation (shake?) indicating the end or option to close Lightbox. -- Add Lightbox to NPM Registry. ## Changelog ### v2.8.2 - UNRELEASED +- [Add] npm support. ```npm install --save lightbox2``` - [Add] Add option to disable vertical scrolling [#487](https://github.com/lokesh/lightbox2/pull/487) Thanks [blacksunshineCoding](https://github.com/blacksunshineCoding) - [Fix] When horizontal scrolling is on page the overlay is not covering entire page [#485](https://github.com/lokesh/lightbox2/pull/485) Thanks [@manuel-io](https://github.com/manuel-io) - [Change] Add css minify task to Gruntfile.js and removedlegacy css vendor prefixes for border-radius. [#470](https://github.com/lokesh/lightbox2/pull/470) Thanks [ajerez](https://github.com/ajerez) + ### v2.8.1 - 2015-07-09 - [Fix] Change AMD jQuery require statement to use all lowercase. [#464](https://github.com/lokesh/lightbox2/pull/464) Thanks [@vtforester](https://github.com/vtforester) diff --git a/package.json b/package.json index 073a3b02..2bc806d0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "lightbox2", - "version": "2.8.0", - "author": "Lokesh Dhakar", - "description": "Lightbox is small javascript library used to overlay images on top of the current page. It's a snap to setup and works on all modern browsers.", + "version": "2.8.2", + "author": "Lokesh Dhakar ", + "description": "The original Lightbox script. Uses jQuery.", "keywords": [ "lightbox", "lightbox2", @@ -12,6 +12,7 @@ "images" ], "homepage": "http://lokeshdhakar.com/projects/lightbox2/", + "main": "./dist/js/lightbox.js", "repository": { "type": "git", "url": "https://github.com/lokesh/lightbox2.git"