slate-vue icon indicating copy to clipboard operation
slate-vue copied to clipboard

fix(deps): update dependency slate to ^0.110.0

Open renovate[bot] opened this issue 4 years ago • 0 comments

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[bot] avatar Mar 29 '21 16:03 renovate[bot]