-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update comet to ^7.15.0 #235
Open
renovate
wants to merge
1
commit into
next
Choose a base branch
from
renovate/comet
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1cf9083
to
c05a0f8
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
9d54d96
to
8054650
Compare
8054650
to
9758030
Compare
9758030
to
9b29cbb
Compare
7b214eb
to
0a2e931
Compare
0a2e931
to
dedc859
Compare
dedc859
to
9c8ed21
Compare
9c8ed21
to
e0e4a7c
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
^7.10.0
->^7.15.0
Release Notes
vivid-planet/comet (@comet/admin)
v7.15.0
Compare Source
Minor Changes
a189d4e
: Support dynamic values for thelabel
prop ofSwitchField
depending on itschecked
state7d8c36e
: Add theDataGridPanel
component to replace MUIs defaultPanel
used byDataGrid
to match the Comet DXP designIt is recommended to add this component to your theme's
defaultProps
ofMuiDataGrid
.Example theme configuration for
admin/src/theme.ts
:a189d4e
: Allow passing aReactNode
tofieldLabel
ofCheckboxField
andSwitchField
This enables using
FormattedMessage
for the label.Patch Changes
faa54eb
: Fix display of warnings for forms that use both form-level and field-level validation6827982
: Preserve the defaultButton
color when using thesx
prop with thetextLight
ortextDark
variant7d8c36e
]v7.14.0
Compare Source
Minor Changes
6b75f20
: Deprecatedensity
prop ofDataGridToolbar
The density setting of the surrounding Data Grid now controls the styling of the toolbar.
Patch Changes
9b190db
]84e0636
]v7.13.0
Compare Source
Minor Changes
bd562d3
: AdddisableForcePromptRoute
option toStackSwitch
This can be useful when a navigation in a switch shouldn't trigger a prompt, e.g., when navigating inside a block.
5c06e4b
: ReduceMainContent
padding on mobileb918c81
: Add support for custom components toCrudMoreActionsMenu
Example
Note: Use the
CrudMoreActionsMenuItem
component orCrudMoreActionsMenuContext
to close the menu after clicking an item.Patch Changes
v7.12.0
Compare Source
Minor Changes
af51bb4
: Make the width ofGridToolbarQuickFilter
responsive when used insideDataGridToolbar
92b3255
: Hide group title inCrudMoreActionsMenu
when only one group is presente8003f9
: Add a newFillSpace
component to replaceToolbarFillSpace
andAppHeaderFillSpace
ToolbarFillSpace
andAppHeaderFillSpace
are now deprecated.4f6e6b0
: DeprecateFinalFormRadio
andFinalFormCheckbox
5583c9c
: ExportrenderFinalFormChildren
helper7da81fa
: Add a newButton
component to replaceToolbarActionButton
and MUI'sButton
Compared to MUI's
Button
component, thecolor
prop has been removed, and thevariant
prop now defines those variants, defined by the Comet design guidelines,primary
is the default variant.Responsive behavior
ToolbarActionButton
is now deprecated.Previously,
ToolbarActionButton
would hide its text content on mobile and add it with a tooltip instead.This behavior can now be achieved by setting the
responsive
prop on theButton
component.Patch Changes
9546356
: Fix mobile styling ofAppHeaderMenuButton
3ddc227
: Adjust the spacings insideToolbar
andDataGridToolbar
to match the Comet design0bb181a
:usePersistentColumnState
: Prevent Data Grids with the same name to overwrite each others pinned and column-visibility states47be4eb
]ee59753
]af51bb4
]v7.11.0
Compare Source
Minor Changes
b8b8e27
: MakeGridFilterButton
andGridColumnsButton
responsive by moving their text to a tooltip on mobileButton
componentGridFilterButton
now supports props to override the default button propse9f547d
: Adjust how tooltips are triggeredThis is to achieve a more consistent and user-friendly experience by ensuring tooltips are always shown when the user interacts with the underlying element.
hover
trigger, tooltips will now be shown on bothhover
andfocus
. Previously, you had to choose betweenhover
andfocus
.trigger
prop is deprecated and will be removed in a future major version. The combinedhover
/focus
trigger will be the only supported behavior.Patch Changes
1e01cca
: Prevent scrolling ofDialogTitle
andDialogActions
inEditDialog
a30f0ee
: Fixborder-color
ofInputBase
on default and hover state20f6341
: Prevent the page content from overflowing the window, causing a horizontal scrollbarThis happened when using elements like
Tabs
that are intended to be horizontally scrollable and could, therefore, be wider than the window.8114a6a
: FixonClick
and other props not being passed to the icon version of some button componentsUpdated dependencies [
9f2a127
]Updated dependencies [
a30f0ee
]Updated dependencies [
a4fcdeb
]Updated dependencies [
5ba64aa
]vivid-planet/comet (@comet/admin-babel-preset)
v7.15.0
Compare Source
v7.14.0
Compare Source
v7.13.0
Compare Source
v7.12.0
Compare Source
v7.11.0
Compare Source
vivid-planet/comet (@comet/admin-date-time)
v7.15.0
Compare Source
Patch Changes
a189d4e
]faa54eb
]7d8c36e
]a189d4e
]6827982
]v7.14.0
Compare Source
Patch Changes
6b75f20
]v7.13.0
Compare Source
Patch Changes
bd562d3
]5c06e4b
]b918c81
]v7.12.0
Compare Source
Patch Changes
af51bb4
]92b3255
]9546356
]e8003f9
]4f6e6b0
]5583c9c
]7da81fa
]3ddc227
]0bb181a
]v7.11.0
Compare Source
Patch Changes
b8b8e27
]1e01cca
]a30f0ee
]20f6341
]e9f547d
]8114a6a
]vivid-planet/comet (@comet/admin-icons)
v7.15.0
Compare Source
v7.14.0
Compare Source
v7.13.0
Compare Source
v7.12.0
Compare Source
v7.11.0
Compare Source
vivid-planet/comet (@comet/admin-rte)
v7.15.0
Compare Source
Patch Changes
a189d4e
]faa54eb
]7d8c36e
]a189d4e
]6827982
]v7.14.0
Compare Source
Minor Changes
bb041f7
: Add content generation capabilities tocreateSeoBlock
The SEO block (when created using the
createSeoBlock
factory) now supports automatic generation of:See the docs for instructions on enabling this feature.
7f72e82
: AddextractTextContents
method to blocksextractTextContents
can be used to extract plain text from blocks. This functionality is particularly useful for operations such as search indexing or using the content for LLM-based tasks. The optionincludeInvisibleContent
can be set to include the content of invisible blocks in the extracted text.The method is optional for now, but it is recommended to implement it for all blocks and documents. The default behavior is to return
Patch Changes
6b75f20
]v7.13.0
Compare Source
Patch Changes
86c1d59
: Set correct editor height when using theminHeight
optionbd562d3
]5c06e4b
]b918c81
]v7.12.0
Compare Source
Patch Changes
af51bb4
]92b3255
]9546356
]e8003f9
]4f6e6b0
]5583c9c
]7da81fa
]3ddc227
]0bb181a
]v7.11.0
Compare Source
Patch Changes
b8b8e27
]1e01cca
]a30f0ee
]20f6341
]e9f547d
]8114a6a
]vivid-planet/comet (@comet/admin-theme)
v7.15.0
Compare Source
Minor Changes
7d8c36e
: Improve the styling of the filter and columns panels ofDataGrid
Patch Changes
v7.14.0
Compare Source
Patch Changes
9b190db
: Fix spacing forListItemIcon
andListItemAvatar
to align with Comet DXP design84e0636
: Fix dialog header height for dialogs with no titlev7.13.0
Compare Source
Patch Changes
v7.12.0
Compare Source
Minor Changes
ee59753
: Add styling ofCard
andCardHeader
to align with Comet DXP designPatch Changes
47be4eb
: Adapt styling ofDialogActions
,DialogContent
, andDialogTitle
to match the Comet DXP designaf51bb4
: Prevent the input value ofGridToolbarQuickFilter
from being truncated too earlyv7.11.0
Compare Source
Minor Changes
a4fcdeb
: Enable vertical resizing forTextAreaField
and other multiline inputs5ba64aa
: Add support and styling for full screen dialogs using thefullScreen
propPatch Changes
9f2a127
: Fix an issue where settingdefaultProps
ofMuiDataGrid
would override thedefaultProps
defined bycreateCometTheme()
a30f0ee
: Fixborder-color
ofInputBase
on default and hover statevivid-planet/comet (@comet/blocks-admin)
v7.15.0
Compare Source
Patch Changes
e056e8f
: Change "Add column" button label increateColumnsBlock
to "Add item"a189d4e
]faa54eb
]7d8c36e
]a189d4e
]6827982
]v7.14.0
Compare Source
Minor Changes
948e07b
: Add anoverride
argument to all block factories to followcreateCompositeBlock
's patternbb041f7
: Add content generation capabilities tocreateSeoBlock
The SEO block (when created using the
createSeoBlock
factory) now supports automatic generation of:See the docs for instructions on enabling this feature.
7f72e82
: AddextractTextContents
method to blocksextractTextContents
can be used to extract plain text from blocks. This functionality is particularly useful for operations such as search indexing or using the content for LLM-based tasks. The optionincludeInvisibleContent
can be set to include the content of invisible blocks in the extracted text.The method is optional for now, but it is recommended to implement it for all blocks and documents. The default behavior is to return
Patch Changes
6b75f20
]v7.13.0
Compare Source
Patch Changes
bd562d3
: Prevent router prompt when using a block with subroutes in a formbd562d3
]5c06e4b
]b918c81
]v7.12.0
Compare Source
Minor Changes
86479e7
: Simplify setting field props when usingcreateCompositeBlockTextField
orcreateCompositeBlockSelectField
The props can now be set directly without nesting them inside the
fieldProps
object.af350d0
: AddcreateCompositeBlockSwitchField
helper functionTo simplify the creation of a switch field block by hiding the verbose definition of
Form
,Field
and items.86479e7
: Supportdisabled
in select options when usingcreateCompositeBlockSelectField
Patch Changes
5583c9c
: Allow passing a function as child toBlocksFinalForm
af51bb4
]92b3255
]9546356
]e8003f9
]4f6e6b0
]5583c9c
]7da81fa
]3ddc227
]0bb181a
]v7.11.0
Compare Source
Patch Changes
b8b8e27
]1e01cca
]a30f0ee
]20f6341
]e9f547d
]8114a6a
]vivid-planet/comet (@comet/blocks-api)
v7.15.0
Compare Source
v7.14.0
Compare Source
Patch Changes
7e7a4aa
: Fixtitle
field not added to types increateLinkBlock
v7.13.0
Compare Source
v7.12.0
Compare Source
v7.11.0
Compare Source
Patch Changes
58a99bb
: Fix input validation for missing child blocksvivid-planet/comet (@comet/cli)
v7.15.0
Compare Source
v7.14.0
Compare Source
v7.13.0
Compare Source
v7.12.0
Compare Source
Minor Changes
753cd6f
: Add option for base64 encoding ininject-site-configs
commandv7.11.0
Compare Source
vivid-planet/comet (@comet/cms-admin)
v7.15.0
Compare Source
Patch Changes
46ab330
: Adapt styling of the dashboard header to match the Comet DXP designe056e8f
]a189d4e
]faa54eb
]7d8c36e
]a189d4e
]6827982
]7d8c36e
]v7.14.0
Compare Source
Minor Changes
97cd0a3
: User Permissions: Use Data Grid instead of a checkbox list for displaying and selecting content scopesbb041f7
: Add content generation capabilities tocreateSeoBlock
The SEO block (when created using the
createSeoBlock
factory) now supports automatic generation of:See the docs for instructions on enabling this feature.
7f72e82
: AddextractTextContents
method to blocksextractTextContents
can be used to extract plain text from blocks. This functionality is particularly useful for operations such as search indexing or using the content for LLM-based tasks. The optionincludeInvisibleContent
can be set to include the content of invisible blocks in the extracted text.The method is optional for now, but it is recommended to implement it for all blocks and documents. The default behavior is to return
c71604e
: Add anoverride
argument to all block factories to followcreateCompositeBlock
's patternPatch Changes
6b75f20
]9b190db
]84e0636
]948e07b
]bb041f7
]7f72e82
]v7.13.0
Compare Source
Patch Changes
f49370a
: Improve SVG validationFollowing tags are banned in SVGs:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.