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 2887718 commit 39c3d4cCopy full SHA for 39c3d4c
CHANGELOG.md
@@ -4,10 +4,31 @@
4
5
#### New Features
6
7
+- Update to React 0.14.3 #412
8
+- `config.react.camelize_props = true` will camelize `react_component` prop keys #409
9
+
10
#### Deprecation
11
12
#### Bug Fixes
13
14
+- Fix chained `.es6` file names with JSX processor #411
15
+- Don't insert `// =require`s multiple times #398
16
17
+## 1.4.2
18
19
+#### Breaking Changes
20
21
+#### New Features
22
23
+- Component generator `--coffee` option #387
24
+- Support Sprockets 4 with a JSX processor #385
25
26
+#### Deprecation
27
28
+#### Bug Fixes
29
30
+- Support custom attributes when rendering from controller #384
31
32
## 1.4.1 (October 23, 2015)
33
34
#### Breaking Changes
0 commit comments