Skip to content

Commit

Permalink
Release version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samclarke committed Dec 19, 2017
1 parent f528230 commit a491b20
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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 <p> 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a491b20

Please sign in to comment.