Skip to content

Commit 490c9d6

Browse files
committed
Prepare release v2.1.0
1 parent dfe7a8c commit 490c9d6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Changelog for 2.x
44
All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org).
66

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+
718
2.0.0 - 2016-09-09
819
------------------
920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "http://sorgalla.com"
88
},
99
"homepage": "http://sorgalla.com/lity/",
10-
"version": "2.0.0",
10+
"version": "2.1.0",
1111
"main": "dist/lity.js",
1212
"peerDependencies": {
1313
"jquery": ">=1.7"

0 commit comments

Comments
 (0)