Skip to content

Commit 4f55a2f

Browse files
Kai VikKai Vik
authored andcommitted
Updated with info on 1.0.5
1 parent b62c42b commit 4f55a2f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
1.0.5 / 2016-01-19
2+
==================
3+
4+
* Merged PR [#9](https://github.com/kaivi/ReactInlineEdit/pull/9)
5+
- consistent style (and basic lint stuff)
6+
- spacing
7+
- spaces after if
8+
- let instead of var
9+
- dangling commas
10+
- lower case `functionName`
11+
- life-cycle methods before others, followed by render.
12+
- class properties (since stage 0 is being utilized)
13+
- other initialization stuff in `componentWillMount` as opposed to `constructor`
14+
15+
* Upgraded peerDependency to React 0.14.6 PR [#10](https://github.com/kaivi/ReactInlineEdit/pull/10)
16+
117
1.0.4 / 2016-01-18
218
==================
319

0 commit comments

Comments
 (0)