Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1624

Merged
merged 1 commit into from
Jun 24, 2022
Merged

Version Packages #1624

merged 1 commit into from
Jun 24, 2022

Conversation

github-actions[bot]
Copy link
Contributor

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-core@13.5.0

Minor Changes

  • #1616 by @zbeyens
    • useElement: Plate is now storing element in a context provided in each rendered element. Required parameter: the plugin key is used as a scope as it's needed for nested elements.

@udecode/plate-image@13.5.0

Minor Changes

  • #1616 by @zbeyens – We're extracting unstyled components from the existing components in ui packages, following the composition principle, props hooks and state hooks. The goal is to improve reusability. We're starting the process with the image element.

    @udecode/plate-image

    export const Image = {
      Root: ImageRoot,
      Caption: ImageCaption,
      Img: ImageImg,
      Resizable: ImageResizable,
      CaptionTextarea: ImageCaptionTextarea,
    };
    • each of the above components has a "props hook" (pattern: useImage, useImageCaption, etc.) so you could use these in your own component.
    • useImageStore: atom with width
    • useImageElement
    • move these deps from plate-ui-image to plate-image:
      • "react-textarea-autosize": "^8.3.3"
      • "re-resizable": "^6.9.9"

    @udecode/plate-ui-image

    • ImageElement is only a composition of the above components with styling. The goal is to allow you to replace it with your own styles / composition.

@udecode/plate-ui-image@13.5.0

Minor Changes

  • #1616 by @zbeyens – We're extracting unstyled components from the existing components in ui packages, following the composition principle, props hooks and state hooks. The goal is to improve reusability. We're starting the process with the image element.

    @udecode/plate-image

    export const Image = {
      Root: ImageRoot,
      Caption: ImageCaption,
      Img: ImageImg,
      Resizable: ImageResizable,
      CaptionTextarea: ImageCaptionTextarea,
    };
    • each of the above components has a "props hook" (pattern: useImage, useImageCaption, etc.) so you could use these in your own component.
    • useImageStore: atom with width
    • useImageElement
    • move these deps from plate-ui-image to plate-image:
      • "react-textarea-autosize": "^8.3.3"
      • "re-resizable": "^6.9.9"

    @udecode/plate-ui-image

    • ImageElement is only a composition of the above components with styling. The goal is to allow you to replace it with your own styles / composition.

@udecode/plate-find-replace@13.5.0

@udecode/plate-autoformat@13.5.0

@udecode/plate-break@13.5.0

@udecode/plate-combobox@13.5.0

@udecode/plate-node-id@13.5.0

@udecode/plate-normalizers@13.5.0

@udecode/plate-reset-node@13.5.0

@udecode/plate-select@13.5.0

@udecode/plate-trailing-block@13.5.0

@udecode/plate-headless@13.5.0

@udecode/plate-alignment@13.5.0

@udecode/plate-basic-elements@13.5.0

@udecode/plate-basic-marks@13.5.0

@udecode/plate-block-quote@13.5.0

@udecode/plate-code-block@13.5.0

@udecode/plate-font@13.5.0

@udecode/plate-heading@13.5.0

@udecode/plate-highlight@13.5.0

@udecode/plate-horizontal-rule@13.5.0

@udecode/plate-indent@13.5.0

@udecode/plate-indent-list@13.5.0

@udecode/plate-kbd@13.5.0

@udecode/plate-line-height@13.5.0

@udecode/plate-link@13.5.0

@udecode/plate-list@13.5.0

@udecode/plate-media-embed@13.5.0

@udecode/plate-mention@13.5.0

@udecode/plate-paragraph@13.5.0

@udecode/plate-table@13.5.0

@udecode/plate@13.5.0

@udecode/plate-serializer-csv@13.5.0

@udecode/plate-serializer-docx@13.5.0

@udecode/plate-juice@13.5.0

@udecode/plate-serializer-md@13.5.0

@udecode/plate-ui-button@13.5.0

@udecode/plate-ui-combobox@13.5.0

@udecode/plate-ui-cursor@13.5.0

@udecode/plate-ui-dnd@13.5.0

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

@udecode/plate-ui-alignment@13.5.0

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

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

@udecode/plate-ui-excalidraw@13.5.0

@udecode/plate-ui-font@13.5.0

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

@udecode/plate-ui-line-height@13.5.0

@udecode/plate-ui-link@13.5.0

@udecode/plate-ui-list@13.5.0

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

@udecode/plate-ui-mention@13.5.0

@udecode/plate-ui-table@13.5.0

@udecode/plate-ui-placeholder@13.5.0

@udecode/plate-ui@13.5.0

@udecode/plate-ui-popover@13.5.0

@udecode/plate-ui-popper@13.5.0

@udecode/plate-styled-components@13.5.0

@udecode/plate-ui-toolbar@13.5.0

@vercel
Copy link

vercel bot commented Jun 24, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
plate ⬜️ Ignored (Inspect) Jun 24, 2022 at 9:43PM (UTC)

@zbeyens zbeyens merged commit c943b8c into main Jun 24, 2022
@zbeyens zbeyens deleted the changeset-release/main branch June 24, 2022 23:48
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