File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ Changelog for 2.x
4
4
All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org ) .
6
6
7
+ 2.1.0 - 2016-09-19
8
+ ------------------
9
+
10
+ * Images in ligtboxes now have an ` alt ` attribute set. The content is
11
+ configurable through the ` data-lity-desc ` attribute on the opener element.
12
+ * Initial focus is now set on the dialog element, not on the first focusable
13
+ element inside the content. This prevents inline content scrolled down if
14
+ the first focusable element is at the bottom of the content.
15
+ * The global click event is now namespaced as ` click.lity ` for easier
16
+ unbinding.
17
+
7
18
2.0.0 - 2016-09-09
8
19
------------------
9
20
Original file line number Diff line number Diff line change 7
7
"url" : " http://sorgalla.com"
8
8
},
9
9
"homepage" : " http://sorgalla.com/lity/" ,
10
- "version" : " 2.0 .0" ,
10
+ "version" : " 2.1 .0" ,
11
11
"main" : " dist/lity.js" ,
12
12
"peerDependencies" : {
13
13
"jquery" : " >=1.7"
You can’t perform that action at this time.
0 commit comments