-
-
Notifications
You must be signed in to change notification settings - Fork 20
fix(deps): update dependency slate-react to v0.114.2 #159
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/slate-react-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5
−5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/github56/react-jsonschema-form-material-ui/7W5Z9Ceqf4VhTYAitNtsukWHMF5L |
dd4ab2e
to
35615bc
Compare
35615bc
to
cfceb66
Compare
cfceb66
to
a201aed
Compare
a201aed
to
f84bd8d
Compare
f84bd8d
to
69ec480
Compare
69ec480
to
b7df9d2
Compare
b7df9d2
to
e4b562e
Compare
e4b562e
to
e596d67
Compare
e596d67
to
33f13b9
Compare
08c9226
to
7ba40d8
Compare
7ba40d8
to
bf2932a
Compare
bf2932a
to
68e2c5d
Compare
68e2c5d
to
b8937eb
Compare
b8937eb
to
5f42323
Compare
5f42323
to
6409b55
Compare
6409b55
to
eea942d
Compare
eea942d
to
0b4eb57
Compare
0b4eb57
to
ada2951
Compare
ada2951
to
fb68f59
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.22.9
->0.114.2
Release Notes
ianstormtaylor/slate (slate-react)
v0.114.2
Compare Source
Patch Changes
ec367fb0
Thanks @zbeyens! - FixrenderText
prop not appliedv0.114.0
Compare Source
Minor Changes
22a3dda3
Thanks @zbeyens! - - UpdateText.decorations
to return the positions in addition to the leaf nodes:{ leaf: Text, position?: { start: number, end: number, isFirst: boolean, isLast: boolean } }[]
.v0.113.0
Compare Source
v0.112.1
Compare Source
Patch Changes
f456dfbf
Thanks @12joan! - Ignore selectionchange events originating from input and textarea elements (addresses Chrome bug https://issues.chromium.org/issues/389368412)v0.112.0
Compare Source
Minor Changes
5a1c728c
Thanks @yf-yang! - Addmerge
optional function to decorations and change related type signatures toDecoratedRange
. Now developers can specify how two decoration object with the same key but different value are merged together if they overlap"Patch Changes
4bc552f7
Thanks @ahoisl! - Keep data in normalization when blocks are not allowedv0.111.0
Compare Source
Minor Changes
9a212512
Thanks @bmingles! - Split out slate-dom packagev0.110.3
Compare Source
Patch Changes
0e1e4b4d
Thanks @zbeyens! - AddHistoryEditor.withNewBatch
v0.110.2
Compare Source
Patch Changes
#5723
ee2c4540
Thanks @RavenColEvol! - feat: add Node.getIf method#5725
f31167cf
Thanks @WindRunnerMax! - fix marks at the start of the selection#5729
b1a10216
Thanks @electroluxcode! - feat: add prop surrounds with rangev0.110.1
Compare Source
Patch Changes
10abeff8
Thanks @TyMick! - Fix selections with non-void non-editable focusv0.110.0
Compare Source
Minor Changes
f9e83b80
Thanks @yf-yang! - Expose useComposing hookv0.109.0
Compare Source
Minor Changes
6cb38e37
Thanks @yf-yang! - feat: Add useComposing hook"v0.108.0
Compare Source
Minor Changes
b8bf92dc
Thanks @yf-yang! - Forward ref from Editable componentv0.107.1
Compare Source
Patch Changes
a9a70405
Thanks @WindrunnerMax! - fix unexpected event triggered when usingReactEditor.focus
v0.107.0
Compare Source
Minor Changes
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
e6254f70
Thanks @MahmoudElsayad! - Enable Shadow DOM fix for all Safari versions.Patch Changes
0016f984
Thanks @12joan! - Fix:state.isDraggingInternally
is stale if a drop handler outside the editor causes the dragged DOM element to unmountv0.105.0
Compare Source
Minor Changes
2a8b4e95
Thanks @alex-starostin! - Make capitalizing work for iOSv0.104.0
Compare Source
Minor Changes
0bb7be54
Thanks @MahmoudElsayad! - Fix Safari selection inside Shadow DOM.v0.102.0
Compare Source
Minor Changes
3aaf3b51
Thanks @mainhanu! - Transform.insertNodes & Transform.insertFragment performance optimizev0.101.6
Compare Source
Patch Changes
54594d0f
Thanks @12joan! - Fix: CallingReactEditor.focus
doesn't updateuseFocused
when running in @testing-library/reactv0.101.5
Compare Source
Patch Changes
8ba3a9c0
Thanks @GeneralChauhan! - Punctuation Mark "+" Support Addedv0.101.3
Compare Source
Patch Changes
8ce52fd4
Thanks @qirong77! - fix onCompositionEnd update error.v0.101.2
Compare Source
Patch Changes
07f59e36
Thanks @timagixe! - Fix cursor position on selection collapse for RTL directionv0.101.1
Compare Source
Patch Changes
91400a8e
Thanks @YaoKaiLun! - Fix the 'select' parameter of the insertNodes function has been overriddenv0.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
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
Patch Changes
76ba3759
Thanks @Dimitri-WEI-Lingfeng! - fix the bug that user cannot input chinese on mac wechat browser.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 firefoxv0.97.2
Compare Source
Patch Changes
#5462
a6b606d8
Thanks @Ben-Wormald! - Update hotkeys util to use isHotkey for better support for non-latin keyboards#5470
4bd15ed3
Thanks @josephmr! - Fix Android caret placement regression when inputting into empty editorv0.97.1
Compare Source
Patch Changes
53395449
Thanks @12joan! - Do not attempt to batch updates manually in React >= 18v0.97.0
Compare Source
Minor Changes
12ff246e
Thanks @gtluszcz! - Fixed occasional crashes when selecting void elements in ChromePatch Changes
cde0a155
Thanks @Shiba-ligo! - fix regular expression for testing Webkit based browser.v0.96.0
Compare Source
Minor Changes
3ad13d60
Thanks @josephmr! - Detect all WebKit based browsers for COMPAT behaviorPatch Changes
eb7f5987
Thanks @OldDream! - fix wrong caret position during composition.v0.95.0
Compare Source
Minor Changes
#5422
0b179909
Thanks @Chudesnov! - Prevents default focus styles from being removed in Editable#5421
91e388ec
Thanks @e1himself! - Rename<Slate>
component prop fromvalue
toinitialValue
to emphasize uncontrolled nature of itv0.94.2
Compare Source
Patch Changes
042bca16
Thanks @horacioh! - fix placeholder position in Safari 16.xv0.94.0
Compare Source
Minor Changes
#5307
3243c7e3
Thanks @zbeyens! - New Features:Editor
andTransforms
methods now calleditor
methods. For example:Transforms.insertBreak
now callseditor.insertBreak
.editor.setNodes
now callssetNodes
, an exported function that implements the default editor behavior.editor.setNodes
with your own implementation.Editor.setNodes
oreditor.setNodes
in your code, and both will use your overridden behavior.The
editor
object now has many more methods:Note:
getMarks
is an exception, as there is alreadyeditor.marks
that stores the current marks.Transforms.insertText
has not been moved toeditor
yet: there is already aneditor.insertText
method with extended behavior. This may change in a future release, but this release is trying to avoid any breaking changes.editor.insertText
has a new argument (third):options?: TextInsertTextOptions
to matchTransforms.insertText
.Bug Fixes:
Patch Changes
bc945eb1
Thanks @Moerphy! - Correct core normalization that could cause wrong nodes to be removedv0.93.0
Compare Source
Minor Changes
#5374
b52e08b0
Thanks @12joan! - - AddisSelectable
toeditor
(default true). A non-selectable element is skipped over when navigating using arrow keys.ignoreNonSelectable
toEditor.nodes
,Editor.positions
,Editor.after
andEditor.before
(default false)Transforms.move
ignores non-selectable elements#5374
b52e08b0
Thanks @12joan! - - AddisElementReadOnly
toeditor
. A read-only element behaves much like a void with regard to selection and deletion, but renders itschildren
the same as any other non-void node.v0.92.0
Compare Source
Minor Changes
#5363
d42cd005
Thanks @aciccarello! - update dependencies on react hooks to be more senstive to changesThe code should now meet eslint react hook standards
This could result in more renders
closes #3886
Patch Changes
556a4565
Thanks @alex-vladut! - Allow copying from editable void inputv0.91.11
Compare Source
Patch Changes
#5362
43999356
Thanks @jason0x43! - Fix an issue where pastes in Safari wouldn't include application/x-slate-fragment data#5359
9825d29b
Thanks @jason0x43! - Fix an issue on Android where content containing a newline wouldn't be pasted properlyv0.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 acontenteditable="false"
DOM node in Chromev0.91.9
Compare Source
Patch Changes
62f8ddd9
Thanks @12joan! - Fixes #5335. To prevent performance issues, make sure to wrap customrenderPlaceholder
values inuseCallback
.v0.91.8
Compare Source
Patch Changes
#5325
af3f828b
Thanks @clauderic! - Fix edge-cases in the Android input manager when text leaf nodes are deleted, such as when deleting text leaf nodes adjacent to inline void nodes.#5327
4205e0f0
Thanks @YasinChan! - Fix the issue of composition API and beforeinput event triggering between Chrome versions 60-75 on the Android platform.v0.91.7
Compare Source
Patch Changes
836f6600
Thanks @edhager! - Add checks to Editable selection change handler to avoid errorsv0.91.6
Compare Source
Patch Changes
#5315
5784a38b
Thanks @clauderic! - TheRestoreDOM
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 thetextContent
of a text node ends the current composition.#5315
5784a38b
Thanks @clauderic! - Fixed consumer definedonInput
event handler not being invoked when passed to the<Editable>
component.v0.91.5
Compare Source
Patch Changes
#5313
3bf568ed
Thanks @edhager! - Some code clean-up in Editable.#5306
213edbbf
Thanks @clauderic! - Use memoization to avoid unnecessarytextContent
updates in<TextString>
component.v0.91.4
Compare Source
Patch Changes
0ac72a62
Thanks @zbeyens! - Fix #5295 regression.editor.shouldNormalize
new option:initialDirtyPathsLength: number
v0.91.3
Compare Source
Patch Changes
11adbf96
Thanks @alex-vladut! - Allow pasting plain text into editable voidsv0.91.2
Compare Source
Patch Changes
967d99eb
Thanks @edhager! - Fix memory leaks by adding clean-up code that looks for ref resets in Editable and Text.v0.91.1
Compare Source
Patch Changes
6fa4b954
Thanks @YaoKaiLun! - Fix the cursor jump to an unexpected position after deleting in androidv0.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
Patch Changes
9c4097a2
Thanks @kylemclean! - Revert to using inline styles for default editor stylesv0.89.0
Compare Source
Minor Changes
5bc69d8d
Thanks @12joan! - Firefox: fix wrong text highlighting with double-clickPatch Changes
3cf51f4d
Thanks @kylemclean! - Improve compatibility for browsers that do not support ResizeObserver or :where selectorv0.88.2
Compare Source
Patch Changes
#5259
d7de564d
Thanks @Jacfem! - Updates the selection correctly in readonly shadowdom#5252
179d5c92
Thanks @frellica! - remove qq browser frombeforeinput
compat list because it had updated its chromium core to version 94v0.88.0
Compare Source
Minor Changes
0141f683
Thanks @laufeyrut! - Check if getBoundingClientRect exist before trying to call bind on it. Makes unit testing experience agains Editable nicerv0.87.1
Compare Source
Patch Changes
120437d6
Thanks @alex-vladut! - Fix issue preventing editing and copy/paste into editable voidsv0.87.0
Compare Source
Minor Changes
96b7fcdb
Thanks @kylemclean! - Use stylesheet for default styles on Editable componentsv0.86.0
Compare Source
Patch Changes
#5189
fbc9838f
Thanks @SmilinBrian! - Add hanging option to unsetNodes so it matches setNodes#5193
6909a8f7
Thanks @SmilinBrian! - Stops Editor.unhangRange() from adjusting the range in some cases when it was not actually hanging#5186
e416d00b
Thanks @SmilinBrian! - Report marks applied to a markableVoid if selection is collapsedv0.83.2
Compare Source
Patch Changes
a2b6786d
Thanks @ksimons! - Ensure the min-height for placeholders is set on the correct editor1b14de5
Thanks @jameshfisher - Revert insertText breaking change that deletes fragmentv0.83.1
Compare Source
Patch Changes
347865ca
Thanks @BitPhinix! - Fix scrollIntoView when selection is collapsed inside mark placeholderv0.83.0
Compare Source
Minor Changes
0eb37e79
Thanks @laufeyrut! - Make it possible to delete block elements with backspace in Chrome and SafariPatch Changes
341041f0
Thanks @BitPhinix! - Cleanup and fix insertion placeholder mark comparev0.82.2
Compare Source
Patch Changes
#5120
9815bdab
Thanks @hueyhe! - Fix editor selection out of sync in readonly mode#5100
8eb1972b
Thanks @KittyGiraudel! - Addaria-multiline
attribute to textbox editor#5105
55b95740
Thanks @yume-chan! - ChangeElement
component to use callback-style ref to reliably track DOM node of rendered custom elementsv0.82.1
Compare Source
Patch Changes
46d113fe
Thanks @krenzke! - Expose getDirtyPaths method on Editor object to allow for customizationv0.82.0
Compare Source
Patch Changes
fbab6331
Thanks @BitPhinix! - Android input handling rewrite, replace composition insert prefixes with decoration based mark placeholdersv0.81.0
Compare Source
Minor Changes
fe13a8f9
Thanks @alexandercampbell! - Add new Slate.Scrubber interface to allow scrubbing end user data from exceptiontext. The default behavior remains unchanged.
v0.80.0
Compare Source
Minor Changes
d2fc25c3
Thanks @suilang! - update insertText logic when selection is not collapsedPatch Changes
e9ea2815
Thanks @steve-codaio! - Revert to previous position behavior around inline voidsv0.79.0
Compare Source
Minor Changes
cb8a5515
Thanks @BitPhinix! - AddReactEditor.isComposing(editor)
to get the currentisComposing
statev0.78.1
Compare Source
Patch Changes
6afa9f6a
Thanks @BitPhinix! - Unset isComposing on keydown with isCompsing falsev0.77.4
Compare Source
Patch Changes
a4536e2a
Thanks @BitPhinix! - Fix triple click handling in nested blocksv0.77.3
Compare Source
Patch Chan
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.
This PR was generated by Mend Renovate. View the repository job log.