slate-react@0.120.0
Features
defaultScrollSelectionIntoViewnow scrolls to the focus point of expanded selections
Fixes
- Fixed slate-dom peer dependency requirement to >=0.119.0 to resolve
containsShadowAwareimport errors - Allow
onValueChangeandonSelectionChangecallbacks to fire on the same frame, fixing cases where one was incorrectly skipped
Minor Changes
- #5968
49f28e50Thanks @TyMick! - Scroll to focus point of expanded selections indefaultScrollSelectionIntoView
Patch Changes
-
#5976
3d38db8fThanks @semimikoh! - Fix slate-dom peer dependency to require >=0.119.0 to resolve containsShadowAware import error -
#5975
d0d192b8Thanks @nabbydude! - Allow onValueChange and onSelectionChange to trigger on the same frame, fixing a few bugs where one was not being called