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
nkzawa
eb9a61e9e7
Release 2.0.0-beta.1
2016-12-22 16:11:55 +09:00
Guillermo Rauch
bb4226adcd
Update README.md
2016-12-21 21:30:06 -08:00
Guillermo Rauch
41322d7d11
Update README.md
2016-12-21 21:29:12 -08:00
Dan Zajdband
c5d69f0585
Add/move examples ( #470 )
...
* Added redux and styled components (wip) examples.
* Updated examples readmes and package.json
* Fixed styled-components example
2016-12-21 21:10:54 -08:00
Rahul
4a13160f4c
Fix typo ( #471 )
2016-12-21 19:52:43 -08:00
Arunoda Susiripala
c60b818de4
Add missing main files to NPM. ( #464 )
2016-12-21 17:40:26 -08:00
Arunoda Susiripala
1719738ed1
Allow to customize our babel configuration ( #466 )
...
* Add a way to customize babel configurations.
* Add babel configuration docs to README.
2016-12-21 17:36:00 -08:00
Benjamin E. Coe
9ac79ed1ae
fix: expose babel presets for upstream libraries ( #463 )
2016-12-21 11:26:55 -08:00
Naoyuki Kanezawa
2a29bf6242
display deprecation warning only when method was called ( #462 )
2016-12-21 10:43:31 -08:00
Naoyuki Kanezawa
fe962b12de
make sure to flush styles and head ( #459 )
2016-12-21 07:57:25 -08:00
Naoyuki Kanezawa
4faa281f23
suppress logging on test ( #455 )
2016-12-21 06:39:08 -08:00
Arunoda Susiripala
f1c6ea3248
Fix Jest example app ( #458 )
...
* Add a working JEST example app.
* Add README.md
* Move react-test-renderer to devDeps.
* Add a newline to the .babelrc
2016-12-21 23:06:24 +09:00
nkzawa
95eb20e6a2
Release 2.0.0-beta.0
2016-12-21 14:11:00 +09:00
Greenkeeper
8c54820d5c
chore(package): update styled-jsx to version 0.2.2 ( #447 )
2016-12-20 19:07:10 -08:00
Guillermo Rauch
47956d1fbf
Update README.md
2016-12-20 19:03:38 -08:00
Arunoda Susiripala
2798df5745
Create a babel-preset for plugins and presets we use. ( #445 )
...
* Create a babel-preset for plugins and presets we use.
Anyone could get it via 'next/babel'
* Remove 'use strict' from the source.
* Add next/router to alias resolver in our babel preset.
2016-12-20 18:01:56 -08:00
Arunoda Susiripala
e839a0f6d5
Make the linting process faster. ( #446 )
2016-12-20 17:13:11 -08:00
Dan Zajdband
bacb42ead4
Updated README with new features and code fixes ( #444 )
...
* Updated README with new features and code fixes
* Removed staticMarkup option from docs.
* Fixed quiet parameter info.
2016-12-20 14:57:11 -08:00
Guillermo Rauch
b337433d14
Update index.js
2016-12-20 13:03:44 -08:00
Guillermo Rauch
1af5bc98bb
Update README.md
2016-12-20 12:45:27 -08:00
Guillermo Rauch
9056116c5b
Update Header.js
2016-12-20 12:44:23 -08:00
Guillermo Rauch
376661254d
Update index.js
2016-12-20 12:41:40 -08:00
Guillermo Rauch
a27f6b0af6
Update features.js
2016-12-20 12:41:26 -08:00
Guillermo Rauch
8129eea237
Update contact.js
2016-12-20 12:41:15 -08:00