v0.10.23
- 0d0cfdaf chore(rari): bump version to 0.10.23
- a53e7839 chore(deps): upgrade Deno runtime dependencies
- 03f371ef fix: resolve Windows path handling issues in module resolution
Full Changelog: https://github.com/rari-build/rari/compare/v0.10.22...v0.10.23
slate-react@0.124.0
- #6012
57bdd4feThanks @changlin-cn! - Fix Slate component to properly handle editor updates by addingeditoras a dependency in the useEffect hook.
slate@0.124.0
slate-react@0.123.0
- #6000
8d9bf305Thanks @nabbydude! - AddedLocation.isPath,Location.isPoint,Location.isRange, andLocation.isSpanfunctions, as efficient type discriminators. Use these instead ofPath.isPath,Point.isPoint,Range.isRange, andSpan.isSpanwhenever possible.
slate-dom@0.123.0
- #6000
8d9bf305Thanks @nabbydude! - AddedLocation.isPath,Location.isPoint,Location.isRange, andLocation.isSpanfunctions, as efficient type discriminators. Use these instead ofPath.isPath,Point.isPoint,Range.isRange, andSpan.isSpanwhenever possible.
slate-hyperscript@0.115.0
-
#5862
98b115b7Thanks @12joan! - Increase minimumslateversion to0.114.3 -
#5859
72532fd2Thanks @12joan! - OptimizeisElement,isText,isNodeListandisEditorby removing dependency onis-plain-objectand by performing shallow checks by default. To perform a full check, including all descendants, pass the{ deep: true }option toisElement,isNodeListorisEditor.
slate-history@0.115.0
-
#5866
7f5f9e1cThanks @nabbydude! - Fix certain undos undoing more than they should -
#5862
98b115b7Thanks @12joan! - Increase minimumslateversion to0.114.3 -
#5859
72532fd2Thanks @12joan! - OptimizeisElement,isText,isNodeListandisEditorby removing dependency onis-plain-objectand by performing shallow checks by default. To perform a full check, including all descendants, pass the{ deep: true }option toisElement,isNodeListorisEditor.