Skip to content

7.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 08:20
· 31 commits to main since this release
578437c

@comet/admin@7.11.0

Minor Changes

  • b8b8e27: Make GridFilterButton and GridColumnsButton 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
  • 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 both hover and focus. Previously, you had to choose between hover and focus.
    • The trigger prop is deprecated and will be removed in a future major version. The combined hover/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.

Patch Changes

  • 1e01cca: Prevent scrolling of DialogTitle and DialogActions in EditDialog

  • a30f0ee: Fix border-color of InputBase 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 of MuiDataGrid would override the defaultProps defined by createCometTheme()
  • a30f0ee: Fix border-color of InputBase 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 and importSourceType for each individual file in the useDamFileUpload#uploadFiles function

@comet/blocks-api@7.11.0

Patch Changes

  • 58a99bb: Fix input validation for missing child blocks

@comet/cms-api@7.11.0

Patch Changes

  • fb2297b: Fix notEqual operation for enum filter
  • 6778c4e: Prevent the creation of a second home page