From 3cf3116bb4b246a1d8d07f6fb14b422d296c674e 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-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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-lock.json b/package-lock.json index 4137a294..c87116de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { 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",