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
RruForm: Support arrays of fields (dynamic items).
RruFileInput: Added new prop shouldTriggerOnChangeOnSameFile.
Support React 19.
Changed
RruForm: Allow empty form without children. Not a big change, but this could be helpful to some.
Note this is only a typescript type change, meaning it was allowed before and now it won't trigger a TS warning.
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.