3.1.0-beta.2 (2021-02-09)
- Renamed
Appearance
toTextAppearance
,Style
toTextStyle
(previously the name of the enum forStyle.name
, and theTextStyle
enum toStyleName
for the sake of clarity in the type names. - Added
KnownStyleName
,KnownLanguage
,KnownSelectionMarkState
, andKnownKeyValueType
enums to access the well-known possible values of theStyleName
,Language
,SelectionMarkState
, andKeyValueType
parameters/fields respectively.