You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,26 @@
8
8
9
9
#### Bug Fixes
10
10
11
+
## 1.10.0 (October 6, 2016)
12
+
13
+
#### Breaking Changes
14
+
15
+
- Alias `window = this;` has been removed from the default server rendering JavaScript to improve detection of the server rendering environment. To get the old behavior, you can add the alias in your own server rendering code. #615
16
+
17
+
#### New Features
18
+
19
+
- Calling `setTimeout` or `clearTimeout` in server rendering will raise an informative error because they aren't supported #618
20
+
-`prerender:` options will be passed to server renderer methods #641
21
+
-`react_component(..., camelize_props:)` option will override the application default #642, #645
22
+
- Ship with React.js 15.4.1 #646
23
+
24
+
#### Deprecation
25
+
26
+
#### Bug Fixes
27
+
28
+
- use `['default']` accessor to support old JavaScript versions #619
29
+
-`react_component` with a block will correctly render the content inside the `div`
0 commit comments