Skip to content

Latest commit

 

History

History
108 lines (65 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

108 lines (65 loc) · 4.29 KB

@graphcms/rich-text-types

0.5.1

Patch Changes

0.5.0

Minor Changes

0.4.0

Minor Changes

  • b7f16fa #77 Thanks @jpedroschmitz! - ⚠️ This release has breaking changes!

    ⚡️ New

    • Add isEmpty utility function
    • Add EmptyElementsToRemove enum as a replacement for RemoveEmptyElementType
    • Add elementTypeKeys

    ⚠️ Breaking Changes

    The RichTextProps, ClassRendererProps, LinkRendererProps, DefaultElementProps and the NodeRendererType type are now available on the @graphcms/rich-text-react-renderer package.

    • Remove RichTextProps type
    • Remove NodeRendererType type
    • Remove RemoveEmptyElementType type
    • Remove ClassRendererProps type
    • Remove LinkRendererProps type
    • Remove DefaultElementProps type

0.3.1

Patch Changes

0.3.0

Minor Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 768492a #25 Thanks @jpedroschmitz! - - Include embed in the list of types in Element
    • Add new type VideoMimeTypes
    • Add new type AssetMimeTypes
    • Add new type EmbedProps
    • Add new type EmbedElement
    • Add new type AssetReference
    • Add new type Reference
    • Add new type EmbedReferences
    • Add EmbedElement to ElementNode
    • Add references to RichTextProps
    • Add Asset and embed to NodeRendererType

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • d831c93 #2 Thanks @jpedroschmitz!

  • Add list_item_child to NodeRendererType;

  • Accept array of ElementNode and object with children on RichTextContent.

0.1.1-canary.0

Patch Changes

  • Add list_item_child to NodeRendererType;
  • Accept array of ElementNode and object with children on RichTextContent.