Tim Neutkens
e0c74948d0
7.0.0-canary.3
2018-08-25 20:41:36 +02:00
Michael Fix
9532cc1256
Remove old UNSAFE_ lifecycle methods ( #5020 )
...
~I am not sure if this is a valid fix yet, but I was going to let CI run the tests for me. I'll close and look into it if the build fails.~
Let me know if this will cause issues, but I don't think it should. The React docs recommends moving `componentWillMount` logic into the constructor
2018-08-25 17:26:11 +02:00
Tim Neutkens
1babde1026
7.0.0-canary.2
2018-08-24 16:47:33 +02:00
HaNdTriX
11816537c3
Open editor from error-overlay (minor) ( #4979 )
...
This PR adds links to the [react-error-overlay](https://www.npmjs.com/package/react-error-overlay ).
This allows a developer to open a stack trace in its own editor.
![codelinking](https://user-images.githubusercontent.com/1265681/44278860-a63e0a80-a24f-11e8-9c69-c5365c026c58.gif )
Closes #4813
2018-08-24 16:30:41 +02:00
Tim Neutkens
d3f8de3306
7.0.0-canary.1
2018-08-24 10:31:24 +02:00
HaNdTriX
bb13e941e5
Fix polyfills ( #5013 )
2018-08-24 01:57:04 +02:00
Tim Neutkens
918e0a6e32
Replace uuid with nanoid ( #4987 )
...
* Replace uuid with nanoid
Same functionality in a smaller package:
https://bundlephobia.com/result?p=nanoid@1.2.1
https://bundlephobia.com/result?p=uuid@3.3.2
* Add comment
2018-08-23 17:02:47 +02:00
HaNdTriX
24386b93dc
Remove babel-plugin-transform-remove-strict-mode ( #5003 )
...
This plugin wasn’t in use anyway.
Related: https://github.com/zeit/next.js/pull/414
Maybe we can remove the [`"strict_mode"`](https://github.com/zeit/next.js/search?q=%27use+strict%27&type=Code ) statements as well.
2018-08-22 08:32:57 +02:00
HaNdTriX
eb00bc23e5
Remove babel-plugin-istanbul ( #5004 )
...
This plugin is not in use.
https://github.com/zeit/next.js/search?q=istanbul&unscoped_q=istanbul
2018-08-22 08:31:49 +02:00
HaNdTriX
5ff7c0742c
Lint examples ( #4985 )
...
* Lint examples/with-apollo-and-redux-saga
* Lint examples/with-apollo-auth
* Lint examples/with-apollo
* Lint exampels/with-google-analytics
* Lint examples/with-higher-order-component
* Lint examples/with-react-i18next
* Lint exampels/with-redux
* Lint exampels/with-relay-modern
* Lint examples/with-universal-configuration-runtime
* Add **/examples/**/lib/** to linter
2018-08-20 08:31:24 +02:00
Tim Neutkens
b9533c318d
7.0.0-canary.0
2018-08-15 16:45:42 -07:00
Giuseppe
9ae27b20b4
upgrade styled-jsx to v3 ( #4936 )
...
Upgrade styled-jsx to v3 (major)
2018-08-15 12:44:01 -07:00
Tim Neutkens
1fe1f7fc49
Implement autodllplugin ( #4951 )
...
* Implement autodllplugin
* Add flow-typed for autodll-webpack-plugin
2018-08-13 15:09:05 -07:00
Alexander Kachkaev
9319c158a5
Upgrade Babel to 7.0.0-rc.1 (major) ( #4937 )
...
Fixes #4691
Fixes #4614
This PR gives path to https://github.com/zeit/next-plugins/pull/242
I did not add or remove `^` near dependency versions in package.json files. However, I don't exclude that some changes can be made given that rc is more stable than beta.
2018-08-13 10:34:08 -07:00
Tim Neutkens
3eda0c09cd
6.1.1-canary.5
2018-08-10 09:38:05 -07:00
Tim Neutkens
2e62b87fff
Make wasm files load on ssr ( #4942 )
...
* Make wasm files load on ssr
* Upgrade React for tests
2018-08-10 09:37:27 -07:00
Tim Neutkens
80fdfec088
Fix decorator warnings ( #4910 )
2018-08-06 20:47:27 -07:00
Tim Neutkens
b20b80adf0
Run rename-unsafe-lifecycles as preparation for React 17 ( #4907 )
...
https://github.com/reactjs/react-codemod#rename-unsafe-lifecycles
2018-08-06 20:23:28 -07:00
Tim Neutkens
59c7d42d36
6.1.1-canary.4
2018-07-31 21:24:46 +02:00
Tim Neutkens
b65d2dff30
6.1.1-canary.3
2018-07-30 21:35:19 +02:00
Tim Neutkens
183866a96d
Add support for rendering .css chunks ( #4861 )
...
Depends on https://github.com/zeit/next-plugins/pull/228
Failing tests are expected as `@zeit/next-css` has to be updated/released first.
This implements rendering of `.css` chunks. Effectively removing the custom document requirement when adding next-css/sass/less/stylus.
2018-07-30 15:48:02 +02:00
Tim Neutkens
475b426ed1
Compile pages to .next/static directory ( #4828 )
...
* Compile pages to .next/static/<buildid>/pages/<page>
* Fix test
* Export class instead of using exports
* Use constant for static directory
* Add comment about what the middleware does
2018-07-25 13:45:42 +02:00
Tim Neutkens
75476a9136
[WIP] Webpack 4, react-error-overlay, react-loadable ( #4639 )
...
Webpack 4, react-error-overlay, react-loadable (major)
2018-07-24 11:24:40 +02:00
Tim Neutkens
d83207cd4b
6.1.1-canary.2
2018-07-19 14:39:44 +02:00
Tim Neutkens
921084fc4e
6.1.1-canary.1
2018-07-13 18:18:05 +02:00
Tim Neutkens
a42a969e07
6.1.1-canary.0
2018-07-06 20:08:04 +02:00
Tim Neutkens
183ed6b748
Merge branch 'master' into canary
2018-07-06 20:07:21 +02:00
Luc
71fe4984bf
Upgrade styled-jsx to 2.2.7 ( #4714 )
...
Fixes #4713
I ran into this issue, when re-installing :
```
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
```
I used `yarn install --ignore-engines` as a workaround.
2018-07-02 23:00:18 +02:00
Tim Neutkens
0bcee3c23f
6.1.1
2018-06-29 10:27:42 +02:00
Tim Neutkens
9d52268604
6.1.0-canary.0
2018-06-28 20:58:33 +02:00
Tim Neutkens
da0c7a9ce6
Merge branch 'master' into canary
2018-06-28 20:57:39 +02:00
Tim Neutkens
17e410a1d0
Fix Typescript HMR ( #4689 )
...
Fixes #4686
Adds tests for @zeit/next-typescript so that we don't regress on this again.
I've fixed an issue in the `next` CLI too which caused lingering processes when the process gets force killed, which is what we do in the test suite, so it kept running if there was no manual quit.
2018-06-28 20:07:41 +02:00
Tim Neutkens
512f16e01f
6.1.0
2018-06-27 21:19:51 +02:00
Tim Neutkens
1ebd9967ac
6.0.4-canary.9
2018-06-25 23:28:51 +02:00
Tim Neutkens
82f2e08eab
6.0.4-canary.8
2018-06-16 15:52:28 +02:00
Tim Neutkens
491d2ec0dd
6.0.4-canary.7
2018-06-15 11:23:22 +02:00
Tim Neutkens
f2c2519159
Move build directory outside of server folder ( #4565 )
...
The prepares for next-server.
I also took this as an opportunity to get all build directory paths from a single location, as they were previously scattered across webpack/babel plugins and loaders.
2018-06-14 19:30:14 +02:00
Tim Neutkens
ecf61f65a8
6.0.4-canary.6
2018-06-13 22:15:37 +02:00
Tim Neutkens
06136d9111
6.0.4-canary.5
2018-06-13 20:33:35 +02:00
Tim Neutkens
f670412c77
6.0.4-canary.4
2018-06-13 19:45:50 +02:00
Tim Neutkens
e2beadd960
Upgrade update-check ( #4585 )
...
Fixes #4581
2018-06-11 13:23:28 +02:00
Tim Neutkens
f11d3487f6
Remove react-hot-loader dependency ( #4550 )
...
React hot loader was removed already, the dependency still had to be removed.
2018-06-07 13:37:48 +02:00
Tim Neutkens
14a7264c27
6.0.4-canary.3
2018-05-31 14:26:11 +02:00
Tim Neutkens
86d01706a6
Remove react-hot-loader ( #4500 )
...
Fixes #4494
2018-05-31 11:47:29 +02:00
Tim Neutkens
0f9ea55023
6.0.4-canary.2
2018-05-29 19:42:15 +02:00
Tim Neutkens
1b63a14136
6.0.4-canary.1
2018-05-25 15:35:04 +02:00
Tim Neutkens
7eabccb5f0
6.0.4-canary.0
2018-05-23 21:11:24 +02:00
Tim Neutkens
8158945b85
Merge branch 'master' into canary
2018-05-23 21:08:56 +02:00
Logan Smyth
2495316235
Use custom Babel loader to avoid using separate Babel copies for loader and loader options ( #4417 )
...
This resolves the
> .value is not a valid Plugin property
error showing up for people in https://github.com/zeit/next.js/issues/4227
cc @timneutkens
2018-05-23 20:26:57 +02:00
yhirano55
f6880954c1
Improve files list order in package.json ( #4399 )
...
* This is minor refactoring.
* Apply alphabetical order to files list.
2018-05-16 23:56:21 +02:00