diff --git a/apps/showcase/doc/guides/migration/breakingchangesdoc.ts b/apps/showcase/doc/guides/migration/breakingchangesdoc.ts index e145fa05d3c..7c351fc5c36 100644 --- a/apps/showcase/doc/guides/migration/breakingchangesdoc.ts +++ b/apps/showcase/doc/guides/migration/breakingchangesdoc.ts @@ -4,6 +4,12 @@ import { Component } from '@angular/core'; selector: 'breaking-doc', template: ` +

Configuration

+

+ The PrimeNGConfig has been replaced by PrimeNG and the initial configuration is now done via the providePrimeNG provider during startup. See the installation section for an + example. +

+

SASS Themes

The styled mode theming has been reimplemented from scratch based on an all-new architecture. The theme.css and the primeng/resources do not exist anymore, so any imports of these assets needs to be removed. If you had a diff --git a/apps/showcase/doc/guides/migration/renamedcomponentsdoc.ts b/apps/showcase/doc/guides/migration/renamedcomponentsdoc.ts index 09f66221189..b55618525aa 100644 --- a/apps/showcase/doc/guides/migration/renamedcomponentsdoc.ts +++ b/apps/showcase/doc/guides/migration/renamedcomponentsdoc.ts @@ -5,7 +5,7 @@ import { Component } from '@angular/core'; template: `

Renamed Components

-

Old names are deprecated but still functional, migrate to new import paths instead e.g. primeng/datepicker becomes primeng/datepicker.

+

Old names are deprecated but still functional, migrate to new import paths instead e.g. primeng/calendar becomes primeng/datepicker.