Skip to content

Commit

Permalink
Merge pull request #453 from jpuri/list_outdent_indent
Browse files Browse the repository at this point in the history
Toolbar buttons for outdent and indent should be only enabled if the …
  • Loading branch information
jpuri authored Sep 19, 2017
2 parents c39f87b + 05f841f commit 884424b
Show file tree
Hide file tree
Showing 10 changed files with 221 additions and 191 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ Initial stable release
## 10/09/2017 (1.10.8)
- #429: Copy paste issue in code block.
- #440: Limit pre and blockquote styles to only within the wysiwyg.
- Translations for Italian locale.
- Translations for Italian locale.

##19/09/2017 (1.10.10)
- #451: Indent, outdent enabled only for lists.
10 changes: 5 additions & 5 deletions docs/static/bundle.js

Large diffs are not rendered by default.

306 changes: 153 additions & 153 deletions docs/static/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draft-wysiwyg",
"version": "1.10.9",
"version": "1.10.10",
"description": "A wysiwyg on top of DraftJS.",
"main": "dist/react-draft-wysiwyg.js",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"classnames": "^2.2.5",
"draftjs-utils": "^0.8.06",
"draftjs-utils": "^0.8.07",
"prop-types": "^15.5.10"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 884424b

Please sign in to comment.