Skip to content

Commit 024d7a4

Browse files
committed
chore: update change log
1 parent c5b51aa commit 024d7a4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
<br>
55

6-
## [Unreleased] - 2024-11-20
6+
## [v0.1.0-alpha.1] - 2024-11-23
77

88
### Added
99
- **Integrated Happydom for DOM-based testing:** Introduced Happydom
@@ -44,6 +44,14 @@ to use the library with `import` statements seamlessly.
4444
cleanup to ensure proper removal of event listeners and observers when
4545
stopListen is called, preventing memory leaks.
4646

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+
4755
### Changed
4856
- **Improved swipe scroll compatibility on mobile for multiple
4957
browsers:** Resolved an issue where swipe scrolling was functional only
@@ -80,6 +88,10 @@ reset the scroll direction after capturing the axis, ensuring accurate
8088
scroll direction handling and preventing outdated axis data from
8189
persisting when the direction is not modified.
8290

91+
- **Scroll axis logic in event handling:** Optimized logic to avoid
92+
redundant calls to `_getEventAxis`, improving efficiency and preventing
93+
buggy behavior.
94+
8395
<br>
8496

8597
## [0.1.0-alpha] - 2024-11-18

0 commit comments

Comments
 (0)