diff --git a/CHANGELOG.md b/CHANGELOG.md index 47676e3b33..e8bdd173ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.1.7 + +- Fix dropdown values reverting to default [#901](https://github.com/quilljs/quill/issues/901) +- Add config to prevent scroll jumping on paste [#1082](https://github.com/quilljs/quill/issues/1082) +- Prevent scrolling on API source calls [#1152](https://github.com/quilljs/quill/issues/1152) +- Fix tsconfig build error [#1165](https://github.com/quilljs/quill/issues/1165) +- Fix delete and formatting interaction in Firefox [#1171](https://github.com/quilljs/quill/issues/1171) +- Fix cursor jump on formatting in middle of text [#1176](https://github.com/quilljs/quill/issues/1176) + +Thanks to [@cutteroid](https://github.com/cutteroid), [@houxg](https://github.com/houxg), [@jasongisstl](https://github.com/jasongisstl), [@nikparo](https://github.com/nikparo), [@sbevels](https://github.com/sbevels), and [sferoze](https://github.com/sferoze) for your contributions to this release. + + # 1.1.6 ### Features diff --git a/docs/_config.yml b/docs/_config.yml index 3ef37d2bb2..02d4452583 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.1.6 +version: 1.1.7 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 3f8d374381..a889727a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.1.6", + "version": "1.1.7", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",