-
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/[email protected] ### Minor Changes - bb2c76d: Deprecate `FileUploadInterface` interface Use `FileUploadInput` instead. - bb2c76d: Deprecate `download` helper The helper is primarily used to create a `FileUploadInput` (previously `FileUploadInterface`) input for `FilesService#upload` while creating fixtures. However, the name of the helper is too generic to be part of the package's public API. Instead, use the newly added `FileUploadService#createFileUploadInputFromUrl`. **Example:** ```ts @Injectable() class ImageFixtureService { constructor(private readonly filesService: FilesService, private readonly fileUploadService: FileUploadService) {} async generateImage(url: string): Promise<FileInterface> { const upload = await this.fileUploadService.createFileUploadInputFromUrl(url); return this.filesService.upload(upload, {}); } } ``` ### Patch Changes - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - @comet/[email protected] - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - @comet/[email protected] - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - @comet/[email protected] - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - 1b37b1f: Show `additionalToolbarItems` in `ChooseFileDialog` The `additionalToolbarItems` were only shown inside the `DamPage`, but not in the `ChooseFileDialog`. To fix this, use the `additionalToolbarItems` option in `DamConfigProvider`. The `additionalToolbarItems` prop of `DamPage` has been deprecated in favor of this option. **Previously:** ```tsx <DamPage // ... additionalToolbarItems={<ImportFromExternalDam />} /> ``` **Now:** ```tsx <DamConfigProvider value={{ // ... additionalToolbarItems: <ImportFromExternalDam />, }} > {/*...*/} </DamConfigProvider> ``` - 85aa962: Set unhandled dependencies to `undefined` when copying documents to another scope This prevents leaks between scopes. In practice, this mostly concerns links to documents that don't exist in the target scope. **Example:** - Page A links to Page B - Page A is copied from Scope A to Scope B - Link to Page B is removed from Page A by replacing the `id` with `undefined` (since Page B doesn't exist in Scope B) **Note:** The link is only retained if both pages are copied in the same operation. - c4639be: Clip crop values when cropping an image in the DAM or `PixelImageBlock` Previously, negative values could occur, causing the image proxy to fail on delivery. - @comet/[email protected] - @comet/[email protected] - @comet/[email protected] - @comet/[email protected] - @comet/[email protected] - @comet/[email protected] ## @comet/[email protected] ### Patch Changes - 80a6d8d: Move import restriction for MUI's `Alert` to correct ESLint config - @comet/[email protected] ## @comet/[email protected] ## @comet/[email protected] ## @comet/[email protected] ## @comet/[email protected] ## @comet/[email protected] ## @comet/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1b37b1f
commit 32414d6
Showing
39 changed files
with
254 additions
and
201 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 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.5.0 | ||
|
||
## 5.4.0 | ||
|
||
## 5.3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @comet/admin-icons | ||
|
||
## 5.5.0 | ||
|
||
## 5.4.0 | ||
|
||
## 5.3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @comet/admin-react-select | ||
|
||
## 5.5.0 | ||
|
||
### Patch Changes | ||
|
||
- @comet/admin@5.5.0 | ||
|
||
## 5.4.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-rte | ||
|
||
## 5.5.0 | ||
|
||
### Patch Changes | ||
|
||
- @comet/admin-icons@5.5.0 | ||
|
||
## 5.4.0 | ||
|
||
### Minor 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-theme | ||
|
||
## 5.5.0 | ||
|
||
### Patch Changes | ||
|
||
- @comet/admin-icons@5.5.0 | ||
|
||
## 5.4.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 | ||
|
||
## 5.5.0 | ||
|
||
### Patch Changes | ||
|
||
- @comet/admin-icons@5.5.0 | ||
|
||
## 5.4.0 | ||
|
||
### Minor 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
Oops, something went wrong.