Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
authentication
package update -v 3.0.0
usePreAuth
hook. We should now pre authenticate on the server side using thepreAuthenticate
function.I
prefix from it.react
,@baseapp-frontend/provider
and@baseapp-frontend/utils
topeerDependencies
for better compatibility between the packages and the consumer app.design-system-mui
package update -v 2.0.0
SnackbarProvider
component. It provides a new toast bar system based onmaterial-ui
only.CheckboxField
,PasswordField
andTextField
components.@baseapp-frontend/core
dependency.react
,react-dom
and@baseapp-frontend/utils
topeerDependencies
for better compatibility between the packages and the consumer app.graphql
package update -v 1.1.2
react
and@baseapp-frontend/utils
topeerDependencies
for better compatibility between the packages and the consumer app.provider
package update -v 2.0.0
ReactQueryProvider
based on React Query v5 breaking changes.ReactQueryProvider
now expectssendErrorToast
,toastMessage
andtoastType
meta keys to be sent in order to triggeronError
message toasts out of the box.react
and@baseapp-frontend/utils
topeerDependencies
for better compatibility between the packages and the consumer app.test
package update -v 2.0.0
ComponentWithProviders
creates its ownmaterial-ui
's theme andReact Query
's provider. Removed@baseapp-frontend/design-system-mui
and@baseapp-frontend/provider
dependencies to avoid circular dependencies.react
topeerDependencies
for better compatibility between the packages and the consumer app.utils
package update -v 2.4.0
react
topeerDependencies
for better compatibility between the packages and the consumer app.I
prefix from it.core
package update -v 2.7.5