slate v0.58.3 Release Notes
Release Date: 2020-06-04 // over 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.58.0
-
BREAKING ๐ User properties on Elements and Texts now have an unknown type instead of any. Previously, the arbitrary user defined keys on the
Text
andElement
interface had a type ofany
which effectively removed any potential type checking on those properties. Now these have a type ofunknown
so that type checking can be done by consumers of the API when they are applying their own custom properties to theText
s andElement
s.