7.0.0-beta.3
Pre-release@comet/admin@7.0.0-beta.3
Major Changes
- ce5eaed: Move the
ScopeIndicator
from theToolbarBreadcrumbs
to theToolbar
@comet/cms-admin@7.0.0-beta.3
Major Changes
-
06768a7: Make icon required for top level menu and group items
This fixes the problem, that there was no icon or text to display in the collapsed state of the menu if no icon was passed.
Icons are required for all top level menu items and the items of groups. Groups themselves do not require an icon.
@comet/cms-api@7.0.0-beta.3
Major Changes
-
caefa1c: Rename
DateFilter
toDateTimeFilter
This leaves room for a future DateFilter that only filters by date, not time.
Upgrading
- Change import
- import { DateFilter } from "@comet/cms-api"; + import { DateTimeFilter } from "@comet/cms-api";
- Re-run API Generator.
-
fe22985: API Generator: Replace graphql-type-json with graphql-scalars for JSON columns
Upgrading
-
Install graphql-scalars:
npm install graphql-scalars
-
Uninstall graphql-type-json:
npm uninstall graphql-type-json
-
Update imports:
- import { GraphQLJSONObject } from "graphql-type-json"; + import { GraphQLJSONObject } from "graphql-scalars";
-
Minor Changes
- 5e87134: API Generator: Add support for filtering one-to-many relations by id
Patch Changes
- 9c8a9a1: API Generator: Add missing type for integer fields in input type
@comet/eslint-config@7.0.0-beta.3
Major Changes
-
7a473ab: Prevent
@mui/icons-material
icon importsIcons used in Comet DXP applications should match the Comet CI.
Use icons from@comet/admin-icons
instead.