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

chore: bump @udecode/plate-select from 36.0.0 to 39.0.0 #1768

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps @udecode/plate-select from 36.0.0 to 39.0.0.

Release notes

Sourced from @​udecode/plate-select's releases.

@​udecode/plate-select@​39.0.0

No release notes provided.

@​udecode/plate-selection@​39.0.0

Major Changes

  • #3597 by @​zbeyens – The following changes were made to improve performance:

    • Removed useHooksBlockSelection in favor of BlockSelectionAfterEditable
    • Removed slate-selected class from BlockSelectable. You can do it on your components using useBlockSelected() instead, or by using our new block-selection.tsx component.
    • Introduced useBlockSelectableStore for managing selectable state.

Minor Changes

  • #3597 by @​zbeyens
    • BlockSelectableProvider, useBlockSelectableStore to store selectable state.
    • Introduced isSelectionAreaVisible option in BlockSelectionPlugin config. Useful to hide some UI when true.
    • New useBlockSelected hook for checking if a block is selected.

@​udecode/plate-selection@​38.0.11

Patch Changes

@​udecode/plate-selection@​38.0.9

Patch Changes

  • #3569 by @​felixfeng33 – Remove the Div rendered above the editor.

    This div is to solve the issue of the browser's default scrolling behavior being too fast.

    However, it caused some other issues and complicated configurations, such as being unable to focus on the editor when clicking the padding-right area.

    If you think this issue is more important, you refer to the flowing code.

      BlockSelectionPlugin.configure({
        render: {
          aboveEditable: ({ children }) => {
        return ( <div style={{ position: 'relative', width: '100%' }}>
          {/*
           *select text then move cursor to the very bottom will trigger the default browser behavior
           *this div is a workaround to prevent the default browser behavior (set userSelect: none)
           *Make sure the div with is the same with the editor's padding-right
           */}
      {/* TODO: click to focus the node */}
      &lt;div
        style={{
          height: '100%',

... (truncated)

Changelog

Sourced from @​udecode/plate-select's changelog.

39.0.0

38.0.1

Patch Changes

38.0.0

37.0.0

Major Changes

  • #3420 by @​zbeyens
    • createSelectOnBackspacePlugin -> SelectOnBackspacePlugin
    • createDeletePlugin -> DeletePlugin
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 12:06
@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Oct 7, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-select-39.0.0 branch from a9105e5 to 22d43de Compare October 25, 2024 14:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-select-39.0.0 branch from 22d43de to ebf1962 Compare October 25, 2024 14:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-select-39.0.0 branch from ebf1962 to c1b96e7 Compare November 5, 2024 17:26
Bumps [@udecode/plate-select](https://github.com/udecode/plate/tree/HEAD/packages/select) from 36.0.0 to 39.0.0.
- [Release notes](https://github.com/udecode/plate/releases)
- [Changelog](https://github.com/udecode/plate/blob/main/packages/select/CHANGELOG.md)
- [Commits](https://github.com/udecode/plate/commits/@udecode/plate-select@39.0.0/packages/select)

---
updated-dependencies:
- dependency-name: "@udecode/plate-select"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-select-39.0.0 branch from c1b96e7 to 415d3df Compare November 5, 2024 17:29
Copy link

github-actions bot commented Dec 8, 2024

Marking pull request as stale since there was no activity for 30 days

@github-actions github-actions bot added the stale Used to mark when there was no activity for a set period of time label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot dependencies Pull requests that update a dependency file stale Used to mark when there was no activity for a set period of time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants