Skip to content

Releases: rjsf-team/react-jsonschema-form

5.19.3

09 Jul 19:57
Compare
Choose a tag to compare

@rjsf/antd

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@rjsf/chakra-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@rjsf/fluentui-rc

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@rjsf/material-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@rjsf/mui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@rjsf/semantic-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

v5.19.2

08 Jul 16:35
Compare
Choose a tag to compare

@rjsf/core

  • Removed .only on tests that was accidentally added in 5.19.0

5.19.1

05 Jul 16:12
Compare
Choose a tag to compare

5.19.1

Dev / docs / playground

  • Bumped the peer dependencies to 5.19.x due to use of new API in 5.19.0

5.19.0

03 Jul 22:07
Compare
Choose a tag to compare

New API and feature

  • API: dateRangeOptions()
  • Feature: AltDateWidget supports relative Years and reversed order of Year choices

@rjsf/antd

  • Updated AltDateWidget to use the new dateRangeOptions() function in utils to support relative Years and reversing the order of the Year choices

@rjsf/chakra-ui

  • Updated AltDateWidget to use the new dateRangeOptions() function in utils to support relative Years and reversing the order of the Year choices

@rjsf/core

  • Fixed case where readOnly from a JSON Schema was not applied in SchemaField (#4236)
  • Updated AltDateWidget to use the new dateRangeOptions() function in utils to support relative Years and reversing the order of the Year choices

@rjsf/utils

  • Added a new dateRangeOptions() function to implement relative Years in (via negative ranges) and reversing the order of the Year choices

Dev / docs / playground

  • Added documentation for the new dateRangeOptions() function as well as showing examples of using relative Years and reversed Year ordering

5.18.6

02 Jul 20:36
Compare
Choose a tag to compare

@rjsf/antd

  • Fix disabled property of options in CheckboxesWidget and RadioWidget (#4216)

@rjsf/core

  • Fixed omitExtraData not working in onSubmit and validateForm; fixing #4187, #4165 and #4109

@rjsf/utils

  • Fix IdSchema and PathSchema types (#4196)

@rjsf/validator-ajv6

  • Fix IdSchema and PathSchema types (#4196)

@rjsf/validator-ajv8

  • Fix IdSchema and PathSchema types (#4196)

5.18.5

26 Jun 16:30
Compare
Choose a tag to compare

@rjsf/antd

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/bootstrap4

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/chakra-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/core

  • Fix case where NumberField would not properly reset the field when using programmatic form reset #4202
  • Updated widgets to handle undefined target in onFocus and onBlur handlers
  • Fix field disable or readonly property can't cover globalOptions corresponding property #4212

@rjsf/fluent-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/fluentui-rc

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/material-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/mui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/semantic-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@rjsf/validator-ajv6

  • Improved performance issues with large schema dependencies and oneOf conditions #4203.

@rjsf/validator-ajv8

  • Improved performance issues with large schema dependencies and oneOf conditions #4203.

5.18.4

17 May 20:50
Compare
Choose a tag to compare

Dev / docs / playground

  • Fixed typo in constants.ts, Form.tsx

5.18.3

26 Apr 17:02
Compare
Choose a tag to compare

@rjsf/semantic-ui

  • Added support for version 2 in the peerDependencies

Dev / docs / playground

  • Bumped devDependencies on react to 18.x
  • Fixed typo in custom-widgets-fields.md in the documentation
  • Updated the LICENSE.md to include the proper copyright dates and owner

5.18.2

10 Apr 16:17
Compare
Choose a tag to compare

@rjsf/core

  • Fixed Programmatic submit not working properly in Firefox #3121

@rjsf/utils

  • #4116 Fix Maximum call stack size exceeded when encountering circular definitions (Link to PR)

5.18.1

23 Mar 00:51
Compare
Choose a tag to compare
  • Bumped peer dependencies since 5.18.0 introduced new features in @rjsf/utils that affect @rjsf/core