Skip to content

@storyblok/field-plugin@0.0.1-alpha.3

Compare
Choose a tag to compare
@johannes-lindgren johannes-lindgren released this 28 Apr 10:09
· 172 commits to main since this release
6ab8102

What's Changed

Breaking changes:

  • Removing data.language by @johannes-lindgren in #148
    • Use data.story.lang as a replacement.
  • Asset Selector to Return an Object Instead of a String by @johannes-lindgren in #149
    • Access the filename with (await actions.selectAsset()).filename
  • Renames Action and Data Types by @johannes-lindgren in #150
    • The type PluginActions renamed to FieldPluginActions
    • The type PluginState renamed to FieldPluginData

Backward-compatible fixes:

Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin-cli@0.0.1-alpha.8...@storyblok/field-plugin@0.0.1-alpha.3