mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-01 04:50:27 +02:00
update changelog
This commit is contained in:
130
Changelog.md
130
Changelog.md
@@ -4,7 +4,7 @@ This is a list of changes to Slate with each new release. Until `1.0.0` is relea
|
||||
|
||||
---
|
||||
|
||||
### `0.61.0` - March 29, 2021
|
||||
### `0.61` — March 29, 2021
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -12,7 +12,23 @@ This is a list of changes to Slate with each new release. Until `1.0.0` is relea
|
||||
|
||||
---
|
||||
|
||||
### `0.58.0` - May 5th, 2020
|
||||
### `0.60` — November 24, 2020
|
||||
|
||||
###### BREAKING
|
||||
|
||||
**Introduced new customizable TypeScript typings.** You can override the built-in types to extend them for your own editor's domain model. However the changes to make this possible likely resulted in some changes to the existing type contracts.
|
||||
|
||||
**The `useEditor` hook was renamed to `useSlateStatic`.** This was done to better differentiate between the `useSlate` hook and to make it clear that the static version will not re-render when changes occur.
|
||||
|
||||
---
|
||||
|
||||
### `0.59` — September 24, 2020
|
||||
|
||||
_There were no breaking changes or new additions in this release._
|
||||
|
||||
---
|
||||
|
||||
### `0.58` — May 5th, 2020
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -20,7 +36,7 @@ This is a list of changes to Slate with each new release. Until `1.0.0` is relea
|
||||
|
||||
---
|
||||
|
||||
### `0.57.0` — December 18, 2019
|
||||
### `0.57` — December 18, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -117,7 +133,7 @@ Whatever makes sense for your specific use case!
|
||||
|
||||
---
|
||||
|
||||
### `0.56.0` — December 17, 2019
|
||||
### `0.56` — December 17, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -148,7 +164,7 @@ if (isActive) {
|
||||
|
||||
---
|
||||
|
||||
### `0.55.0` — December 15, 2019
|
||||
### `0.55` — December 15, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -218,7 +234,7 @@ Editor.nodes(editor, {
|
||||
|
||||
---
|
||||
|
||||
### `0.54.0` — December 12, 2019
|
||||
### `0.54` — December 12, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -236,7 +252,7 @@ Editor.nodes(editor, {
|
||||
|
||||
---
|
||||
|
||||
### `0.53.0` — December 10, 2019
|
||||
### `0.53` — December 10, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -255,7 +271,7 @@ Editor.nodes(editor, {
|
||||
|
||||
---
|
||||
|
||||
### `0.52.0` — December 5, 2019
|
||||
### `0.52` — December 5, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -269,7 +285,7 @@ Editor.nodes(editor, {
|
||||
|
||||
---
|
||||
|
||||
### `0.51.0` — December 5, 2019
|
||||
### `0.51` — December 5, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -321,7 +337,7 @@ const [selection, setSelection] = useState(null)
|
||||
|
||||
---
|
||||
|
||||
### `0.50.0` — November 27, 2019
|
||||
### `0.50` — November 27, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -333,7 +349,7 @@ const [selection, setSelection] = useState(null)
|
||||
|
||||
---
|
||||
|
||||
### `0.47.0` — May 8, 2019
|
||||
### `0.47` — May 8, 2019
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -401,7 +417,7 @@ And because these iterations use native `for/of` loops, you can easily `break` o
|
||||
|
||||
---
|
||||
|
||||
### `0.46.0` — May 1, 2019
|
||||
### `0.46` — May 1, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -447,7 +463,7 @@ Text.create(oldTextJson)
|
||||
|
||||
---
|
||||
|
||||
### `0.45.0` — April 2, 2019
|
||||
### `0.45` — April 2, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -455,7 +471,7 @@ Text.create(oldTextJson)
|
||||
|
||||
---
|
||||
|
||||
### `0.44.0` — November 8, 2018
|
||||
### `0.44` — November 8, 2018
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -473,7 +489,7 @@ Text.create(oldTextJson)
|
||||
|
||||
---
|
||||
|
||||
### `0.43.0` — October 27, 2018
|
||||
### `0.43` — October 27, 2018
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -526,7 +542,7 @@ editor
|
||||
|
||||
---
|
||||
|
||||
### `0.42.0` — October 9, 2018
|
||||
### `0.42` — October 9, 2018
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -711,7 +727,7 @@ While this seems inconvenient, it makes the boundaries in the API much more clea
|
||||
|
||||
---
|
||||
|
||||
### `0.41.0` — September 21, 2018
|
||||
### `0.41` — September 21, 2018
|
||||
|
||||
###### DEPRECATED
|
||||
|
||||
@@ -741,7 +757,7 @@ This means that you no longer use the `{ normalize: false }` or `{ save: false }
|
||||
|
||||
---
|
||||
|
||||
### `0.40.0` — August 22, 2018
|
||||
### `0.40` — August 22, 2018
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -749,7 +765,7 @@ This means that you no longer use the `{ normalize: false }` or `{ save: false }
|
||||
|
||||
---
|
||||
|
||||
### `0.39.0` — August 22, 2018
|
||||
### `0.39` — August 22, 2018
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -824,7 +840,7 @@ const selection = document.createSelection({
|
||||
|
||||
---
|
||||
|
||||
### `0.38.0` — August 21, 2018
|
||||
### `0.38` — August 21, 2018
|
||||
|
||||
###### DEPRECATED
|
||||
|
||||
@@ -850,7 +866,7 @@ This requires you to have a reference to the `schema` object, which can be acces
|
||||
|
||||
---
|
||||
|
||||
### `0.37.0` — August 3, 2018
|
||||
### `0.37` — August 3, 2018
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1091,7 +1107,7 @@ selectAll -> moveToRangeOfDocument
|
||||
|
||||
---
|
||||
|
||||
### `0.36.0` — July 27, 2018
|
||||
### `0.36` — July 27, 2018
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1168,7 +1184,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.35.0` — July 27, 2018
|
||||
### `0.35` — July 27, 2018
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1198,7 +1214,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.34.0` — June 14, 2018
|
||||
### `0.34` — June 14, 2018
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1214,7 +1230,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.33.0` — February 21, 2018
|
||||
### `0.33` — February 21, 2018
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1228,7 +1244,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.32.0` — January 4, 2018
|
||||
### `0.32` — January 4, 2018
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1238,7 +1254,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.31.0` — November 16, 2017
|
||||
### `0.31` — November 16, 2017
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1252,7 +1268,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.30.0` — October 27, 2017
|
||||
### `0.30` — October 27, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1260,7 +1276,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.29.0` — October 27, 2017
|
||||
### `0.29` — October 27, 2017
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1276,7 +1292,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.28.0` — October 25, 2017
|
||||
### `0.28` — October 25, 2017
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1290,7 +1306,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.27.0` — October 14, 2017
|
||||
### `0.27` — October 14, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1306,7 +1322,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.26.0` — October 13, 2017
|
||||
### `0.26` — October 13, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1326,7 +1342,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.25.0` — September 21, 2017
|
||||
### `0.25` — September 21, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1336,7 +1352,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.24.0` — September 11, 2017
|
||||
### `0.24` — September 11, 2017
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1358,7 +1374,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.23.0` — September 10, 2017
|
||||
### `0.23` — September 10, 2017
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1384,7 +1400,7 @@ This is just an attempt to make dealing with normalization errors slightly more
|
||||
|
||||
---
|
||||
|
||||
### `0.22.0` — September 5, 2017
|
||||
### `0.22` — September 5, 2017
|
||||
|
||||
###### NEW
|
||||
|
||||
@@ -1442,7 +1458,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.21.0` — July 20, 2017
|
||||
### `0.21` — July 20, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1450,7 +1466,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.20.0` — May 17, 2017
|
||||
### `0.20` — May 17, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1458,7 +1474,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.19.0` — March 3, 2017
|
||||
### `0.19` — March 3, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1481,7 +1497,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.18.0` — March 2, 2017
|
||||
### `0.18` — March 2, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1489,7 +1505,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.17.0` — February 27, 2017
|
||||
### `0.17` — February 27, 2017
|
||||
|
||||
###### DEPRECATED
|
||||
|
||||
@@ -1522,7 +1538,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.16.0` — December 2, 2016
|
||||
### `0.16` — December 2, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1530,7 +1546,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.15.0` - November 17, 2016
|
||||
### `0.15` — November 17, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1546,7 +1562,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.14.0` — September 10, 2016
|
||||
### `0.14` — September 10, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1560,7 +1576,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.13.0` — August 15, 2016
|
||||
### `0.13` — August 15, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1570,7 +1586,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.12.0` — August 9, 2016
|
||||
### `0.12` — August 9, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1578,7 +1594,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.11.0` — August 4, 2016
|
||||
### `0.11` — August 4, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1586,7 +1602,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.10.0` — July 29, 2016
|
||||
### `0.10` — July 29, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1594,7 +1610,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.9.0` — July 28, 2016
|
||||
### `0.9` — July 28, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1602,7 +1618,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.8.0` — July 27, 2016
|
||||
### `0.8` — July 27, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1616,7 +1632,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.7.0` — July 24, 2016
|
||||
### `0.7` — July 24, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1624,7 +1640,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.6.0` — July 22, 2016
|
||||
### `0.6` — July 22, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1634,7 +1650,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.5.0` — July 20, 2016
|
||||
### `0.5` — July 20, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1644,7 +1660,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.4.0` — July 20, 2016
|
||||
### `0.4` — July 20, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1652,7 +1668,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.3.0` — July 20, 2016
|
||||
### `0.3` — July 20, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1660,7 +1676,7 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.2.0` — July 18, 2016
|
||||
### `0.2` — July 18, 2016
|
||||
|
||||
###### BREAKING
|
||||
|
||||
@@ -1668,6 +1684,6 @@ function onKeyDown(e, data, change) {
|
||||
|
||||
---
|
||||
|
||||
### `0.1.0` — July 13, 2016
|
||||
### `0.1` — July 13, 2016
|
||||
|
||||
:tada:
|
||||
|
Reference in New Issue
Block a user