diff --git a/CHANGELOG.md b/CHANGELOG.md index a837059fb7..b12ce587ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.1.9 + +- Flip tooltips when vertically out of bounds [#851](https://github.com/quilljs/quill/issues/851) +- Fix IE11 autolinking and control backspace [#1028](https://github.com/quilljs/quill/issues/1028) +- Only show tooltip when user initiates selection change [#1193](https://github.com/quilljs/quill/issues/1193) +- Fix bug needing to click twice on align [#1220](https://github.com/quilljs/quill/issues/1220) +- Fix cut + pasting videos [#1222](https://github.com/quilljs/quill/issues/1222) + +Thanks to [@amitguptagwl](https://github.com/amitguptagwl), [@antonlabunets](https://github.com/antonlabunets), [@benbro](https://github.com/benbro), [@eamodio](https://github.com/eamodio) and [@ygrishajev](https://github.com/ygrishajev) for your contributions to this release. + + # 1.1.8 - Support pasting italics from Google Docs [#1185](https://github.com/quilljs/quill/issues/1185) diff --git a/docs/_config.yml b/docs/_config.yml index 8077793cdf..6feb73842b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.1.8 +version: 1.1.9 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 50022f6b22..196b7b199b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.1.8", + "version": "1.1.9", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",