From ac2c5fcdb2852aea42fe55d7e4ea808f20c94984 Mon Sep 17 00:00:00 2001 From: Sam Clarke Date: Wed, 24 Feb 2021 19:17:42 +0000 Subject: [PATCH] Release version 3.0.0 --- CHANGELOG.txt | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fc9e21a57..2a6ced927 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,20 @@ +Version 3.0.0: + Fixes XSS issues by using dompurify. + - Thanks to @mufeedvh for fixing. + Fixed missing user input escaping for default commands. + - Thanks to @dvz for fixing. + Fixed bug so nvda can read editor content. + - Thanks to @repl-shenoy-sukumaran for reporting and fixing. + Fixed bug with alignment removing line breaks in lists, + - Thanks to @lucaslg for reporting and @dclause for fixing. + Fixed BBCode bug with list commands in source mode not wrapping selected text. + - Thanks to @tomdav999 for reporting and @live627 for fixing. + Fixed issue with comment nodes sometimes causing an error. + - Thanks to @karolinaskiba for reporting + Fixed bug with BBCode attributes containing multiple quotes where only the first was being escaped. + Removed unselectable parameter from createDropDown method which was needed for IE + Removed ie property which used to give the current IE version + Version 2.1.3: Fixed issue with monocons showing underline if text-decoration is set. - Thanks to @q2apro for reporting. diff --git a/package.json b/package.json index 45553a895..65c8ce3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sceditor", - "version": "2.1.3", + "version": "3.0.0", "description": "A lightweight HTML and BBCode WYSIWYG editor.", "homepage": "http://www.sceditor.com/", "bugs": "https://github.com/samclarke/SCEditor/issues",