Skip to content

Commit 6755fc9

Browse files
authored
Release v1.1.0 (#184)
1 parent 4902be5 commit 6755fc9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
55
## Unreleased
66

7+
> Documentation: [draftail.org/docs/next/getting-started](https://www.draftail.org/docs/next/getting-started)
8+
9+
## [[v1.1.0]](https://github.com/springload/draftail/releases/tag/v1.1.0)
10+
11+
> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started)
12+
713
### Added
814

9-
- 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).
15+
- 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).
1016

1117
### Fixed
1218

@@ -27,6 +33,8 @@
2733

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

36+
> Documentation: [draftail.org/docs/1.0.0/getting-started](https://www.draftail.org/docs/1.0.0/getting-started)
37+
3038
> This release is functionally identical to the last one, `v0.17.2`.
3139
3240
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.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "📝🍸 A configurable rich text editor built with Draft.js",
55
"author": "Springload",
66
"license": "MIT",

0 commit comments

Comments
 (0)