Skip to main content

@acromedia/gesso-storyblok

0.7.4

Patch Changes

  • d219682: Removes storyblok import script in favour of Storyblok CLI

0.7.3

Patch Changes

  • 5521aa2: - Modified the Strap plugin in the Storyblok integration to ensure that the featured prop is set to undefined when there is no featured image.

0.7.2

Patch Changes

  • 980ecfb: Fix issue with Section display, remove layout functionality, Use Grid/GridItems via Storyblok directly to control layout

0.7.1

Patch Changes

  • a132e78: Add backgroundColor default value to the Storyblok Divider plugin
  • 7f0bf53: Update: connect orientation field to the Tabs plugin so tabs can be properly configured as horizontal or vertical.
  • 80c47b2: Add external link handling to Storyblok's Button and Image plugins

0.7.0

Minor Changes

  • 83259b2: Adds preview plugin to CMS provider, useContent will utilize this plugin for handling updating content in preview mode. Adds preview plugin for Storyblok integration

Patch Changes

  • ac39ec8: Adds Storyblok setup script: pnpm gesso-storyblok-import

0.6.0

Minor Changes

  • f31dd9d: feat: add resourceVersion option to useContent plugin, allowing the passing of resourceVersion between draft and published content, add test case for useContent to cover draft content; cleanup: Remove Canada region url checker in getGraphQLClient and set the default resourceVersion to published.

Patch Changes

  • 99f0a3e: Creates custom schema for RichTextResolver so that classname's can be applied directly to an element without Storyblok's default behaviour of creating a span that the class would be applied to. This schema is used for BasicContent/richTextContent.

0.5.0

Minor Changes

  • 1169f58: feat: Integrated Storyblok with Gesso - useTags

0.4.0

Minor Changes

  • 2e45f1a: feat: Integrated Storyblok with Gesso - ComponentFactory plugin

Patch Changes

  • eae6356: adds STORYBLOK_ACCESS_TOKEN to example.env and adds .gitignore to project directory.

0.3.1

Patch Changes

  • e8fa722: TS type fixes

0.3.0

Minor Changes

  • f960d5a: GESSO-981: useMenu hook

0.2.0

Minor Changes

  • b5d68e0: GESSO-982: getRoutes utility

0.1.0

Minor Changes

  • bc598ef: feat: Integrated Storyblok with Gesso - useContentSearch
  • 9a34304: feat: Integrated Storyblok with Gesso - getRedirects
  • a30fb32: feat: Integrated Storyblok with Gesso - useContent hooks