7.0.0-beta.6
Pre-release
Pre-release
·
1073 commits
to main
since this release
@comet/admin@7.0.0-beta.6
Minor Changes
-
1197149: Automatically set
fullWidth
forFieldContainer
withvariant="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 befullWidth
.
Therefore,fullWidth
is nowtrue
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