-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
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@6.1.0 ### Minor Changes - b35bb8d: Add basis for content translation Wrap a component with a `ContentTranslationServiceProvider` to add support for content translation to all underlying `FinalFormInput` inputs. ```tsx <ContentTranslationServiceProvider enabled={true} translate={async function (text: string): Promise<string> { return yourTranslationFnc(text); }} > ... </ContentTranslationServiceProvider> ``` You can disable translation for a specific `FinalFormInput` by using the `disableContentTranslation` prop. ```diff <Field required fullWidth name="myField" component={FinalFormInput} label={<FormattedMessage id="myField" defaultMessage="My Field" />} + disableContentTranslation /> ``` - 8eb1375: Add `SaveBoundary` and `SaveBoundarySaveButton` that helps implementing multiple forms with a centralized save button Render a `Savable` Component anywhere below a `SaveBoundary`. For `FinalForm` this hasn't to be done manually. - a4fac91: Rework `Alert` component - Use theme wherever possible - Move styles where they're more fitting - Fix some paddings ### Patch Changes - dcfa03c: Fix a crash when using the `Alert` component inside a MUI `Snackbar` - Updated dependencies [08e0da0] - @comet/admin-icons@6.1.0 ## @comet/admin-rte@6.1.0 ### Minor Changes - f1fc9e2: Add support for content translation ### Patch Changes - Updated dependencies [dcfa03c] - Updated dependencies [08e0da0] - Updated dependencies [b35bb8d] - Updated dependencies [8eb1375] - Updated dependencies [a4fac91] - @comet/admin@6.1.0 - @comet/admin-icons@6.1.0 ## @comet/admin-theme@6.1.0 ### Minor Changes - a4fac91: Rework `Alert` component - Use theme wherever possible - Move styles where they're more fitting - Fix some paddings ### Patch Changes - Updated dependencies [08e0da0] - @comet/admin-icons@6.1.0 ## @comet/cms-api@6.1.0 ### Minor Changes - 7ea43eb: Make the `UserService`-option of the `UserPermissionsModule` optional. The service is still necessary though for the Administration-Panel. - 86cd5c6: Allow a callback for the `availableContentScopes`-option of the `UserPermissionsModule` Please be aware that when using this possibility to make sure to cache the response properly as this is called for every request to the API. - 737ab3b: Allow returning multiple content scopes in `ScopedEntity`-decorator - f416510: Remove `CurrentUserLoader` and `CurrentUserInterface` Overriding the the current user in the application isn't supported anymore when using the new `UserPermissionsModule`, which provides the current user DTO itself. ### Patch Changes - ef84331: Fix type of @RequiredPermission to accept a non-array string for a single permission - 8e158f8: Add missing `@RequiredPermission()` decorator to `FileLicensesResolver` - 5018441: API Generator: Add missing `scope` argument and filter to `<entity>BySlug` query - 1f6c58e: API Generator: support GraphQLJSONObject input for fields that are not a InputType class - @comet/blocks-api@6.1.0 ## @comet/admin-color-picker@6.1.0 ### Patch Changes - Updated dependencies [dcfa03c] - Updated dependencies [08e0da0] - Updated dependencies [b35bb8d] - Updated dependencies [8eb1375] - Updated dependencies [a4fac91] - @comet/admin@6.1.0 - @comet/admin-icons@6.1.0 ## @comet/admin-date-time@6.1.0 ### Patch Changes - Updated dependencies [dcfa03c] - Updated dependencies [08e0da0] - Updated dependencies [b35bb8d] - Updated dependencies [8eb1375] - Updated dependencies [a4fac91] - @comet/admin@6.1.0 - @comet/admin-icons@6.1.0 ## @comet/admin-icons@6.1.0 ### Patch Changes - 08e0da0: Fix icons inside tooltips by forwarding the ref ## @comet/admin-react-select@6.1.0 ### Patch Changes - Updated dependencies [dcfa03c] - Updated dependencies [b35bb8d] - Updated dependencies [8eb1375] - Updated dependencies [a4fac91] - @comet/admin@6.1.0 ## @comet/blocks-admin@6.1.0 ### Patch Changes - Updated dependencies [dcfa03c] - Updated dependencies [08e0da0] - Updated dependencies [b35bb8d] - Updated dependencies [8eb1375] - Updated dependencies [a4fac91] - @comet/admin@6.1.0 - @comet/admin-icons@6.1.0 ## @comet/cms-admin@6.1.0 ### Patch Changes - 7ea5f61: Use `useCurrentUser` hook where possible - 693cbdb: Add loading state for edit `StackPage` in `PagesPage` Prevents flash of "Document not found" error message when reloading the page editor - Updated dependencies [dcfa03c] - Updated dependencies [08e0da0] - Updated dependencies [b35bb8d] - Updated dependencies [f1fc9e2] - Updated dependencies [8eb1375] - Updated dependencies [a4fac91] - @comet/admin@6.1.0 - @comet/admin-icons@6.1.0 - @comet/admin-rte@6.1.0 - @comet/admin-theme@6.1.0 - @comet/admin-date-time@6.1.0 - @comet/blocks-admin@6.1.0 ## @comet/eslint-config@6.1.0 ### Patch Changes - @comet/eslint-plugin@6.1.0 ## @comet/admin-babel-preset@6.1.0 ## @comet/blocks-api@6.1.0 ## @comet/cli@6.1.0 ## @comet/eslint-plugin@6.1.0 ## @comet/cms-site@6.1.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @comet/admin-babel-preset | ||
|
||
## 6.1.0 | ||
|
||
## 6.0.0 | ||
|
||
## 5.6.0 | ||
|