You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,18 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)
11
11
12
12
## Roadmap
13
13
14
+
### Actively being worked on
15
+
14
16
-**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.
16
21
17
22
### v3.0 - In Brainstorming Phase
18
23
19
24
- Add touch gesture support.
25
+
- Rewrite animations for performance and flexibility.
20
26
- Optimize layout for mobile.
21
27
- Optimize layout for screens of varying densities.
22
28
- Use inline SVG for UI elements.
@@ -29,17 +35,18 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)
29
35
- Evaluate preloading and caching.
30
36
- Evaluate droppping jQuery requirement.
31
37
- If user attempts to go forward when at end of image set, animation (shake?) indicating the end or option to close Lightbox.
-[Add] Add option to disable vertical scrolling [#487](https://github.com/lokesh/lightbox2/pull/487) Thanks [blacksunshineCoding](https://github.com/blacksunshineCoding)
40
46
-[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)
41
47
-[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)
42
48
49
+
43
50
### v2.8.1 - 2015-07-09
44
51
45
52
-[Fix] Change AMD jQuery require statement to use all lowercase. [#464](https://github.com/lokesh/lightbox2/pull/464) Thanks [@vtforester](https://github.com/vtforester)
Copy file name to clipboardExpand all lines: package.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"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.",
0 commit comments