From 44c4b7dc8d67d602b4c0ef374dd7822259e99720 Mon Sep 17 00:00:00 2001 From: CameronAckermanSEL Date: Tue, 5 May 2020 18:41:45 -0700 Subject: [PATCH] updated changelog for 0.58.0 --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7287c92a6..5b4fd562f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ This is a list of changes to Slate with each new release. Until `1.0.0` is released, breaking changes will be added as minor version bumps, and smaller, patch-level changes won't be noted since the library is moving quickly while in beta. +### `0.58.0` - May 5th, 2020 + +###### BREAKING + +**User properties on Elements and Texts now have an unknown type instead of any.** Previously, the arbitrary user defined keys on the `Text` and `Element` interface had a type of `any` which effectively removed any potential type checking on those properties. Now these have a type of `unknown` so that type checking can be done by consumers of the API when they are applying their own custom properties to the `Text`s and `Element`s. + --- ### `0.57.0` — December 18, 2019