Skip to content

v3.16.11

Compare
Choose a tag to compare
@rvsia rvsia released this 05 Apr 09:09
· 355 commits to master since this release

3.16.11 (2022-04-05)

Bug fixes

@data-driven-forms/react-form-renderer~3.16.11

  • fix(renderer): Do not override initial values with set values.

@data-driven-forms/react-renderer-demo~3.16.11

  • This commit contains the following style improvements of the doc site:
  1. Add border-radius:4 to index page example code and component to
    achieve better user experience.
  2. Add border-radius:4 to all the code block in markdown.
  3. Change the code block font to "ui-monospace,SFMono-Regular,SF
    Mono,Menlo,Consolas,Liberation Mono,monospace"
  4. Move the AccordionSummary of example component to the borrom of the
    component, as it's more logical to expand the code below the actual
    component.
  5. Turn off the rotate of accordion expand icon, replace it with
    and to maintain the expand state.
  6. Replace the markdown default divider(
    ) to @mui/material/Divider.