10.0.0
@dextinity/admin@10.0.0
Major Changes
-
f843a5e: Rename
@comet/adminto@dextinity/adminUpdate the dependency in
package.jsonand all imports:- import { MainContent } from "@comet/admin"; + import { MainContent } from "@dextinity/admin";
Breaking changes
- Rename
createCometThemetocreateDextinityTheme - Rename the theme component prefix from
CometAdmintoDextinityAdmin. This affectscomponentsoverrides passed tocreateDextinityTheme, thenamepassed touseThemePropsin custom components and the generated CSS class names (.CometAdminClearInputAdornment-root->.DextinityAdminClearInputAdornment-root) - Rename the CSS variables from
--comet-admin-*to--dextinity-admin-*, for instance,--comet-admin-master-layout-content-top-spacing->--dextinity-admin-master-layout-content-top-spacing - Remove the
CometLogocomponent. UseDextinityLogofrom@dextinity/admin-iconsinstead
- Rename
@dextinity/admin-babel-preset@10.0.0
Major Changes
-
f843a5e: Rename
@comet/admin-babel-presetto@dextinity/admin-babel-presetUpdate the dependency in
package.jsonand the preset name in your Babel configuration:- "presets": ["@comet/admin-babel-preset"] + "presets": ["@dextinity/admin-babel-preset"]
@dextinity/admin-color-picker@10.0.0
Major Changes
-
f843a5e: Rename
@comet/admin-color-pickerto@dextinity/admin-color-pickerUpdate the dependency in
package.jsonand all imports.Breaking changes
- Rename the theme component prefix from
CometAdmintoDextinityAdmin. This affectscomponentsoverrides passed tocreateDextinityThemeand the generated CSS class names
- Rename the theme component prefix from
@dextinity/admin-date-time@10.0.0
Major Changes
-
f843a5e: Rename
@comet/admin-date-timeto@dextinity/admin-date-timeUpdate the dependency in
package.jsonand all imports.Breaking changes
- Rename the theme component prefix from
CometAdmintoDextinityAdmin. This affectscomponentsoverrides passed tocreateDextinityThemeand the generated CSS class names
- Rename the theme component prefix from
@dextinity/admin-generator@10.0.0
Major Changes
-
f843a5e: Rename
@comet/admin-generatorto@dextinity/admin-generatorUpdate the dependency in
package.jsonand all imports.Breaking changes
-
Rename the
comet-admin-generatorbinary todextinity-admin-generator:- "generate-admin": "comet-admin-generator generate" + "generate-admin": "dextinity-admin-generator generate"
-
Rename the config file suffix from
.cometGen.tsxto.dextinityGen.tsx. The default file pattern is nowsrc/**/*.dextinityGen.{ts,tsx} -
Change the header of generated files. Rerun the generator to update them
-
@dextinity/admin-icons@10.0.0
Major Changes
-
f843a5e: Rename
@comet/admin-iconsto@dextinity/admin-iconsUpdate the dependency in
package.jsonand all imports.Breaking changes
-
Remove the
CometandCometOutlineicons -
Remove the
CometColorcomponent. UseDextinityIconinstead, which provides thelight,darkandmaskedvariants -
Remove the
CometDigitalExperienceLogocomponent. UseDextinityLogoinstead, which provides thelight,darkandmonochromevariants -
Rename the
CometColormember of theIconNametype toDextinityIconDextinityIconandDextinityLogoderive their size fromfontSize, so call sites no longer passwidth/heightpairs:- <CometDigitalExperienceLogo width={132} height={30} /> + <DextinityLogo sx={{ fontSize: 30 }} />
-
@dextinity/admin-rte@10.0.0
Major Changes
-
f843a5e: Rename
@comet/admin-rteto@dextinity/admin-rteUpdate the dependency in
package.jsonand all imports.Breaking changes
- Rename the theme component prefix from
CometAdmintoDextinityAdmin. This affectscomponentsoverrides passed tocreateDextinityThemeand the generated CSS class names - Rename the
--comet-admin-rte-outer-border-colorCSS variable to--dextinity-admin-rte-outer-border-color
- Rename the theme component prefix from
@dextinity/brevo-admin@10.0.0
Major Changes
-
f843a5e: Rename
@comet/brevo-adminto@dextinity/brevo-adminUpdate the dependency in
package.jsonand all imports.Breaking changes
- Resolve the configuration via
DextinityConfigProviderinstead ofCometConfigProvider
- Resolve the configuration via
@dextinity/cms-admin@10.0.0
Major Changes
-
f843a5e: Rename
@comet/cms-adminto@dextinity/cms-adminUpdate the dependency in
package.jsonand all imports.Breaking changes
- Rename
CometConfigProvidertoDextinityConfigProvider,useCometConfigtouseDextinityConfigand theCometConfigtype toDextinityConfig. By convention, the project'scomet-config.jsonis renamed todextinity-config.json - Rename the
cometTypeproperty of iframe messages todextinityType. The site must use a matching@dextinity/site-reactor@dextinity/site-nextjsversion - Rename the site preview cookie from
__comet_site_previewto__dextinity_site_previewand the impersonation cookie fromcomet-impersonate-user-idtodextinity-impersonate-user-id - Expect the renamed
DextinityImageResolutionExceptionandDextinityValidationExceptionerror codes in DAM file uploads. A matching@dextinity/cms-apiversion is required - Rename the theme component prefix from
CometAdmintoDextinityAdmin. This affectscomponentsoverrides passed tocreateDextinityThemeand the generated CSS class names - Rename the CSS variables from
--comet-admin-*to--dextinity-admin-* - Replace the Comet logo in the header, the about modal and the site preview with the Dextinity logo
- Rename
@dextinity/agent-features@10.0.0
Major Changes
-
f843a5e: Rename
@comet/agent-featuresto@dextinity/agent-featuresUpdate the dependency in
package.json.Breaking changes
- Rename the skills to Dextinity:
comet-admin-ui->dextinity-admin-ui,comet-block->dextinity-block,comet-core-admin-component-authoring->dextinity-core-admin-component-authoring,comet-mail-react->dextinity-mail-react,comet-major-migration->dextinity-major-migrationandcomet-minor-update->dextinity-minor-update. Rerundextinity install-agent-featuresand remove the previously installed skills
- Rename the skills to Dextinity:
@dextinity/api-generator@10.0.0
Major Changes
-
f843a5e: Rename
@comet/api-generatorto@dextinity/api-generatorUpdate the dependency in
package.jsonand all imports.Breaking changes
-
Rename the
comet-api-generatorbinary todextinity-api-generator:- "generate-crud": "comet-api-generator" + "generate-crud": "dextinity-api-generator"
-
Change the header of generated files. Rerun the generator to update them
-
@dextinity/brevo-api@10.0.0
Major Changes
-
f843a5e: Rename
@comet/brevo-apito@dextinity/brevo-apiUpdate the dependency in
package.jsonand all imports:- import { BrevoModule } from "@comet/brevo-api"; + import { BrevoModule } from "@dextinity/brevo-api";
@dextinity/cms-api@10.0.0
Major Changes
-
f843a5e: Rename
@comet/cms-apito@dextinity/cms-apiUpdate the dependency in
package.jsonand all imports.Breaking changes
- Rename
CometExceptionand its subclasses:CometValidationException->DextinityValidationException,CometEntityNotFoundException->DextinityEntityNotFoundException,CometImageResolutionException->DextinityImageResolutionException. The error codes returned by the API change accordingly, so a matching@dextinity/cms-adminversion is required - Rename
CometAuthGuardtoDextinityAuthGuardand the@DisableCometGuards()decorator to@DisableDextinityGuards() - Rename the database tables
CometFileUpload,CometUserPermissionandCometUserContentScopestoDextinityFileUpload,DextinityUserPermissionandDextinityUserContentScopes. A migration is shipped with the package, so running the migrations is sufficient - Rename the site preview cookie from
__comet_site_previewto__dextinity_site_previewand the impersonation cookie fromcomet-impersonate-user-idtodextinity-impersonate-user-id
- Rename
Minor Changes
-
86f90cb: Support
dextinity.com/*Kubernetes labels and annotationsThe Builds, Cron Jobs and Kubernetes modules now read the labels and annotations of Kubernetes resources with the
dextinity.comprefix:Previously Now comet-dxp.com/instancedextinity.com/instancecomet-dxp.com/parent-cron-jobdextinity.com/parent-cron-jobcomet-dxp.com/labeldextinity.com/labelcomet-dxp.com/builderdextinity.com/buildercomet-dxp.com/triggerdextinity.com/triggercomet-dxp.com/content-scopedextinity.com/content-scopeThe
comet-dxp.comprefix is still supported, so existing Helm charts keep working without changes.
Resources are expected to use one prefix or the other: if no resource matches thedextinity.comlabels, thecomet-dxp.comones are used instead.Example
metadata: annotations: dextinity.com/label: "Demo Cron Job" dextinity.com/content-scope: '{ "domain": "main", "language": "en" }'
@dextinity/cli@10.0.0
Major Changes
-
f843a5e: Rename
@comet/clito@dextinity/cliUpdate the dependency in
package.json.Breaking changes
-
Rename the
cometbinary todextinity:- "generate-block-types": "comet generate-block-types" + "generate-block-types": "dextinity generate-block-types"
-
@dextinity/eslint-config@10.0.0
Major Changes
-
f843a5e: Rename
@comet/eslint-configto@dextinity/eslint-configUpdate the dependency in
package.jsonand the imports in your ESLint configuration:- import eslintConfigReact from "@comet/eslint-config/future/react.js"; + import eslintConfigReact from "@dextinity/eslint-config/future/react.js";
Breaking changes
- Rename the plugin namespace from
@cometto@dextinity. Rule overrides and disable comments must be updated, for instance,@comet/no-other-module-relative-import->@dextinity/no-other-module-relative-import
- Rename the plugin namespace from
@dextinity/eslint-plugin@10.0.0
Major Changes
-
f843a5e: Rename
@comet/eslint-pluginto@dextinity/eslint-pluginUpdate the dependency in
package.json.Breaking changes
- Register the plugin under the
@dextinitynamespace instead of@comet. Rule names change accordingly, for instance,@comet/no-private-sibling-import->@dextinity/no-private-sibling-import
- Register the plugin under the
@dextinity/mail-react@10.0.0
Major Changes
-
f843a5e: Rename
@comet/mail-reactto@dextinity/mail-reactUpdate the dependency in
package.jsonand all imports:- import { MjmlPixelImageBlock } from "@comet/mail-react"; + import { MjmlPixelImageBlock } from "@dextinity/mail-react";
@dextinity/site-nextjs@10.0.0
Major Changes
-
f843a5e: Rename
@comet/site-nextjsto@dextinity/site-nextjsUpdate the dependency in
package.jsonand all imports.Breaking changes
- Rename the
cometTypeproperty of iframe messages todextinityType. A matching@dextinity/cms-adminversion is required - Rename the site preview cookie from
__comet_site_previewto__dextinity_site_preview. A matching@dextinity/cms-apiversion is required
- Rename the
@dextinity/site-react@10.0.0
Major Changes
-
f843a5e: Rename
@comet/site-reactto@dextinity/site-reactUpdate the dependency in
package.jsonand all imports.Breaking changes
- Rename the
cometTypeproperty of iframe messages todextinityType. A matching@dextinity/cms-adminversion is required - Rename the window property of
useLocalStorageCookieApifromwindow.cometLocalStorageCookieApitowindow.dextinityLocalStorageCookieApiand its localStorage key fromcomet-dev-cookie-api-consented-cookiestodextinity-dev-cookie-api-consented-cookies. Previously consented cookies are therefore reset in local development
- Rename the