-
-
Notifications
You must be signed in to change notification settings - Fork 20
fix(deps): update dependency slate to v0.117.2 #321
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-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/Hs2ysdSCyLVctXMYWMxQcYe1KVur |
262dc98
to
d112e89
Compare
d112e89
to
e6f627b
Compare
e6f627b
to
fb55a75
Compare
fb55a75
to
8d331f9
Compare
8d331f9
to
ffa064e
Compare
ffa064e
to
40a6c42
Compare
f09cd72
to
d639a75
Compare
d639a75
to
de24a08
Compare
de24a08
to
d42acee
Compare
d42acee
to
86cceda
Compare
86cceda
to
74b3b38
Compare
74b3b38
to
4ef8eb3
Compare
4ef8eb3
to
1eeaf21
Compare
1eeaf21
to
fa5759f
Compare
fa5759f
to
df6b343
Compare
df6b343
to
b5c9349
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.47.9
->0.117.2
Release Notes
ianstormtaylor/slate (slate)
v0.117.2
Compare Source
Patch Changes
94fb04a4
Thanks @12joan! - Fix:editor.selection
is sometimes replaced with a new object even if the selection did not changev0.117.0
Compare Source
Minor Changes
c56a98fd
Thanks @felixfeng33! - - RemoveignoreNonSelectable
option from positions,before,after,nodes.Patch Changes
9862ae71
Thanks @joblolin95! - Handle backspace correctly for grapheme clusters in Burmese, Hindi, Khmer, Malayalam, Oriya, Punjabi, Tamil, and Telugu.v0.116.0
Compare Source
Patch Changes
fb87646e
Thanks @12joan! - - PERF: Use pure JS instead of Immer for applying operations and transforming points and ranges. Immer is now used only for producing fragments.v0.115.1
Compare Source
Patch Changes
293aca9c
Thanks @12joan! - Handle backspace correctly for grapheme clusters in Bengaliv0.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.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.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.103.0
Compare Source
Minor Changes
d271c4be
Thanks @felixfeng33! - Add ashouldMergeNodesRemovePrevNode
editor method to control whenTransforms.mergeNodes
should remove the previous node rather than carrying out a merge operation.Patch Changes
4470f370
Thanks @JohnCosta27! - MakingnormalizeNode
capable of normalizing erronous nodes, making slate more resilient.v0.102.0
Compare Source
Patch Changes
c2ae1eda
Thanks @12joan! - Do not move selection outside inline node when composition startsv0.101.5
Compare Source
Patch Changes
884ab424
Thanks @Elvin7CF! - Fix onCompositionEnd not updating isComposingv0.101.4
Compare Source
Patch Changes
a374895b
Thanks @Kaporos! - Fix firefox double-click marks issuev0.101.1
Compare Source
Patch Changes
9aa573e9
Thanks @12joan! - Apply 300ms placeholder delay only on Android devicesv0.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.94.1
Compare Source
Patch Changes
01f0210b
Thanks @zbeyens! -Editor.insertFragment
,Editor.insertNode
,Editor.insertText
now acceptoptions
.For all insert methods, the default location is now the editor selection if
at
is not defined, or the end of document ifeditor.selection
is not defined.v0.94.0
Compare Source
Patch Changes
3243c7e3
Thanks @zbeyens! - Interface methods JSDoc should now work on IDEs.v0.93.0
Compare Source
Patch Changes
#5383
3c3ea29a
Thanks @12joan! - Fix issue when tabbing into editor in Safari (udecode/plate#2315)#5368
5a0d3974
Thanks @edhager! - Delay rendering of placeholder to avoid IME hidingv0.91.4
Compare Source
Patch Changes
b94254d6
Thanks @etrepum! - Fix to ensure that the latest versions of onChange and renderPlaceholder are usedv0.91.3
Compare Source
Patch Changes
11adbf96
Thanks @alex-vladut! - Allow pasting plain text into editable voidsv0.91.1
Compare Source
Patch Changes
6fa4b954
Thanks @YaoKaiLun! - Fix the cursor jump to an unexpected position after deleting in androidv0.90.0
Compare Source
Minor Changes
9c4097a2
Thanks @kylemclean! - Revert to using inline styles for default editor stylesv0.88.1
Compare Source
Patch Changes
36203b3f
Thanks @ppiotrowicz! - Fixed Editor.above method that always returned undefined with Point locationv0.87.0
Compare Source
Minor Changes
96b7fcdb
Thanks @kylemclean! - Use stylesheet for default styles on Editable componentsv0.86.0
Compare Source
Minor Changes
06942c6d
Thanks @laufeyrut! - Make it possible to copy/paste void elementsv0.85.0
Compare Source
Patch Changes
#5135
346f6572
Thanks @SmilinBrian! - Allow void elements to receive marks via markableVoid()#5168
3c49ff28
Thanks @i-artist! - Fixed above method that failed to get parentEntry when selection was rangev0.84.0
Compare Source
Minor Changes
a2184d86
Thanks @mainhanu! - transform.delete and transform.insertFragment performance optimizev0.82.1
Compare Source
Patch Changes
#5084
50de780b
Thanks @BitPhinix! - Fix selection handling with slow flush in mark placeholders on android, fix auto-capitalize after placeholder#5091
e18879e7
Thanks @e1himself! - FixwithReact()
function type definitionv0.82.0
Compare Source
Minor Changes
#5041
9bc0b613
Thanks @bryanph! - - Introduces auseSlateSelection
hook that triggers whenever the selection changes.useSlateWithV
hook that includes the version counter which can be used to prevent re-renders#4988
fbab6331
Thanks @BitPhinix! - Android input handling rewrite, replace composition insert prefixes with decoration based mark placeholdersv0.81.3
Compare Source
v0.81.1
Compare Source
Patch Changes
9ae37287
Thanks @tithanayut! - Fix deleteBackward behavior for Thai script where deleting N character(s) backward should deleteN code point(s) instead of an entire grapheme cluster
v0.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
Patch Changes
92c5730a
Thanks @jasonphillips! - Revert #4876 & #4910 to restore original decorations behaviorv0.78.0
Compare Source
Minor Changes
3b7a1bf7
Thanks @dylans! - Added types for options and common string literals, thanks @JoshuaKGoldbergv0.77.2
Compare Source
Patch Changes
5b51e87d
Thanks @BitPhinix! - Fix double insert in anchor element decorationsv0.77.0
Compare Source
Minor Changes
076ab9a6
Thanks @Auralytical! - Fix firefox three digit version checkPatch Changes
486c385b
Thanks @BitPhinix! - Fix crash when tripple clicking editor rootv0.76.1
Compare Source
Patch Changes
#4923
08d5a12c
Thanks @BitPhinix! - Call keyDown handler while composing#4920
f6b7ca1f
Thanks @adri1wald! - fix useFocused hook in react >= 17#4914
aff67312
Thanks @sennpang! - Fixed Triple click selection and copy&paste in read-only mode#4919
7de7cdcf
Thanks @BitPhinix! - Restore user selection after applying beforeinput with target range#4922
9892cf0f
Thanks @BitPhinix! - Make Slate component onChange optionalv0.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
#4901
5ef346fe
Thanks @bryanph! - Fixes a bug where nodes remounted on split_node and merge_node#4885
07669dca
Thanks @ryanmitts! - toSlatePoint should not consider a selection within a void node if the void node isn't in the editor itself.Prior to this fix, a nested Slate editor inside a void node in a parent editor would not allow you to start typing text in a blank editor state correctly. After the first character insertion, the selection would jump back to the start of the nested editor.
#4910
2a8d86f1
Thanks @jasonphillips! - Fix decorations applied across nested elementsv0.75.0
Compare Source
Minor Changes
3b3b0e32
Thanks @always-maap! - Fix chrome and edge three digit version checkv0.73.1
Compare Source
Patch Changes
33be22f3
Thanks @TheSpyder! - Reverted #4804 as it triggered an exception when inserting text with multi-block selectionv0.73.0
Compare Source
Patch Changes
100448d5
Thanks @BitPhinix! - Render void spacer in readonly modev0.72.8
Compare Source
Patch Changes
6d62abc1
Thanks @dylans! - - Revert #4749, DOM & Slate selection are mismatchingv0.72.3
Compare Source
Patch Changes
205d4b7e
Thanks @e1himself! - Add tests for Editor.unhangRange() behaviorv0.72.0
Compare Source
Minor Changes
8bc6a464
Thanks @ttitoo! - Fix CJK IME (e.g. Chinese or Japanese) double inputPatch Changes
#4706
6d194077
Thanks @BitPhinix! - Update android restoreDOM to use partial dom restoring#4707
c020ca23
Thanks @ahoisl! - fix: add 'readonly' dependency for onDragStart callbackv0.71.0
Compare Source
Minor Changes
e5380655
Thanks @matthewkeil! - Support SSR for autoCorrect, spellCheck and autoCapitalize.Fixes prop mismatch between server and client.
Removes the need to add
v0.70.0
Patch Changes
9e8d5e2b
Thanks @cmmartin! - Fixes drop actions in editors rendered in iFrames.v0.66.5
Compare Source
Patch Changes
37d60c58
Thanks @clauderic! - Only apply FirefoxtoSlatePoint()
offset fix when the cloned contents end in\n\n
instead of just\n
.v0.66.2
Compare Source
Patch Changes
0da12c17
Thanks @steve-codaio! - Fix setNodes when called with 'split' and a collapsed rangev0.66.1
Compare Source
Patch Changes
#4518
6ec399d4
Thanks @TheSpyder! - Fixed flaw in deep-equal algorithm when dealing with nested mark objects#4511
2af6868d
Thanks @dylans! - update release process for yarn 3#4516
59ca7a8f
Thanks @dylans! - another attempt to get the automated changeset workflow working againv0.66.0
Compare Source
Minor Changes
#4489
1b560de3
Thanks @nemanja-tosic! - Fix paste to empty node losing structure of first block#4326
00259003
Thanks @oliger! - Add support for flag, keycap and tag unicode sequences.#4276
6f47cbbe
Thanks @TheSpyder! - Switched fromfast-deep-equal
to a custom deep equality check. This restores the ability for text nodes with mark values set toundefined
to merge with text nodes missing those keys.#4431
55ff8f00
Thanks @TheSpyder! - Fixed regression in #4208 where normalization on empty block nodes could not be overridden#3820
c6203a2d
Thanks @githoniel! - unwrapNode call liftNode in reverse order to keep nested block#4428
b47d3fd1
Thanks @TheSpyder! - Don't setnull
inset_node
'snewProperties
object when usingTransforms.unsetNodes()
Patch Changes
#4132
48b71294
Thanks @ulion! - Make onDomSelectionChange trigger after onClick.#4500
50bb3d7e
Thanks @tubbo! - Upgradeis-plain-object
to v5.0.0#4482
dd752df1
Thanks @Jokcy! - Fix cursor not correct issue after insert multiple nodes withTransform.insertNodes
#4296
479a7591
Thanks @kellyjosephprice! - Fix mergeNodes moving node into parent sibling#4458
95c759a1
Thanks @taj-codaio! - Normalization now removes empty text nodes after nonempty nodes with differing styles, but before inline nodes.#4505
269e59c9
Thanks @dylans! - Immer 9 security update, refactor to support immer 9 API changesv0.65.3
Compare Source
Patch Changes
#4253
0214b630
Thanks @TheSpyder! - FixTransforms.wrapNodes
crashing when thematch
function matched only the editor#4049
6c844227
Thanks @ulion! - Fix ios chrome ime double input issue.#4421
237edc6e
Thanks @jaked! - fix decorate bug (#4277) without adding extra layers of render tree#4349
236754c4
Thanks @imdbsd! - Add isElementType utility to Element interfacev0.63.0
Compare Source
Minor Changes
796389c7
Thanks @TheSpyder! - Applying invalidinsert_node
operations will now throw an exception for all invalid paths, not just invalid parent paths.Patch Changes
#4245
b33a531b
Thanks @JonasKruckenberg! - Removed lodash dependecy to reduce bundled footprint#4208
feb293aa
Thanks @TheSpyder! - FixError: Cannot get the start point in the node at path [...] because it has no start text node
caused by normalizing a document where some elements have no children#4230
796389c7
Thanks @TheSpyder! - Exceptions ineditor.apply()
andEditor.withoutNormalizing()
will no longer leave the editor in an invalid state#4227
e6413d46
Thanks @ulion! - Fixed a bug that would allow multiple changes to be scheduled at the same time.v0.62.1
Patch Changes
#4193
fd70dc0b
Thanks @beorn! - Fixed insert and remove text operations to no-op without any text.#4078
2dad21d1
Thanks @TheSpyder! - Fixed inversion ofset_node
operations that delete properties on nodes.#4168
95f402c5
Thanks @ridhambhat! - Fixed a bug in splitting and applying overlapping marks to text nodes.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
v0.60.2
Compare Source
v0.60.1
Compare Source
v0.60.0
Compare Source
v0.59.0
Compare Source
v0.58.4
Compare Source
v0.58.3
Compare Source
v0.58.1
Compare Source
v0.58.0
Compare Source
v0.57.3
Compare Source
v0.57.2
Compare Source
v0.57.1
Compare Source
v0.57.0
Compare Source
v0.56.1
Compare Source
v0.56.0
Compare Source
v0.55.2
Compare Source
v0.55.1
Compare Source
v0.55.0
Compare Source
v0.54.6
Compare Source
v0.54.5
Compare Source
v0.54.4
Compare Source
v0.54.3
Compare Source
v0.54.2
Compare Source
v0.54.1
Compare Source
v0.54.0
Compare Source
v0.53.0
Compare Source
v0.52.6
Compare Source
v0.52.5
Compare Source
v0.52.4
Compare Source
v0.52.3
Compare Source
v0.52.2
Compare Source
v0.52.1
Compare Source
v0.52.0
Compare Source
v0.51.0
Compare Source
v0.50.8
Compare Source
v0.50.7
Compare Source
v0.50.6
Compare Source
v0.50.5
Compare Source
v0.50.4
Compare Source
v0.50.3
Compare Source
v0.50.2
Compare Source
v0.50.1
Compare Source
v0.50.0
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 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.