-
#1340
92fc874
Thanks @emmatown! - Support@astrojs/[email protected]
and above -
Updated dependencies [
dccad1a
]:- @keystatic/[email protected]
-
#1329
f005ab2
Thanks @emmatown! - Remove check foroutput: 'hybrid'
oroutput: 'server'
to support Astro 5 -
Updated dependencies [
c8d3865
]:- @keystatic/[email protected]
-
#1326
6d7fae2
Thanks @fsmeier! - Remove unusedcookie
dependency -
Updated dependencies [
6d7fae2
]:- @keystatic/[email protected]
- Updated dependencies [8ad803c5]
- @keystatic/[email protected]
-
6a60ab3c: Updates the Astro integration to manage the custom
127.0.0.1
host and enables usage withoutput: 'server'
Keystatic used to require updating your
dev
script. It's now managed by the integration, feel free to simplify it!- "dev": "astro dev --host 127.0.0.1" + "dev": "astro dev"
Moreover, Keystatic now lets you go full SSR! The following Astro config is now supported
// astro.config.mjs export default defineConfig({ output: 'server', });
-
Updated dependencies [e3947052]
-
Updated dependencies [ee3f2038]
- @keystatic/[email protected]
- 3e4f6f4c: Fix build errors
- Updated dependencies [8320c683]
- @keystatic/[email protected]
- 17ef271b: Fix
internal
files not being published - Updated dependencies [1b6200a2]
- @keystatic/[email protected]
- f4aaa8e3: Switch build to ESM-only
- Updated dependencies [0b2432ed]
- Updated dependencies [f4aaa8e3]
- @keystatic/[email protected]
- 42089ab2: Fix build error
- d76af081: Fix default exports in Node ESM
- Updated dependencies [d76af081]
- @keystatic/[email protected]
- d584b3f0: Support astro@4
- Updated dependencies [13206393]
- Updated dependencies [0ca7f47a]
- Updated dependencies [7a98fd68]
- Updated dependencies [56b6b121]
- Updated dependencies [3288c624]
- Updated dependencies [bd28cfd4]
- Updated dependencies [e32ff596]
- Updated dependencies [16bd7064]
- Updated dependencies [e1c9e0cf]
- Updated dependencies [267845b1]
- @keystatic/[email protected]
- b768f147: Update router integration between
@keystatic/core
and framework integration packages to improve performance
- Updated dependencies [b768f147]
- Updated dependencies [32d22480]
- @keystatic/[email protected]
- a754d573: Fix
@keystatic/astro/api
CommonJS output - e684e5ad: Fix
@keystatic/astro
integration
- 36cb6803: Allow
astro@3
inpeerDependencies
- Updated dependencies [03f0543c]
- Updated dependencies [c24dc631]
- Updated dependencies [6895c566]
- Updated dependencies [7310a672]
- Updated dependencies [c5407cce]
- Updated dependencies [ca6774b8]
- Updated dependencies [1f96ff27]
- Updated dependencies [03f0543c]
- Updated dependencies [7767c69a]
- @keystatic/[email protected]
- 5c86514f: Change Astro integration to require hybrid mode
- Updated dependencies [c43d7045]
- Updated dependencies [21395048]
- @keystatic/[email protected]
- 618ba4aa: Remove
url
/KEYSTATIC_URL
config option - Updated dependencies [618ba4aa]
- Updated dependencies [30298e81]
- @keystatic/[email protected]
- aeac610: Updated generated TypeScript declaration
- Updated dependencies [aeac610]
- @keystatic/[email protected]
- 1ea62fe: Add
repository
key to keystatic/core package.json - Updated dependencies [02a0fd1]
- Updated dependencies [02a0fd1]
- Updated dependencies [6890696]
- Updated dependencies [1ea62fe]
- @keystatic/[email protected]
- 5b7dbce: Use
import.meta.env
in API route handler. - Updated dependencies [e2230c0]
- @keystatic/[email protected]
- c38e0fb: Fix
internal
directory not being published
- a569bdb: Add Astro integration
- Updated dependencies [a569bdb]
- @keystatic/[email protected]
- 18167ee: Fix bad params parsing when there are query params
- 9bcf3d4: Astro support
- Updated dependencies [9bcf3d4]
- @keystatic/[email protected]