File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
33Pre-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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments