Skip to content

Commit

Permalink
Prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Sep 19, 2016
1 parent dfe7a8c commit 490c9d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changelog for 2.x
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org).

2.1.0 - 2016-09-19
------------------

* Images in ligtboxes now have an `alt` attribute set. The content is
configurable through the `data-lity-desc` attribute on the opener element.
* Initial focus is now set on the dialog element, not on the first focusable
element inside the content. This prevents inline content scrolled down if
the first focusable element is at the bottom of the content.
* The global click event is now namespaced as `click.lity` for easier
unbinding.

2.0.0 - 2016-09-09
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "http://sorgalla.com"
},
"homepage": "http://sorgalla.com/lity/",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/lity.js",
"peerDependencies": {
"jquery": ">=1.7"
Expand Down

0 comments on commit 490c9d6

Please sign in to comment.