Skip to content

Commit 21ec923

Browse files
committed
bump version, update changelog
1 parent 26ede5f commit 21ec923

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.3.3
2+
3+
- Fix `getFormat` with no parameters while editor is not focused [#1548](https://github.com/quilljs/quill/issues/1548)
4+
- Remove automatic highlighting across embeds [#1691](https://github.com/quilljs/quill/issues/1691)
5+
- Support checking checklist on mobile [#1693](https://github.com/quilljs/quill/pull/1711)
6+
- Fix list creation keyboard shortcuts [#1723](https://github.com/quilljs/quill/issues/1723)
7+
- Show KaTex rendering errors [#1738](https://github.com/quilljs/quill/pull/1738)
8+
9+
10+
Thank you [@altschuler](https://github.com/altschuler), [@arrocke](https://github.com/arrocke), [@guillaumepotier](https://github.com/guillaumepotier), [@sferoze](https://github.com/sferoze) and [@volser](https://github.com/volser) for your contributions to this release.
11+
12+
113
# 1.3.2
214

315
- Pasting into code block should always paste as code [#1624](https://github.com/quilljs/quill/issues/1624)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99
- jekyll-sitemap
1010
- jekyll-redirect-from
1111
- jekyll-feed
12-
version: 1.3.2
12+
version: 1.3.3
1313
cdn: //cdn.quilljs.com/
1414
github: https://github.com/quilljs/quill/tree/develop/docs
1515
quill: quill.min.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quill",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Your powerful, rich text editor",
55
"author": "Jason Chen <[email protected]>",
66
"homepage": "http://quilljs.com",

0 commit comments

Comments
 (0)