Skip to content

Commit

Permalink
Merge pull request summernote#612 from HackerWins/develop
Browse files Browse the repository at this point in the history
v0.5.9
  • Loading branch information
hackerwins committed Sep 21, 2014
2 parents d098451 + 7be86d9 commit d2c0368
Show file tree
Hide file tree
Showing 18 changed files with 1,313 additions and 458 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,16 @@ $('#summernote').destroy();

### Change Log

#### v0.5.9 2014-09-21
* Dom Editing: insert(Un)OrderedList, indent/outdent
* History in a line.

#### v0.5.8 2014-08-31
* Remove `autoFormatRange` option
* Fixed `onChange` issues

#### v0.5.7 ~ v0.5.4 2014-08-29 ~ 2014-08-23
* Dom editing (insertPara, insertNode)
* Dom editing: insertPara, insertNode

#### v0.5.3 2014-07-25
* Extract codemirror.autoFormatOnStart option
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "summernote",
"version": "0.5.8",
"version": "0.5.9",
"main": [
"./dist/summernote.js",
"./dist/summernote.css"
Expand Down
Loading

0 comments on commit d2c0368

Please sign in to comment.