Skip to content

Commit

Permalink
Release v1.1.0 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas authored Feb 7, 2019
1 parent 4902be5 commit 6755fc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
## Unreleased

> Documentation: [draftail.org/docs/next/getting-started](https://www.draftail.org/docs/next/getting-started)
## [[v1.1.0]](https://github.com/springload/draftail/releases/tag/v1.1.0)

> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started)
### 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).
- Add [`onFocus`](https://www.draftail.org/docs/api#managing-focus) and [`onBlur`](https://www.draftail.org/docs/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).

### Fixed

Expand All @@ -27,6 +33,8 @@

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

> Documentation: [draftail.org/docs/1.0.0/getting-started](https://www.draftail.org/docs/1.0.0/getting-started)
> This release is functionally identical to the last one, `v0.17.2`.
The project has reached a high-enough level of stability to be used in production, and breaking changes will now be reflected via major version changes.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6755fc9

Please sign in to comment.