We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ca796 commit a13ea03Copy full SHA for a13ea03
2 files changed
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Changed
11
12
+## 1.0.3 - 2022-01-22
13
+### Added
14
+
15
+### Changed
16
+- fixes #241 update textarea rowsMax to maxRows as the new version of mui 5 changed attribute name
17
18
## 1.0.2 - 2021-12-26
19
### Added
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-schema-form",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "React json schema form",
5
"keywords": [
6
"json schema",
0 commit comments