Releases: johannschopplich/nuxt-kirby
Releases · johannschopplich/nuxt-kirby
v1.0.3
v1.0.2
🐞 Bug Fixes
- Re-export only types from
kirby-typespackage - by @johannschopplich (dee5f)
View changes on GitHub
v1.0.1
🐞 Bug Fixes
- Remove deprecated
kql.tsmodule template - by @johannschopplich (f49de) - Use latest
kirby-typespackage for CJS/ESM import stubs this will fix usage in test runners like Vitest - by @johannschopplich (4e9bc)
View changes on GitHub
v1.0.0
🐞 Bug Fixes
- Generate basic auth header for client-side usage - by @johannschopplich (02d17)
View changes on GitHub
v0.32.0
🚨 Breaking Changes
client: truedisables server proxy for all composables - by @johannschopplich (058bb)- Enable client requests when SSR is disabled - by @johannschopplich (6ff27)
View changes on GitHub
v0.31.2
🐞 Bug Fixes
- Reactive kirby path for
useKirbyData- by @johannschopplich (8bdf4)
View changes on GitHub
v0.31.1
🐞 Bug Fixes
- Reactive queries - by @johannschopplich (d638c)
🏎 Performance
- Simplify passing fetch options - by @johannschopplich (1d76f)
View changes on GitHub
v0.31.0
🚀 Features
- Watch
languageref or getter by default - by @johannschopplich (105aa)
View changes on GitHub
v0.30.0
🚀 Features
- Auto-import
$kqland$kirbyfor Nitro routes - by @johannschopplich (e1a65)
🐞 Bug Fixes
- Explizit composable imports - by @johannschopplich (fe3ad)
- Use
NitroFetchOptionstype - by @johannschopplich (ca207) - Nitro composable types - by @johannschopplich (ada5b)