Skip to content

Commit

Permalink
1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed May 1, 2014
1 parent d24db59 commit 7a2d74e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.8.5 / 2014-05-01
==================

* Changes to the element list or element selector now take effect on reactivation
* Changed innerHTML to textContent to prevent XSS through twisted href values
* Checks for data-disable-return on element on paste
* Adds disableEditing and elementsContainer options


1.8.0 / 2014-04-12
==================

Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,14 @@ The source files are located inside the __src__ directory.
## Contributors

```
project : medium-editor
project : medium-editor
repo age : 11 months
active : 129 days
commits : 493
active : 139 days
commits : 508
files : 50
authors :
363 Davi Ferreira 73.6%
20 Maxime de Visscher 4.1%
372 Davi Ferreira 73.2%
20 Maxime de Visscher 3.9%
12 Andy Yaco-Mink 2.4%
8 Derek Odegard 1.6%
8 Jarl Gunnar T. Flaten 1.6%
Expand All @@ -243,15 +243,17 @@ project : medium-editor
3 Andrew Hubbs 0.6%
3 Dmitri Cherniak 0.6%
3 Nikita Korotaev 0.6%
3 OmniaGM 0.6%
3 Troels Knak-Nielsen 0.6%
3 arol 0.6%
3 ʞuıɯ-oɔɐʎ ʎpuɐ 0.6%
2 Ethan Turkeltaub 0.4%
2 Jacob Magnusson 0.4%
2 OmniaGM 0.4%
2 mako 0.4%
1 Adam Mulligan 0.2%
1 Alberto Gasparin 0.2%
1 Bitdeli Chef 0.2%
1 Cenk Dölek 0.2%
1 David Collien 0.2%
1 David Hellsing 0.2%
1 Denis Gorbachev 0.2%
Expand All @@ -267,10 +269,12 @@ project : medium-editor
1 Noah Paessel 0.2%
1 Pavel Linkesch 0.2%
1 Robert Koritnik 0.2%
1 Sarah Squire 0.2%
1 Scott Carleton 0.2%
1 Søren Torp Petersen 0.2%
1 Tom MacWright 0.2%
1 happyaccidents 0.2%
1 mako yass 0.2%
1 mbrookes 0.2%
1 muescha 0.2%
1 shaohua 0.2%
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": "1.8.0",
"version": "1.8.5",
"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": "1.8.0",
"version": "1.8.5",
"author": "Davi Ferreira <[email protected]>",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
Expand Down

0 comments on commit 7a2d74e

Please sign in to comment.