Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi Ferreira committed Nov 18, 2013
1 parent e6c3459 commit e7f98df
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.3.0 / 2013-11-18
==================

* Fixes data-disable-return not preventing paragraph creation
* Improves getSelectionElement() to work in any case
* Fixes multi element selection bug
* Fixes Issues #88 & #89
* Improves binding for multiple editor instance, checkSelection() is called only once per instance
* Improves allowMultiParagraphSelection filter by removing empty tags elements before counting
* Considers header tags has a paragraph too (same as medium)

1.2.2 / 2013-11-07
==================

Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,33 +124,33 @@ The source files are located inside the __src__ directory. MediumEditor styleshe
7. Create new Pull Request

## Contributors
```

```
project : medium-editor
repo age : 5 months
active : 54 days
commits : 249
files : 27
repo age : 6 months
active : 62 days
commits : 276
files : 29
authors :
202 Davi Ferreira 81.1%
9 Maxime de Visscher 3.6%
8 Derek Odegard 3.2%
8 Jarl Gunnar T. Flaten 3.2%
4 Pedro Nasser 1.6%
3 Dmitri Cherniak 1.2%
3 Troels Knak-Nielsen 1.2%
220 Davi Ferreira 79.7%
14 Maxime de Visscher 5.1%
8 Jarl Gunnar T. Flaten 2.9%
8 Derek Odegard 2.9%
8 Pedro Nasser 2.9%
3 Troels Knak-Nielsen 1.1%
3 Dmitri Cherniak 1.1%
1 happyaccidents 0.4%
1 muescha 0.4%
1 t_kjaergaard 0.4%
1 typify 0.4%
1 Bitdeli Chef 0.4%
1 waffleio 0.4%
1 David Collien 0.4%
1 Denis Gorbachev 0.4%
1 Maxime Dantec 0.4%
1 Nikita Korotaev 0.4%
1 Noah Paessel 0.4%
1 Tom MacWright 0.4%
1 happyaccidents 0.4%
1 muescha 0.4%
1 t_kjaergaard 0.4%
1 typify 0.4%
1 waffleio 0.4%
```

## 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.2.2",
"version": "1.3.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.2.2",
"version": "1.3.0",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
"repository": {
Expand Down

0 comments on commit e7f98df

Please sign in to comment.