6.15.1
@comet/admin-icons@6.15.1
Minor Changes
- 4060278: Add
RteUppercase
icon
@comet/cms-admin@6.15.1
Minor Changes
-
cdc861c: Add
buttonChildren
andchildren
props toUserHeaderItem
This increases the flexibility of the
UserHeaderItem
component by allowing theAppHeaderDropdown
label to be passed viabuttonChildren
. More buttons or other list items in the dropdown can be passed viachildren
.Example:
<UserHeaderItem buttonChildren="Some custom label"> <Button variant="contained">Some custom button</Button> <Button>Some custom button 2</Button> </UserHeaderItem>
Patch Changes
-
0654f7b: Handle unauthorized and unauthenticated correctly in error dialog
The error dialog now presents screens according to the current state. Required to work in all conditions:
CurrentUserProvider
must be beneathMuiThemeProvider
andIntlProvider
and aboveRouterBrowserRouter
ErrorDialogHandler
must be parallel toCurrentUserProvider
@comet/admin@6.15.1
Patch Changes
-
0654f7b: Handle unauthorized and unauthenticated correctly in error dialog
The error dialog now presents screens according to the current state. Required to work in all conditions:
CurrentUserProvider
must be beneathMuiThemeProvider
andIntlProvider
and aboveRouterBrowserRouter
ErrorDialogHandler
must be parallel toCurrentUserProvider
@comet/blocks-admin@6.15.1
Patch Changes
- ec7fb9f: Fix a validation error for default values in
YouTubeVideoBlock
@comet/blocks-api@6.15.1
Patch Changes
-
c7f5637: Fix validation of
YouTubeVideoBlock
Previously, the validation of the
YouTubeVideoBlock
differed between admin and API.
The admin allowed YouTube URLs and YouTube video IDs.
The API only allowed URLs but blocked video IDs.Now, the API validation also accepts URLs and video IDs.
@comet/cms-api@6.15.1
Patch Changes
-
9b29afd: Add missing
@RequiredPermission
tocreateZip
route -
0654f7b: Handle unauthorized and unauthenticated correctly in error dialog
The error dialog now presents screens according to the current state. Required to work in all conditions:
CurrentUserProvider
must be beneathMuiThemeProvider
andIntlProvider
and aboveRouterBrowserRouter
ErrorDialogHandler
must be parallel toCurrentUserProvider
@comet/eslint-config@6.15.1
Patch Changes
-
6cb8505: Fix Prettier peer dependency
The dependency range was incorrectly set to
>= 2
. Change to^2.0.0
since Prettier v3 isn't supported at the moment.