Skip to content

Commit 10bd2c7

Browse files
committed
Bump v0.38.1.
* Remove obsolete mention of the custom widget placeholder prop. * Fix HiddenWidget error when value is undefined (#277) * Fix SchemaField to support customized DescriptionField (#292) * Ensure arrays of numbers are properly propagated to formData (#298) * Fix #300: Properly reset a date widget value. (#303)
1 parent e2cdce6 commit 10bd2c7

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.38.0",
3+
"version": "0.38.1",
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)