1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00

update changelog

This commit is contained in:
Ian Storm Taylor
2021-03-31 22:39:31 -04:00
parent d5e27bedbd
commit 84d1267ca2

View File

@@ -2,13 +2,15 @@
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:
**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
https://docs.slatejs.org/concepts/11-typescript
---
### `0.58.0` - May 5th, 2020