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 next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
@comet/[email protected]
Major Changes
1d28c90: Update props and styling of
StackBackButton
,OkayButton
,CancelButton
, andDeleteButton
to match the CometButton
component and the Comet DXP designresponsive
propcolor
prop and updates the values of thevariant
prop6cfc60d: SaveBoundary: rename useSavable to useSaveBoundaryState
Minor Changes
ad9b2a3: Remove
SelectionFooter
fromFolderDataGrid
to align with the Comet DXP designCrud actions are performed in the
CrudMoreActionsMenu
in the toolbar instead.09c4830: Respect SubRoute prefix in SelectionRoute and EditDialog
This allows using multiple
EditDialog
s on the same level by wrapping them into<RouteRoute>
.Patch Changes
CrudMoreActionsMenu
Chip
inCrudMoreActionsMenu
to display the full value of its label@comet/[email protected]
Major Changes
9c3f72e: Make impersonation usable for non root users.
If activated, impersonation is only available if the impersonating user
has as many or fewer permissions and content scopes as the user to impersonate.
Since this is an expensive calculation the button to impersonate is only
available in the detail view of the user and has been removed from the list
view.
When enabling the
impersonation
permission for non root users thepermission should also be added to
requiredPermission
forUserPermissionsPage
. This enables the user to select the user to impersonate.Nevertheless, without the
userPermissions
permission it's not possible tochange permission of users.
487fd69: Use ContentScope interface augmentation in admin
The export
ContentScopeInterface
has been renamed toContentScope
.Also, generics have been removed from
ContentScopeSelect
,ContentScopeControls
anduseContentScope
.All these things hardly were used in projects.
Minor Changes
2cf573b: Adapt styling of
DamTable
to align with Comet DXP design9c3f72e: Allow array for
requiredPermission
inMasterMenuData
The menu item appears if at least one permission is allowed for the current user.
c6b5bdc: Add SignOutButton Component
Patch Changes
ContentScopeSelect
to align with Comet DXP design@comet/[email protected]
Major Changes
9c3f72e: Make impersonation usable for non root users.
If activated, impersonation is only available if the impersonating user
has as many or fewer permissions and content scopes as the user to impersonate.
Since this is an expensive calculation the button to impersonate is only
available in the detail view of the user and has been removed from the list
view.
When enabling the
impersonation
permission for non root users thepermission should also be added to
requiredPermission
forUserPermissionsPage
. This enables the user to select the user to impersonate.Nevertheless, without the
userPermissions
permission it's not possible tochange permission of users.
e478c6b: Directly pass the entity metadata instead of the repository in
gqlArgsToMikroOrmQuery
Minor Changes
9cf2160: API Generator: Add new option
single
to@CrudGenerator
which allows to enable/disable the single query26dd92a: Add possibility to use service for
convertJwtToUser
7e97e18: Create a block_index view that contains a flat list of all blocks existing in the project
c63817a: Add
getUserForLogin
function inUserService
.This allows implementing a different code path for getting the user to login
and the user shown in the administration panel. Examples are caching the currently logged
in user or throwing
UnauthorizedException
when not allowed to login.Patch Changes
b63ecc8: RichTextBlock: add childBlocksInfo for embedded links in order to have them in block index
This fixes missing dependencies for internal links
@comet/[email protected]
Major Changes
23335c6: Remove workarounds in
inject-site-configs
command.Please use the command like the current implementation in the starter.
@comet/[email protected]
Major Changes
6d3c196: Add import restriction for MUI's
Button
Buttons used in Comet DXP applications should match the Comet CI.
Use
Button
from@comet/admin
instead.Patch Changes
@comet/[email protected]
Minor Changes
single
to@CrudGenerator
which allows to enable/disable the single query@Field
type must also be an@InputType
--watch
) and single file (--file
) modesPatch Changes
4186bbb: Activate transpileOnly for better performance and fix enum issue we have with it
e5b3b3d: Improve Performance: Don't format generated files with eslint anymore
When scaffolding run eslint as first step.
Updated dependencies [9cf2160]
Updated dependencies [26dd92a]
Updated dependencies [7e97e18]
Updated dependencies [9c3f72e]
Updated dependencies [c63817a]
Updated dependencies [e478c6b]
Updated dependencies [b63ecc8]
@comet/[email protected]
Patch Changes
@comet/[email protected]
Patch Changes
@comet/[email protected]
Patch Changes
@comet/[email protected]
Patch Changes
@comet/[email protected]
Patch Changes
@comet/[email protected]
@comet/[email protected]
@comet/[email protected]
@comet/[email protected]
@comet/[email protected]