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
- RTL mode can be used on default renderers, see [docs for details](https://rct.lukasbach.com//docs/guides/accessibility#right-to-left-mode-rtl) (#369)
3
-
- Redirect focus to first item if focused item was dragged to hidden location (#362)
4
5
5
6
### Bug Fixes and Improvements
6
-
- Fixes an issue where not providing a submit button ref in a custom rename input renderer would prevent dismissing the input on blur (#368)
7
-
- Fixes an issue where dropping an item on its children was possible through keyboard-based dragging (#363)
Copy file name to clipboardExpand all lines: packages/docs/docs/changelog.mdx
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ sidebar_position: 6
4
4
5
5
# Changelog
6
6
7
+
## 2.4.3 - 30/04/2024
8
+
9
+
### Features
10
+
- RTL mode can be used on default renderers, see [docs for details](https://rct.lukasbach.com//docs/guides/accessibility#right-to-left-mode-rtl) (#369)
11
+
- Redirect focus to first item if focused item was dragged to hidden location (#362)
12
+
13
+
### Bug Fixes and Improvements
14
+
- Fixes an issue where not providing a submit button ref in a custom rename input renderer would prevent dismissing the input on blur (#368)
15
+
- Fixes an issue where dropping an item on its children was possible through keyboard-based dragging (#363)
0 commit comments