Skip to content

Commit 68077a7

Browse files
committed
Bump v0.49.0.
* Update for custom input types (rjsf-team#572) * Added possibility to change title and description by ui:schema. (rjsf-team#587) * Fixes default value for object missing properties (rjsf-team#589) * Fixes array without items for custom fields (rjsf-team#590) * Upgrade prettier to 1.4.2. (rjsf-team#602) * Add `type="button"` to ArrayFieldTemplate example (rjsf-team#601)
1 parent 6e43e4f commit 68077a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsonschema-form",
3-
"version": "0.48.2",
3+
"version": "0.49.0",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"build:readme": "toctoc README.md -w",

0 commit comments

Comments
 (0)