Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Feb 15, 2015
1 parent 0eeeb0d commit 73d1f44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.4.0 / 2015-02-15
==================
* Split source code into several files for better development flow
* Make saveSelection and restoreSelection more consistant cross browser
* Use document.queryCommandState for some button toolbar states
* Add selection storage
* Call extensions deactivate when deactivating the editor
* Turn Anchor button into an extension


2.3.0 / 2015-02-11
==================
* Fix various selection and positioning bugs
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": "medium-editor",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <[email protected]>"
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": "medium-editor",
"version": "2.3.0",
"version": "2.4.0",
"author": "Davi Ferreira <[email protected]>",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
Expand Down

0 comments on commit 73d1f44

Please sign in to comment.