diff --git a/doc/clt/DownloadDoc.vue b/doc/clt/DownloadDoc.vue index f1ea7ce1a..4b3638d94 100644 --- a/doc/clt/DownloadDoc.vue +++ b/doc/clt/DownloadDoc.vue @@ -14,7 +14,7 @@ export default { npm install -g primeclt ` } - };a + }; } }; diff --git a/doc/guides/migration/v4/OverviewDoc.vue b/doc/guides/migration/v4/OverviewDoc.vue index e0a02a799..f5a542b57 100644 --- a/doc/guides/migration/v4/OverviewDoc.vue +++ b/doc/guides/migration/v4/OverviewDoc.vue @@ -2,13 +2,13 @@

At PrimeTek, we have been developing UI component libraries since 2008. The web continues to undergo technological advancements, and as a result, we have to modernize and update our libraries to stay relevant. PrimeVue v4 is the - next-generation version that fully embraces modern Web APIs and removes technical debt like the legacy-styled mode. Every component has been reviewed and enhanced. As part of our commitment to our products and the community, PrimeVue v3 will continue to be maintained until the end of - 2024. + next-generation version that fully embraces modern Web APIs and removes technical debt like the legacy-styled mode. Every component has been reviewed and enhanced. As part of our commitment to our products and the community, PrimeVue v3 + will continue to be maintained until the end of 2024.

- The most notable feature is the new styled mode implementation. Previous iterations use SASS at an external repo called primevue-sass-theme which requires compilation of a - theme.cssa file. This file had to be included in the application and need to be swapped at runtime for basic tasks like dark mode or primary color changes. In v4, styled mode is now part of the core, SASS is not used at all, and a - new design token based architecture that fully utilizes CSS variables has been created. The new API is modern and superior to the legacy styled mode. + The most notable feature is the new styled mode implementation. Previous iterations use SASS at an external repo called primevue-sass-theme which requires compilation of a theme.cssa + file. This file had to be included in the application and need to be swapped at runtime for basic tasks like dark mode or primary color changes. In v4, styled mode is now part of the core, SASS is not used at all, and a new design token + based architecture that fully utilizes CSS variables has been created. The new API is modern and superior to the legacy styled mode.

Names of some of the components have been changed to more common alternatives for example, Popover replaced OverlayPanel and InputSwitch is now called ToggleSwitch. Each component has been reviewed for a diff --git a/pages/tailwind/index.vue b/pages/tailwind/index.vue index 69247fcf8..b04131c6f 100644 --- a/pages/tailwind/index.vue +++ b/pages/tailwind/index.vue @@ -75,7 +75,7 @@ export default { id: 'animations', label: 'Animations', component: AnimationsDoc - }, + } ] }; }