Skip to content

Commit 7ccd53a

Browse files
committed
Release v0.9.0
1 parent fa93536 commit 7ccd53a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Add keyboard shortcuts for superscript & subscript.
1919
- Add more Markdown-like markers for heading levels (`## `), code block (triple backtick), blockquote (`> `), hr (`---`) ([#53](https://github.com/springload/draftail/issues/53)).
2020
- Add `spellCheck` prop, passed to Draft.js `Editor`. Sets whether spellcheck is turned on for your editor.
21+
- Add support for React 16.
2122

2223
### Changed
2324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftail",
3-
"version": "0.9.0-beta.1",
3+
"version": "0.9.0",
44
"description": "📝🍸 A configurable rich text editor based on Draft.js, built for Wagtail",
55
"author": "Springload",
66
"license": "MIT",

0 commit comments

Comments
 (0)