Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Aug 4, 2017
1 parent 6719faf commit bbcbcac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v1.1.0
------

- Add support for React 16 and onwards by depending on `prop-types` and `create-react-class` (#181 @mikecousins)
- Allow setting contents with a Quill Delta via the `value` prop (#101)
- Add onFocus/onBlur props (#110)
- Add tabindex support (#232)

v1.0.0
------
This release supports Quill v1.0.0+. ⚠️ There are many breaking changes, so refer to the documentation for information on how to migrate your application.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,12 @@ Please check the browser support table for the upstream [Quill](https://github.c
## Changelog
### v1.1.0
- Add support for React 16 and onwards by depending on `prop-types` and `create-react-class` (#181 @mikecousins)
- Allow setting contents with a Quill Delta via the `value` prop (#101)
- Add onFocus/onBlur props (#110)
- Add tabindex support (#232)
#### v1.0.0
This release adds support for Quill v1.0.0+. ⚠️ There are many breaking changes, both in Quill and in ReactQuill. See [Upgrading to React-Quill v1.0.0](#upgrading-to-react-quill-v100).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-quill",
"version": "1.0.0",
"version": "1.1.0",
"description": "The Quill rich-text editor as a React component.",
"author": "zenoamaro <[email protected]>",
"homepage": "https://github.com/zenoamaro/react-quill",
Expand Down

0 comments on commit bbcbcac

Please sign in to comment.