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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@comet/admin@5.4.0
Minor Changes
60a1839: Add
Alert
componentExample:
Patch Changes
ba80016: Allow passing a mix of elements and arrays to
Tabs
andRouterTabs
as childrenFor example:
@comet/admin-rte@5.4.0
Minor Changes
981bf48: Allow setting a tooltip to the button of custom-inline-styles using the
tooltipText
prop51d6c2b: Move soft-hyphen functionality to
@comet/admin-rte
This allows using the soft-hyphen functionality in plain RTEs, and not only in
RichTextBlock
Patch Changes
@comet/cms-admin@5.4.0
Minor Changes
e146d8b: Support the import of files from external DAMs
To connect an external DAM, implement a component with the necessary logic (asset picker, upload functionality, ...). Pass this component to the
DamPage
via theadditionalToolbarItems
prop.You can find an example in the demo project.
51d6c2b: Move soft-hyphen functionality to
@comet/admin-rte
This allows using the soft-hyphen functionality in plain RTEs, and not only in
RichTextBlock
dcaf750: Make all DAM license fields optional if
LicenseType
isROYALTY_FREE
even ifrequireLicense
is true inDamConfig
Patch Changes
PageTree
category to another (e.g. from "Main navigation" to "Top menu" in Demo)@comet/cms-api@5.4.0
Minor Changes
e146d8b: Support the import of files from external DAMs
To connect an external DAM, implement a component with the necessary logic (asset picker, upload functionality, ...). Pass this component to the
DamPage
via theadditionalToolbarItems
prop.You can find an example in the demo project.
27bf643: Add
PublicUploadsService
to public APIThe service can be used to programmatically create public uploads, such as when creating fixtures.
df5c959: Remove license types
MICRO
andSUBSCRIPTION
The
LicenseType
enum no longer contains the valuesMICRO
andSUBSCRIPTION
. The database migration will automatically update all licenses of typeMICRO
orSUBSCRIPTION
toRIGHTS_MANAGED
.Patch Changes
60f5208: Fix encoding of special characters in names of uploaded files
For example:
Previously:
€.jpg
->a.jpg
ä.jpg
->ai.jpg
Now:
€.jpg
->euro.jpg
ä.jpg
->ae.jpg
@comet/cms-site@5.4.0
Minor Changes
f906386: Add
hasRichTextBlockContent
helperThe helper can be used to conditionally render a
RichTextBlock
.Example:
@comet/admin-color-picker@5.4.0
Patch Changes
@comet/admin-date-time@5.4.0
Patch Changes
@comet/admin-react-select@5.4.0
Patch Changes
@comet/admin-theme@5.4.0
Patch Changes
@comet/blocks-admin@5.4.0
Patch Changes
@comet/eslint-config@5.4.0
Patch Changes
@comet/admin-babel-preset@5.4.0
@comet/admin-icons@5.4.0
@comet/blocks-api@5.4.0
@comet/cli@5.4.0
@comet/eslint-plugin@5.4.0