Skip to content

Commit 4c9cfca

Browse files
committed
updates to readme and package.son
1 parent e1e6aa4 commit 4c9cfca

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)
1111

1212
## Roadmap
1313

14+
### Actively being worked on
15+
1416
- **Maintenance.** Get open Issues and PRs number down.
15-
- **Mobile experience.** Redo animations and interactions from scratch and include gesture support.
17+
18+
### Not on the roadmap
19+
20+
- **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.
1621

1722
### v3.0 - In Brainstorming Phase
1823

1924
- Add touch gesture support.
25+
- Rewrite animations for performance and flexibility.
2026
- Optimize layout for mobile.
2127
- Optimize layout for screens of varying densities.
2228
- Use inline SVG for UI elements.
@@ -29,17 +35,18 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)
2935
- Evaluate preloading and caching.
3036
- Evaluate droppping jQuery requirement.
3137
- If user attempts to go forward when at end of image set, animation (shake?) indicating the end or option to close Lightbox.
32-
- Add Lightbox to NPM Registry.
3338

3439

3540
## Changelog
3641

3742
### v2.8.2 - UNRELEASED
3843

44+
- [Add] npm support. ```npm install --save lightbox2```
3945
- [Add] Add option to disable vertical scrolling [#487](https://github.com/lokesh/lightbox2/pull/487) Thanks [blacksunshineCoding](https://github.com/blacksunshineCoding)
4046
- [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)
4147
- [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)
4248

49+
4350
### v2.8.1 - 2015-07-09
4451

4552
- [Fix] Change AMD jQuery require statement to use all lowercase. [#464](https://github.com/lokesh/lightbox2/pull/464) Thanks [@vtforester](https://github.com/vtforester)

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "lightbox2",
3-
"version": "2.8.0",
4-
"author": "Lokesh Dhakar",
5-
"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.",
3+
"version": "2.8.2",
4+
"author": "Lokesh Dhakar <lokesh.dhakar@gmail.com>",
5+
"description": "The original Lightbox script. Uses jQuery.",
66
"keywords": [
77
"lightbox",
88
"lightbox2",
@@ -12,6 +12,7 @@
1212
"images"
1313
],
1414
"homepage": "http://lokeshdhakar.com/projects/lightbox2/",
15+
"main": "./dist/js/lightbox.js",
1516
"repository": {
1617
"type": "git",
1718
"url": "https://github.com/lokesh/lightbox2.git"

0 commit comments

Comments
 (0)