We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62c42b commit 4f55a2fCopy full SHA for 4f55a2f
CHANGELOG.md
@@ -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
17
1.0.4 / 2016-01-18
18
==================
19
0 commit comments