Commit graph

17779 commits

Author SHA1 Message Date
Tony Kovanen
d856ebdca3 Merge pull request #49 from siddharthkp/patch-1
Added sample app link to README
2016-10-25 19:24:10 +03:00
Siddharth Kshetrapal
aea49d426e Added sample app link to README 2016-10-25 21:48:57 +05:30
nkzawa
4b74c70cc9 Release 1.0.0 2016-10-26 00:10:10 +09:00
Naoyuki Kanezawa
cab1e90aad Merge pull request #46 from zeit/add/error-pages-dir
Error instead of warning on missing pages dir
2016-10-26 00:04:08 +09:00
Dan Zajdband
38efb9f96e Using process.exit instead of exit 2016-10-25 16:03:24 +01:00
Dan Zajdband
0bae38ae16 It was process.exit 2016-10-25 16:01:36 +01:00
Naoyuki Kanezawa
049d2fe949 Merge pull request #44 from zeit/fix/meta
package.json: add some fields
2016-10-25 23:59:52 +09:00
nkzawa
c698b32ac8 Merge branch 'master' into fix/meta 2016-10-25 23:59:13 +09:00
nkzawa
333eb959cc 0.9.11 2016-10-25 23:43:07 +09:00
nkzawa
42725614d9 fix WatchPagesPlugin to use webpack/hot/dev-server 2016-10-25 23:42:36 +09:00
Dan Zajdband
14ef3fcfca Only console error 2016-10-25 15:27:21 +01:00
Dan Zajdband
37f76b16bc Error instead of warning on missing pages dir 2016-10-25 15:25:45 +01:00
nkzawa
1bf98eaa6b v0.9.10 2016-10-25 22:54:45 +09:00
nkzawa
a0d94ce076 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-25 22:52:51 +09:00
nkzawa
a9c0ae3498 use webpack/hot/dev-server to full-reload on HMR errors 2016-10-25 22:51:44 +09:00
Dan Zajdband
4e1042712c Updated css syntax 2016-10-25 14:44:20 +01:00
Guillermo Rauch
944643c331 Update Readme.md 2016-10-25 14:37:55 +02:00
Dan Zajdband
91d979d559 Removed auto open tab functionality (#45) 2016-10-25 14:36:02 +02:00
Guillermo Rauch
8985d2218d Update Readme.md 2016-10-25 14:33:46 +02:00
nkzawa
10105dce57 package.json: add the repository field 2016-10-25 20:18:06 +09:00
nkzawa
c063973ac0 package.json: add description and homepage fields 2016-10-25 20:03:48 +09:00
nkzawa
165431bdc7 v0.9.9 2016-10-25 19:58:36 +09:00
Guillermo Rauch
c633511a2e Update Readme.md 2016-10-25 12:34:14 +02:00
Dan Zajdband
b01ddc5544 Added bundle size and % (#43) 2016-10-25 12:32:03 +02:00
nkzawa
b997ca8f09 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-25 18:11:51 +09:00
nkzawa
ba2e2aced9 webpack: fix loader exclude settings 2016-10-25 18:11:39 +09:00
Dan Zajdband
885e6acef7 Merge pull request #41 from zeit/fix/css-usage
Fix usage of next/css
2016-10-25 11:01:45 +02:00
nkzawa
83400a8f38 fix usage of next/css 2016-10-25 17:16:54 +09:00
nkzawa
becae90375 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-25 16:46:16 +09:00
nkzawa
81612f86a7 prepublish hook 2016-10-25 16:45:12 +09:00
nkzawa
4c42644845 gulp: compile test and bench only if it's required 2016-10-25 16:44:54 +09:00
nkzawa
414fa68295 add benchmark module 2016-10-25 16:26:21 +09:00
nkzawa
36497ceaf7 gulp: simplify build 2016-10-25 16:01:32 +09:00
Naoyuki Kanezawa
1952a47a90 Merge pull request #39 from zeit/add/css-default-export
Exposing glamor style as default
2016-10-25 15:57:44 +09:00
Guillermo Rauch
09a9eb08fb Update Readme.md 2016-10-25 08:15:50 +02:00
Guillermo Rauch
10ce2e3305 Update package.json 2016-10-25 08:11:00 +02:00
Guillermo Rauch
8f058733dc Update Readme.md 2016-10-25 08:10:38 +02:00
Guillermo Rauch
66518b42da Update Readme.md 2016-10-25 08:09:45 +02:00
Naoyuki Kanezawa
ebecbcf89e Load client js from cdn with fallback (#34)
* load client js from cdn with fallback

* fix cdn url
2016-10-25 01:50:33 -04:00
Guillermo Rauch
08811c7c95 Update Readme.md 2016-10-24 16:00:50 -04:00
Guillermo Rauch
b3fd94f925 Update Readme.md 2016-10-24 15:59:46 -04:00
Guillermo Rauch
32e421c6e1 Update Readme.md 2016-10-24 15:40:29 -04:00
nkzawa
7569ef6ca9 hot reload compilation errors 2016-10-25 00:20:50 +09:00
nkzawa
7ec46d512b hot reload added/removed pages 2016-10-24 16:22:15 +09:00
nkzawa
301cd26235 dynamic-entry-plugin: improve 2016-10-24 11:38:55 +09:00
nkzawa
61dc5137f5 dynamic-entry-plugin: fix hasEntry 2016-10-24 10:55:25 +09:00
nkzawa
7dfc298859 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-24 01:42:31 +09:00
nkzawa
07b95ae080 dynamically add/remove pages 2016-10-24 01:42:13 +09:00
Dan Zajdband
6743e2b014 Exposing glamor style as default allowing different ways to import the css helpers 2016-10-22 09:45:41 +02:00
Dan Zajdband
e164074f8e Added glamor css (#38)
* Added glamor css

* Using pseudoclasses instead of calling functions

* Updated readme using style instead of default import for css
2016-10-21 09:39:20 -07:00