This is a fork of Slate used by Aline.
| Branch | Slate PR | Description | When to remove | Merge commit |
|---|---|---|---|---|
patch/null-node-props |
N/A | Allows setting node properties to null. See ianstormtaylor#4042. |
If Aline no longer needs to set null properties (probably never). |
# |
feat/positions-skip |
N/A | Adds a skip option to Editor.positions, which only works for inline voids (hence no Slate PR). Update: As of fix/non-selectable, supporting non-voids may be possible, in which case we can make a PR. |
If no longer used for invisible nodes. | # |
fix/non-selectable |
ianstormtaylor#5929 | Fixes a couple of bugs in isSelectable. |
When released. | # |