Skip to content

Commit a88aeb1

Browse files
committed
v2.3.0 changelog
1 parent ee677d5 commit a88aeb1

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

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

33
Pre-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

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)