Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samclarke committed Mar 5, 2023
1 parent c368667 commit 0ee1033
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 3.2.0:
Fixed bug with pasting removing styling from fist/last block when using
BBCode format.
Added `allowedTags` and `allowedAttributes` options to allow custom
elements and attributes.
- Thanks to @fedot199614 and @codertushar for reporting and fixing.
Added missing strings to German translation.
- Thanks to @wintstar for translating.
Fixed bug with merge() merging consecutive <br /> tags.
- Thanks to Lars for reporting.
Fixed bug with pasting into code blocks sometimes retaining styles.
- Thanks to @live627 for reporting
Fixed bug with undo plugin in Firefox if editor is hidden when created.
- Thanks to @huanacaraz for reporting.
Improved Dutch translation.
- Thanks to @NekoJonez for translating.
Added Finnish translation.
- Thanks to @RJuho for translating.
Added some missing phrases in Russian translation.
- Thanks to @zebroid for translating.

Version 3.1.1:
Fixed bug with [code] tags matching block styles resulting in output like
[code][left] instead of just [code].
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/) v3.1.1
# [SCEditor](http://www.sceditor.com/)

[![Build Status](https://github.com/samclarke/SCEditor/workflows/Node.js%20CI/badge.svg)](https://travis-ci.org/samclarke/SCEditor)
[![SemVer](http://img.shields.io/:semver-✓-brightgreen.svg)](http://semver.org)
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": "3.1.1",
"version": "3.2.0",
"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 0ee1033

Please sign in to comment.