File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
<br >
5
5
6
- ## [ Unreleased ] - 2024-11-20
6
+ ## [ v0.1.0-alpha.1 ] - 2024-11-23
7
7
8
8
### Added
9
9
- ** Integrated Happydom for DOM-based testing:** Introduced Happydom
@@ -44,6 +44,14 @@ to use the library with `import` statements seamlessly.
44
44
cleanup to ensure proper removal of event listeners and observers when
45
45
stopListen is called, preventing memory leaks.
46
46
47
+ - ** Added unit tests for objects:** Added unit tests for ` SectionList `
48
+ and ` Slider ` object.
49
+
50
+ - ** Added ` keyup ` event to custom event handler:** Added ` keyup ` to
51
+ ` KeyEventHandler ` .
52
+
53
+ - ** Added debounce util function:** Implemented a debounce function
54
+
47
55
### Changed
48
56
- ** Improved swipe scroll compatibility on mobile for multiple
49
57
browsers:** Resolved an issue where swipe scrolling was functional only
@@ -80,6 +88,10 @@ reset the scroll direction after capturing the axis, ensuring accurate
80
88
scroll direction handling and preventing outdated axis data from
81
89
persisting when the direction is not modified.
82
90
91
+ - ** Scroll axis logic in event handling:** Optimized logic to avoid
92
+ redundant calls to ` _getEventAxis ` , improving efficiency and preventing
93
+ buggy behavior.
94
+
83
95
<br >
84
96
85
97
## [ 0.1.0-alpha] - 2024-11-18
You can’t perform that action at this time.
0 commit comments