-
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/admin@5.3.0 ### Minor Changes - 60cc1b2: Add `FieldSet` component with accordion behavior for better structuring of big forms. ### Patch Changes - a677a16: Fix `RouterPromptHandler` to not show a prompt when navigating to a path with params that is not a sub route - 5435b27: Fix `shouldScrollTo()`, `shouldShowError()` and `shouldShowWarning()` in `Field` Previously, the `meta` argument was passed to these methods incorrectly. Now, the argument is passed as defined by the typing. - Updated dependencies [0ff9b9b] - Updated dependencies [0ff9b9b] - @comet/admin-icons@5.3.0 ## @comet/admin-icons@5.3.0 ### Minor Changes - 0ff9b9b: Deprecate icons `StateGreen`, `StateGreenRing`, `StateOrange`, `StateOrangeRing`, `StateRed`, and `StateRedRing`, ### Patch Changes - 0ff9b9b: Fix various icons Since version 5.2.0 several icons were not displayed correctly. This problem has been fixed. ## @comet/blocks-admin@5.3.0 ### Minor Changes - a227388: Add support for custom block categories Allows specifying custom block categories in application code. **Example:** In `src/common/blocks/customBlockCategories.tsx`: ```tsx import { BlockCategory, CustomBlockCategory } from "@comet/blocks-admin"; import React from "react"; import { FormattedMessage } from "react-intl"; const productsBlockCategory: CustomBlockCategory = { id: "Products", label: <FormattedMessage id="blocks.category.products" defaultMessage="Products" />, // Specify where category will be shown in drawer insertBefore: BlockCategory.Teaser, }; export { productsBlockCategory }; ``` In `src/documents/pages/blocks/MyBlock.tsx`: ```tsx import { productsBlockCategory } from "@src/common/blocks/customBlockCategories"; const MyBlock: BlockInterface = { category: productsBlockCategory, ... }; ``` ### Patch Changes - Updated dependencies [0ff9b9b] - Updated dependencies [0ff9b9b] - Updated dependencies [a677a16] - Updated dependencies [60cc1b2] - Updated dependencies [5435b27] - @comet/admin-icons@5.3.0 - @comet/admin@5.3.0 ## @comet/blocks-api@5.3.0 ### Minor Changes - 920f2b8: Deprecate `nullable: true` for child blocks Nullable child blocks are not correctly supported in the Admin, for instance, in `createCompositeBlock`. Save a block's default values instead. ## @comet/cms-api@5.3.0 ### Minor Changes - 570fdbc: CRUD Generator: Add support for `ArrayType` fields in generated input - 8d0e3ee: CRUD Generator: Add support for enum arrays in input ### Patch Changes - dfb3c84: CRUD Generator: Correctly support `type: "text"` fields in filter and sort - c883d35: Consider filtered mimetypes when calculating the position of a DAM item in `DamItemsService`'s `getDamItemPosition()` Previously, the mimetypes were ignored, sometimes resulting in an incorrect position. - Updated dependencies [920f2b8] - @comet/blocks-api@5.3.0 ## @comet/admin-color-picker@5.3.0 ### Patch Changes - Updated dependencies [0ff9b9b] - Updated dependencies [0ff9b9b] - Updated dependencies [a677a16] - Updated dependencies [60cc1b2] - Updated dependencies [5435b27] - @comet/admin-icons@5.3.0 - @comet/admin@5.3.0 ## @comet/admin-date-time@5.3.0 ### Patch Changes - Updated dependencies [0ff9b9b] - Updated dependencies [0ff9b9b] - Updated dependencies [a677a16] - Updated dependencies [60cc1b2] - Updated dependencies [5435b27] - @comet/admin-icons@5.3.0 - @comet/admin@5.3.0 ## @comet/admin-react-select@5.3.0 ### Patch Changes - Updated dependencies [a677a16] - Updated dependencies [60cc1b2] - Updated dependencies [5435b27] - @comet/admin@5.3.0 ## @comet/admin-rte@5.3.0 ### Patch Changes - Updated dependencies [0ff9b9b] - Updated dependencies [0ff9b9b] - @comet/admin-icons@5.3.0 ## @comet/admin-theme@5.3.0 ### Patch Changes - Updated dependencies [0ff9b9b] - Updated dependencies [0ff9b9b] - @comet/admin-icons@5.3.0 ## @comet/cms-admin@5.3.0 ### Patch Changes - 0fdf4ea: Always use the `/preview` file URLs in the admin application This is achieved by setting the `x-preview-dam-urls` in the `includeInvisibleContentContext`. This fixes a page copy bug where all files were downloaded and uploaded again, even when copying within the same environment. - Updated dependencies [0ff9b9b] - Updated dependencies [0ff9b9b] - Updated dependencies [a677a16] - Updated dependencies [60cc1b2] - Updated dependencies [5435b27] - Updated dependencies [a227388] - @comet/admin-icons@5.3.0 - @comet/admin@5.3.0 - @comet/blocks-admin@5.3.0 - @comet/admin-date-time@5.3.0 - @comet/admin-rte@5.3.0 - @comet/admin-theme@5.3.0 ## @comet/eslint-config@5.3.0 ### Patch Changes - @comet/eslint-plugin@5.3.0 ## @comet/admin-babel-preset@5.3.0 ## @comet/cli@5.3.0 ## @comet/eslint-plugin@5.3.0 ## @comet/cms-site@5.3.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5435b27
commit 16a47c9
Showing
45 changed files
with
291 additions
and
208 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 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 | ||
|
||
## 5.3.0 | ||
|
||
## 5.2.0 | ||
|
||
## 5.1.0 | ||
|
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
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
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.