From 3c61c3d8ae6130e323f458f67a19beb30471b1e6 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Mon, 29 Mar 2021 23:07:27 -0700 Subject: [PATCH] docs: Added TypeScript instructions in Changelog --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5b4fd562f..fcb4dc192 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,14 @@ 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.61.0` - March 29, 2021 + +###### BREAKING + +**New CustomTypes for Editor, Element, Text and other implementation specific objects** Improved typing with TypeScript lets you add CustomTypes for the Slate Editor. This change requires you to set up your types at the start. It's a new concept so please read the new TypeScript documentation here: + +https://docs.slatejs.org/concepts/11-typescript + ### `0.58.0` - May 5th, 2020 ###### BREAKING