diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b1f9ed57..47676e3b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.1.6 + +### Features + +Checklists [#759](https://github.com/quilljs/quill/issues/759) support has been added to the API. UI and relevant interactions are still forthcoming. + +### Bug Fixes + +- Fix bug that allowed edits in readOnly mode [#1151](https://github.com/quilljs/quill/issues/1151) +- Fix max call stack bug on large paste [#1123](https://github.com/quilljs/quill/issues/1123) + +Thank you [@jgmediadesign](https://github.com/jgmediadesign) and [@julienbmobile](https://github.com/julienbmobile) for contributions to this release! + + # 1.1.5 - Remove unnecessary type attribute in documentation [#1087](https://github.com/quilljs/quill/pull/1087) diff --git a/docs/_config.yml b/docs/_config.yml index 2cf184effa..3ef37d2bb2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.1.5 +version: 1.1.6 cdn: //cdn.quilljs.com/ github: https://github.com/quilljs/quill/tree/develop/docs quill: quill.min.js diff --git a/package.json b/package.json index 8c84d6eae8..63d96fe880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.1.5", + "version": "1.1.6", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",