1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-09 16:56:36 +02:00

remove unreleased from changelog

This commit is contained in:
Ian Storm Taylor
2018-04-27 16:53:40 -07:00
parent c15f200d10
commit 1fff68d625

View File

@@ -4,15 +4,6 @@ This document maintains a list of changes to the `slate-hyperscript` package wit
---
### Unreleased
* Accept `normalize` option for `<value>` tag. This allows to write
invalid values, on purpose, for example to test validation logic.
* Fixed a bug that added extra text nodes. You would not encounter these if you always wrapped things in a `<value>` tag, that was running a normalization.
* **Decorations** can now also be specified in hyperscript, similarly to specifying a selection. See the examples under `./test/decorations/`.
---
### `0.5.0` — January 4, 2018
###### BREAKING