Skip to content

Commit c3f3f46

Browse files
authored
Merge pull request #384 from marekdedic/version-1.2.0
Version 1.2.0
2 parents 3718457 + 0b4c8f9 commit c3f3f46

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2022-08-09
11+
1012
### Added
1113

1214
- Added TypeScript type declarations for imagelightbox (@marekdedic)
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1517
### Changed
1618

1719
- Clicking in the center of the image navigates to the next one (@marekdedic)
20+
- The lightbox buttons are plain `<div>`s now (@marekdedic)
1821

1922
### Fixed
2023

package-lock.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagelightbox",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Image Lightbox, Responsive and Touch‑friendly",
55
"homepage": "https://marekdedic.github.io/imagelightbox",
66
"license": "MIT",

0 commit comments

Comments
 (0)