1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 14:11:35 +02:00

docs: Added TypeScript instructions in Changelog

This commit is contained in:
Sunny Hirai
2021-03-29 23:07:27 -07:00
parent 44557f3c84
commit 3c61c3d8ae

View File

@@ -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