Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samclarke committed Nov 20, 2017
1 parent 60e7028 commit 160a38d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 2.1.0:
Fixed surrounding space being removed when calling insert().
- Thanks to @brunoais for reporting
Added autosave plugin.
Added ability to bind to paste & pasteraw events.
Remove get() call on textarea (fixes mootools conflict).
- Thanks to @compojoom for reporting.
Removed paste command from default toolbar as only supported in IE.
Fixed error getting computed style on none element nodes in DOM css().

Version 2.0.0:
Changed theme to use flexbox. Custom themes will need tweaking but otherwise
this is backwards compatible.
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/) v2.0.0
# [SCEditor](http://www.sceditor.com/) v2.1.0

[![Build Status](http://img.shields.io/travis/samclarke/SCEditor/master.svg?style=flat-square)](https://travis-ci.org/samclarke/SCEditor)
[![Dependency Status](http://img.shields.io/gemnasium/samclarke/SCEditor.svg?style=flat-square)](https://gemnasium.com/samclarke/SCEditor)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sceditor",
"version": "2.0.0",
"version": "2.1.0",
"description": "A lightweight HTML and BBCode WYSIWYG editor.",
"homepage": "http://www.sceditor.com/",
"bugs": "https://github.com/samclarke/SCEditor/issues",
Expand All @@ -11,13 +11,13 @@
"name": "brunoais"
}
],
"jsdelivr": "minified/",
"files": [
"emoticons/",
"languages/",
"development/",
"minified/",
"src/",
"Gruntfile.js",
"CHANGELOG.txt",
"LICENSE.md",
"README.md"
Expand All @@ -31,6 +31,7 @@
"WYSIWYG",
"BBCode",
"editor",
"contenteditable",
"jquery",
"ui",
"ecosystem:jquery"
Expand Down

0 comments on commit 160a38d

Please sign in to comment.