diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 058b6bd6b..f9e6871a4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,17 @@ +Version 2.1.2: + Fixed issue with extend() trying to copy non-plain objects. + - Thanks to @mtsnr for reporting + Fixed issue with youtube not showing when first inserted. + - Thanks to @zebroid for reporting and @abetis for fixing. + Fixed iOS issue where editor didn't let go of focus. + - Thanks to @redeye86 for reporting. + Fixed issue with autosave plugin throwing error when two editors on the page. + - Thanks to @q2apro for reporting. + Fixed bug with XHTML format wrapping pasted text in
tags. + - Thanks to @q2apro for reporting. + Updated autosave plugin to clear after submitting and add clear method. + - Thanks to @q2apro for reporting. + Version 2.1.1: Fix emoticonsRoot not updating the dropdown menu path. Make Numeric and URL fields be LTR, even in RTL mode. diff --git a/README.md b/README.md index d79a3992e..a23dbd25e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [SCEditor](http://www.sceditor.com/) v2.1.1 +# [SCEditor](http://www.sceditor.com/) v2.1.2 [![Build Status](http://img.shields.io/travis/samclarke/SCEditor/master.svg?style=flat-square)](https://travis-ci.org/samclarke/SCEditor) [![Dependency Status](http://img.shields.io/gemnasium/samclarke/SCEditor.svg?style=flat-square)](https://gemnasium.com/samclarke/SCEditor) diff --git a/package.json b/package.json index 1985c3981..d11d92948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sceditor", - "version": "2.1.1", + "version": "2.1.2", "description": "A lightweight HTML and BBCode WYSIWYG editor.", "homepage": "http://www.sceditor.com/", "bugs": "https://github.com/samclarke/SCEditor/issues",