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

fix(deps): update dependency slate to ^0.110.0 #84

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
slate ^0.60.2 -> ^0.110.0 age adoption passing confidence

Release Notes

ianstormtaylor/slate (slate)

v0.110.2

Compare Source

Patch Changes

v0.103.0

Compare Source

Minor Changes
  • #​5621 d271c4be Thanks @​felixfeng33! - Add a shouldMergeNodesRemovePrevNode editor method to control when Transforms.mergeNodes should remove the previous node rather than carrying out a merge operation.
Patch Changes

v0.102.0

Compare Source

Patch Changes

v0.101.5

Compare Source

Patch Changes

v0.101.4

Compare Source

Patch Changes

v0.101.1

Compare Source

Patch Changes

v0.100.0

Compare Source

Minor Changes

v0.94.1

Compare Source

Patch Changes
  • #​5415 01f0210b Thanks @​zbeyens! - Editor.insertFragment, Editor.insertNode, Editor.insertText now accept options.
    For all insert methods, the default location is now the editor selection if at is not defined, or the end of document if editor.selection is not defined.

v0.94.0

Compare Source

v0.93.0

Compare Source

v0.91.4

Compare Source

Patch Changes

v0.91.3

Compare Source

Patch Changes
  • #​5295 84f811a7 Thanks @​zbeyens! - New editor method that can be overridden to control when the normalization should stop. Default behavior (unchanged) is to throw an error when it iterates over 42 times the dirty paths length.

    shouldNormalize: ({
      iteration,
      dirtyPaths,
      operation,
    }: {
      iteration: number
      dirtyPaths: Path[]
      operation?: Operation
    }) => boolean
    • editor.onChange signature change: (options?: { operation?: Operation }) => void where operation is triggering the function.
    • editor.normalizeNode signature change: (entry: NodeEntry, options?: { operation?: Operation }) => void where operation is triggering the function.
    • EditorNormalizeOptions new option operation?: Operation where operation is triggering the function.

v0.91.1

Compare Source

Patch Changes

v0.90.0

Compare Source

v0.88.1

Compare Source

Patch Changes

v0.87.0

Compare Source

v0.86.0

Compare Source

Patch Changes

v0.85.0

Compare Source

Minor Changes

v0.84.0

Compare Source

Minor Changes

v0.82.1

Compare Source

Patch Changes

v0.82.0

Compare Source

Patch Changes
  • #​4988 fbab6331 Thanks @​BitPhinix! - Android input handling rewrite, replace composition insert prefixes with decoration based mark placeholders

v0.81.3

Compare Source

v0.81.1

Compare Source

Patch Changes
  • #​5015 9ae37287 Thanks @​tithanayut! - Fix deleteBackward behavior for Thai script where deleting N character(s) backward should delete
    N code point(s) instead of an entire grapheme cluster

v0.81.0

Compare Source

Minor Changes

v0.80.0

Compare Source

Minor Changes
Patch Changes

v0.78.0

Compare Source

Minor Changes

v0.77.2

Compare Source

Patch Changes

v0.77.0

Compare Source

Patch Changes

v0.76.1

Compare Source

Patch Changes

v0.76.0

Compare Source

Minor Changes
  • #​4873 20acca4b Thanks @​bryanph! - A different behavior for inserting a soft break with shift+enter is quite common in rich text editors. Right now you have to do this in onKeyDown which is not so nice. This adds a separate insertSoftBreak method on the editor instance that gets called when a soft break is inserted. This maintains the current default behavior for backwards compatibility (it just splits the block). But at least you can easily overwrite it now.

    If you rely on overwriting editor.insertBreak for extra behavior for soft breaks this might be a breaking change for you and you should overwrite editor.insertSoftBreak instead.

Patch Changes

v0.75.0

Compare Source

Patch Changes

v0.73.1

Compare Source

Patch Changes

v0.73.0

Compare Source

Minor Changes

v0.72.8

Compare Source

Patch Changes

v0.72.3

Compare Source

Patch Changes

v0.72.0

Compare Source

Patch Changes
  • #​4708 2fc7ad92 Thanks @​bryanph! - Allow Operation type to be extended

    For example:

    import type { BaseOperation } from 'slate'
    
    type CustomOperation =
     | BaseOperation
     | YourCustomOperation
     | AnotherCustomOperation
    
    declare module 'slate' {
      interface CustomTypes {
        Operation: CustomOperation;
      }
    }
    

v0.71.0

Compare Source

Minor Changes
Patch Changes

v0.70.0

Minor Changes
Patch Changes

v0.66.5

Compare Source

Patch Changes
  • #​4552 37d60c58 Thanks @​clauderic! - Only apply Firefox toSlatePoint() offset fix when the cloned contents end in \n\n instead of just \n.

v0.66.2

Compare Source

Patch Changes

v0.66.1

Compare Source

Patch Changes

v0.66.0

Compare Source

Patch Changes

v0.65.3

Compare Source

Patch Changes

v0.63.0

Compare Source

Minor Changes
  • #​4230 796389c7 Thanks @​TheSpyder! - Applying invalid insert_node operations will now throw an exception for all invalid paths, not just invalid parent paths.
Patch Changes

v0.62.1

Patch Changes

v0.61.3

Compare Source

v0.61.0

Compare Source

v0.60.17

Compare Source

v0.60.11

Compare Source

v0.60.9

Compare Source

v0.60.8

Compare Source

v0.60.4

Compare Source

v0.60.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/slate-0.x branch 2 times, most recently from ecce6a1 to 141b8d3 Compare April 1, 2021 09:05
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.61.0 fix(deps): update dependency slate to ^0.62.0 Apr 1, 2021
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.62.0 fix(deps): update dependency slate to ^0.63.0 May 13, 2021
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.63.0 fix(deps): update dependency slate to ^0.66.0 Oct 20, 2021
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.66.0 fix(deps): update dependency slate to ^0.73.0 Mar 7, 2022
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.73.0 fix(deps): update dependency slate to ^0.76.0 Mar 26, 2022
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.76.0 fix(deps): update dependency slate to ^0.77.0 Apr 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.77.0 fix(deps): update dependency slate to ^0.78.0 May 15, 2022
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.78.0 fix(deps): update dependency slate to ^0.81.0 Jun 18, 2022
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.81.0 fix(deps): update dependency slate to ^0.82.0 Sep 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.82.0 fix(deps): update dependency slate to ^0.86.0 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.86.0 fix(deps): update dependency slate to ^0.91.0 Mar 18, 2023
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.91.0 fix(deps): update dependency slate to ^0.93.0 Apr 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.93.0 fix(deps): update dependency slate to ^0.94.0 May 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.94.0 fix(deps): update dependency slate to ^0.100.0 Oct 20, 2023
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.100.0 fix(deps): update dependency slate to ^0.101.0 Nov 22, 2023
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.101.0 fix(deps): update dependency slate to ^0.102.0 Feb 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.102.0 fix(deps): update dependency slate to ^0.103.0 Apr 21, 2024
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.103.0 fix(deps): update dependency slate to ^0.110.0 Oct 17, 2024
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.

0 participants