1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 12:41:44 +02:00

update changelog

This commit is contained in:
Ian Storm Taylor
2018-06-14 19:53:03 -07:00
parent e94cb01a29
commit 2f8708149d

View File

@@ -8,7 +8,7 @@ This document maintains a list of changes to the `slate` package with each new v
###### BREAKING
* **Text nodes now represent their content as "leaves".** Previously their immutable representation used individual `Character` instance for each character. Now they have changed to group characters into `Leaf` models, which more closely resembles how they are used, and results in a _lot_ fewer immutable object instances floating around.
* **Text nodes now represent their content as "leaves".** Previously their immutable representation used individual `Character` instance for each character. Now they have changed to group characters into `Leaf` models, which more closely resembles how they are used, and results in a _lot_ fewer immutable object instances floating around. _For most people this shouldn't cause any issues, since this is a low-level aspect of Slate._
###### DEPRECATED