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

1346 commits

Author SHA1 Message Date
Arunoda Susiripala 0191d2eb1b Merge branch 'master' into v3-beta 2017-06-05 20:39:07 +05:30
Arunoda Susiripala 24f511f343 When detecting changed pages in hot-reloader use only pages. (#2171) 2017-06-05 20:37:20 +05:30
Arunoda Susiripala f342624f14 Merge master with v3-beta 2017-06-05 15:19:33 +05:30
greenkeeper[bot] 8eb6ea3c57 chore(package): update node-fetch to version 1.7.1 (#2159) 2017-06-05 11:27:39 +02:00
Arunoda Susiripala 443abba94a Fix HMR http request timeout issue under node 8. (#2166)
The fix is to add a heartbeat less than 5 secs.
2017-06-05 11:02:13 +02:00
greenkeeper[bot] e74fb7858e fix(package): update styled-jsx to version 1.0.4 (#2162) 2017-06-04 23:18:11 +02:00
Matt Phillips 40290f85c3 Fix readme conflict (#2148) 2017-06-03 09:03:56 +02:00
Guillermo Rauch 62a41605aa Release 3.0.0-beta9 2017-06-02 07:21:36 -07:00
greenkeeper[bot] 7f782e182e chore(package): update nyc to version 11.0.1 (#2138) 2017-06-02 08:06:16 +02:00
Arunoda Susiripala e1a9febe28 Get latest master into v3 (#2139)
* Merge branch 'master' into v3-beta

* Add send back to v3-beta.
2017-06-02 10:35:04 +05:30
Guillermo Rauch fbb242a973 Release 3.0.0-beta8 2017-06-01 18:38:27 -07:00
Guillermo Rauch f4345e79c2 Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta 2017-06-01 18:31:14 -07:00
Guillermo Rauch 850a931e88 Merge branch 'master' into v3-beta 2017-06-01 18:30:57 -07:00
Bill Hefty af7993683b Add link to example for webpack-bundle-analyzer (#1130) (#2104) 2017-06-01 14:51:54 +02:00
Arunoda Susiripala ed3618f035 Fix test failures (#2129)
* Fix test failures due to styled-jsx change.

* Update styled-jsx to the latest.
2017-06-01 10:34:21 +05:30
Guillermo Rauch dd4b4dd9d0 Release 2.4.1 2017-05-31 18:06:48 -07:00
Arunoda Susiripala 02fe7cf63f Merge branch 'fix-dir-traversal-error' 2017-06-01 06:16:58 +05:30
Arunoda Susiripala 43c447edd0 Implement the fix. 2017-06-01 05:46:32 +05:30
Arunoda Susiripala 0ec33c8ccd fix(package): update styled-jsx to version 1.0.3 (#2122)
Closes #2095
2017-05-31 18:33:58 +05:30
Felix-Antoine Paradis 442c611d49 Add next configuration as an option for custom servers (#2058)
* Add a configuration parameter to custom server startup

* Adding related documentation

* Do not access filesystem if configuration is supplied

* Make the configuration log clearer

* Make the conf default value to `null`
2017-05-31 13:36:07 +05:30
Dmitry Rybin e6f3651763 Fix broken link at readme (#2103)
Fixed broken readme link and make it short by removing unnecessary invitation.
2017-05-31 12:44:34 +05:30
Tim Neutkens 57b2aefe30 Pin styled-jsx dependency 2017-05-31 07:57:46 +02:00
Ademola Adegbuyi 18bb8774c7 Fix with-glamorous example (#2117)
* Fixed all unsupported style properties
2017-05-31 07:56:50 +02:00
Tim Neutkens 25afe27211 Update styled jsx to 1.x (#2119) 2017-05-31 07:43:17 +02:00
Olivier Tassinari 3a0fe4349c Fix escape issue (#2115)
For instance:
```css
.MuiGrid-gutter-xs-8-1393152966 > .MuiGrid-typeItem-3088349198 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
```
2017-05-30 20:51:52 +02:00
Benjamin Hoffman e1d5c3df55 Updates link in Production deployment of readme (#2113)
I think I found a typo.  Hope this fix matches the author's intended meaning.
2017-05-30 20:50:20 +02:00
Bruno 9f994631f8 Small code fix (#2099)
Using actionType instead of plain string
2017-05-29 19:36:57 +02:00
Giuseppe 98fb1a0df1 Point to styled-jsx npm package's readme (#2085)
As we add new features and update README.md in zeit/styled-jsx people ask questions, typically why doesn't x works.
Master shouldn't be the source of truth, better link to the npm package's landing page.
2017-05-27 19:46:58 +02:00
偏右 9ce12a03c5 Upgrade deps and fix old usage (#2084)
Fix https://github.com/zeit/next.js/pull/1817#issuecomment-299738931
2017-05-27 18:02:53 +02:00
George Pantazis 2953a01c43 Make file-system based routes optional for custom servers (#914) 2017-05-27 21:10:15 +05:30
Colder Xihk 56cf8ad0a3 Add ant design mobile example (#1793)
* add antd-mobile example

* update antd-mobile@1.1.2

remove unsupported page

add menu to trick page
2017-05-27 14:22:13 +02:00
偏右 bd96b69049 Add ant design example (#1817)
* Add ant design example

* Reduce bundle size by importing modularized antd

* lock react version for warning
2017-05-27 14:21:01 +02:00
Victor Nahuel Chaves 5187fcdb80 add postcss after sass compilation to with-external-scoped-css example (#1640)
* add postcss after sass compilation

* Fix indent

* Fixed mixed tab indent with spaces
2017-05-27 14:18:50 +02:00
Thomas Lindstrøm 0d0ab77db7 Update example with-scoped-stylesheets-and-postcss (#1606)
Fixes #1191
2017-05-27 14:12:37 +02:00
greenkeeper[bot] 6fe552601b fix(package): update mitt to version 1.1.2 (#2027) 2017-05-27 13:52:09 +02:00
Miles Rausch f0c646a366 Correct "yo" to "to" (#2078) 2017-05-27 13:14:21 +02:00
João Carmona c443635945 feat(with-redux): add redux tools to example (#1994) 2017-05-25 18:37:10 +02:00
Olivier Tassinari 15e9573ded feat: add an example with the next branch of Material-UI (#2036) 2017-05-25 18:36:21 +02:00
greenkeeper[bot] c80fdf3d1c fix(package): update babel-preset-env to version 1.5.1 (#2041) 2017-05-25 18:33:04 +02:00
greenkeeper[bot] e12db8c1c4 fix(package): update webpack to version 2.6.0 (#2043) 2017-05-25 18:32:34 +02:00
RasmusErik Voel Jensen 8b90e6f148 example: with react-toolbox (#2047)
* example with react-toolbox

* JavaScript standard
2017-05-25 18:32:17 +02:00
greenkeeper[bot] 1723d9defd chore(package): update jest-cli to version 20.0.4 (#2057) 2017-05-25 18:30:39 +02:00
Arunoda Susiripala 787a110b75 Fix issue related to 404 and no default exports. (#2063)
Just after a 404 page, if we created a page with
no default exports. It'll throw an error.
And it'll crash internal webpack state.
So, once we have it we need to do a hard reload to recover it.
2017-05-25 18:29:03 +02:00
Arunoda Susiripala 9121a9d22e Never cache assets and HTML in the dev mode. (#2045)
* Never cache assets and HTML in the dev mode.

* Move etags test to the production.

Now it won't work in dev because of no-cache settings.
2017-05-25 18:28:08 +02:00
Arunoda Susiripala 3c95f21d8c Do not try to server unnessesary files in either dev or prod. (#2048) 2017-05-23 10:30:14 -07:00
greenkeeper[bot] 3b5704c4d8 chore(package): update node-fetch to version 1.7.0 (#2049) 2017-05-23 18:42:25 +02:00
Guillermo Rauch 533a31b005 Release 3.0.0-beta6 2017-05-22 13:18:51 -07:00
Guillermo Rauch f12db64763 Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta 2017-05-22 13:04:33 -07:00
Guillermo Rauch 37be0ab765 filter for null *after* Children is called to make this work with some -compat pollyfills 2017-05-22 12:58:54 -07:00
Ben James 0fdd379eee Add reference to wiki for deploying to GitHub (#2035) 2017-05-21 18:44:43 +02:00