Naoyuki Kanezawa
242758e3ee
fix navigation failure ( #546 )
2016-12-27 21:27:52 -08:00
Guillermo Rauch
0c6efce5f0
yarn.lock ( #528 )
2016-12-27 18:24:33 -08:00
Guillermo Rauch
58ce55f305
Release 2.0.0-beta.4
2016-12-27 15:34:54 -08:00
Naoyuki Kanezawa
798fd3c1e8
Fix custom document compilation ( #534 )
...
* compile _document using webpack
* don't emit the bundle file of _document.js
* exclude _document.js from minChunks of CommonsChunkPlugin
* handle creation/removal of pages/_document.js
* improve path handlings
2016-12-27 15:28:19 -08:00
Naoyuki Kanezawa
815f17989b
fix config path ( #537 )
2016-12-27 15:27:51 -08:00
Greenkeeper
65e7ab0227
chore(package): update glamor to version 2.20.15 ( #542 )
2016-12-27 15:27:35 -08:00
Arunoda Susiripala
1ba315fcc1
Add a preact example. ( #543 )
...
* Add preact example.
* Update .babelrc
2016-12-27 10:58:10 -08:00
nkzawa
de7801df2d
example: fix npm script ( fix #526 )
2016-12-27 23:39:00 +09:00
Greenkeeper
9c7da4ead9
chore(package): update glamor to version 2.20.14 ( #539 )
2016-12-27 23:30:59 +09:00
Greenkeeper
9e69ba7b49
chore(package): update glamor to version 2.20.13 ( #535 )
2016-12-27 17:34:37 +05:30
Guillermo Rauch
d022cd9f24
Update README.md
2016-12-26 15:14:27 -08:00
Guillermo Rauch
1456af8fd6
Release 2.0.0-beta.3
2016-12-26 14:17:09 -08:00
Arunoda Susiripala
d580b8f0c9
Use ^2.0.0-beta as the version for with-prefetching example. ( #530 )
2016-12-26 12:37:03 -08:00
Greenkeeper
df997faeb0
chore(package): update styled-jsx to version 0.3.0 ( #529 )
2016-12-26 11:47:31 -08:00
Arunoda Susiripala
ac2a71876d
Add support for using .babelrc in the app root. ( #493 )
...
* Add support for using .babelrc in the app root.
* Update the README about the .babelrc usage.
* Fix a typo.
* Remove additional example usage.
2016-12-26 10:13:45 -08:00
Naoyuki Kanezawa
ad0f0a4d79
watch-page-plugin: prevent null access ( #523 )
2016-12-26 10:13:28 -08:00
nkzawa
1888a251a8
fix npm script on examples
2016-12-26 12:59:09 +09:00
Arunoda Susiripala
157d9aebf7
Remove strict-mode from the eval-script. ( #520 )
...
* Remove strict-mode from the eval-script.
* Use exact version for babel-plugin-transform-remove-strict-mode
* Use babelrc=false
2016-12-26 12:29:53 +09:00
Greenkeeper
499a4f111a
chore(package): update styled-jsx to version 0.2.4 ( #519 )
2016-12-25 16:29:23 -08:00
Naoyuki Kanezawa
d1f8b1aef1
fix recovering runtime error ( #515 )
2016-12-25 12:03:07 -08:00
Greenkeeper
78e21d0f74
chore(package): update source-map-support to version 0.4.8 ( #514 )
2016-12-25 23:04:49 +09:00
Ian Mitchell
355dbf8fdd
Fix SSR Cache Example ( #510 )
2016-12-25 00:38:35 +05:30
Guillermo Rauch
e81852c742
Update README.md
2016-12-24 09:57:15 -08:00
Naoyuki Kanezawa
af2d78c042
router: register initial route ( #508 )
2016-12-24 09:29:23 -08:00
Greenkeeper
87e136501f
chore(package): update benchmark to version 2.1.3 ( #509 )
2016-12-24 09:27:50 -08:00
James O'Dwyer
200f8eecb2
Add warning about module.exports use ( #505 )
...
* add warning about module.exports to readme
* rm unnecessary react imports
2016-12-24 09:53:08 +05:30
nkzawa
b9f875318e
Release 2.0.0-beta.2
2016-12-24 11:05:22 +09:00
nkzawa
aeeb531dff
bump styled-jsx
2016-12-24 11:04:21 +09:00
Dan Zajdband
d3cf72cd4f
Update README.md ( #499 )
2016-12-24 10:36:34 +09:00
Arunoda Susiripala
fb3612a941
Add SSR caching example to the README. ( #503 )
2016-12-24 10:30:06 +09:00
Greenkeeper
44c73b9970
chore(package): update webpack-hot-middleware to version 2.14.0 ( #498 )
2016-12-23 11:20:09 -08:00
Dan Zajdband
01e1883f79
Added glamor example and pointing warning to css migration guide ( #500 )
2016-12-23 11:18:25 -08:00
Naoyuki Kanezawa
74d4d22f84
router: fix route value on popstate ( #490 )
2016-12-23 09:14:14 -08:00
Arunoda Susiripala
b9bee24787
Add an example with SSR caching. ( #497 )
...
* Add an example with SSR caching.
* Update server.js
* Update README.md
* Use app.renderError to display errors in SSR example.
2016-12-23 09:13:52 -08:00
Naoyuki Kanezawa
01da6f4761
Add styletron example ( #486 )
...
* add styletron example
* example: fix link
* example: improve README
* Added styletron example reference to readme and merge with master
2016-12-23 08:01:24 -05:00
Matthew Mueller
de57e92109
standard format + remove unnecessary react dependency ( #492 )
2016-12-23 20:08:49 +09:00
Arunoda Susiripala
f7b9cb009f
Add cacheDirectory support for babel-loader. ( #487 )
...
This will improve the initial babel compilation
specially for larger projects.
2016-12-23 09:49:29 +09:00
Dan Zajdband
f6ece560e4
Add/data fetch example ( #485 )
...
* Added data fetch example
* Finished updating examples install instructions and added data-fetch example to main readme
2016-12-23 08:05:49 +09:00
nkzawa
414a22d38e
examples: fix README titles
2016-12-23 07:57:57 +09:00
nkzawa
cf727eb1e1
typo
2016-12-23 06:43:18 +09:00
Guillermo Rauch
27dedc9d6e
Update README.md
2016-12-22 13:08:58 -08:00
Dan Zajdband
2b791a6653
Added missing readme and references in main readme. ( #483 )
...
* Added missing readme and references in main readme.
* Fixed wrong links
* Updated examples format
2016-12-22 13:04:32 -08:00
Arunoda Susiripala
aa7fccbbc4
Fix incorrect babal alias for next/router. ( #480 )
2016-12-22 22:00:11 +09:00
Greenkeeper
9e204a39ac
chore(package): update source-map-support to version 0.4.7 ( #476 )
2016-12-22 20:42:10 +09:00
Arunoda Susiripala
362626d0d4
Update the next to the least supported version. ( #478 )
2016-12-22 20:41:50 +09:00
nkzawa
cae706d7b7
examples: use HTTPS URL
2016-12-22 18:14:12 +09:00
nkzawa
aa630279e6
examples: simplify download instruction
2016-12-22 18:07:54 +09:00
nkzawa
6b18e34f66
link: tweak scroll condition
2016-12-22 17:17:50 +09:00
nkzawa
b8291abeac
improve the styled-component example
2016-12-22 17:16:33 +09:00
James O'Dwyer
31feced24a
Avoid autoscrolling anchored URLs ( #474 )
...
* force scroll to false if # is found in url
* only overwrite scroll if scroll=true is not passed in
* clean up logic around setting scroll var
2016-12-22 17:15:49 +09:00