7.14.0
@comet/admin@7.14.0
Minor Changes
-
6b75f20: Deprecate
density
prop ofDataGridToolbar
The density setting of the surrounding Data Grid now controls the styling of the toolbar.
@comet/admin-rte@7.14.0
Minor Changes
-
bb041f7: Add content generation capabilities to
createSeoBlock
The SEO block (when created using the
createSeoBlock
factory) now supports automatic generation of:- HTML title
- Meta description
- Open Graph title
- Open Graph description
See the docs for instructions on enabling this feature.
-
7f72e82: Add
extractTextContents
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
- if the state is a string: the string itself
- otherwise: an empty array
@comet/admin-theme@7.14.0
Patch Changes
- 9b190db: Fix spacing for
ListItemIcon
andListItemAvatar
to align with Comet DXP design - 84e0636: Fix dialog header height for dialogs with no title
@comet/blocks-admin@7.14.0
Minor Changes
-
948e07b: Add an
override
argument to all block factories to followcreateCompositeBlock
's pattern -
bb041f7: Add content generation capabilities to
createSeoBlock
The SEO block (when created using the
createSeoBlock
factory) now supports automatic generation of:- HTML title
- Meta description
- Open Graph title
- Open Graph description
See the docs for instructions on enabling this feature.
-
7f72e82: Add
extractTextContents
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
- if the state is a string: the string itself
- otherwise: an empty array
@comet/cms-admin@7.14.0
Minor Changes
-
97cd0a3: User Permissions: Use Data Grid instead of a checkbox list for displaying and selecting content scopes
-
bb041f7: Add content generation capabilities to
createSeoBlock
The SEO block (when created using the
createSeoBlock
factory) now supports automatic generation of:- HTML title
- Meta description
- Open Graph title
- Open Graph description
See the docs for instructions on enabling this feature.
-
7f72e82: Add
extractTextContents
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
- if the state is a string: the string itself
- otherwise: an empty array
-
c71604e: Add an
override
argument to all block factories to followcreateCompositeBlock
's pattern
@comet/blocks-api@7.14.0
Patch Changes
- 7e7a4aa: Fix
title
field not added to types increateLinkBlock
@comet/cms-api@7.14.0
Minor Changes
-
99ff035: Pass available permissions to
AccessControlService.getPermissionsForUser
-
a84d88c: Ignore filters in
@AffectedEntity
checkWhen using the
@AffectedEntity
decorator we possibly also want to check entities which are filtered by default. Since we don't know how the entity is handled in the resolver we ignore the filters completely. -
3c47c08: Allow passing a language to
generateAltText
andgenerateImageTitle
-
bb041f7: Add content generation capabilities to
createSeoBlock
The SEO block (when created using the
createSeoBlock
factory) now supports automatic generation of:- HTML title
- Meta description
- Open Graph title
- Open Graph description
See the docs for instructions on enabling this feature.
-
7f72e82: Add
extractTextContents
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
- if the state is a string: the string itself
- otherwise: an empty array
Patch Changes
@comet/cms-site@7.14.0
Minor Changes
-
6163b83: Play/pause auto-play videos depending on their visibility
Start videos in
DamVideoBlock
,YoutubeVideoBlock
andVimeoVideoBlock
when the block is in or enters the viewport.
Pause them when the block is leaving the viewport. -
d07a6da: Add comment explaining why we omit the
alt
-prop inPixelImageBlock