File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-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.3.0] - 2024-03-22
6+
7+ ### Added
8+
9+ - Added the ability to read and write field values programmatically. see ` useRruForm ` .
10+ - ` RruDateTimeInput ` : Added clear button.
11+ - ` RruFileInput ` : Added ` chooseFileLabel ` prop.
12+
13+ ### Changed
14+
15+ - ` RruSelectInput ` & ` RruMultiSelectInput ` : Paginate loading options to enhance performance for large datasets.
16+ - More ARIA compliance.
17+
18+ ### Fixed
19+
20+ - ` RruForm ` : Fix when nested buttons with ` type ` != ` submit ` would cause the form to submit.
21+ - ` RruForm ` : Fix fatal error when supplying a flat value in the ` initialValues ` for a parent root object of a field that is nested.
22+ - ` RruDateTimeInput ` : Fix text alignment when page direction is RTL.
23+ - ` RruDateTimeInput ` : Fix ` onChange ` was called for each date/time part change.
24+
25+ ## Other
26+
27+ - Upgrade Dependencies.
28+ - Internal enhancements.
29+ - Added more tests.
30+ - Updated docs with more details.
31+
532## [ 2.2.0] - 2022-11-18
633
734### Added
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ import 'react-rich-ui/dist/index.css';
2020
2121### Or from a CDN
2222
23- Add the following tag to your index.html file: (replace ` 2.2 .0 ` in the URL with the version you are using)
23+ Add the following tag to your index.html file: (replace ` 2.3 .0 ` in the URL with the version you are using)
2424
2525``` html
26- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/react-rich-ui@2.2 .0/dist/index.css" />
26+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/react-rich-ui@2.3 .0/dist/index.css" />
2727```
2828
2929## Import Bootstrap (CSS + JS)
You can’t perform that action at this time.
0 commit comments