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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## v0.6.5 (2017-09-08)
2
+
3
+
#### Enhancement
4
+
*`react-server`
5
+
*[#948](https://github.com/redfin/react-server/pull/948) Add support for out-of-order render client side. ([@gigabo](https://github.com/gigabo))
6
+
*[#944](https://github.com/redfin/react-server/pull/944) Add english as the default document language. ([@monicatie](https://github.com/monicatie))
*[#926](https://github.com/redfin/react-server/pull/926) Add a simple benchmark for Navigator.handlePage. ([@gigabo](https://github.com/gigabo))
12
+
13
+
#### Bug fix
14
+
*`react-server-cli`
15
+
*[#947](https://github.com/redfin/react-server/pull/947) Fix require.cache.hasOwnProperty call for Node 8. ([@dfadev](https://github.com/dfadev))
16
+
*`react-server`
17
+
*[#946](https://github.com/redfin/react-server/pull/946) Fix no onclick bug on Link Component. ([@hbucius](https://github.com/hbucius))
18
+
*[#939](https://github.com/redfin/react-server/pull/939) Exclude hash fragments when extracting query string. ([@mlolson](https://github.com/mlolson))
19
+
20
+
#### Committers: 7
21
+
- Bo Borgerson ([gigabo](https://github.com/gigabo))
0 commit comments