Skip to content

Commit 2184f73

Browse files
committed
prepare for v2.5.1
1 parent 429ca69 commit 2184f73

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

5+
## [2.5.1] - 2025-11-28
6+
7+
### Fixed
8+
9+
- `RruSelectInput`: Values set programmatically by the form context were not rendering properly.
10+
- `RruMultiSelectInput`: Values set programmatically by the form context were not rendering properly.
11+
- `RruMultiCheckboxInput`: Values set programmatically by the form context were not rendering properly.
12+
- `RruRadioInput`: Values set programmatically by the form context were not rendering properly.
13+
14+
### Internal
15+
16+
- Tests: Greatly enhanced tests with more DOM checks.
17+
518
## [2.5.0] - 2025-11-26
619

720
### Added

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.5.0` in the URL with the version you are using)
21+
Add the following tag to your index.html file: (replace `2.5.1` 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.5.0/dist/style.css" />
24+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.5.1/dist/style.css" />
2525
```
2626

2727
## Import Bootstrap (CSS + JS)

0 commit comments

Comments
 (0)