Skip to content

Version Packages (beta) #3800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged

Version Packages (beta) #3800

merged 1 commit into from
Jun 4, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 23, 2025

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, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@comet/[email protected]

Major Changes

  • 1d28c90: Update props and styling of StackBackButton, OkayButton, CancelButton, and DeleteButton to match the Comet Button component and the Comet DXP design

    • Adds support for the responsive prop
    • Removes the color prop and updates the values of the variant prop
  • 6cfc60d: SaveBoundary: rename useSavable to useSaveBoundaryState

Minor Changes

  • ad9b2a3: Remove SelectionFooter from FolderDataGrid to align with the Comet DXP design

    Crud actions are performed in the CrudMoreActionsMenu in the toolbar instead.

  • 09c4830: Respect SubRoute prefix in SelectionRoute and EditDialog

    This allows using multiple EditDialogs on the same level by wrapping them into <RouteRoute>.

Patch Changes

  • 2cf573b: Optimize responsive behavior of CrudMoreActionsMenu
  • 4182a94: Fix loading state of FinalFormSelect when loading asynchronous options
  • bf9b1bb: Fix styling of Chip in CrudMoreActionsMenu to display the full value of its label
  • Updated dependencies [5a6efc1]

@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 the
    permission should also be added to requiredPermission for
    UserPermissionsPage. This enables the user to select the user to impersonate.
    Nevertheless, without the userPermissions permission it's not possible to
    change permission of users.

  • 487fd69: Use ContentScope interface augmentation in admin

    The export ContentScopeInterface has been renamed to ContentScope.
    Also, generics have been removed from ContentScopeSelect, ContentScopeControls and useContentScope.
    All these things hardly were used in projects.

Minor Changes

  • 2cf573b: Adapt styling of DamTable to align with Comet DXP design

  • 9c3f72e: Allow array for requiredPermission in MasterMenuData

    The menu item appears if at least one permission is allowed for the current user.

  • c6b5bdc: Add SignOutButton Component

Patch Changes

@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 the
    permission should also be added to requiredPermission for
    UserPermissionsPage. This enables the user to select the user to impersonate.
    Nevertheless, without the userPermissions permission it's not possible to
    change 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 query

  • 26dd92a: 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 in UserService.

    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

  • 9cf2160: API Generator: Add new option single to @CrudGenerator which allows to enable/disable the single query
  • 7e89a91: Add input support for custom mikro-orm types, the @Field type must also be an @InputType
  • 74c4fa7: Use the Entity Manager for all MikroORM operations
  • ce6d3cd: Add basic support for inheritance used by entities
  • d8c62ef: Add watch (--watch) and single file (--file) modes

Patch 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

  • 5a6efc1: Transform SVG attributes into camelCase to generate valid JSX

@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]

@github-actions github-actions bot force-pushed the changeset-release/next branch 10 times, most recently from 933bcbc to 9051a82 Compare April 24, 2025 15:50
@github-actions github-actions bot force-pushed the changeset-release/next branch 18 times, most recently from be4674c to 18efad5 Compare May 8, 2025 14:11
@github-actions github-actions bot force-pushed the changeset-release/next branch 2 times, most recently from a050313 to 7ac6f35 Compare May 13, 2025 08:16
@github-actions github-actions bot force-pushed the changeset-release/next branch 10 times, most recently from c0e8d2a to 25d793b Compare May 19, 2025 08:31
@github-actions github-actions bot force-pushed the changeset-release/next branch 14 times, most recently from 40bfecf to 9bea7d5 Compare May 28, 2025 10:56
@github-actions github-actions bot force-pushed the changeset-release/next branch from 9bea7d5 to 95b2c50 Compare June 3, 2025 12:36
@github-actions github-actions bot force-pushed the changeset-release/next branch from 95b2c50 to b989904 Compare June 4, 2025 06:06
@thomasdax98 thomasdax98 merged commit 580836a into next Jun 4, 2025
8 checks passed
@thomasdax98 thomasdax98 deleted the changeset-release/next branch June 4, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant