Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Mar 7, 2014
1 parent 96d9079 commit ef99f76
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 42 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.6.5 / 2014-03-08
==================

* fixes some minor paste bugs
* adds a delay option for anchor toolbar
* fixes anchor toolbar initial positioning
* fixes heading and blockquote on IE


1.6.1 / 2014-03-04
==================

Expand Down
81 changes: 41 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,49 +156,50 @@ The source files are located inside the __src__ directory. MediumEditor styleshe
```
project : medium-editor
repo age : 9 months
active : 99 days
commits : 399
active : 107 days
commits : 421
files : 46
authors :
297 Davi Ferreira 74.4%
20 Maxime de Visscher 5.0%
8 Derek Odegard 2.0%
8 Jarl Gunnar T. Flaten 2.0%
8 Pedro Nasser 2.0%
8 Seif 2.0%
authors :
312 Davi Ferreira 74.1%
20 Maxime de Visscher 4.8%
8 Derek Odegard 1.9%
8 Jarl Gunnar T. Flaten 1.9%
8 Pedro Nasser 1.9%
8 Seif 1.9%
6 Andy Yaco-Mink 1.4%
4 Sebastian Zuchmanski 1.0%
4 minikomi 1.0%
3 Andrew Hubbs 0.8%
3 Dmitri Cherniak 0.8%
3 Troels Knak-Nielsen 0.8%
3 arol 0.8%
3 ʞuıɯ-oɔɐʎ ʎpuɐ 0.8%
2 Nikita Korotaev 0.5%
1 Adam Mulligan 0.3%
1 Bitdeli Chef 0.3%
1 David Collien 0.3%
1 David Hellsing 0.3%
1 Denis Gorbachev 0.3%
1 Diana Liao 0.3%
1 Jeff Welch 0.3%
1 Mark Kraemer 0.3%
1 Max 0.3%
1 Maxime Dantec 0.3%
1 Maxime De Visscher 0.3%
1 Michael Kay 0.3%
1 Moore Adam 0.3%
1 Nic Malan 0.3%
1 Noah Paessel 0.3%
1 Pavel Linkesch 0.3%
1 Søren Torp Petersen 0.3%
1 Tom MacWright 0.3%
1 happyaccidents 0.3%
1 mbrookes 0.3%
1 muescha 0.3%
1 shaohua 0.3%
1 t_kjaergaard 0.3%
1 typify 0.3%
1 waffleio 0.3%
3 Andrew Hubbs 0.7%
3 Dmitri Cherniak 0.7%
3 Nikita Korotaev 0.7%
3 Troels Knak-Nielsen 0.7%
3 arol 0.7%
3 ʞuıɯ-oɔɐʎ ʎpuɐ 0.7%
1 Adam Mulligan 0.2%
1 Bitdeli Chef 0.2%
1 David Collien 0.2%
1 David Hellsing 0.2%
1 Denis Gorbachev 0.2%
1 Diana Liao 0.2%
1 Jeff Welch 0.2%
1 Mark Kraemer 0.2%
1 Max 0.2%
1 Maxime Dantec 0.2%
1 Maxime De Visscher 0.2%
1 Michael Kay 0.2%
1 Moore Adam 0.2%
1 Nic Malan 0.2%
1 Noah Paessel 0.2%
1 Pavel Linkesch 0.2%
1 Søren Torp Petersen 0.2%
1 Tom MacWright 0.2%
1 happyaccidents 0.2%
1 mbrookes 0.2%
1 muescha 0.2%
1 shaohua 0.2%
1 t_kjaergaard 0.2%
1 typify 0.2%
1 waffleio 0.2%
```

## License
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.6.1",
"version": "1.6.5",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>"
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.6.1",
"version": "1.6.5",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
"repository": {
Expand Down

0 comments on commit ef99f76

Please sign in to comment.