Skip to content

Commit 277e676

Browse files
committed
Bump v0.41.0.
This release has been made possible by the combined work of @olzraiti, @maartenth, @vinhlh, @tiemevanveen , @dehli, @enjoylife, @PabloEn, @israelshirk, @sjhewitt and @rom10. Thank you folks! Breaking changes ---------------- Support for passing `DescriptionField`, `TitleField` and `SchemaField` as `Form` props as been dropped in this release. You now have to always pass them through the `fields` prop. Deprecations ------------ * Leverage `ui:options` everywhere (fix rjsf-team#370) (rjsf-team#378) There's now a unique recommended way to specify options for widgets in uiSchema, which is the `ui:options` directive. Previous ways are still supported, but you'll get a warning in the console if you use them. New features ------------ * Allow overriding the default fields/widgets (rjsf-team#371) * Pass data to `FieldTemplate` as strings instead of as React components (rjsf-team#341) * Pass `schema` & `uiSchema` to the field template component (rjsf-team#379) * Add `ui:order` wildcard feature and improve error messages (rjsf-team#368) * Add support for widget autofocus (rjsf-team#288) * Array field optional sortability (rjsf-team#345) * Radio widget support for integers and numbers (rjsf-team#325) * Add support for inline radios and checkboxes. (fix rjsf-team#346) (rjsf-team#348) * Added ref to `FileWidget`. (rjsf-team#355) * Added `removable` and `addable` options for array items (rjsf-team#373) * Enable Windows development (rjsf-team#320) Enhancements and bugfixes ------------------------- * Fix `minimum/maximum==0` for `UpDownWidget` and `RangeWidget` (rjsf-team#344) * Handle numbers requiring trailing zeros with more grace (rjsf-team#334) * Pass empty title to `TitleField` instead of name (rjsf-team#311) * `asNumber`: return `undefined` when value is empty string (rjsf-team#369) * Use [glyphicons](http://getbootstrap.com/components/#glyphicons) for buttons by default. (fix rjsf-team#337) (rjsf-team#375) * Support old versions of React (rjsf-team#312)
1 parent fdbbf94 commit 277e676

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