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-react to v0.111.0 #159

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
slate-react 0.22.9 -> 0.111.0 age adoption passing confidence

Release Notes

ianstormtaylor/slate (slate-react)

v0.111.0

Compare Source

Minor Changes

v0.110.3

Compare Source

Patch Changes

v0.110.2

Compare Source

Patch Changes

v0.110.1

Compare Source

Patch Changes

v0.110.0

Compare Source

Minor Changes

v0.109.0

Compare Source

Minor Changes

v0.108.0

Compare Source

Minor Changes

v0.107.1

Compare Source

Patch Changes

v0.107.0

Compare Source

Minor Changes
  • #​5676 ec9e5f0a Thanks @​ivan-sysoi! - Changed behaviour of ReactEditor.findDocumentOrShadowRoot. It returns shadow root or document without checking for the existence of the getSelection method.

v0.106.0

Compare Source

Minor Changes
Patch Changes
  • #​5664 0016f984 Thanks @​12joan! - Fix: state.isDraggingInternally is stale if a drop handler outside the editor causes the dragged DOM element to unmount

v0.105.0

Compare Source

Minor Changes

v0.104.0

Compare Source

Minor Changes

v0.102.0

Compare Source

Patch Changes

v0.101.6

Compare Source

Patch Changes

v0.101.5

Compare Source

Patch Changes

v0.101.3

Compare Source

Patch Changes

v0.101.2

Compare Source

Patch Changes

v0.101.1

Compare Source

Patch Changes

v0.101.0

Compare Source

Minor Changes
  • #​5527 fc081816 Thanks @​skogsmaskin! - Fixes a bug with ReactEditor.focus where it would throw an error if the editor was in the middle of applying pending operations.
    With this change, setting focus will be retried until the editor no longer has any pending operations.
    Calling ReactEditor.focus on a editor without a current selection, will now make a selection in the top of the document.
Patch Changes

v0.100.1

Compare Source

Patch Changes

v0.100.0

Compare Source

Minor Changes

v0.99.0

Compare Source

Minor Changes
Patch Changes

v0.98.4

Compare Source

Patch Changes

v0.98.3

Compare Source

Patch Changes

v0.98.2

Compare Source

v0.98.1

Compare Source

Patch Changes

v0.98.0

Compare Source

Minor Changes

v0.97.2

Compare Source

Patch Changes

v0.97.1

Compare Source

Patch Changes

v0.97.0

Compare Source

Minor Changes
Patch Changes

v0.96.0

Compare Source

v0.95.0

Compare Source

Minor Changes

v0.94.2

Compare Source

v0.94.0

Compare Source

v0.93.0

Compare Source

v0.92.0

Compare Source

Minor Changes
  • #​5363 d42cd005 Thanks @​aciccarello! - update dependencies on react hooks to be more senstive to changes

    The code should now meet eslint react hook standards

    This could result in more renders

    closes #​3886

Patch Changes

v0.91.11

Compare Source

Patch Changes

v0.91.10

Compare Source

Patch Changes
  • #​5346 a5e833f6 Thanks @​edhager! - Fix a problem with Editable not calling the decorate function passed as a prop when it should.

  • #​5343 f7f02a8b Thanks @​12joan! - Fix error when triple-clicking a word preceding a contenteditable="false" DOM node in Chrome

v0.91.9

Compare Source

v0.91.8

Compare Source

v0.91.7

Compare Source

Patch Changes

v0.91.6

Compare Source

Patch Changes
  • #​5315 5784a38b Thanks @​clauderic! - The RestoreDOM manager that is used Android no longer restores the DOM to its previous state for text mutations. This allows the editor state to be reconciled during a composition without interrupting the composition, as programatically updating the textContent of a text node ends the current composition.

  • #​5315 5784a38b Thanks @​clauderic! - Fixed consumer defined onInput event handler not being invoked when passed to the <Editable> component.

v0.91.5

Compare Source

Patch Changes

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.2

Compare Source

Patch Changes

v0.91.1

Compare Source

Patch Changes

v0.91.0

Compare Source

Minor Changes
  • #​5267 463edbd2 Thanks @​ilya2204! - Allow to change clipboard fragment format name

  • #​5271 9635b992 Thanks @​dsvgit! - If TextComponent decorations keep the same offsets and only paths are changed, prevent re-rendering because only decoration offsets matter when leaves are calculated.

v0.90.0

Compare Source

v0.89.0

Compare Source

Minor Changes
Patch Changes

v0.88.2

Compare Source

Patch Changes

v0.88.0

Compare Source

Minor Changes
  • #​5226 0141f683 Thanks @​laufeyrut! - Check if getBoundingClientRect exist before trying to call bind on it. Makes unit testing experience agains Editable nicer

v0.87.1

Compare Source

Patch Changes

v0.87.0

Compare Source

v0.86.0

Compare Source

Patch Changes

v0.83.2

Compare Source

Patch Changes

v0.83.1

Compare Source

Patch Changes

v0.83.0

Compare Source

Minor Changes
Patch Changes

v0.82.2

Compare Source

Patch 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.0

Compare Source

Minor Changes

v0.80.0

Compare Source

Minor Changes
Patch Changes

v0.79.0

Compare Source

Minor Changes

v0.78.1

Compare Source

Patch Changes

v0.77.4

Compare Source

Patch Changes

v0.77.3

Compare Source

Patch Changes

v0.77.2

Compare Source

Patch Changes

v0.77.1

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.74.2

Compare Source

Patch Changes

v0.74.1

Compare Source

Patch Changes

v0.74.0

Compare Source

Minor Changes
  • #​4841 47f2403e Thanks @​Fibs7000! - Added redux-style useSlateSelector to improve and prevent unneccessary rerendering with the useSlate hook

v0.73.0

Compare Source

Minor Changes

v0.72.9

Compare Source

Patch Changes

v0.72.8

Compare Source

Patch Changes

v0.72.7

Compare Source

Patch Changes

v0.72.6

Compare Source

Patch Changes

v0.72.5

Compare Source

Patch Changes

v0.72.4

Patch Changes

v0.72.1

Compare Source

Patch Changes

v0.72.0

Compare Source

Patch Changes

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 is behind base branch, 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.

@vercel
Copy link

vercel bot commented Nov 11, 2019

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/github56/react-jsonschema-form-material-ui/7W5Z9Ceqf4VhTYAitNtsukWHMF5L
✅ Preview: https://react-jsonschema-form-material-ui-git-renovate-2be56b-github56.vercel.app

@renovate renovate bot changed the title Update dependency slate-react to v0.22.10 fix(deps): update dependency slate-react to v0.22.10 Nov 13, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.22.10 fix(deps): update dependency slate-react to v0.50.0 Nov 28, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.0 fix(deps): update dependency slate-react to v0.50.1 Nov 28, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.1 fix(deps): update dependency slate-react to v0.50.2 Nov 29, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.2 fix(deps): update dependency slate-react to v0.50.3 Nov 29, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.3 fix(deps): update dependency slate-react to v0.50.4 Nov 30, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.4 fix(deps): update dependency slate-react to v0.50.5 Nov 30, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.5 fix(deps): update dependency slate-react to v0.50.6 Dec 1, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.6 fix(deps): update dependency slate-react to v0.50.7 Dec 1, 2019
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.50.7 fix(deps): update dependency slate-react to v0.50.8 Dec 2, 2019
@renovate renovate bot force-pushed the renovate/slate-react-0.x branch from ea44d80 to c0cb022 Compare July 16, 2024 11:22
@renovate renovate bot changed the title Update dependency slate-react to v0.107.0 Update dependency slate-react to v0.107.1 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/slate-react-0.x branch from c0cb022 to 36a04f6 Compare July 26, 2024 22:15
@renovate renovate bot changed the title Update dependency slate-react to v0.107.1 fix(deps): update dependency slate-react to v0.107.1 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/slate-react-0.x branch from 36a04f6 to a25ecaf Compare August 12, 2024 14:20
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.107.1 fix(deps): update dependency slate-react to v0.108.0 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/slate-react-0.x branch from a25ecaf to 08c9226 Compare August 23, 2024 08:31
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.108.0 fix(deps): update dependency slate-react to v0.109.0 Aug 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.109.0 fix(deps): update dependency slate-react to v0.110.0 Sep 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.110.0 fix(deps): update dependency slate-react to v0.110.1 Sep 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.110.1 fix(deps): update dependency slate-react to v0.110.2 Oct 17, 2024
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.110.2 fix(deps): update dependency slate-react to v0.110.3 Oct 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency slate-react to v0.110.3 fix(deps): update dependency slate-react to v0.111.0 Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant