Skip to content

Commit d14369b

Browse files
committed
Bump v0.41.2.
* Update dependencies to their latest versions. (rjsf-team#386) * Fix rjsf-team#385: Avoid dynamic requires. (rjsf-team#387) * Fix rjsf-team#365: Tab stop for Add button + (rjsf-team#392) * Add a single field form example in the playground (rjsf-team#390) * Allow using field names containing a dot character (rjsf-team#397) * Updated eslint config. * Improve checkbox and radio button styles (rjsf-team#403) * Add missing proptype for disabled (rjsf-team#416) * Temporary fix for rjsf-team#349 and facebook/react#7630 radio widget bug (rjsf-team#423)
1 parent 93493cf commit d14369b

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