Skip to content

Commit

Permalink
4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Jun 1, 2015
1 parent 9b3cdf8 commit 047fb71
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 357 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.12.0 / 2015-06-01
==================
* Fix pasting links when targetBlank option is being used
* Fix for spellcheck option after destroy
* Fix over-reaching keyboard shortcuts for commands
* Expose new 'positionToolbar' custom event
* Add new isKey() helper in util
* Add cleanup on destroy for auto-link and placeholder extensions
* Base extension changes
* Add getEditorElements(), getEditorId(), and getEditorOption() helpers
* Add on(), off(), subscribe(), and execAction() helpers
* Introduce destroy() lifecycle method + deprecate deactivate()


4.11.1 / 2015-05-26
==================
* Fix issue with auto-linked text after manually unlinking
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": "4.11.1",
"version": "4.12.0",
"homepage": "http://yabwe.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>",
Expand Down
Loading

0 comments on commit 047fb71

Please sign in to comment.