Skip to content

7.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 12:11
· 1073 commits to main since this release
295bc92

@comet/admin@7.0.0-beta.6

Minor Changes

  • 1197149: Automatically set fullWidth for FieldContainer with variant="horizontal"

    Horizontal fields are automatically responsive:
    If they are less than 600px wide, the layout automatically changes to vertical.
    For this to work correctly, the fields must be fullWidth.
    Therefore, fullWidth is now true by default for horizontal fields.

@comet/eslint-config@7.0.0-beta.6

Major Changes

  • 2e20a86: nextjs/react: Enable react/jsx-no-useless-fragment rule