From 4ab01626fe1f93c366300db4a47cb9f0ffb6591a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 29 Jul 2024 14:28:12 +0300 Subject: [PATCH 1/3] Fixed code display --- apps/showcase/doc/contribution/IntroductionDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

From 570b52fceaa9a60c18e03c208da9579d0948a7c0 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 29 Jul 2024 14:31:53 +0300 Subject: [PATCH 2/3] Update migration guide --- .../showcase/doc/guides/migration/v4/changes/BreakingDoc.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue index 9eab117a8..14f8e3fda 100644 --- a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue +++ b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue @@ -18,6 +18,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.
    • From 70e5f6fc9f1f6f89337178df3981c24ba45e9635 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 29 Jul 2024 14:32:36 +0300 Subject: [PATCH 3/3] Aura is the only available built-in --- .../showcase/doc/guides/migration/v4/changes/BreakingDoc.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue index 14f8e3fda..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