-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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/blocks-admin@6.8.0 ### Minor Changes - 90c6f19: Deprecate `SpaceBlock` It will be replaced by the `createSpaceBlock` factory since it had no real use case. - 90c6f19: Add `createSpaceBlock` factory Allows selecting a spacing value out of a list of provided options. **Example** API ```tsx enum Spacing { d150 = "d150", d200 = "d200", } export const SpaceBlock = createSpaceBlock({ spacing: Spacing }, "DemoSpace"); ``` Admin ```tsx const options = [ { value: "d150", label: "Dynamic 150" }, { value: "d200", label: "Dynamic 200" }, ]; export const SpaceBlock = createSpaceBlock<string>({ defaultValue: options[0].value, options }); ``` ### Patch Changes - @comet/admin@6.8.0 - @comet/admin-icons@6.8.0 ## @comet/blocks-api@6.8.0 ### Minor Changes - 90c6f19: Deprecate `SpaceBlock` It will be replaced by the `createSpaceBlock` factory since it had no real use case. - 90c6f19: Add `createSpaceBlock` factory Allows selecting a spacing value out of a list of provided options. **Example** API ```tsx enum Spacing { d150 = "d150", d200 = "d200", } export const SpaceBlock = createSpaceBlock({ spacing: Spacing }, "DemoSpace"); ``` Admin ```tsx const options = [ { value: "d150", label: "Dynamic 150" }, { value: "d200", label: "Dynamic 200" }, ]; export const SpaceBlock = createSpaceBlock<string>({ defaultValue: options[0].value, options }); ``` ### Patch Changes - be8664c: Fix `RichTextBlock` draft content validation Extend validation to validate inline links in draft content. ## @comet/cms-api@6.8.0 ### Minor Changes - d6ca50a: Enhanced the access log functionality to now skip logging for field resolvers in GraphQL context. This change improves the readability and relevance of our logs by reducing unnecessary entries. - ebdbabc: Extend `searchToMikroOrmQuery` function to support quoted search strings. Quotes searches can be done with single (`'...'`) or double quotation marks (`"..."`). ### Patch Changes - 35efa03: API-Generator: Remove unnecessary await for delete mutation - d3a06fc: Prevent block-meta.json write in read-only file systems - a696ec7: Handle DAM scope correctly in the `findCopiesOfFileInScope` query and the `importDamFileByDownload` mutation Previously, these endpoints would cause errors if no DAM scoping was used. - Updated dependencies [be8664c] - Updated dependencies [90c6f19] - Updated dependencies [90c6f19] - @comet/blocks-api@6.8.0 ## @comet/cli@6.8.0 ### Minor Changes - 360b8b1: Add `--input-file` and `--output-file` options to generate-block-types script for enhanced flexibility. ## @comet/admin@6.8.0 ### Patch Changes - @comet/admin-icons@6.8.0 ## @comet/admin-color-picker@6.8.0 ### Patch Changes - @comet/admin@6.8.0 - @comet/admin-icons@6.8.0 ## @comet/admin-date-time@6.8.0 ### Patch Changes - @comet/admin@6.8.0 - @comet/admin-icons@6.8.0 ## @comet/admin-react-select@6.8.0 ### Patch Changes - @comet/admin@6.8.0 ## @comet/admin-rte@6.8.0 ### Patch Changes - @comet/admin@6.8.0 - @comet/admin-icons@6.8.0 ## @comet/admin-theme@6.8.0 ### Patch Changes - @comet/admin-icons@6.8.0 ## @comet/cms-admin@6.8.0 ### Patch Changes - c1ca9c3: Don't remove references to `DamFile` from blocks when copying a document from one scope to another if DAM scoping is not enabled - Updated dependencies [90c6f19] - Updated dependencies [90c6f19] - @comet/blocks-admin@6.8.0 - @comet/admin@6.8.0 - @comet/admin-date-time@6.8.0 - @comet/admin-icons@6.8.0 - @comet/admin-rte@6.8.0 - @comet/admin-theme@6.8.0 ## @comet/eslint-config@6.8.0 ### Patch Changes - @comet/eslint-plugin@6.8.0 ## @comet/admin-babel-preset@6.8.0 ## @comet/admin-icons@6.8.0 ## @comet/eslint-plugin@6.8.0 ## @comet/cms-site@6.8.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
90c6f19
commit 74d1c9d
Showing
43 changed files
with
282 additions
and
190 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @comet/admin-babel-preset | ||
|
||
## 6.8.0 | ||
|
||
## 6.7.0 | ||
|
||
## 6.6.2 | ||
|
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @comet/admin-icons | ||
|
||
## 6.8.0 | ||
|
||
## 6.7.0 | ||
|
||
## 6.6.2 | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @comet/admin-react-select | ||
|
||
## 6.8.0 | ||
|
||
### Patch Changes | ||
|
||
- @comet/admin@6.8.0 | ||
|
||
## 6.7.0 | ||
|
||
### Patch Changes | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @comet/admin-theme | ||
|
||
## 6.8.0 | ||
|
||
### Patch Changes | ||
|
||
- @comet/admin-icons@6.8.0 | ||
|
||
## 6.7.0 | ||
|
||
### Patch Changes | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @comet/admin | ||
|
||
## 6.8.0 | ||
|
||
### Patch Changes | ||
|
||
- @comet/admin-icons@6.8.0 | ||
|
||
## 6.7.0 | ||
|
||
### Patch Changes | ||
|
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
Oops, something went wrong.