Skip to content

Commit

Permalink
v2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoamaro committed Mar 29, 2020
1 parent 6a0a2ee commit 62093ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,23 @@ See a [live demo] or [Codepen](http://codepen.io/alexkrolick/pen/xgyOXQ/left?edi

---

💯 **ReactQuill 2 is here!**
This is the documentation for ReactQuill v2 — Previous releases: [v1](/../../tree/v1)

ReactQuill is back, baby! Now fully written in TypeScript and React 16+.
---

💯 **ReactQuill v2 beta period**

ReactQuill 2 is here, baby! And it brings a full port to TypeScript and React 16+, a refactored build system, and a general tightening of the internal logic.

We worked hard to avoid introducing any behavioral changes. For the vast majority of the cases, no migration is necessary at all. However, support for long-deprecated props, the ReactQuill Mixin, and the Toolbar component have been removed. Be sure to read the [migration guide](#upgrading-to-react-quill-v2).

We worked hard to avoid introducing any behavioral changes. For the vast majority of the cases, no migration is necessary at all, and the upgrade is drop-in. However, support for long-deprecated props, the ReactQuill Mixin, and the Toolbar component have been removed. Be sure to read the [migration guide](#upgrading-to-react-quill-v2).
Help us test the beta, and finalize this release! To try it out, simply update the dependency:

~~~sh
npm install react-quill@beta
~~~

Special thank you to everyone who contributed during the 2.0.0 beta, feedback and testing!
We expect this release to be a drop-in upgrade – if that isn't the case, please [file an issue](/../../issues/new) with the `v2` label.

---

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.3.4",
"version": "2.0.0-beta1",
"description": "The Quill rich-text editor as a React component.",
"author": "zenoamaro <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 62093ba

Please sign in to comment.