File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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 ).
You can’t perform that action at this time.
0 commit comments