From 761ee9357a67ade1dfbf6dc2154c89d1eece4465 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 10 Jul 2024 11:49:56 +0300 Subject: [PATCH] Update migration guide --- .../guides/migration/v4/changes/BreakingDoc.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue index 72f97a869..26be12714 100644 --- a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue +++ b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue @@ -49,5 +49,20 @@
  • .p-highlight, each component have its own class such as .p-select-option-selected.
  • .p-fluid, use the new built-in fluid properties of components.
  • + +

    Tailwind CSS Presets

    +

    + The Tailwind CSS presets for the unstyled mode do not support v4 yet, an update is under development and scheduled for the end of July + 2024. +

    + +

    Premium Templates

    +

    Application templates like Apollo do not support v4 yet, all templates will be updated to v4 by the end of August 2024 with new enhancements based on new theming api.

    + +

    Nuxt Module

    +

    + The nuxt-primevue module has been replaced with the new + @primevue/nuxt-module. The old module is still maintained for v3 users. +