Skip to content

Commit 62093ba

Browse files
committed
v2.0.0-beta1
1 parent 6a0a2ee commit 62093ba

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,23 @@ See a [live demo] or [Codepen](http://codepen.io/alexkrolick/pen/xgyOXQ/left?edi
3939

4040
---
4141

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

44-
ReactQuill is back, baby! Now fully written in TypeScript and React 16+.
44+
---
45+
46+
💯 **ReactQuill v2 beta period**
47+
48+
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.
49+
50+
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).
4551

46-
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).
52+
Help us test the beta, and finalize this release! To try it out, simply update the dependency:
53+
54+
~~~sh
55+
npm install react-quill@beta
56+
~~~
4757

48-
Special thank you to everyone who contributed during the 2.0.0 beta, feedback and testing!
58+
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.
4959

5060
---
5161

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-quill",
3-
"version": "1.3.4",
3+
"version": "2.0.0-beta1",
44
"description": "The Quill rich-text editor as a React component.",
55
"author": "zenoamaro <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)