Skip to content

Commit 1ddb251

Browse files
authored
Release v1.2.0 (#188)
1 parent 5821079 commit 1ddb251

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
> Documentation: [draftail.org/docs/next/getting-started](https://www.draftail.org/docs/next/getting-started)
88
9+
## [[v1.2.0]](https://github.com/springload/draftail/releases/tag/v1.2.0)
10+
11+
> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started)
12+
913
🎉 blog post for this release: [Draftail v1.2.0: supporting modern experiences](https://www.draftail.org/blog/2019/03/03/draftail-v1-2-0-supporting-modern-experiences).
1014

1115
### Added
@@ -25,7 +29,7 @@ This new API makes it possible to build much more advanced extensions to the edi
2529

2630
## [[v1.1.0]](https://github.com/springload/draftail/releases/tag/v1.1.0)
2731

28-
> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started)
32+
> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/1.1.0/getting-started)
2933
3034
🎉 blog post for this release: [Draftail v1.1.0: a quality of life release](https://www.draftail.org/blog/2019/02/08/draftail-v1-1-0-a-quality-of-life-release).
3135

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftail",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "📝🍸 A configurable rich text editor built with Draft.js",
55
"author": "Springload",
66
"license": "MIT",
@@ -11,6 +11,7 @@
1111
"draft.js",
1212
"draft",
1313
"draft-js",
14+
"draft-js-plugins",
1415
"editor",
1516
"wysiwyg",
1617
"rich text",

0 commit comments

Comments
 (0)