From d2880a676a1e3cc18065f9f59cc348cc19e13efa Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 8 Feb 2019 00:46:34 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a10039..090113c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## [[v1.1.0]](https://github.com/springload/draftail/releases/tag/v1.1.0) + ### Added - Add [`onFocus`](https://www.draftail.org/docs/next/api#managing-focus) and [`onBlur`](https://www.draftail.org/docs/next/api#managing-focus) props to use callbacks on those events. This can be useful for [form validation](https://www.draftail.org/docs/next/form-validation). [#170](https://github.com/springload/draftail/issues/170), [#174](https://github.com/springload/draftail/pull/174), thanks to [@TheSpicyMeatball](https://github.com/TheSpicyMeatball). diff --git a/package.json b/package.json index 868dfd4b..0b5ddb09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.0.0", + "version": "1.1.0", "description": "📝🍸 A configurable rich text editor built with Draft.js", "author": "Springload", "license": "MIT",