|
8 | 8 |
|
9 | 9 | #### Bug Fixes |
10 | 10 |
|
11 | | -## 1.6.1 (February 28, 2016) |
| 11 | +## 1.6.2 (February 28, 2016) |
12 | 12 |
|
13 | | -#### Breaking Changes |
| 13 | +#### Bug Fixes |
| 14 | + |
| 15 | +- Fix Server Rendering for Rails 3.2 #487 |
| 16 | + |
| 17 | +## 1.6.1 (February 28, 2016) |
14 | 18 |
|
15 | 19 | #### New Features |
16 | 20 |
|
17 | 21 | - UJS can mount and unmount a component by ID (not only the component's children) #466 |
18 | 22 | - Support Turbolinks 5 #475 |
19 | 23 |
|
20 | | -#### Deprecation |
21 | | - |
22 | 24 | #### Bug Fixes |
23 | 25 |
|
24 | 26 | - Support nested arrays with `camelize_props` #480 |
|
27 | 29 |
|
28 | 30 | ## 1.6.0 (February 4, 2016) |
29 | 31 |
|
30 | | -#### Breaking Changes |
31 | | - |
32 | 32 | #### New Features |
33 | 33 |
|
34 | 34 | - Individual add-ons can be included in a bundle with sprockets require directives. #457 |
35 | 35 | - Support `sprockets-rails` 3 #430 |
36 | 36 | - Update to React 0.14.6 |
37 | 37 |
|
38 | | -#### Deprecation |
39 | | - |
40 | 38 | #### Bug Fixes |
41 | 39 |
|
42 | 40 | - Fix install generator when `//= require`s are malformed #463 |
|
46 | 44 |
|
47 | 45 | ## 1.5.0 (November 25, 2015) |
48 | 46 |
|
49 | | -#### Breaking Changes |
50 | | - |
51 | 47 | #### New Features |
52 | 48 |
|
53 | 49 | - Update to React 0.14.3 #412 |
54 | 50 | - `config.react.camelize_props = true` will camelize `react_component` prop keys #409 |
55 | 51 |
|
56 | | -#### Deprecation |
57 | | - |
58 | 52 | #### Bug Fixes |
59 | 53 |
|
60 | 54 | - Fix chained `.es6` file names with JSX processor #411 |
61 | 55 | - Don't insert `// =require`s multiple times #398 |
62 | 56 |
|
63 | 57 | ## 1.4.2 (November 5, 2015) |
64 | 58 |
|
65 | | -#### Breaking Changes |
66 | | - |
67 | 59 | #### New Features |
68 | 60 |
|
69 | 61 | - Component generator `--coffee` option #387 |
70 | 62 | - Support Sprockets 4 with a JSX processor #385 |
71 | 63 |
|
72 | | -#### Deprecation |
73 | | - |
74 | 64 | #### Bug Fixes |
75 | 65 |
|
76 | 66 | - Support custom attributes when rendering from controller #384 |
77 | 67 |
|
78 | 68 | ## 1.4.1 (October 23, 2015) |
79 | 69 |
|
80 | | -#### Breaking Changes |
81 | | - |
82 | | -#### New Features |
83 | | - |
84 | | -#### Deprecation |
85 | | - |
86 | 70 | #### Bug Fixes |
87 | 71 |
|
88 | 72 | - Minify & optimize the production build of React.js #380 |
89 | 73 |
|
90 | 74 | ## 1.4.0 (October 22, 2015) |
91 | 75 |
|
92 | | -#### Breaking Changes |
93 | | - |
94 | 76 | #### New Features |
95 | 77 |
|
96 | 78 | - Include React.js 0.14 |
97 | 79 |
|
98 | | -#### Deprecation |
99 | | - |
100 | | -#### Bug Fixes |
101 | | - |
102 | 80 | ## 1.3.3 (October 21, 2015) |
103 | 81 |
|
104 | | -#### Breaking Changes |
105 | | - |
106 | | -#### New Features |
107 | | - |
108 | | -#### Deprecation |
109 | | - |
110 | 82 | #### Bug Fixes |
111 | 83 |
|
112 | 84 | - Also support React 0.14 in `unmountComponents` #372 |
113 | 85 | - Use a fallback view helper in case a Rails controller wasn't used #375 |
114 | 86 |
|
115 | 87 | ## 1.3.2 (October 13, 2015) |
116 | 88 |
|
117 | | -#### Breaking Changes |
118 | | - |
119 | 89 | #### New Features |
120 | 90 |
|
121 | 91 | - The UJS can mount and unmount components within a given DOM node #358 |
122 | 92 | - Support dropped-in React 0.14 in UJS #366 |
123 | 93 |
|
124 | | -#### Deprecation |
125 | | - |
126 | | -#### Bug Fixes |
127 | | - |
128 | 94 | ## 1.3.1 (September 18, 2015) |
129 | 95 |
|
130 | | -#### Breaking Changes |
131 | | - |
132 | | -#### New Features |
133 | | - |
134 | | -#### Deprecation |
135 | | - |
136 | 96 | #### Bug Fixes |
137 | 97 |
|
138 | 98 | - Use controller lifecycle hooks for view helper (tests don't run middlewares) #356 |
139 | 99 |
|
140 | 100 | ## 1.3.0 (September 15, 2015) |
141 | 101 |
|
142 | | -#### Breaking Changes |
143 | | - |
144 | 102 | #### New Features |
145 | 103 |
|
146 | 104 | - Render components directly from the controller with `render component: ...` #329 |
147 | 105 | - Provide a custom view helper with `config.react.view_helper_implementation` #346 |
148 | 106 |
|
149 | | -#### Deprecation |
150 | | - |
151 | 107 | #### Bug Fixes |
152 | 108 |
|
153 | 109 | - Allow `react-rails` configs to be set in initializers #347 |
154 | 110 |
|
155 | 111 | ## 1.2.0 (August 19, 2015) |
156 | 112 |
|
157 | | -#### Breaking Changes |
158 | | - |
159 | 113 | #### New Features |
160 | 114 |
|
161 | 115 | - Support `--es6` option in component generator #332 |
162 | 116 | - Support Sprockets 3 #322 |
163 | 117 |
|
164 | | -#### Deprecation |
165 | | - |
166 | 118 | #### Bug Fixes |
167 | 119 |
|
168 | 120 | - Don't bother unmounting components `onBeforeUnload` #318 |
|
0 commit comments