From 70e5f6fc9f1f6f89337178df3981c24ba45e9635 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 29 Jul 2024 14:32:36 +0300 Subject: [PATCH] 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