diff --git a/CHANGELOG.md b/CHANGELOG.md index 14512b3fce..c885de82ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.1.1 + +### Bug fixes + +- TEXT_CHANGE events now use cursor position to inform change location [#746](https://github.com/quilljs/quill/issues/746) +- Fix inconsistent cursor reporting between browsers [#1007](https://github.com/quilljs/quill/issues/1007) +- Fix tooltip overflow in docs [#1060](https://github.com/quilljs/quill/issues/1060) +- Fix naming [#1063](https://github.com/quilljs/quill/pull/1063) +- Fix Medium example [#1064](https://github.com/quilljs/quill/issues/1064) + +Thanks to [@artaommahe](https://github.com/artaommahe), [@benbro](https://github.com/benbro), [@fuffalist](https://github.com/fuffalist), [@sachinrekhi](https://github.com/sachinrekhi), [@sergop321](https://github.com/sergop321), and [@tlg](https://github.com/tlg) for contributions to this release! + +Special thanks to [@DadaMonad](https://github.com/DadaMonad) for contributions on [fast-diff](https://github.com/jhchen/fast-diff) that enabled the [#746](https://github.com/quilljs/quill/issues/746) fix. + + # 1.1.0 ### Additions diff --git a/docs/_config.yml b/docs/_config.yml index 7246106ac7..4c571ca194 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.1.0 +version: 1.1.1 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 9d7ed2019b..feb627e0f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.1.0", + "version": "1.1.1", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",