Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Mar 5, 2015
1 parent 4fa8906 commit ef2c3f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6 / 2015-03-05

Ditched and deprecated `PlainEditable` - now using `input` and
[react-textarea-autosize](https://github.com/andreypopp/react-textarea-autosize),
which was all the app ever really needed.

Added confirmation when deleting sections.

## 0.5 / 2015-02-26

Updated [`PlainEditable`](https://github.com/insin/react-plain-editable) to
Expand Down
2 changes: 1 addition & 1 deletion app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ var Ideas = React.createClass({
onChange={this._onSectionChange}
/>)}
</div>
<footer>ideas-md 0.5 | <a href="https://github.com/insin/ideas-md">insin/ideas-md</a></footer>
<footer>ideas-md 0.6 | <a href="https://github.com/insin/ideas-md">insin/ideas-md</a></footer>
</div>
}
})
Expand Down

0 comments on commit ef2c3f0

Please sign in to comment.