Skip to content

Commit 829e33b

Browse files
committed
prepare for v2.5.0
1 parent 82377d0 commit 829e33b

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
Pre-release versions will not be mentioned here.
44

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.
18+
19+
### Internal
20+
21+
- Added 41 new tests.
22+
- Removed `use-async-effect` dependency.
23+
- Removed `react-detect-click-outside` dependency.
24+
- Upgraded dependencies.
25+
- Stricter dependency versions for safety.
26+
- Internal small enhancements.
27+
- Docs: restructure and updates.
28+
529
## [2.4.3] - 2025-05-25
630

731
### Fixed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ import 'react-rich-ui/dist/style.css';
1818

1919
### Or from a CDN
2020

21-
Add the following tag to your index.html file: (replace `2.4.3` in the URL with the version you are using)
21+
Add the following tag to your index.html file: (replace `2.5.0` in the URL with the version you are using)
2222

2323
```html
24-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.4.3/dist/style.css" />
24+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.5.0/dist/style.css" />
2525
```
2626

2727
## Import Bootstrap (CSS + JS)

0 commit comments

Comments
 (0)