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: Prevent duplicate extraErrors when not live validating #3288

Merged
merged 3 commits into from Dec 9, 2022

Commits on Dec 8, 2022

  1. fix: Prevent duplicated extraErrors when not live validating

    Fixed rjsf-team#3169 by merging `extraErrors` in while preventing duplicates
    - Updated `@rjsf/utils` to make the `mergeObjects()` function support a `preventDuplicates` mode when concatenating arrays
      - Updated the tests to verify this new feature
    - Updated `@rjsf/core` to use the `preventDuplicates` mode when merging `extraErrors` when not live validating
    - Updated `validation.md` to remove extraneous leading space to fix rjsf-team#3282
    - Updated `utility-functions.md` to document the new mode
    - Updated `index.md` to provide the proper `core.cjs.production.min.js` package name for `unpkg.com` fixing rjsf-team#3262
    - Updated the `CHANGELOG.md` accordingly
    heath-freenome committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    0abca05 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    9c4da5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58eac25 View commit details
    Browse the repository at this point in the history