Skip to content

Commit

Permalink
Release version 2.1.3.
Browse files Browse the repository at this point in the history
Fixes #697 & #699
  • Loading branch information
samclarke committed May 4, 2018
1 parent 81a6755 commit 7fd14ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Version 2.1.3:
Fixed issue with monocons showing underline if text-decoration is set.
- Thanks to @q2apro for reporting.
Fixed bug with indent & outdent not being enabled.
- Thanks to @mbiddle for reporting.
Improved autoExpand throttling and better handle rounding.
Added defult with to empty table cells to make them easier to edit.
- Thanks to @ata81 for fixing
Fixed bug with FF sometimes throwing error when selection changes.
- Thanks to @Sesquipedalian for fixing
Updated left and right align buttons to show as active by default in Edge
and IE to match Chrome & Firefox behaviour.
- Thanks to @chrisbetson for reporting.
Fixed bug with [rtl] and [ltr] BBCodes sometimes adding new lines.
Updated default content style to keep code as rtl in ltr mode.
- Thanks to @abetis for fixing.
Fixed bug with HTML format adding extra divs to the end of the output.
- Thanks to @pnowy for reporting and @abetis for fixing.

Version 2.1.2:
Fixed issue with extend() trying to copy non-plain objects.
- Thanks to @mtsnr for reporting
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.2",
"version": "2.1.3",
"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 7fd14ae

Please sign in to comment.