Update migration guide

pull/6142/head
Cagatay Civici 2024-07-29 14:31:53 +03:00
parent 4ab01626fe
commit 570b52fcea
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
<li><i class="mark">switchTheme</i> function, use the new APIs like <i class="mark">usePreset</i> instead to dynamic theme switching.</li>
</ul>
<h4>Relocated APIs</h4>
<ul class="flex flex-col gap-2 leading-normal">
<li>Imports from <i class="mark">primevue/api</i> have been relocated to <i class="mark">@primevue/core/api</i>.</li>
</ul>
<h4>Removed Files</h4>
<ul class="flex flex-col gap-2 leading-normal">
<li>Themes under the <i class="mark">primevue/resources</i> path, migration to new styled mode is necessary.</li>