Skip to content

Commit

Permalink
updates to readme and package.son
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Dec 14, 2015
1 parent e1e6aa4 commit 4c9cfca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <lokesh.dhakar@gmail.com>",
"description": "The original Lightbox script. Uses jQuery.",
"keywords": [
"lightbox",
"lightbox2",
Expand All @@ -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"
Expand Down

0 comments on commit 4c9cfca

Please sign in to comment.