1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-20 21:34:53 +02:00

update history

This commit is contained in:
Ian Storm Taylor 2017-03-28 14:08:15 -04:00
parent 2c584f3f73
commit 3c49ca8ed1

View File

@ -8,7 +8,7 @@ This document maintains a list of changes to Slate with each new version. Until
###### BREAKING CHANGES
- **The `filterDescendants` and `findDescendants` methods are now depth-first. This shouldn't affect almost anyone, since they are usually not the best things to be using for performance reasons. If you happen to have a very specific use case that needs breadth-first, (or even likely something better), you'll need to implement it yourself.
- **The `filterDescendants` and `findDescendants` methods are now depth-first.** This shouldn't affect almost anyone, since they are usually not the best things to be using for performance reasons. If you happen to have a very specific use case that needs breadth-first, (or even likely something better), you'll need to implement it yourself.
###### DEPRECATION CHANGES