Skip to content

astro-portabletext@0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 18:36
· 240 commits to main since this release
19fde71

Minor Changes

  • cfaaf38: BREAKING

    • Removed deprecated BlockStyle type; use Block type instead
    • Removed deprecated isBlockStyle; a utility type guard function which is tied to BlockStyle
      and has no purpose

Patch Changes

  • 46c62f6: Fixes #13 UnknownType.astro failed during build
  • 7809f2f: Fixes error thrown in block, list, listItem, mark and type
    components to fall back to their unknown counterpart.