File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 3.2.0:
2
+ Fixed bug with pasting removing styling from fist/last block when using
3
+ BBCode format.
4
+ Added `allowedTags` and `allowedAttributes` options to allow custom
5
+ elements and attributes.
6
+ - Thanks to @fedot199614 and @codertushar for reporting and fixing.
7
+ Added missing strings to German translation.
8
+ - Thanks to @wintstar for translating.
9
+ Fixed bug with merge() merging consecutive <br /> tags.
10
+ - Thanks to Lars for reporting.
11
+ Fixed bug with pasting into code blocks sometimes retaining styles.
12
+ - Thanks to @live627 for reporting
13
+ Fixed bug with undo plugin in Firefox if editor is hidden when created.
14
+ - Thanks to @huanacaraz for reporting.
15
+ Improved Dutch translation.
16
+ - Thanks to @NekoJonez for translating.
17
+ Added Finnish translation.
18
+ - Thanks to @RJuho for translating.
19
+ Added some missing phrases in Russian translation.
20
+ - Thanks to @zebroid for translating.
21
+
1
22
Version 3.1.1:
2
23
Fixed bug with [code] tags matching block styles resulting in output like
3
24
[code][left] instead of just [code].
Original file line number Diff line number Diff line change 1
- # [ SCEditor] ( http://www.sceditor.com/ ) v3.1.1
1
+ # [ SCEditor] ( http://www.sceditor.com/ )
2
2
3
3
[ ![ Build Status] ( https://github.com/samclarke/SCEditor/workflows/Node.js%20CI/badge.svg )] ( https://travis-ci.org/samclarke/SCEditor )
4
4
[ ![ SemVer] ( http://img.shields.io/:semver-✓-brightgreen.svg )] ( http://semver.org )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sceditor" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.2.0 " ,
4
4
"description" : " A lightweight HTML and BBCode WYSIWYG editor." ,
5
5
"homepage" : " http://www.sceditor.com/" ,
6
6
"bugs" : " https://github.com/samclarke/SCEditor/issues" ,
You can’t perform that action at this time.
0 commit comments