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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
slate@0.65.3
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 (useDecorate return default method,not the override in custom in some case #4277) without adding extra layers of render tree#4349
236754c4
Thanks @imdbsd! - Add isElementType utility to Element interfaceslate-history@0.65.3
Patch Changes
748bf750
Thanks @TheSpyder! - Removed unnecessary (and outdated) dependency onimmer
slate-react@0.65.3
Patch Changes
#4175
bde6e804
Thanks @gyh9457! - Fixed a bug in the memoization logic for the leaves of text nodes.#4394
01889807
Thanks @jaked! - fix bug where decorate is not called on immediate children of editor#4049
6c844227
Thanks @ulion! - Fix ios chrome ime double input issue.#4427
3f69a9f3
Thanks @ben10code! - Fix crash when unmounting an editor rendered within a React portal. The issue was arising at unmount time, becausegetRootNode
returned the dettached portal node and it is not an instance ofDocument
orShadowRoot
. As a fix,getDocumentOrShadowRoot
has been refactored to return a root node instead of throwing. In sum, this patch fixes a regression bug introduced by Use shadow dom if available #3749#4369
c217dbb5
Thanks @thesunny! - Scroll when inserting new text will now scroll parent scrollables#4333
e0776c5c
Thanks @dylans! - Allow setFragmentData to work without copy/paste or DnD data structure#4421
237edc6e
Thanks @jaked! - fix decorate bug (useDecorate return default method,not the override in custom in some case #4277) without adding extra layers of render tree#4347
46c8871c
Thanks @aiwenar! - Re-render leaf when new properties were added to it#4352
4b373dc2
Thanks @hueyhe! - Do not display placeholder when composing