Skip to content

5.11.2

Compare
Choose a tag to compare
@heath-freenome heath-freenome released this 02 Aug 20:57
· 179 commits to main since this release

@rjsf/material-ui

  • Removed unnecessary import of old @types/material-ui which can cause typescript issues in some situations

@rjsf/utils

  • Updated the resolveAllReferences() function to use object spreading to update properties and items in a schema rather than directly modifying the schema to avoid issues with frozen object, fixing #3805