fix(deps): update dependency slate-react to ^0.101.0 #8926
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.97.1
->^0.101.0
Release Notes
ianstormtaylor/slate (slate-react)
v0.101.0
Compare Source
Minor Changes
fc081816
Thanks @skogsmaskin! - Fixes a bug withReactEditor.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
#5549
f9cca97f
Thanks @12joan! - Firefox compat: Fix incorrect focus.offset when text node ends with \n#5556
22495e14
Thanks @dylans! - Revert #5542v0.100.1
Compare Source
Patch Changes
8688ed5c
Thanks @hellsan631! - Fix Memory Leak when switching between focused editablesv0.100.0
Compare Source
Minor Changes
#5526
623f4452
Thanks @jkcs! - AddonSelectionChange
andonValueChange
in Slate React component#5528
c4c14882
Thanks @dylans! - Update dependencies to React 18, Node 20, TS 5.2, etc.v0.99.0
Compare Source
Minor Changes
300dc57a
Thanks @josephmr! - Retain editor selection when using ReactEditor.focus()Patch Changes
ff7db221
Thanks @YaoKaiLun! - Fix move_node triggers nodes re-renderv0.98.4
Compare Source
Patch Changes
13c7d271
Thanks @e1himself! - Remove an unused React refv0.98.3
Compare Source
Patch Changes
e308cd66
Thanks @janpaepke! - bugfix: slate breaks on load on safari < 16.4v0.98.2
Compare Source
v0.98.1
Compare Source
Patch Changes
a5576e56
Thanks @WcaleNieWolny! - Fix firefox table selection if table is contentedtiablev0.98.0
Compare Source
Minor Changes
8b548fb5
Thanks @WcaleNieWolny! - Fix invalid usage of the selection API in firefoxConfiguration
📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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.
This PR has been generated by Mend Renovate. View repository job log here.