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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
2
2
3
3
Pre-release versions will not be mentioned here.
4
4
5
+
## [2.5.0] - 2025-11-26
6
+
7
+
### Added
8
+
9
+
-`RruForm`: Support arrays of fields (dynamic items).
10
+
-`RruFileInput`: Added new prop `shouldTriggerOnChangeOnSameFile`.
11
+
- Support React 19.
12
+
13
+
### Changed
14
+
15
+
-`RruForm`: Allow empty form without children. Not a big change, but this could be helpful to some.
16
+
Note this is only a typescript type change, meaning it was allowed before and now it won't trigger a TS warning.
17
+
- Minimum supported version of `yup` dependency is now `1.0.0` instead of `0.27.0`. This should be easy as yup did not have huge breaking changes and you probably are on v1 as it was released in 2023.
0 commit comments