Skip to content

Commit 7fd14ae

Browse files
committed
Release version 2.1.3.
Fixes #697 & #699
1 parent 81a6755 commit 7fd14ae

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.txt

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 2.1.3:
2+
Fixed issue with monocons showing underline if text-decoration is set.
3+
- Thanks to @q2apro for reporting.
4+
Fixed bug with indent & outdent not being enabled.
5+
- Thanks to @mbiddle for reporting.
6+
Improved autoExpand throttling and better handle rounding.
7+
Added defult with to empty table cells to make them easier to edit.
8+
- Thanks to @ata81 for fixing
9+
Fixed bug with FF sometimes throwing error when selection changes.
10+
- Thanks to @Sesquipedalian for fixing
11+
Updated left and right align buttons to show as active by default in Edge
12+
and IE to match Chrome & Firefox behaviour.
13+
- Thanks to @chrisbetson for reporting.
14+
Fixed bug with [rtl] and [ltr] BBCodes sometimes adding new lines.
15+
Updated default content style to keep code as rtl in ltr mode.
16+
- Thanks to @abetis for fixing.
17+
Fixed bug with HTML format adding extra divs to the end of the output.
18+
- Thanks to @pnowy for reporting and @abetis for fixing.
19+
120
Version 2.1.2:
221
Fixed issue with extend() trying to copy non-plain objects.
322
- Thanks to @mtsnr for reporting

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sceditor",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A lightweight HTML and BBCode WYSIWYG editor.",
55
"homepage": "http://www.sceditor.com/",
66
"bugs": "https://github.com/samclarke/SCEditor/issues",

0 commit comments

Comments
 (0)