v1.7.4
What's Changed
Refactor: Layer pages → components
Layers no longer auto-register routes that consuming apps may not want.
Content layer
Gallery/Page.vue,Gallery/SlugPage.vue,Gallery/ImagePage.vue— gallery pages are now opt-in components (same pattern asPortfolio/PageandPortfolio/ItemPage)
Core layer
DiagnosticsPage.vue— diagnostics moved from a page to a reusable component; the catch-all[...slug].vueremains for safe initialisation
UI layer
pages/index.vueremoved from the layer entirely
Playground
- Gains
typography.vue(UI layer showcase, previously the UI layer index) - Gains
diagnostics.vue(thin wrapper aroundDiagnosticsPage) - Gains
gallery/pages using the new components - Empty
pages/directories removed fromuiandlayoutlayers