Skip to content

Commit

Permalink
🔖 release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Sep 19, 2017
1 parent c89be25 commit 279e8ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/index.js

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

2 changes: 1 addition & 1 deletion docs/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pell",
"version": "0.3.0",
"version": "0.4.0",
"description": "React component wrapping a HTML and Markdown editor based on the wysiwyg pell editor",
"main": "build/index.js",
"repository": "https://github.com/bpetetot/react-pell.git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Editor extends Component {
// set default content
this.container.content.innerHTML = defaultContent
}

componentDidUpdate() {
const { defaultContent } = this.props
if (this.container.content.innerHTML !== defaultContent) {
Expand Down

0 comments on commit 279e8ec

Please sign in to comment.