Skip to content

Releases: storyblok/storyblok-astro

v6.1.0-alpha.2

13 Mar 13:02
Compare
Choose a tag to compare
v6.1.0-alpha.2 Pre-release
Pre-release

6.1.0-alpha.2 (2025-03-13)

Features

  • storyblok loader now receives more options (d518219)

v6.1.0-alpha.1

11 Mar 13:24
Compare
Choose a tag to compare
v6.1.0-alpha.1 Pre-release
Pre-release

6.1.0-alpha.1 (2025-03-11)

Features

  • astro content layer updated (a12a71c)

v6.0.2

05 Mar 08:49
aae41e3
Compare
Choose a tag to compare

6.0.2 (2025-03-05)

Bug Fixes

  • deps: propagate fix cache js-client (40fa040)

v6.0.1

05 Feb 13:58
4e012ac
Compare
Choose a tag to compare

6.0.1 (2025-02-05)

Bug Fixes

  • add withastro keyword to package.json (4f47174)

v6.0.0

03 Feb 13:48
4b7ac7f
Compare
Choose a tag to compare

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.2

30 Dec 10:06
Compare
Choose a tag to compare
v6.0.0-next.2 Pre-release
Pre-release

6.0.0-next.2 (2024-12-30)

Bug Fixes

v6.0.0-next.1

24 Dec 12:35
Compare
Choose a tag to compare
v6.0.0-next.1 Pre-release
Pre-release

6.0.0-next.1 (2024-12-24)

  • 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

24 Dec 12:24
cdc48f2
Compare
Choose a tag to compare

5.1.2 (2024-12-24)

Bug Fixes

v5.1.1

24 Dec 06:56
4c60100
Compare
Choose a tag to compare

5.1.1 (2024-12-24)

Bug Fixes

v5.1.0

17 Dec 08:43
bd74ef0
Compare
Choose a tag to compare

5.1.0 (2024-12-17)

Features

  • astro v5 added in peer dependencies (cca2361)