File tree Expand file tree Collapse file tree 9 files changed +34
-19
lines changed
react-server-data-bundle-cache
react-server-integration-tests Expand file tree Collapse file tree 9 files changed +34
-19
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.4.2 (2016-08-10)
1
2
3
+ #### Enhancement
4
+ * ` react-server-cli `
5
+ * [ #513 ] ( https://github.com/redfin/react-server/pull/513 ) add body-parser middleware for express. ([ @mattiasewers ] ( https://github.com/mattiasewers ) )
6
+
7
+ #### Bug fix
8
+ * ` react-server `
9
+ * [ #501 ] ( https://github.com/redfin/react-server/pull/501 ) Prevent another type of flash of unstyled content. ([ @gigabo ] ( https://github.com/gigabo ) )
10
+ * [ #518 ] ( https://github.com/redfin/react-server/pull/518 ) Eliminate a frameback navigation initialization race. ([ @gigabo ] ( https://github.com/gigabo ) )
11
+
12
+ #### Commiters: 6
13
+ - Bo Borgerson ([ gigabo] ( https://github.com/gigabo ) )
14
+ - David Alber ([ davidalber] ( https://github.com/davidalber ) )
15
+ - Douglas Wade ([ doug-wade] ( https://github.com/doug-wade ) )
16
+ - Greenkeeper ([ greenkeeperio-bot] ( https://github.com/greenkeeperio-bot ) )
17
+ - Mattias Ewers ([ mattiasewers] ( https://github.com/mattiasewers ) )
18
+ - Omer Zach ([ omerzach] ( https://github.com/omerzach ) )
2
19
3
20
## v0.4.1 (2016-08-04)
4
21
157
174
- Douglas Wade ([ doug-wade] ( https://github.com/doug-wade ) )
158
175
- Rob Landers ([ withinboredom] ( https://github.com/withinboredom ) )
159
176
160
- > @ changelog /Users/doug.wade/code/react-server
161
- > lerna-changelog
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.0.0-beta.24" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"changelog" : {
5
5
"repo" : " redfin/react-server" ,
6
6
"labels" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-react-server" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " A react-server yeoman generator" ,
5
5
"homepage" : " http://github.com/redfin/react-server" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server-cli" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " A command line to run react-server" ,
5
5
"main" : " target/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server-data-bundle-cache" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " React Server Data Bundle Cache" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " redfin/react-server" ,
17
17
"stratocacher-layer-lru" : " 0.0.12"
18
18
},
19
19
"peerDependencies" : {
20
- "react-server" : " ^0.4.1 "
20
+ "react-server" : " ^0.4.2 "
21
21
},
22
22
"devDependencies" : {
23
23
"rimraf" : " ^2.5.2"
Original file line number Diff line number Diff line change 11
11
"q" : " ^1.4.1" ,
12
12
"react" : " ~0.14.2" ,
13
13
"react-dom" : " ~0.14.2" ,
14
- "react-server" : " ^0.4.1 " ,
15
- "react-server-cli" : " ^0.4.1 " ,
14
+ "react-server" : " ^0.4.2 " ,
15
+ "react-server-cli" : " ^0.4.2 " ,
16
16
"rimraf" : " ^2.5.2" ,
17
17
"superagent" : " 1.2.0"
18
18
},
19
- "version" : " 0.4.1 "
19
+ "version" : " 0.4.2 "
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server-test-pages" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"private" : true ,
5
5
"description" : " Some pages to test out features of react-server" ,
6
6
"main" : " index.js" ,
18
18
"q" : " 1.4.1" ,
19
19
"react" : " ^0.14.2" ,
20
20
"react-dom" : " ^0.14.2" ,
21
- "react-server" : " ^0.4.1 " ,
22
- "react-server-cli" : " ^0.4.1 " ,
23
- "react-server-data-bundle-cache" : " ^0.4.1 " ,
21
+ "react-server" : " ^0.4.2 " ,
22
+ "react-server-cli" : " ^0.4.2 " ,
23
+ "react-server-data-bundle-cache" : " ^0.4.2 " ,
24
24
"superagent" : " 1.2.0"
25
25
},
26
26
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server-website" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " A react-server instance" ,
5
5
"main" : " HelloWorld.js" ,
6
6
"private" : true ,
18
18
"highlight.js" : " ^9.5.0" ,
19
19
"react" : " ~0.14.2" ,
20
20
"react-dom" : " ~0.14.2" ,
21
- "react-server" : " ^0.4.1 " ,
22
- "react-server-cli" : " ^0.4.1 " ,
23
- "react-server-data-bundle-cache" : " ^0.4.1 " ,
21
+ "react-server" : " ^0.4.2 " ,
22
+ "react-server-cli" : " ^0.4.2 " ,
23
+ "react-server-data-bundle-cache" : " ^0.4.2 " ,
24
24
"remarkable" : " ^1.6.2" ,
25
25
"superagent" : " 1.2.0"
26
26
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " React framework with server render for blazing fast page load and seamless transitions between pages in the browser." ,
5
5
"main" : " target/server/server.js" ,
6
6
"browser" : " target/client/client.js" ,
You can’t perform that action at this time.
0 commit comments