Releases: storyblok/storyblok-astro
Releases · storyblok/storyblok-astro
v6.0.1
6.0.1 (2025-02-05)
Bug Fixes
- add
withastro
keyword to package.json
(4f47174)
v6.0.0
6.0.0 (2025-02-03)
- feat!: live preview stable (6af6dd2)
BREAKING CHANGES
useStoryblok
function has been removed. Please refer to the documentation.
v6.0.0-next.1
- feat!: Replace default export with named export (6525b17)
Features
- Add new event triggered on DOM updates (6843041), closes #864
BREAKING CHANGES
- The default export has been replaced with a named export when initializing the Storyblok SDK in your
astro.config.js
file.
You should now use:
import { storyblok } from '@storyblok/astro';
Update your imports accordingly to ensure compatibility.
v5.1.2
5.1.2 (2024-12-24)
Bug Fixes
v5.1.1
5.1.1 (2024-12-24)
Bug Fixes
v5.1.0
5.1.0 (2024-12-17)
Features
- astro v5 added in peer dependencies (cca2361)
v5.1.0-alpha.4
Bug Fixes
- added option to pass apiOptions (985842a)
v5.1.0-alpha.3
Bug Fixes
- change storyblok loader param name to acessToken (a3ba672)
v5.1.0-alpha.2
Features
- content layer feature added (1a9bfb1)