You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# changelog
2
2
3
-
## [5.4.0] - upcoming
3
+
## [5.4.5] - 2025-02-13
4
4
5
5
### new features:
6
6
- add new Events like `onLoad`,`onInit`, `onInvalid`, `onInput`, `onBeforeInput`, `onKeyPress`, `onKeyDown` to react component & `beforeinput`, `input`, `keydown` to web component.
7
7
- add `jb-core` as a dependency to make all events following the new events standard.
8
+
- capture and silent input keyboard events to unify all keyboard events
0 commit comments