Skip to content

Commit ddf8a3b

Browse files
committed
v0.6.0
1 parent dde87cd commit ddf8a3b

File tree

16 files changed

+104
-39
lines changed

16 files changed

+104
-39
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
## v0.6.0 (2017-01-28)
2+
3+
#### Breaking change
4+
* `react-server-cli`, `react-server`
5+
* [#837](https://github.com/redfin/react-server/pull/837) Address routr api changes & Handle POST. ([@drewpc](https://github.com/drewpc))
6+
* `react-server-cli`, `react-server`
7+
* [#809](https://github.com/redfin/react-server/pull/809) Server side hot reload. ([@drewpc](https://github.com/drewpc))
8+
9+
#### Enhancement
10+
* `react-server-examples`, `react-server-redux`, `react-server-test-pages`
11+
* [#839](https://github.com/redfin/react-server/pull/839) Add Redux Support. ([@sresant](https://github.com/sresant))
12+
* `react-server-cli`, `react-server`
13+
* [#809](https://github.com/redfin/react-server/pull/809) Server side hot reload. ([@drewpc](https://github.com/drewpc))
14+
* `babel-plugin-react-server`, `babel-preset-react-server`, `generator-react-server`, `react-server-cli`, `react-server-gulp-module-tagger`, `react-server-module-tagger`, `react-server`
15+
* [#787](https://github.com/redfin/react-server/pull/787) Update dependencies with david. ([@doug-wade](https://github.com/doug-wade))
16+
* Other
17+
* [#784](https://github.com/redfin/react-server/pull/784) Run bootstrap as a postinstall script. ([@doug-wade](https://github.com/doug-wade))
18+
* `babel-plugin-react-server`
19+
* [#778](https://github.com/redfin/react-server/pull/778) Add support for logger labels. ([@doug-wade](https://github.com/doug-wade))
20+
21+
#### Bug fix
22+
* `react-server-cli`, `react-server`
23+
* [#833](https://github.com/redfin/react-server/pull/833) Fix file path issues. ([@drewpc](https://github.com/drewpc))
24+
* [#837](https://github.com/redfin/react-server/pull/837) Address routr api changes & Handle POST. ([@drewpc](https://github.com/drewpc))
25+
* `generator-react-server`, `react-server-cli`
26+
* [#836](https://github.com/redfin/react-server/pull/836) Make output url more relative. ([@drewpc](https://github.com/drewpc))
27+
* `react-server`
28+
* [#838](https://github.com/redfin/react-server/pull/838) Fix ReactServerAgent CORS preflight. ([@drewpc](https://github.com/drewpc))
29+
* [#805](https://github.com/redfin/react-server/pull/805) Handle Null and Promise.resolve(null) in renderMetaTags + renderLinkTags. ([@drewpc](https://github.com/drewpc))
30+
* `react-server-cli`
31+
* [#786](https://github.com/redfin/react-server/pull/786) Resolve ReactMount not found error. ([@doug-wade](https://github.com/doug-wade))
32+
33+
#### Documentation
34+
* Other
35+
* [#821](https://github.com/redfin/react-server/pull/821) Remove asini run prepublish since it doesn't run in topo order. ([@doug-wade](https://github.com/doug-wade))
36+
* [#815](https://github.com/redfin/react-server/pull/815) Add merging prs policy. ([@doug-wade](https://github.com/doug-wade))
37+
* [#834](https://github.com/redfin/react-server/pull/834) Fix configuration key in documentation. ([@karlhorky](https://github.com/karlhorky))
38+
* [#827](https://github.com/redfin/react-server/pull/827) Fix broken Markdown link in production.md. ([@drewpc](https://github.com/drewpc))
39+
* [#817](https://github.com/redfin/react-server/pull/817) Documentation update: bullet list for express middlewares. ([@feychou](https://github.com/feychou))
40+
* [#814](https://github.com/redfin/react-server/pull/814) Documentation update: add details about node GC. ([@drewpc](https://github.com/drewpc))
41+
* [#777](https://github.com/redfin/react-server/pull/777) Add a guide for running react-server in production. ([@drewpc](https://github.com/drewpc))
42+
* `react-server-test-pages`
43+
* [#806](https://github.com/redfin/react-server/pull/806) Test page for page forwarding. ([@lidawang](https://github.com/lidawang))
44+
* [#803](https://github.com/redfin/react-server/pull/803) Adding bottleneck vanilla test sites. ([@krisxw](https://github.com/krisxw))
45+
46+
#### Security
47+
* `react-server-test-pages`, `react-server-website`
48+
* [#819](https://github.com/redfin/react-server/pull/819) Remove outdated nsprcs. ([@doug-wade](https://github.com/doug-wade))
49+
* `react-server-cli`
50+
* [#812](https://github.com/redfin/react-server/pull/812) Helmet as default express middleware in react-server-cli. ([@feychou](https://github.com/feychou))
51+
52+
#### Commiters: 12
53+
- Bo Borgerson ([gigabo](https://github.com/gigabo))
54+
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
55+
- Fey Chou ([feychou](https://github.com/feychou))
56+
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
57+
- Helen Weng ([helenaut](https://github.com/helenaut))
58+
- Karl Horky ([karlhorky](https://github.com/karlhorky))
59+
- Kristopher X Williams ([krisxw](https://github.com/krisxw))
60+
- Lida Wang ([lidawang](https://github.com/lidawang))
61+
- Mark Thomas ([markthethomas](https://github.com/markthethomas))
62+
- PC Drew ([drewpc](https://github.com/drewpc))
63+
- Richie Thomas ([richiethomas](https://github.com/richiethomas))
64+
- Sresan Thevarajah ([sresant](https://github.com/sresant))
65+
166
## v0.5.1 (2016-11-30)
267

368
#### Enhancement

asini.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asini": "1.1.0",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"hoist": true,
55
"changelog": {
66
"repo": "redfin/react-server",

packages/babel-plugin-react-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "babel-plugin-react-server",
3-
"version": "0.4.10",
3+
"version": "0.6.0",
44
"description": "Babel plugin for React Server transpilation",
55
"repository": "redfin/babel-plugin-react-server",
66
"author": "Doug Wade <doug.wade@redfin.com>",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"react-server-module-tagger": "^0.4.10"
9+
"react-server-module-tagger": "^0.6.0"
1010
},
1111
"devDependencies": {
1212
"babel-cli": "^6.18.0",

packages/babel-preset-react-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-server",
3-
"version": "0.4.10",
3+
"version": "0.6.0",
44
"description": "A recommended Babel config for working with react-server",
55
"main": "index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"babel-runtime": "^6.18.0",
2222
"babel-plugin-transform-runtime": "^6.15.0",
23-
"babel-plugin-react-server": "^0.4.10",
23+
"babel-plugin-react-server": "^0.6.0",
2424
"babel-preset-es2015": "^6.18.0",
2525
"babel-preset-react": "^6.16.0",
2626
"babel-preset-stage-0": "^6.16.0"

packages/generator-react-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-react-server",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "A react-server yeoman generator",
55
"homepage": "http://github.com/redfin/react-server",
66
"author": {
@@ -34,7 +34,7 @@
3434
"eslint": "^3.8.1",
3535
"eslint-plugin-react": "^6.4.1",
3636
"nsp": "^2.6.2",
37-
"react-server-cli": "^0.5.1",
37+
"react-server-cli": "^0.6.0",
3838
"rimraf": "^2.5.4",
3939
"shell-escape": "^0.2.0",
4040
"yeoman-assert": "^2.0.0",

packages/react-server-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-server-cli",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "A command line to run react-server",
55
"main": "target/index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
"q": "1.4.1",
4343
"raw-loader": "^0.5.1",
4444
"react-hot-loader": "~1.3.0",
45-
"react-server-core-middleware": "^0.4.10",
45+
"react-server-core-middleware": "^0.6.0",
4646
"sass-loader": "^4.0.0",
4747
"style-loader": "^0.13.1",
4848
"webpack": "^1.13.1",
@@ -54,7 +54,7 @@
5454
"ava": "^0.17.0",
5555
"babel-eslint": "^7.0.0",
5656
"babel-plugin-add-module-exports": "^0.2.1",
57-
"babel-preset-react-server": "^0.4.10",
57+
"babel-preset-react-server": "^0.6.0",
5858
"eslint-plugin-react": "^6.4.1",
5959
"gulp": "^3.9.1",
6060
"gulp-babel": "^6.1.2",
@@ -64,7 +64,7 @@
6464
"mockery": "^2.0.0",
6565
"nsp": "^2.6.2",
6666
"react-hot-loader": "^1.3.1",
67-
"react-server-gulp-module-tagger": "^0.4.10",
67+
"react-server-gulp-module-tagger": "^0.6.0",
6868
"rimraf": "^2.5.4"
6969
},
7070
"ava": {

packages/react-server-core-middleware/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-server-core-middleware",
3-
"version": "0.4.10",
3+
"version": "0.6.0",
44
"description": "Core page middleware for React Server",
55
"main": "index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"babel-cli": "^6.18.0",
3030
"babel-plugin-add-module-exports": "^0.2.1",
31-
"babel-preset-react-server": "^0.4.10",
31+
"babel-preset-react-server": "^0.6.0",
3232
"rimraf": "^2.5.4",
3333
"eslint": "^3.8.1",
3434
"eslint-plugin-react": "^6.4.1",

packages/react-server-data-bundle-cache/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-server-data-bundle-cache",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "React Server Data Bundle Cache",
55
"main": "index.js",
66
"repository": "redfin/react-server",
@@ -18,12 +18,12 @@
1818
"stratocacher-layer-lru": "0.0.12"
1919
},
2020
"peerDependencies": {
21-
"react-server": "^0.5.1"
21+
"react-server": "^0.6.0"
2222
},
2323
"devDependencies": {
2424
"gulp-nsp": "^2.4.2",
25-
"react-server": "^0.5.1",
26-
"react-server-gulp-module-tagger": "^0.4.10",
25+
"react-server": "^0.6.0",
26+
"react-server-gulp-module-tagger": "^0.6.0",
2727
"rimraf": "^2.5.4",
2828
"gulp-cli": "^1.2.2",
2929
"gulp": "^3.9.1",

packages/react-server-gulp-module-tagger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-server-gulp-module-tagger",
3-
"version": "0.4.10",
3+
"version": "0.6.0",
44
"description": "A gulp plugin to replace tags with module information",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"gulp-foreach": "0.1.0",
1919
"gulp-plumber": "^1.1.0",
2020
"gulp-replace": "^0.5.4",
21-
"react-server-module-tagger": "^0.4.10"
21+
"react-server-module-tagger": "^0.6.0"
2222
},
2323
"devDependencies": {
2424
"ava": "^0.17.0",

packages/react-server-integration-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"q": "1.4.1",
2020
"react": "~0.14.2 || ^15.1.0",
2121
"react-dom": "~0.14.2 || ^15.1.0",
22-
"react-server": "^0.5.1",
23-
"react-server-cli": "^0.5.1",
22+
"react-server": "^0.6.0",
23+
"react-server-cli": "^0.6.0",
2424
"rimraf": "^2.5.4",
2525
"zombie": "^5.0.5"
2626
},
27-
"version": "0.5.1"
27+
"version": "0.6.0"
2828
}

0 commit comments

Comments
 (0)