Skip to content

Version Packages#1151

Merged
zbeyens merged 1 commit intomainfrom
changeset-release/main
Oct 16, 2021
Merged

Version Packages#1151
zbeyens merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 14, 2021

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@udecode/plate-alignment@6.0.0

Major Changes

  • #1154 by @zbeyens

    • createAlignPlugin:
      • this plugin is no longer wrapping a block, but instead setting an align field to an existing block
      • removed pluginKeys, renderElement and deserialize
    • removed:
      • ELEMENT_ALIGN_LEFT
      • ELEMENT_ALIGN_CENTER
      • ELEMENT_ALIGN_RIGHT
      • ELEMENT_ALIGN_JUSTIFY
      • KEYS_ALIGN in favor of KEY_ALIGN
      • getAlignDeserialize
      • upsertAlign in favor of setAlign

    Migration (normalizer):

    • for each node:
      • run parent = getParent(editor, path), if parent[0].type is one of the alignment values:
        • run setAlign(editor, { align }, { at: path })
        • run unwrapNodes(editor, { at: path })

Minor Changes

  • #1154 by @zbeyens
    • KEY_ALIGNMENT
    • DEFAULT_ALIGNMENTS
    • DEFAULT_ALIGNMENT
    • getAlignOverrideProps
    • setAlign
    • types:
      • AlignPluginOptions

@udecode/plate-alignment-ui@6.0.0

Major Changes

  • #1154 by @zbeyens
    • ToolbarAlignProps:
      • removed type in favor of align
      • removed unwrapTypes
      • added align

@udecode/plate-common@6.0.0

Minor Changes

Patch Changes

@udecode/plate-core@6.0.0

Patch Changes

@udecode/plate-code-block@6.0.0

Patch Changes

@udecode/plate-html-serializer@6.0.0

Patch Changes

  • #1154 by @zbeyens – fix: add overrideProps to the serializer (align, indent)

@udecode/plate-autoformat@6.0.0

@udecode/plate-break@6.0.0

@udecode/plate-dnd@6.0.0

@udecode/plate-basic-elements@6.0.0

@udecode/plate-block-quote@6.0.0

@udecode/plate-block-quote-ui@6.0.0

@udecode/plate-code-block-ui@6.0.0

@udecode/plate-excalidraw@6.0.0

@udecode/plate-heading@6.0.0

@udecode/plate-horizontal-rule@6.0.0

@udecode/plate-horizontal-rule-ui@6.0.0

@udecode/plate-image@6.0.0

@udecode/plate-image-ui@6.0.0

@udecode/plate-link@6.0.0

@udecode/plate-link-ui@6.0.0

@udecode/plate-list@6.0.0

@udecode/plate-list-ui@6.0.0

@udecode/plate-media-embed@6.0.0

@udecode/plate-media-embed-ui@6.0.0

@udecode/plate-mention@6.0.0

@udecode/plate-mention-ui@6.0.0

@udecode/plate-paragraph@6.0.0

@udecode/plate-table@6.0.0

@udecode/plate-table-ui@6.0.0

@udecode/plate-find-replace@6.0.0

@udecode/plate-find-replace-ui@6.0.0

@udecode/plate-indent@6.0.0

@udecode/plate-basic-marks@6.0.0

@udecode/plate-font@6.0.0

@udecode/plate-font-ui@6.0.0

@udecode/plate-highlight@6.0.0

@udecode/plate-kbd@6.0.0

@udecode/plate-node-id@6.0.0

@udecode/plate-normalizers@6.0.0

@udecode/plate-placeholder@6.0.0

@udecode/plate@6.0.0

@udecode/plate-reset-node@6.0.0

@udecode/plate-select@6.0.0

@udecode/plate-ast-serializer@6.0.0

@udecode/plate-csv-serializer@6.0.0

@udecode/plate-md-serializer@6.0.0

@udecode/plate-serializer@6.0.0

@udecode/plate-trailing-block@6.0.0

@udecode/plate-combobox@6.0.0

@udecode/plate-popper@6.0.0

@udecode/plate-styled-components@6.0.0

@udecode/plate-toolbar@6.0.0

@github-actions github-actions bot requested a review from dylans as a code owner October 14, 2021 23:25
@vercel
Copy link

vercel bot commented Oct 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/udecode/plate/9nx1GZGfiwgrx9oVnrngjA2EmVND
✅ Preview: Canceled

[Deployment for 24d6f63 canceled]

@github-actions github-actions bot force-pushed the changeset-release/main branch from fd6e313 to 24d6f63 Compare October 16, 2021 15:08
@zbeyens zbeyens merged commit a77cbcb into main Oct 16, 2021
@zbeyens zbeyens deleted the changeset-release/main branch October 16, 2021 15:29
@zbeyens zbeyens modified the milestones: 16, 6 Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant