Skip to content

6.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 16:00
· 946 commits to main since this release
11eaf42

@comet/[email protected]

Minor Changes

  • 80e6fde: Show DAM import source in grid

    To show the "Source" column in the DAM's data grid, provide importSources in DamConfigProvider:

    <DamConfigProvider
        value={{
            ...
            importSources: {
                unsplash: {
                    label: <FormattedMessage id="dam.importSource.unsplash.label" defaultMessage="Unsplash" />,
                },
            },
        }}
    >
        ...
    </DamConfigProvider>

@comet/[email protected]

Minor Changes

  • fc1b16f: Allow overriding the block context in BlocksTransformerService#transformToPlain

Patch Changes

  • e2e2114: Fix parsing of contentScopeAnnotation in KubernetesService#getContentScope