Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect allOf merging (fix #2923) (Reimplement #3025) #3227

Merged
merged 6 commits into from Dec 22, 2022

Commits on Dec 21, 2022

  1. fix(@rjsf/core): Nested into items schema allOf blocks with multiple …

    …if/then/else statements fail to render correctly
    AlimovSV authored and nickgros committed Dec 21, 2022
    Copy the full SHA
    4d6b292 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad92d83 View commit details
    Browse the repository at this point in the history
  3. Fix test failures

    - Fix a case where an invalid schema type (e.g. a string) may be passed to `computeDefaults`.
    - Fix an issue where `toPathSchema` only recognized `additionalProperties` in schema objects if `additionalProperties` was strictly `true` when the value of `additionalProperties` could be a JSON Schema object.
    nickgros committed Dec 21, 2022
    Copy the full SHA
    0555715 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4acaa55 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a2fe939 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Copy the full SHA
    88519a3 View commit details
    Browse the repository at this point in the history