Skip to content

Commit e559346

Browse files
committed
bump version
1 parent 7f6e07e commit e559346

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v2.7.0
4+
5+
### New
6+
7+
- Accessibility improvements
8+
- Sizes attribute to properly handle responsive images
9+
- Programmatically set focus on figure elements on slide change
10+
11+
### Fixed
12+
13+
- srcset before src to avoid loading images twice
14+
- scroll to top when opening lightbox
15+
316
## v2.6.6
417

518
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midzer/tobii",
3-
"version": "2.6.6",
3+
"version": "2.7.0",
44
"description": "An accessible, open-source lightbox with no dependencies.",
55
"main": "./dist/tobii.js",
66
"module": "./dist/tobii.module.js",

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Tobii
33
*
44
* @author midzer
5-
* @version 2.6.6
5+
* @version 2.7.0
66
* @url https://github.com/midzer/tobii
77
*
88
* MIT License

0 commit comments

Comments
 (0)