@comet/admin@7.11.0
Minor Changes
-
b8b8e27: Make
GridFilterButton
andGridColumnsButton
responsive by moving their text to a tooltip on mobile- This also makes the button's styles consistent with the standard
Button
component GridFilterButton
now supports props to override the default button props
- This also makes the button's styles consistent with the standard
-
e9f547d: Adjust how tooltips are triggered
This is to achieve a more consistent and user-friendly experience by ensuring tooltips are always shown when the user interacts with the underlying element.
- When using the default
hover
trigger, tooltips will now be shown on bothhover
andfocus
. Previously, you had to choose betweenhover
andfocus
. - The
trigger
prop is deprecated and will be removed in a future major version. The combinedhover
/focus
trigger will be the only supported behavior. - Tooltips on touch devices will be shown immediately when the user starts interacting with the underlying element.
- When using the default
Patch Changes
-
1e01cca: Prevent scrolling of
DialogTitle
andDialogActions
inEditDialog
-
a30f0ee: Fix
border-color
ofInputBase
on default and hover state -
20f6341: Prevent the page content from overflowing the window, causing a horizontal scrollbar
This happened when using elements like
Tabs
that are intended to be horizontally scrollable and could, therefore, be wider than the window. -
8114a6a: Fix
onClick
and other props not being passed to the icon version of some button components
@comet/admin-theme@7.11.0
Minor Changes
-
a4fcdeb: Enable vertical resizing for
TextAreaField
and other multiline inputs -
5ba64aa: Add support and styling for full screen dialogs using the
fullScreen
prop<Dialog open fullScreen> <DialogTitle>Dialog Title</DialogTitle> <DialogContent>Dialog content</DialogContent> </Dialog>
Patch Changes
- 9f2a127: Fix an issue where setting
defaultProps
ofMuiDataGrid
would override thedefaultProps
defined bycreateCometTheme()
- a30f0ee: Fix
border-color
ofInputBase
on default and hover state
@comet/cms-admin@7.11.0
Minor Changes
- 3acbb04: Update design of the user menu in the header and add information about the impersonated user
Patch Changes
- 94cc411: Adapt styling of
ContentScopeSelect
to match the Comet design - 6778c4e: Prevent the creation of a second home page
- 7992a9a: Enable setting
importSourceId
andimportSourceType
for each individual file in theuseDamFileUpload#uploadFiles
function
@comet/blocks-api@7.11.0
Patch Changes
- 58a99bb: Fix input validation for missing child blocks