diff --git a/apps/showcase/doc/contribution/IntroductionDoc.vue b/apps/showcase/doc/contribution/IntroductionDoc.vue index b2378212e..c1a04b532 100644 --- a/apps/showcase/doc/contribution/IntroductionDoc.vue +++ b/apps/showcase/doc/contribution/IntroductionDoc.vue @@ -8,7 +8,7 @@

To begin with, clone the PrimeVue repository from GitHub:

Then run the showcase in your local environment at http://localhost:3000/.

- +

Project Structure

PrimeVue utilizes a monorepo architecture, the libraries are located at packages folder and the website is at apps/showcase.

diff --git a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue index 9eab117a8..c122446d6 100644 --- a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue +++ b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue @@ -2,9 +2,8 @@

SASS Themes

- The styled mode theming has been reimplemented from scratch based on an all-new architecture. The theme.css and the primevue/resources do not exist anymore, so any imports of these assets needs to be removed. Currently, Aura - is the only available built-in preset; however, by v4 final, two more presets named Lara and Nora would be included, as well as the Material Design theme. If you had a custom theme for v3, the theme needs to be recreated using the new - APIs. See the customization section at styled mode for details. + The styled mode theming has been reimplemented from scratch based on an all-new architecture. The theme.css and the primevue/resources do not exist anymore, so any imports of these assets needs to be removed. If you had a + custom theme for v3, the theme needs to be recreated using the new APIs. See the customization section at styled mode for details.

Removed Components

@@ -18,6 +17,11 @@
  • switchTheme function, use the new APIs like usePreset instead to dynamic theme switching.
  • +

    Relocated APIs

    +
      +
    • Imports from primevue/api have been relocated to @primevue/core/api.
    • +
    +

    Removed Files

    • Themes under the primevue/resources path, migration to new styled mode is necessary.