Skip to content

Commit 0ee1033

Browse files
committed
Release v3.2.0
1 parent c368667 commit 0ee1033

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.txt

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
Version 3.1.1:
223
Fixed bug with [code] tags matching block styles resulting in output like
324
[code][left] instead of just [code].

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [SCEditor](http://www.sceditor.com/) v3.1.1
1+
# [SCEditor](http://www.sceditor.com/)
22

33
[![Build Status](https://github.com/samclarke/SCEditor/workflows/Node.js%20CI/badge.svg)](https://travis-ci.org/samclarke/SCEditor)
44
[![SemVer](http://img.shields.io/:semver-✓-brightgreen.svg)](http://semver.org)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sceditor",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
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)