Skip to content

Commit 54fa01d

Browse files
committed
Initial commit
1 parent 51e75a4 commit 54fa01d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [Unreleased]
6+
7+
- Pinch zoom gestures
8+
9+
## [2.3.0] - 2023-05-27
10+
11+
### Added
12+
13+
- Changelog section to keep track of changes.
14+
- Necessary outputs for screen reader support.
15+
- CSS custom properties for captions and image loading error messages.
16+
17+
### Changed
18+
19+
- Replaced the custom `copyObject()` function with the built-in `structuredClone()` method for improved performance and reliability.
20+
- Refactored code and comments to improve readability and optimize performance.
21+
- Updated the development dependencies to the latest versions.
22+
23+
### Removed
24+
25+
- The option for supported image file types as it is no longer necessary.
26+
- The `scrollClose` option.
27+
28+
### Fixed
29+
30+
- Non standard URLs can break Parvus (#43).

0 commit comments

Comments
 (0)