Releases: storyblok/storyblok-astro
Releases · storyblok/storyblok-astro
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)
v5.1.0-alpha.1
Features
- allow bridge configuration from astroconfig file (9d7a619)
v5.0.2
5.0.2 (2024-09-05)
Bug Fixes
- suppress richtext warning from js-client (9d9357e)
v5.0.1
5.0.1 (2024-08-21)
Bug Fixes
- deps: bump @storyblok/js from 3.0.8 to 3.0.9 (a074b4d)