Skip to content

Releases: theisel/astro-portabletext

astro-portabletext@0.3.0

31 Jul 03:34
Compare
Choose a tag to compare

0.3.0

Minor Changes

  • 900d39a: Feat: New types added and deprecated some types
  • 900d39a: PortableText components.list and components.listItem are now an object for easy merge/override
  • 900d39a: Feat: Unhandled style in Block component and unhandled markType in Mark component now throws an error
  • 900d39a: Replaces warning message with <slot />
  • 900d39a: Unknown components.type is hidden by default

Patch Changes

  • 900d39a: Adds onMissingComponent prop to PortableText

astro-portabletext@0.3.0-next.0

26 Jul 04:09
Compare
Choose a tag to compare
Pre-release

0.3.0-next.0

Minor Changes

  • 7b83ffe: Feat: New types added and deprecated some types
  • a353768: PortableText components.list and components.listItem are now an object for easy merge/override
  • 7c52ca2: Feat: Unhandled style in Block component and unhandled markType in Mark component now throws an error
  • ab19744: Replaces warning message with <slot />
  • 4f362ed: Unknown components.type is hidden by default

Patch Changes

  • 9b72bbc: Adds onMissingComponent prop to PortableText

astro-portabletext@0.2.4

22 Jul 04:40
Compare
Choose a tag to compare

What's Changed

  • Fix: css imports no longer causes dev server to crash by @AndreBClark in #2

New Contributors

Full Changelog: https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.2.3...astro-portabletext@0.2.4

astro-portabletext@0.2.3

05 Jul 03:52
Compare
Choose a tag to compare

Patch Changes

  • Sets normal as default block style
  • Fixes mark type link
  • Fixes unescaped strings
  • Removes whitespace around strings

astro-portabletext@0.2.2

26 May 04:44
Compare
Choose a tag to compare

Patch Changes

Add missing repository, bugs and homepage fields to package.json. This patch is for npm registery to display the relevant links.

astro-portabletext@0.2.1

23 May 05:10
Compare
Choose a tag to compare

Patch Changes

  • Fixed an issue where Typescript couldn't find astro-portabletext/types

v0.2.0

07 May 05:55
Compare
Choose a tag to compare

Breaking Change

564d953 Typescript types are now accessed through "astro-portabletext/types"

Initial Release

06 May 08:04
Compare
Choose a tag to compare
v0.1.0

chore: initial commit