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

Feat: Allow raising errors from within a custom whatever(#2718) #4188

Merged
merged 20 commits into from
Aug 3, 2024

Commits on May 3, 2024

  1. rjsf-team#2718 feature - raise errors from within fields

    Abdallah Al-Soqatri committed May 3, 2024
    Configuration menu
    Copy the full SHA
    063b4cd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fixed failing tests

    Abdallah Al-Soqatri committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e5f05c7 View commit details
    Browse the repository at this point in the history
  2. Fixed failing build

    Abdallah Al-Soqatri committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1f4b73f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Removing raiseError message and errorSchema is updated now using the …

    …onChange.
    Abdallah Al-Soqatri committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7c765ad View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Merge branch 'main' into raise-field-error

    Abdallah Al-Soqatri committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    30dc6a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge remote-tracking branch 'origin/main' into raise-field-error

    Abdallah Al-Soqatri committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9d90d26 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. reverting tests

    Abdallah Al-Soqatri committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    56bc85c View commit details
    Browse the repository at this point in the history
  2. Filtering errors based on your retrieved schema to only show errors f…

    …or properties in the selected branch.
    Abdallah Al-Soqatri committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    876cda6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. fixed issue with typing causing build failures.

    Abdallah Al-Soqatri committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    13da8ab View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Improvement based on feedback

    Abdallah Al-Soqatri committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ea4511e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. improvement based on feedback and written test for custom widget

    Abdallah Al-Soqatri committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    b4f5e38 View commit details
    Browse the repository at this point in the history
  2. documenting the feature

    Abdallah Al-Soqatri committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3f6146f View commit details
    Browse the repository at this point in the history
  3. docs improvement base on feedback

    Abdallah Al-Soqatri committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    b6ea13d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into raise-field-error

    Abdallah Al-Soqatri committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9cfb9fc View commit details
    Browse the repository at this point in the history
  5. removed empty line

    Abdallah Al-Soqatri committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a92d2b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fixed lodash import

    Abdallah Al-Soqatri committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6d22013 View commit details
    Browse the repository at this point in the history
  2. Update packages/core/src/components/Form.tsx

    Ordered lodash import
    heath-freenome authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c527cd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e151ba5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update CHANGELOG.md

    Added missing packages
    heath-freenome authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2161fa1 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Added missing space
    heath-freenome authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6f8513b View commit details
    Browse the repository at this point in the history