Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Mar 17, 2017
1 parent 6a56465 commit a61ef93
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 28 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
## v0.6.1 (2017-03-17)

#### Breaking change
* `react-server`
* [#880](https://github.com/redfin/react-server/pull/880) Drop Frameback. ([@szhou8813](https://github.com/szhou8813))

#### Enhancement
* `react-server-examples`
* [#895](https://github.com/redfin/react-server/pull/895) Upgrade meteor to use new ReduxAdapter. ([@ptomasroos](https://github.com/ptomasroos))
* [#894](https://github.com/redfin/react-server/pull/894) Make sure Redux Devtools is finding the store. ([@ptomasroos](https://github.com/ptomasroos))
* `react-server`
* [#891](https://github.com/redfin/react-server/pull/891) Upgrade to request-local-storage@1.2.0. ([@gigabo](https://github.com/gigabo))
* [#871](https://github.com/redfin/react-server/pull/871) Get dynamic config from process.env.REACT_SERVER_CONFIGS. ([@mocheng](https://github.com/mocheng))
* [#864](https://github.com/redfin/react-server/pull/864) Add support for a `?_debug_lab=1` parameter. ([@gigabo](https://github.com/gigabo))
* [#852](https://github.com/redfin/react-server/pull/852) Manage debug parameters with a `DebugUtil` helper. ([@gigabo](https://github.com/gigabo))
* `generator-react-server`, `react-server-cli`
* [#869](https://github.com/redfin/react-server/pull/869) Add compileOnStartup Option. ([@drewpc](https://github.com/drewpc))
* `generator-react-server`
* [#889](https://github.com/redfin/react-server/pull/889) Enable hot reloading in yeoman generated projects.. ([@dfabulich](https://github.com/dfabulich))
* `flab`, `react-server`
* [#846](https://github.com/redfin/react-server/pull/846) Build LABjs string from source. ([@gigabo](https://github.com/gigabo))

#### Performance
* `flab`, `react-server`
* [#881](https://github.com/redfin/react-server/pull/881) Add an option to split bundle load from execution. ([@gigabo](https://github.com/gigabo))

#### Bug fix
* `generator-react-server`
* [#899](https://github.com/redfin/react-server/pull/899) Updating generator-react-server to use ^v0.6.0. ([@roblg](https://github.com/roblg))
* `react-server-cli`
* [#892](https://github.com/redfin/react-server/pull/892) Let webpack see CSS from dependencies. ([@gigabo](https://github.com/gigabo))
* `react-server`
* [#866](https://github.com/redfin/react-server/pull/866) Protect multiple RSA requesters from each other. ([@gigabo](https://github.com/gigabo))
* [#882](https://github.com/redfin/react-server/pull/882) Updated delete method. ([@cashhh](https://github.com/cashhh))
* `react-server-middleware-json-response`
* [#860](https://github.com/redfin/react-server/pull/860) Fix issue with rm causing an error if index.js doesn't exist. ([@drewpc](https://github.com/drewpc))

#### Documentation
* `react-server-examples`
* [#893](https://github.com/redfin/react-server/pull/893) Document hasDocument option. ([@feychou](https://github.com/feychou))

#### Committers: 16
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- Dan Fabulich ([dfabulich](https://github.com/dfabulich))
- David Alber ([davidalber](https://github.com/davidalber))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Fey Chou ([feychou](https://github.com/feychou))
- Jason Zhou ([szhou8813](https://github.com/szhou8813))
- Johannes Ewald ([jhnns](https://github.com/jhnns))
- Karl Horky ([karlhorky](https://github.com/karlhorky))
- Kristopher X Williams ([krisxw](https://github.com/krisxw))
- Morgan Cheng ([mocheng](https://github.com/mocheng))
- Nick ([cashhh](https://github.com/cashhh))
- PC Drew ([drewpc](https://github.com/drewpc))
- Robert Gay ([roblg](https://github.com/roblg))
- Robert Law ([emecell](https://github.com/emecell))
- Sresan Thevarajah ([sresant](https://github.com/sresant))
- Tomas Roos ([ptomasroos](https://github.com/ptomasroos))

## v0.6.0 (2017-01-28)

#### Breaking change
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "0.6.0",
"version": "0.6.1",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/flab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flab",
"version": "0.0.1",
"version": "0.6.1",
"description": "Future Loading and Blocking JS",
"main": "index.js",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"babel-runtime": "^6.6.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-server": "^0.6.0",
"react-server-cli": "^0.6.0",
"react-server": "^0.6.1",
"react-server-cli": "^0.6.1",
"superagent": "1.8.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-react-server",
"version": "0.6.0",
"version": "0.6.1",
"description": "A react-server yeoman generator",
"homepage": "http://github.com/redfin/react-server",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"eslint": "^3.8.1",
"eslint-plugin-react": "^6.4.1",
"nsp": "^2.6.2",
"react-server-cli": "^0.6.0",
"react-server-cli": "^0.6.1",
"rimraf": "^2.5.4",
"shell-escape": "^0.2.0",
"yeoman-assert": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-server-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-cli",
"version": "0.6.0",
"version": "0.6.1",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"react": "~0.14.2 || ^15.1.0",
"react-dom": "~0.14.2 || ^15.1.0",
"react-hot-loader": "^1.3.1",
"react-server": "^0.6.0",
"react-server": "^0.6.1",
"react-server-gulp-module-tagger": "^0.6.0",
"rimraf": "^2.5.4",
"superagent": "1.8.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-server-data-bundle-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-data-bundle-cache",
"version": "0.6.0",
"version": "0.6.1",
"description": "React Server Data Bundle Cache",
"main": "index.js",
"repository": "redfin/react-server",
Expand All @@ -18,11 +18,11 @@
"stratocacher-layer-lru": "0.0.12"
},
"peerDependencies": {
"react-server": "^0.6.0"
"react-server": "^0.6.1"
},
"devDependencies": {
"gulp-nsp": "^2.4.2",
"react-server": "^0.6.0",
"react-server": "^0.6.1",
"react-server-gulp-module-tagger": "^0.6.0",
"rimraf": "^2.5.4",
"gulp-cli": "^1.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-server-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"q": "1.4.1",
"react": "~0.14.2 || ^15.1.0",
"react-dom": "~0.14.2 || ^15.1.0",
"react-server": "^0.6.0",
"react-server-cli": "^0.6.0",
"react-server": "^0.6.1",
"react-server-cli": "^0.6.1",
"rimraf": "^2.5.4",
"zombie": "^5.0.5"
},
"version": "0.6.0"
"version": "0.6.1"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-middleware-json-response",
"version": "0.6.0",
"version": "0.6.1",
"description": "JSON response middleware for React Server",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-redux",
"version": "0.6.0",
"version": "0.6.1",
"description": "Redux support for React-Server",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/react-server-test-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-test-pages",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"description": "Some pages to test out features of react-server",
"main": "index.js",
Expand All @@ -18,11 +18,11 @@
"q": "1.4.1",
"react": "~0.14.2 || ^15.1.0",
"react-dom": "~0.14.2 || ^15.1.0",
"react-server": "^0.6.0",
"react-server-cli": "^0.6.0",
"react-server-data-bundle-cache": "^0.6.0",
"react-server-middleware-json-response": "^0.6.0",
"react-server-redux": "^0.6.0",
"react-server": "^0.6.1",
"react-server-cli": "^0.6.1",
"react-server-data-bundle-cache": "^0.6.1",
"react-server-middleware-json-response": "^0.6.1",
"react-server-redux": "^0.6.1",
"redux-thunk": "^2.1.0",
"eslint-plugin-react": "^6.4.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/react-server-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-website",
"version": "0.6.0",
"version": "0.6.1",
"description": "A react-server instance",
"main": "HelloWorld.js",
"private": true,
Expand All @@ -19,9 +19,9 @@
"highlight.js": "^9.5.0",
"react": "~0.14.2 || ^15.1.0",
"react-dom": "~0.14.2 || ^15.1.0",
"react-server": "^0.6.0",
"react-server-cli": "^0.6.0",
"react-server-data-bundle-cache": "^0.6.0",
"react-server": "^0.6.1",
"react-server-cli": "^0.6.1",
"react-server-data-bundle-cache": "^0.6.1",
"remarkable": "^1.6.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server",
"version": "0.6.0",
"version": "0.6.1",
"description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser.",
"main": "target/server/server.js",
"browser": "target/client/client.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"cookie-parser": "1.4.3",
"eventemitter3": "^2.0.2",
"express-state": "^1.4.0",
"flab": "^0.0.1",
"flab": "^0.6.1",
"lodash": "^4.16.4",
"mobile-detect": "^1.3.5",
"q": "1.4.1",
Expand Down

0 comments on commit a61ef93

Please sign in to comment.