·
671 commits
to main
since this release
Minor Changes
-
#2651
85d5af25
Thanks @thomasheyenbrock! - BREAKING: The following context properties have been removed as they are only meant for internal use:- The
subscription
property of theExecutionContext
- The
setSchema
method of theSchemaContext
- The
setFetchError
method of theSchemaContext
- The
-
#2652
6ff0bab9
Thanks @thomasheyenbrock! - BREAKING: ThevalidationErrors
property of theSchemaContext
is now always non-null. If the schema is valid then it will contain an empty list. -
#2644
0aff68a6
Thanks @thomasheyenbrock! - BREAKING: TheResponseEditor
component no longer accepts the propvalue
. Instead you can now pass the propresponse
to theEditorContextProvider
. This aligns it with the API design of the other editor components.