Changelogs
Kit Changelog
Changelog for Laioutr Kit (@laioutr-core/kit) following Keep a Changelog and Semantic Versioning.
All notable changes to Laioutr Kit (@laioutr-core/kit, the utility functions and composables for building Laioutr Apps) are documented here, following Keep a Changelog and Semantic Versioning.
@laioutr-core/kitis largely a downstream consumer of@laioutr-core/core-typesand@laioutr-core/canonical-types. Most of its releases contain only dependency updates and are intentionally omitted here; the entries below are the releases with developer-facing changes to Kit itself.
0.28.9
Fixed
- Fixed
useRoute()returning stale route data in studio preview. In preview mode there is no<NuxtPage>, so thepage:finishhook that syncs Nuxt's internal route ref never fired. The preview now emitspage:finishafter each navigation to keepuseRoute()current.
0.7.1
Fixed
- Fixed missing links, added robots.txt and page SEO meta.
0.7.0
Fixed
- Fixed globbing for the
templateStrategiesfolder.
0.6.0
Changed
- Replaced
globbywithtinyglobby.
0.5.1
Fixed
- Fixed import paths.
0.4.0
Added
- Media Library upload handling, and improved documentation generation from canonical-types.