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 ace1939c4b 3.0.1-beta.9 2017-07-06 12:30:43 +05:30
Arunoda Susiripala c5c270c576 Merge master into v3-beta. 2017-07-06 12:24:31 +05:30
Arunoda Susiripala 0c7089f856 Remove mitt and use an internal EventEmitter (#2477)
This fixes one of the crucial bug in Next.js
The issue happens when you try to load a page when it's
prefetching.
With mitt, it only fires the first registered event.
2017-07-06 12:19:33 +05:30
Matt Hamlin 0f3fecfe8b Update emotion examples with new API for SSR and React endpoint (#2456)
* Update emotion examples with new API for SSR and React endpoint

* Actually fixing tab replacement
2017-07-06 07:44:46 +02:00
greenkeeper[bot] f44d597c29 Update husky to the latest version 🚀 (#2470) 2017-07-05 14:16:38 +02:00
Kyle Kelley 5a840cc39e allow cleaning from non-cwd (#2451) 2017-07-05 10:49:35 +05:30
Tim Neutkens 7f2acd592b Fix download link (#2463) 2017-07-05 10:48:33 +05:30
greenkeeper[bot] dc74d5a70f Update babel-preset-env to the latest version 🚀 (#2462) 2017-07-04 20:32:51 +02:00
Leo Lamprecht a941c434ad 3.0.1-beta.8 2017-07-03 17:17:14 +02:00
Leo Lamprecht c050ba46bf Support for Prettier 1.5.x added (styled-jsx) 2017-07-03 17:15:52 +02:00
Arunoda Susiripala e2a8cc411a 3.0.1-beta.7 2017-07-03 11:09:11 +05:30
Tim Neutkens a6e069d4f9 Add property to list of deduped tags (#2439) 2017-07-03 11:02:47 +05:30
Tim Neutkens 36dc0574af Add issue template (#2443)
* Add issue template

* Add checkbox for duplicate issues
2017-07-03 11:02:14 +05:30
Tim Neutkens 590dcc98b5 chore(package): update chromedriver to version 2.29.2 (#2429)
Closes #2191
2017-07-02 13:58:45 +02:00
Tim Neutkens cb752e7ab9 chore(package): update babel-jest to version 20.0.3 (#2430)
Closes #1992
2017-07-02 13:58:31 +02:00
greenkeeper[bot] 0076c1ac60 fix(package): update babel-template to version 6.25.0 (#2206) 2017-07-02 12:59:48 +05:30
Arunoda Susiripala f3955bd9f8 Fix page auto-reload when there's a 404/500 page. (#2437) 2017-07-02 12:59:08 +05:30
Olivier Tassinari a07c7c448b Prevent flooding when an error occurs (#2351) 2017-07-02 11:59:19 +05:30
greenkeeper[bot] 3e7ca1e89e fix(package): update styled-jsx to version 1.0.7 (#2373) 2017-07-02 11:52:23 +05:30
Arunoda Susiripala 9395718ee1 Consider using distDir config for dynamic chunks. (#2436) 2017-07-02 11:23:15 +05:30
Tim Neutkens c8e8cb5e52 Check if parsedUrl is an object (#2066) 2017-07-02 11:22:39 +05:30
Arunoda Susiripala 761a965bfb 3.0.1-beta.6 2017-07-02 09:17:40 +05:30
Tim Neutkens 8af2da14f4 fix(package): update case-sensitive-paths-webpack-plugin to version 2… (#2427)
Closes #2116
2017-07-02 00:51:38 +02:00
Watcharakrit Phantu 56f52db5a9 Fixed example with-scoped-stylesheets-and-postcss: css-modules reload update from files [name].css.json. (#2110)
* Fixed: css-modules reload files styles.css.json.

* update: disable uglify for next build.

add: require('fs') for next build.
add: disable uglify on next.config.js for next build.

* Fix linting errors
2017-07-02 00:36:36 +02:00
Jayden Seric ec2b76f83b Better data fetching error handling for Apollo examples (#2227)
* Display data fetching errors in Apollo examples.

* Prevent Apollo GraphQL errors from crashing SSR.

Also tidied a few comments in the vicinity.
2017-07-01 23:56:12 +02:00
Jayden Seric 9bbdfeca63 Component display name fixes for Apollo examples (#2211)
* Fix decorated component display name issues for Apollo examples.

* Fix linting errors and implement #2286
2017-07-01 23:51:20 +02:00
greenkeeper[bot] 3c0876ceae Update babel-generator to the latest version 🚀 (#2205) 2017-07-01 21:52:44 +02:00
Sergio Xalambrí 2b9944bf52 Add with-static-export example (#2234) 2017-07-01 21:44:58 +02:00
Colder Xihk 75de0fa5fa update with-antd-mobile example (#2425)
support windows path

remove unused hammerjs hack

remove unused 'style/css' resolver
2017-07-01 21:36:57 +02:00
Arunoda Susiripala 071f526b1c Update readme.md with some links and latest info. 2017-07-01 16:34:52 +05:30
Arunoda Susiripala 304225d9ea Optimize the bundle size of Next.js core (#2422)
* Try to the slim the webpack output.

* Remove react-hot-loader completely from production.
2017-07-01 12:54:16 +05:30
Tim Neutkens 1ecba3b84d Use right next.js version for with-dynamic-import (#2423) 2017-07-01 08:13:25 +02:00
greenkeeper[bot] 7f6f65d68c chore(package): update husky to version 0.14.2 (#2418) 2017-07-01 08:05:13 +02:00
greenkeeper[bot] 5ac99f8a7f Update touch to the latest version 🚀 (#2419) 2017-07-01 08:05:06 +02:00
greenkeeper[bot] 063db7099c Update @taskr/clear to the latest version 🚀 (#2404) 2017-06-30 23:24:32 +02:00
Miguel Cast 1bddb118bc Example/add react-with-styles example (#2417)
* Example/add react-with-styles example

* fix standars next
2017-06-30 22:32:33 +02:00
Jess Telford 4a0278b5c0 Apollo + Authentication + graph.cool example (#2161)
* Apollo + Authentication + graph.cool example

* Fix linting errors
2017-06-30 22:18:11 +02:00
greenkeeper[bot] d6a96a82aa Update @taskr/babel to the latest version 🚀 (#2405) 2017-06-30 22:12:50 +02:00
greenkeeper[bot] c0573e2e45 chore(package): update taskr to version 1.0.6 (#2406) 2017-06-30 22:12:40 +02:00
greenkeeper[bot] 6f93f30894 Update @taskr/watch to the latest version 🚀 (#2407) 2017-06-30 22:12:22 +02:00
greenkeeper[bot] 99bf7c5da5 Update touch to the latest version 🚀 (#2411) 2017-06-30 16:27:47 +02:00
Ian Mitchell ac3c59b9f4 Removes Windows Webpack Polling (#2359) 2017-06-30 12:20:18 +05:30
Fabio Espinosa 1b5e724d31 Update readme.md (#2412)
The _error.js works only if it is in the /pages folder
2017-06-30 11:19:16 +05:30
Colder Xihk b86bbb65a6 update with-antd-mobile example (#2403)
add support custom svg

remove expire tricks
2017-06-29 22:04:16 +02:00
Arunoda Susiripala 03cad7cba5 Fix some errors in README. 2017-06-29 22:27:17 +05:30
Arunoda Susiripala 5a650d74df Add a note about importing server only modules. 2017-06-29 22:21:23 +05:30
Richard Littauer 1d126c7d14 Adding bugs and homepage fields to package.json (#2401)
* Adding bugs and homepage fields to package.json

This adds bugs and homepage entries to the package.json. This helps these links render on npm, and can lead developers to the right place to put issues and to find more information. I have included the url which redirects to the github repository in case this changes later, for the homepage field.

Hopefully, this makes the package a bit more usable. Not a big fix, at all.

* Use https://github.com/zeit/next.js as the home
2017-06-29 22:05:03 +05:30
Penn Su c9bc471d3a with-dotenv example (#2399) 2017-06-29 08:32:45 +02:00
Mitchell Hamilton 31db8dd932 Add with-emotion example (#2395)
* Add with-emotion example

* Fix linting errors
2017-06-29 07:44:48 +02:00
Arunoda Susiripala 247dd98cf3 Add a better filename to the dynamic import chunk. (#2397)
With this we can see the import name in the filename.
This helps a lot in debugging and analyzing the webpack
bundle.
2017-06-29 05:55:13 +05:30