Releases: theisel/astro-portabletext
Releases · theisel/astro-portabletext
astro-portabletext@0.4.0-next.1
Patch Changes
-
130921c: Changed property
astroClass
onProps
type tooptional
.Related to #ddc12ce and #a6bfa8e.
astro-portabletext@0.4.0-next.0
Minor Changes
- 1c102cf: Feat: Made
mergeComponents
andtoPlainText
functions available to be used. - f8b9a06: Removed deprecated types
- ddc12ce: Feat: Added
class
property toProps
type and deprecatedastroClass
- a6bfa8e: Feat: Made
Block
,List
,ListItem
andMark
components available to be used to help extend custom components.
astro-portabletext@0.3.0
0.3.0
Minor Changes
- 900d39a: Feat: New types added and deprecated some types
- 900d39a: PortableText
components.list
andcomponents.listItem
are now an object for easy merge/override - 900d39a: Feat: Unhandled
style
inBlock
component and unhandledmarkType
inMark
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 toPortableText
astro-portabletext@0.3.0-next.0
0.3.0-next.0
Minor Changes
- 7b83ffe: Feat: New types added and deprecated some types
- a353768: PortableText
components.list
andcomponents.listItem
are now an object for easy merge/override - 7c52ca2: Feat: Unhandled
style
inBlock
component and unhandledmarkType
inMark
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 toPortableText
astro-portabletext@0.2.4
What's Changed
- Fix: css imports no longer causes dev server to crash by @AndreBClark in #2
New Contributors
- @AndreBClark made their first contribution in #2
Full Changelog: https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.2.3...astro-portabletext@0.2.4
astro-portabletext@0.2.3
Patch Changes
- Sets
normal
as default block style - Fixes mark type
link
- Fixes unescaped strings
- Removes whitespace around strings
astro-portabletext@0.2.2
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
Patch Changes
- Fixed an issue where Typescript couldn't find
astro-portabletext/types
v0.2.0
Initial Release
v0.1.0 chore: initial commit