forked from zenoamaro/react-quill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
327cf01
commit aeb0af6
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,9 @@ Thanks to @clemmy and @alexkrolick for landing this much-awaited change. There a | |
|
||
--- | ||
|
||
🎧 **Latest published package version: `v1.2.3`** | ||
|
||
```sh | ||
npm install [email protected] | ||
npm install react-quill | ||
yarn add react-quill | ||
``` | ||
|
||
Special thank you to everyone who contributed during the 1.0.0 release cycle! | ||
|
@@ -755,6 +754,10 @@ Please check the browser support table for the upstream [Quill](https://github.c | |
|
||
## Changelog | ||
|
||
### v1.2.4 | ||
|
||
- Only restore focus if editor had focus (#312 @MattKunze) | ||
|
||
### v1.2.0 | ||
|
||
- Add Typescript definitions (#277 @Charrondev) | ||
|
@@ -856,6 +859,7 @@ React Quill would not be where it is today without the contributions of many peo | |
- @rpellerin | ||
- @sandbochs | ||
- @wouterh | ||
- @MattKunze | ||
|
||
## Roadmap | ||
|
||
|