You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
live-loader: The experimentalPocketbaseLiveLoader as been renamed
to pocketbaseLiveLoader, incl. all it's option and filter types. The liveTypesOnly option for the base loader is still experimental though.
schema: astro does not automatically generate typescript types
anymore, instead content loaders need to implement this logic
themselves.
schema:improveTypes is now always enabled, so the
configuration option was removed entirely.
deps: With v6 astro changed the way custom content loaders
provide their schemas. Please check the official documentation for
breaking changes.
🚀 Features
live-loader: stabilize live content loader (8e55b4c)
🩹 Bug Fixes
schema: get type generation working for collections with files again (dab3c82)