-
Notifications
You must be signed in to change notification settings - Fork 0
Update slate to ^0.120.0 #534
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
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.
Open
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
00d6374 to
7c1d769
Compare
7c1d769 to
a69d241
Compare
a69d241 to
a590eee
Compare
a590eee to
27f15ad
Compare
27f15ad to
7dad094
Compare
7dad094 to
9e9cfa6
Compare
9e9cfa6 to
0c42bf2
Compare
0c42bf2 to
c9b4c90
Compare
c9b4c90 to
7dfa58d
Compare
7dfa58d to
89a76ee
Compare
89a76ee to
512d955
Compare
512d955 to
6157f6a
Compare
6157f6a to
94d9365
Compare
94d9365 to
9a3a72c
Compare
9a3a72c to
9592217
Compare
01ba89f to
e2217d3
Compare
e2217d3 to
af67489
Compare
af67489 to
609476e
Compare
609476e to
0685b2d
Compare
0685b2d to
d54ad9a
Compare
d54ad9a to
2ed3129
Compare
2ed3129 to
927d254
Compare
927d254 to
213a9c4
Compare
213a9c4 to
e3e034c
Compare
e3e034c to
6fd4296
Compare
6fd4296 to
e98ce18
Compare
e98ce18 to
e71bfe9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.94.1→^0.120.0^0.94.2→^0.120.0Release Notes
ianstormtaylor/slate (slate)
v0.120.0Compare Source
Patch Changes
addf0c51Thanks @nabbydude! - Removed the last traces of immer and eliminated it as a dependencyv0.118.1Compare Source
Patch Changes
#5929
fdaa9c80Thanks @12joan! - - Fix error when a non-selectable node has no next or previous nodeEditor.positionsthat are inside non-selectable nodeseditor.isSelectablewas handled incorrectly insideEditor.positions. When encountering a non-selectable node, it would immediately return the point before or after it (depending onreverse), but it would not skip returning points inside the non-selectable node if more than one point was consumed fromEditor.positions.#5943
aaad6717Thanks @12joan! - Fix: Thesplit: trueoption onTransforms.wrapNodesdoes not work correctly when one or more points is at the start or end of a text node.#5926
cf10119aThanks @12joan! - Use generics for the return type ofNode.fragmentv0.118.0Compare Source
Minor Changes
ba33735aThanks @12joan! - - When removing a text node containing the cursor, always perfer placing the cursor in a sibling text node if one exists.v0.117.2Compare Source
Patch Changes
94fb04a4Thanks @12joan! - Fix:editor.selectionis sometimes replaced with a new object even if the selection did not changev0.117.0Compare Source
Minor Changes
c56a98fdThanks @felixfeng33! - - RemoveignoreNonSelectableoption from positions,before,after,nodes.Patch Changes
9862ae71Thanks @joblolin95! - Handle backspace correctly for grapheme clusters in Burmese, Hindi, Khmer, Malayalam, Oriya, Punjabi, Tamil, and Telugu.v0.116.0Compare Source
Patch Changes
fb87646eThanks @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.1Compare Source
Patch Changes
293aca9cThanks @12joan! - Handle backspace correctly for grapheme clusters in Bengaliv0.114.0Compare Source
Minor Changes
22a3dda3Thanks @zbeyens! - - UpdateText.decorationsto return the positions in addition to the leaf nodes:{ leaf: Text, position?: { start: number, end: number, isFirst: boolean, isLast: boolean } }[].v0.113.0Compare Source
v0.112.0Compare Source
Minor Changes
5a1c728cThanks @yf-yang! - Addmergeoptional 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
4bc552f7Thanks @ahoisl! - Keep data in normalization when blocks are not allowedv0.110.2Compare Source
Patch Changes
#5723
ee2c4540Thanks @RavenColEvol! - feat: add Node.getIf method#5725
f31167cfThanks @WindRunnerMax! - fix marks at the start of the selection#5729
b1a10216Thanks @electroluxcode! - feat: add prop surrounds with rangev0.103.0Compare Source
Minor Changes
d271c4beThanks @felixfeng33! - Add ashouldMergeNodesRemovePrevNodeeditor method to control whenTransforms.mergeNodesshould remove the previous node rather than carrying out a merge operation.Patch Changes
4470f370Thanks @JohnCosta27! - MakingnormalizeNodecapable of normalizing erronous nodes, making slate more resilient.v0.102.0Compare Source
Minor Changes
3aaf3b51Thanks @mainhanu! - Transform.insertNodes & Transform.insertFragment performance optimizev0.101.5Compare Source
Patch Changes
8ba3a9c0Thanks @GeneralChauhan! - Punctuation Mark "+" Support Addedv0.101.4Compare Source
Patch Changes
a374895bThanks @Kaporos! - Fix firefox double-click marks issuev0.101.1Compare Source
Patch Changes
91400a8eThanks @YaoKaiLun! - Fix the 'select' parameter of the insertNodes function has been overriddenv0.100.0Compare Source
Minor Changes
c4c14882Thanks @dylans! - Update dependencies to React 18, Node 20, TS 5.2, etc.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.