forked from slab/quill
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from reedsy/catchup
Catch up to upstream
- Loading branch information
Showing
17 changed files
with
358 additions
and
72 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
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ Instantiate a new Quill object with a css selector for the div that should becom | |
```html | ||
<!-- Include Quill stylesheet --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.snow.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.snow.css" | ||
rel="stylesheet" | ||
/> | ||
|
||
|
@@ -67,7 +67,7 @@ Instantiate a new Quill object with a css selector for the div that should becom | |
</div> | ||
|
||
<!-- Include the Quill library --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.js"></script> | ||
|
||
<!-- Initialize Quill editor --> | ||
<script> | ||
|
@@ -89,24 +89,24 @@ npm install quill@rc | |
|
||
```html | ||
<!-- Main Quill library --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.js"></script> | ||
|
||
<!-- Theme included stylesheets --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.snow.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.snow.css" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.bubble.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.bubble.css" | ||
rel="stylesheet" | ||
/> | ||
|
||
<!-- Core build with no theme, formatting, non-essential modules --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.core.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.core.css" | ||
rel="stylesheet" | ||
/> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.core.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.core.js"></script> | ||
``` | ||
|
||
## Community | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "quill-monorepo", | ||
"version": "2.0.0-rc.3", | ||
"version": "2.0.0-rc.4", | ||
"description": "Quill development environment", | ||
"private": true, | ||
"author": "Jason Chen <[email protected]>", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reedsy/quill", | ||
"version": "2.0.0-reedsy-5.0.3", | ||
"version": "2.0.0-reedsy-5.0.4", | ||
"description": "Your powerful, rich text editor", | ||
"author": "Jason Chen <[email protected]>", | ||
"homepage": "https://quilljs.com", | ||
|
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
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
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
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
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
Oops, something went wrong.