Skip to content

6.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 09:08
· 1196 commits to main since this release
bb2c401

@comet/cms-api@6.7.0

Minor Changes

  • 645f19d: Add nullable param to @AffectedEntity to support id args that can be null or undefined
  • a0506e1: API Generator: Support validator decorators for input generation

Patch Changes

  • 645f19d: Fix mutations moveDamFiles, copyFilesToScope, archiveDamFiles and restoreDamFiles by adding @AffectedEntity to enable scope checks

  • 8315f10: Fix order of @RequiredPermission() decorators

    Decorators defined on handlers should be considered before decorators defined on classes.

  • 6eeaaa2: The CometAuthGuards now only creates the CurrentUser just on a request-basis and skips when called in a fieldResolver (e.g. when fieldResolverEnhancers contains guards).

@comet/cms-admin@6.7.0

Patch Changes

  • 2db3bc8: Fix CurrentUserInterface type

    Add missing id field, make name, email, and language required.