Skip to content

Commit 0665481

Browse files
committed
chore(greenhouse): update changeset for plugin loading optimization
1 parent 24a47a3 commit 0665481

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
"@cloudoperators/juno-app-greenhouse": patch
2+
"@cloudoperators/juno-app-greenhouse": minor
3+
"@cloudoperators/juno-app-doop": patch
4+
"@cloudoperators/juno-app-supernova": patch
5+
"@cloudoperators/juno-app-heureka": patch
36
---
47

5-
Filter plugins by ui-plugin label to fetch only UI plugins in PluginNav.
8+
Optimize plugin loading with dynamic imports and improve navigation between plugins. Plugins now load on-demand instead of being bundled upfront, reducing initial bundle size by 66%. Added module caching to eliminate loading spinners on return visits. Fixed URL state pollution when switching between plugins using TanStack Router's remountDeps. Also filters plugins server-side to fetch only UI plugins.

0 commit comments

Comments
 (0)