diff --git a/CHANGELOG.md b/CHANGELOG.md index e8bdd173ab..a837059fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.1.8 + +- Support pasting italics from Google Docs [#1185](https://github.com/quilljs/quill/issues/1185) +- Fix setting dropdown picker back to default [#1191](https://github.com/quilljs/quill/issues/1191) +- Fix code-block formatting on empty first line in Firefox [#1195](https://github.com/quilljs/quill/issues/1195) +- Prevent formatting via keyboard shortcuts when not whitelisted [#1197](https://github.com/quilljs/quill/issues/1197) +- Fix select-all copy and overwrite paste in Firefox [#1202](https://github.com/quilljs/quill/issues/1202) + +Thank you [@adfaure](https://github.com/adfaure), [@berndschimmer](https://github.com/berndschimmer), [@CoenWarmer](https://github.com/CoenWarmer), [@montlebalm](https://github.com/montlebalm), and [@TraceyYau](https://github.com/TraceyYau) for contributions to this release! + + # 1.1.7 - Fix dropdown values reverting to default [#901](https://github.com/quilljs/quill/issues/901) diff --git a/docs/_config.yml b/docs/_config.yml index 02d4452583..8077793cdf 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.1.7 +version: 1.1.8 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 876a3adc0c..d45325dee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.1.7", + "version": "1.1.8", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",