Skip to content

Commit

Permalink
Added the resizing bar at the bottom of editor
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlab committed Sep 8, 2013
1 parent 54f42c8 commit 05a742b
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 294 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ That's it.

## Changelogs

- v0.3.0 : Added the resizing bar at the bottom of editor.
* Updated with `v0.3 Summernote, 2013-09-01` as the followings:
* `FIXED` bugs(image upload, fontsize, tab, recent color, ...)
* `ADDED` help dialog(keyboard shortcut)
* `ADDED` init options(event callbacks, custom toolbar)
* `ADDED` resize bar
* `ADDED` support IE8 Beta(some range bugs, can't insert Image)
- v0.2.1.4 : Enable to customize Toolbar Collection
- v0.2.1.3 : Added Help button in editor toolbox to popup Hot Key Table
- v0.2.1.2 : Added InsertHorizontalRule(Cmd+Enter) in summernote editor /
Expand Down
2 changes: 1 addition & 1 deletion lib/summernote/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Summernote
module Rails
VERSION = "0.2.1.4"
VERSION = "0.3.0"
end
end
Loading

0 comments on commit 05a742b

Please sign in to comment.