Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Mar 22, 2014
1 parent a6be406 commit c7bbde0
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 46 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.7.0 / 2014-03-22
==================

* Removes compass dependency by using grunt with libsass
* Fixes subscript button markup
* Fixes anchor preview behavior for empty links and anchors
* Adds a new option to disable double returns


1.6.7 / 2014-03-13
==================

Expand Down
91 changes: 47 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,52 +159,55 @@ The source files are located inside the __src__ directory.
```
project : medium-editor
repo age : 10 months
active : 110 days
commits : 429
active : 116 days
commits : 446
files : 46
authors :
317 Davi Ferreira 73.9%
20 Maxime de Visscher 4.7%
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 0.9%
4 minikomi 0.9%
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%
2 Ethan Turkeltaub 0.5%
1 Adam Mulligan 0.2%
1 Alberto Gasparin 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%
328 Davi Ferreira 73.5%
20 Maxime de Visscher 4.5%
8 Andy Yaco-Mink 1.8%
8 Derek Odegard 1.8%
8 Jarl Gunnar T. Flaten 1.8%
8 Pedro Nasser 1.8%
8 Seif 1.8%
4 Sebastian Zuchmanski 0.9%
4 minikomi 0.9%
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%
2 Ethan Turkeltaub 0.4%
2 Jacob Magnusson 0.4%
1 Adam Mulligan 0.2%
1 Alberto Gasparin 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 Robert Koritnik 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%
1 zzjin 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.7",
"version": "1.7.0",
"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.7",
"version": "1.7.0",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
"repository": {
Expand Down

0 comments on commit c7bbde0

Please sign in to comment.