-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Deprecate validator-ajv6 in favor of validator-ajv8 before end of Beta #3110
Comments
heath-freenome
added
bug
needs triage
Initial label given, to be assigned correct labels and assigned
labels
Sep 13, 2022
heath-freenome
assigned epicfaace, jacqueswho and heath-freenome and unassigned epicfaace and jacqueswho
Sep 13, 2022
heath-freenome
changed the title
Deprecate validator-ajv6 in favor of validator-ajv8
Deprecate validator-ajv6 in favor of validator-ajv8 before end of Beta
Sep 13, 2022
heath-freenome
added
p1
Important to fix soon
and removed
needs triage
Initial label given, to be assigned correct labels and assigned
labels
Sep 23, 2022
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Oct 26, 2022
Fix rjsf-team#3110 by deprecating the `@rjsf/validator-ajv6` and improving documentation - Updated the `README.md` and all files in the `@rjsf/validator-ajv6` as deprecated - Updated the tests for all themes to switch to using the `@rjsf/validator-ajv8` - Due to the changes in messaging syntax with the ajv 8 validator most of the tests that displayed errors needed to be updated - Updated all of the documentation to be Typescript syntax, switching all examples to `@rjsf/validator-ajv8` with the exception of those few examples specifically for the `@rjsf/validator-ajv6` - Updated the playground to default to the AJV8 validator and marking the AJV6 validator as deprecated - Updated the `CHANGELOG.md` accordingly
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Oct 26, 2022
Fix rjsf-team#3110 by deprecating the `@rjsf/validator-ajv6` and improving documentation - Updated the `README.md` and all files in the `@rjsf/validator-ajv6` as deprecated - Updated the tests for all themes to switch to using the `@rjsf/validator-ajv8` - Due to the changes in messaging syntax with the ajv 8 validator most of the tests that displayed errors needed to be updated - Updated all of the documentation to be Typescript syntax, switching all examples to `@rjsf/validator-ajv8` with the exception of those few examples specifically for the `@rjsf/validator-ajv6` - Updated the playground to default to the AJV8 validator and marking the AJV6 validator as deprecated - Updated the `CHANGELOG.md` accordingly
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Oct 26, 2022
Fix rjsf-team#3110 by deprecating the `@rjsf/validator-ajv6` and improving documentation - Updated the `README.md` and all files in the `@rjsf/validator-ajv6` as deprecated - Updated the tests for all themes to switch to using the `@rjsf/validator-ajv8` - Due to the changes in messaging syntax with the ajv 8 validator most of the tests that displayed errors needed to be updated - Updated all of the documentation to be Typescript syntax, switching all examples to `@rjsf/validator-ajv8` with the exception of those few examples specifically for the `@rjsf/validator-ajv6` - Updated the playground to default to the AJV8 validator and marking the AJV6 validator as deprecated - Updated the `CHANGELOG.md` accordingly
8 tasks
heath-freenome
added a commit
that referenced
this issue
Oct 26, 2022
* fix: #3110 by deprecating the ajv 6 validator Fix #3110 by deprecating the `@rjsf/validator-ajv6` and improving documentation - Updated the `README.md` and all files in the `@rjsf/validator-ajv6` as deprecated - Updated the tests for all themes to switch to using the `@rjsf/validator-ajv8` - Due to the changes in messaging syntax with the ajv 8 validator most of the tests that displayed errors needed to be updated - Updated all of the documentation to be Typescript syntax, switching all examples to `@rjsf/validator-ajv8` with the exception of those few examples specifically for the `@rjsf/validator-ajv6` - Updated the playground to default to the AJV8 validator and marking the AJV6 validator as deprecated - Updated the `CHANGELOG.md` accordingly * - fix build * Update docs/5.x upgrade guide.md - Accepting reviewer feedback Co-authored-by: Nick Grosenbacher <nickgrosenbacher@gmail.com> * Update docs/usage/validation.md - Accepting reviewer feedback Co-authored-by: Nick Grosenbacher <nickgrosenbacher@gmail.com> Co-authored-by: Nick Grosenbacher <nickgrosenbacher@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
What theme are you using?
core
Version
5.0.0-beta.6
Current Behavior
Now that we have the
validator-ajv8
we are going to want to deprecate thevalidator-ajv6
. Update ALL of the documentation and tests so thatvalidator-ajv8
is used.The text was updated successfully, but these errors were encountered: