1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
Commit graph

341 commits

Author SHA1 Message Date
Guillermo Rauch 2c2d7ad6d5 Update index.js 2016-12-20 12:40:26 -08:00
Guillermo Rauch 100c12b5fe Update about.js 2016-12-20 12:39:34 -08:00
Guillermo Rauch 41c73a3aa7 Update Header.js 2016-12-20 12:39:15 -08:00
Guillermo Rauch cded884581 Update post.js 2016-12-20 12:38:10 -08:00
Guillermo Rauch 587c976ef0 Update paragraph.js 2016-12-20 12:37:58 -08:00
Guillermo Rauch b2c5d40b5f Update about.js 2016-12-20 12:37:38 -08:00
Guillermo Rauch e4d59c087d Update README.md 2016-12-20 12:37:24 -08:00
Guillermo Rauch 35869daee5 Update Header.js 2016-12-20 12:36:30 -08:00
Guillermo Rauch c4c63ab401 Update index.js 2016-12-20 12:36:03 -08:00
Guillermo Rauch 16cab95a57 Update index.js 2016-12-20 12:35:48 -08:00
Guillermo Rauch f51696be08 Update blog.js 2016-12-20 12:35:34 -08:00
Guillermo Rauch ff62d6f631 Update index.js 2016-12-20 12:35:11 -08:00
Guillermo Rauch 0754ac0790 Update about.js 2016-12-20 12:34:56 -08:00
Guillermo Rauch dcf1187f58 Update index.js 2016-12-20 12:34:42 -08:00
Guillermo Rauch 7482ac6398 Update index.js 2016-12-20 12:34:27 -08:00
Guillermo Rauch f4ccfd9e04 Update b.js 2016-12-20 12:34:15 -08:00
Guillermo Rauch 1b694bd8a8 Update a.js 2016-12-20 12:34:04 -08:00
Guillermo Rauch 280655da62 Update index.js 2016-12-20 12:33:47 -08:00
Guillermo Rauch b5c4023148 Update README.md 2016-12-20 11:27:29 -08:00
Guillermo Rauch 2a1cda283b Update README.md 2016-12-20 11:26:59 -08:00
Guillermo Rauch 905d671719 Update README.md 2016-12-20 11:19:03 -08:00
Arunoda Susiripala 141c045c68 Make next/router a client only API. (#443)
* Prevent using 'next/router' APIs inside 'getInitialProps'

* Remove incorrect documentation.

* Make next/router a client only API.
2016-12-20 09:27:43 -08:00
Guillermo Rauch 660147f661 Update README.md 2016-12-19 14:41:21 -08:00
Guillermo Rauch 12ae74c236 Update README.md 2016-12-19 14:37:15 -08:00
Guillermo Rauch 9f303ebe74 Update README.md 2016-12-19 14:36:33 -08:00
Guillermo Rauch 59c33e1f11 Update README.md 2016-12-19 14:35:26 -08:00
Guillermo Rauch 1980726208 Update README.md 2016-12-19 14:25:03 -08:00
Guillermo Rauch 3c25bef2ea Update README.md 2016-12-19 13:34:19 -08:00
Arunoda Susiripala 565bb5790b Update url.pushTo and url.replaceTo update only on dev. (#434)
In order to warn the user, now we are using a warn function
which is located in the lib/utils module.
2016-12-19 13:04:38 -08:00
Luke Edwards ff7e128c80 add cli version flags (#435)
* add version flags

* fix typo -.-
2016-12-19 12:14:23 -08:00
Guillermo Rauch fce87e6e65 Update README.md 2016-12-19 11:20:18 -08:00
Arunoda Susiripala e45cc89ce3 Add deprecate messages for url.replaceTo and url.pushTo (#433) 2016-12-19 10:49:15 -08:00
Naoyuki Kanezawa a87ef1a7af Incorporate styled-jsx (#420)
* integrate styled-jsx

* define styles of pages with styled-jsx

* bump styled-jsx

* bump styled-jsx

* error-debug: fix style

* bump styled-jsx

* fix examples to use styled-jsx

* bump styled-jsx
2016-12-19 10:42:19 -08:00
Arunoda Susiripala 26c485a22f Add X-Powered-By header. (#416)
* Add X-Powered-By header.

* Add support to disable setting x-provided-by header

* Add some test cases.
2016-12-19 07:27:47 -08:00
Guillermo Rauch 7baebd0c0f Update README.md 2016-12-19 07:17:33 -08:00
Guillermo Rauch 7ab4f54971 Update README.md 2016-12-19 07:16:44 -08:00
Guillermo Rauch ec235dbf1e Update README.md 2016-12-19 07:04:53 -08:00
Arunoda Susiripala 22776c2eee Implement the Singleton Router API (#429)
* Immplement the initial singleton Router.

* Use the new SingletonRouter for HMR error handling.

* Use SingletonRouter inside the Link.

* Create an example app using the Router.

* Make the url parameter optional in Router.push and Router.replace

* Add a section about next/router in the README.
2016-12-19 06:40:26 -08:00
Stephen Sauceda 955f6817c4 Add cli usage information (#423)
* add cli usage: `next init`

* add cli usage: `next --help`

* add cli usage: `next build --help`

* add cli usage: `next dev --help`

* add cli usage: `next init --help`

* add cli usage: `next start --help`

* use set

* build, start and dev all accept a directory

* typo and conciseness
2016-12-18 12:28:34 -08:00
nkzawa d12502ef24 bump dependencies 2016-12-19 00:36:46 +09:00
Naoyuki Kanezawa 1e70324a41 print a deprecated message for next/css (#421) 2016-12-17 13:59:38 -08:00
Arunoda Susiripala 37a9c661ff Make prefetching works again. (#422) 2016-12-17 13:59:03 -08:00
Thomas Jaggi de6521a481 Allow for custom route in pushTo and replaceTo methods (#417) 2016-12-18 05:18:50 +09:00
Guillermo Rauch e9543cf614 Update README.md 2016-12-17 11:48:52 -08:00
Guillermo Rauch 4e77e105af Update README.md 2016-12-17 11:33:07 -08:00
Guillermo Rauch 3b1761eb1b Update README.md 2016-12-17 11:31:34 -08:00
Guillermo Rauch 6950633796 Update README.md 2016-12-17 11:16:22 -08:00
Guillermo Rauch 86507c2cde Update README.md 2016-12-17 11:04:44 -08:00
Guillermo Rauch 6a4fbd8e50 Update README.md 2016-12-17 11:03:53 -08:00
Ives van Hoorne 5ab7463b93 Exploration of different config + expose webpack config (#222)
* Use next.config.js instead of package.json

* Remove irrelevant comment

* Integrate with custom webpack config

* Include hotReload option

* Remove async/await for getConfig

* Read package.json, show warning when webpack in config is defined

* Prepend warning message with WARNING

* Update log statements

* Documentation

* Restart server on change of config

* Fix process handling and cases where there is no config

* Also restart server when config file gets deleted

* Changed second parameter of webpack to config

* Support for returning Promise

* Update documentation, fix bug with webpack config

* Remove package.json, cdn and hotReload from config
2016-12-17 10:38:11 -08:00