You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release has a big refactor to modularise most of logic used in react-jsonschema using xstate.
This release also introduces a new feature to provide error messages in xhrSchema based on status codes inside ui:errors
Example:
"ui:errors": {
"offline": {
"title": "You are Offline !",
"message": "Please try again once you are online."
},
"500": {
"title": "Internal Server Error",
"message": "My error description"
}
}
Previously
3.0.0-alpha.9
This Minor release does not have any features but 2 small package updates
Update on Material pickers with support for react 17.
Update on React-slate resolves pending vulnerabilities by replacing emotion with styled components.
Now source code is slowly migrating towards typescript with support of jest for running unit tests.
3.0.0-alpha.6
Demo updated with vscode editor and live validation changes
New interceptors to transform form and uiData using uiSchema - ui:interceptor
New xhrSchema feature enabled to make xhr calls onload, onsubmit and onclick to consume or post data
type: null support included for custom div support
New Tabs and Stepper UI using ui:page -> "ui:layout": "tabs"
Integration tests enabled with browserstack
Support for latest version of Material UI 4
Support for latest version of Nextjs 10 and react 17
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
3.0.0-alpha.12
Features:
ui:errors
Example:
Previously
3.0.0-alpha.9
This Minor release does not have any features but 2 small package updates
Now source code is slowly migrating towards typescript with support of jest for running unit tests.
3.0.0-alpha.6
ui:interceptor
xhrSchema
feature enabled to make xhr calls onload, onsubmit and onclick to consume or post datatype: null
support included for custom div supportui:page
->"ui:layout": "tabs"
Material UI 4
Nextjs 10
andreact 17
Demo URL: https://react-jsonschema-form-material-ui-github56.vercel.app
This discussion was created from the release 3.0.0-alpha.12 - Error Messages for XHR Schema.
Beta Was this translation helpful? Give feedback.
All reactions