From 23aba0d32dec3f53e7d46103e9692b698f667bd6 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Mon, 22 Aug 2016 22:25:30 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0338109a75..5bfe0cd6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 1.0.0-rc.1 + +A few bug fixes and performance improvements. + +### Features + +- Source maps now available from CDN for minified build + +### Bug Fixes + +- Fix scroll interaction between two Quill editors [#855](https://github.com/quilljs/quill/issues/855) +- Fix scroll on paste [#856](https://github.com/quilljs/quill/issues/856) +- Fix native iOS tooltip formatting [#862](https://github.com/quilljs/quill/issues/862) +- Remove comments from pasting from Word [#872](https://github.com/quilljs/quill/issues/872) +- Fix indent at all supported indent levels [#873](https://github.com/quilljs/quill/issues/873) +- Fix indent interaction with text direction [#874](https://github.com/quilljs/quill/issues/874) + +Thank you [@benbro](https://github.com/benbro), [@fernandogmar](https://github.com/fernandogmar), [@sachinrekhi](https://github.com/sachinrekhi), [@sferoze](https://github.com/sferoze), and [@stalniy](https://github.com/stalniy) for contributions to this release! + + # 1.0.0-rc.0 Take a look at [Quill 1.0 Release Candidate](https://quilljs.com/blog/quill-1-0-release-candidate-released/) for more details. diff --git a/package.json b/package.json index f9e64a0be5..df05dc5c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.0.0-rc.0", + "version": "1.0.0-rc.1", "description": "Cross browser rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",