Skip to content

Commit d9bbcbb

Browse files
committed
v2.1.0-rc.2
1 parent 47be318 commit d9bbcbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Pre-release versions will not be mentioned here.
2222

2323
- `RruModalButton`: fix `modalTitle` not working
2424
- `RruDateTimeInput`: fix unable to change year
25+
- `RruTextInput`: fix empty string initial value becomes `null`
2526
- `RruTextInput`: fix error message not showing properly when page `dir` is different from input `dir`
27+
- `RruTextareaInput`: fix empty string initial value becomes `null`
2628
- `RruTextareaInput`: fix error message not showing properly when page `dir` is different from input `dir`
2729

2830
## [2.0.0] - 2022-07-27

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rich-ui",
3-
"version": "2.1.0-rc.1",
3+
"version": "2.1.0-rc.2",
44
"description": "React UI framework with lots of built-in UI components (forms, data table, steps wizards, etc...)",
55
"keywords": [
66
"React",

0 commit comments

Comments
 (0)