Skip to content

Releases: storyblok/storyblok-astro

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)

v5.1.0-alpha.4

24 Sep 11:25
Compare
Choose a tag to compare
v5.1.0-alpha.4 Pre-release
Pre-release

5.1.0-alpha.4 (2024-09-24)

Bug Fixes

  • added option to pass apiOptions (985842a)

v5.1.0-alpha.3

18 Sep 05:59
Compare
Choose a tag to compare
v5.1.0-alpha.3 Pre-release
Pre-release

5.1.0-alpha.3 (2024-09-18)

Bug Fixes

  • change storyblok loader param name to acessToken (a3ba672)

v5.1.0-alpha.2

17 Sep 18:35
Compare
Choose a tag to compare
v5.1.0-alpha.2 Pre-release
Pre-release

5.1.0-alpha.2 (2024-09-17)

Features

  • content layer feature added (1a9bfb1)

v5.1.0-alpha.1

17 Sep 11:59
Compare
Choose a tag to compare
v5.1.0-alpha.1 Pre-release
Pre-release

5.1.0-alpha.1 (2024-09-17)

Features

  • allow bridge configuration from astroconfig file (9d7a619)

v5.0.2

05 Sep 11:18
c555207
Compare
Choose a tag to compare

5.0.2 (2024-09-05)

Bug Fixes

  • suppress richtext warning from js-client (9d9357e)

v5.0.1

21 Aug 04:24
a718c70
Compare
Choose a tag to compare

5.0.1 (2024-08-21)

Bug Fixes

  • deps: bump @storyblok/js from 3.0.8 to 3.0.9 (a074b4d)