GitHub / itsdouges/next.js / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 06d42b99 | Ignore package-lock.json (#2623) |
Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 2c7d0ec4 | Uppercase location for consistency (#2622) |
Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 337471d6 | Add page transitions example (#2613) |
Talasan Nicholson <t****n@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 6781a75d | Hyperlink spelling (#2616) |
Ben Murden <g****n@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| f2f5b96e | 3.0.1-beta.18 | Arunoda Susiripala <a****a@g****m> | almost 9 years ago | |
| d4eb9455 | merge Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta | Arunoda Susiripala <a****a@g****m> | almost 9 years ago | |
| 2f7e4592 | Make dynamic import spec compliant. (#2612) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 89d4e0af | Only use Node 6 as the testing Node.js version. (#2609) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 61ffc6da | Change next/link proptypes to support the API. (#2607) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 4833e2ff | [WIP] Add more HMR test cases (#2599) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 3a2fdbec | 3.0.1-beta.17 | Arunoda Susiripala <a****a@g****m> | almost 9 years ago | |
| 8ee024fd | Reload the page only if the change is for the current page. (#2589) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| c97aca50 | Show webpack errors in all pages. (#2588) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 24a67ee9 | examples/with-react-helmet: upgrade react-helmet to v5.1.3 and fix invariant ... |
Micooz Lee <m****z@h****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| d831e6d3 | Webpack's ModuleConcatenationPlugin plugin doesn't work well with HMR. (#2584) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| dba24dac | 3.0.1-beta.16 | Arunoda Susiripala <a****a@g****m> | almost 9 years ago | |
| 412389d6 | Update yarn.lock | Arunoda Susiripala <a****a@g****m> | almost 9 years ago | |
| af7b875a | Make sure module.context exist always (#2580) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 1a02b0ef | Added missing `as` propType to `Link`. (#2579) |
Jayden Seric <m****e@j****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
almost 9 years ago | |
| e7d91bf6 | adds with react-i18next example (#2558) |
Jan Mühlemann <j****n@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| ed733dc1 | 3.0.1-beta.15 | Arunoda Susiripala <a****a@g****m> | almost 9 years ago | |
| b1b0b889 | Move react-dom into commons.js always. (#2572) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 99dd045d | Update webpack to the latest version 🚀 (#2569) |
greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 62a62477 | 3.0.1-beta.14 | Arunoda Susiripala <a****a@g****m> | almost 9 years ago | |
| f25055c9 | Load the hot-reloader when only needed. (#2566) |
Arunoda Susiripala <a****a@g****m>
Committed by: Guillermo Rauch <r****g@g****m> |
almost 9 years ago | |
| 20db38e2 | Update webpack to the latest version 🚀 (#2537) |
greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 6ff89b1f | Update with-emotion to flush SSR styles on refresh (#2565) |
Matt <h****i@m****u>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| b47395ab | Fix non valid trailing comma (#2560) |
Jun Matsushita <j****n@i****g>
Committed by: Arunoda Susiripala <a****a@g****m> |
almost 9 years ago | |
| 62f73868 | Update wd to the latest version 🚀 (#2552) |
greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 96182bc1 | add babel-macros example (#2563) |
Kent C. Dodds <k****b@d****s>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| d727a6f0 | Fix grammar in Router section. (#2555) |
Ben Murden <g****n@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 543f2854 | Add with-redux-saga example (#2551) |
Brent Mealhouse <b****e@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| b253479a | Fix the build of with-material-ui-next (#2550) |
Nikolay Kolev <n****y@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| c9b4add3 | Fix spelling of built-in (#2546) |
Jure Triglav <j****v@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 94c484e8 | docs: add algolia-react-instantsearch example (#2544) |
Marie-Laure Thuret <m****t@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 24c2e995 | Add stringify advice to MobX example readme. (#2541) |
Tobias Barth <m****l@t****t>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| 530b5610 | Add example for usage of redux + reselect + recompose (#2523) |
Nguyen Hoang Phuc <n****5@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
almost 9 years ago | |
| bd24e74a | Support webpack harmony modules in self accept (#2510) |
Kevin Decker <k****r@g****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| d7d4b7c3 | Updated formate in issue_template. (#2521) |
Cody Brunner <r****k@i****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| ab82f06c | Added react and react-dom dependencies (#2518) |
Sagi <s****r@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| ee29abb8 | Add propType check with validation (#2516) |
Tim Neutkens <t****m@t****l>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 5a0c61a7 | Update next.config.js (#2511) |
Ashley <u****w@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 6e7ac5f0 | fix: Forces Link to expose the href to the child using passHref property. (#2... |
Victor Borges <v****r@g****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| a3495b36 | Fix JSX in readme (#2512) |
Paul O’Shannessy <p****l@o****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| dc607e45 | Add docs for next/error (#2513) |
Tim Neutkens <t****m@t****l>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 86c28377 | 3.0.1-beta.13 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 00e2659d | 2.4.7 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 5c9d846e | merge Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| f718bcaa | 3.0.1-beta.12 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| e94671bd | 3.0.1-beta.11 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| feaa1934 | Update yarn.lock | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 783ecdef | merge Merge branch 'master' into v3-beta | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 9cc8d26a | fix regex for pages that end with index (#2505) |
fridays <f****s@u****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 871bc4e0 | Add tests for EventEmitter. (#2515) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 2d510d64 | Add hostname argument to next-dev (#2500) (#2506) |
Scott Raymond <s****d@a****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| fc259cf9 | Send credentials with on-demand-entries-ping (#2509) |
Paul Reichelt <r****p@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| a0d85d8b | fix: Update react-uwp example support Next 3 (#2464) |
myxvisual <m****l@l****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 874f9a78 | fix(package): update webpack-hot-middleware to version 2.18.2 (#2481) |
Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 06dc1e96 | Update wd to the latest version 🚀 (#2482) |
greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 6535b564 | Example Rebass (#2490) |
Sergio Xalambrí <s****a@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 6715da98 | Update README.md |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| a1b74a08 | Update README.md |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 6c8a891d | 3.0.1-beta.10 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 64aca55f | Update yarn.lock | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 4563f68a | Revert "Emit ES6 code for module source in emit file load" (#2501) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 5bd3a5f1 | Update emotion example to use css instead of fragment (#2497) |
Josh Hawkins <h****s@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| df1cd7eb | Fix "Deploy to now" link (#2489) |
Wei Zhu <y****k@g****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 3f50abcb | Emit ES6 code for module source in emit file load (#2478) |
Kevin Decker <k****r@g****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| ec9fc464 | fix(package): update webpack to version 3.1.0 (#2485) |
greenkeeper[bot] <g****]@u****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 1c7b2603 | Block special pages from the public. (#2479) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| ace1939c | 3.0.1-beta.9 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| c5c270c5 | merge Merge master into v3-beta. | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 0c7089f8 | Remove mitt and use an internal EventEmitter (#2477) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 0f3fecfe | Update emotion examples with new API for SSR and React endpoint (#2456) |
Matt Hamlin <h****m@r****u>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| f44d597c | Update husky to the latest version 🚀 (#2470) |
greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 5a840cc3 | allow cleaning from non-cwd (#2451) |
Kyle Kelley <r****k@g****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 7f2acd59 | Fix download link (#2463) |
Tim Neutkens <t****m@t****l>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| dc74d5a7 | Update babel-preset-env to the latest version 🚀 (#2462) |
greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| a941c434 | 3.0.1-beta.8 | Leo Lamprecht <m****n@i****m> | about 9 years ago | |
| c050ba46 | Support for Prettier 1.5.x added (styled-jsx) | Leo Lamprecht <m****n@i****m> | about 9 years ago | |
| e2a8cc41 | 3.0.1-beta.7 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| a6e069d4 | Add property to list of deduped tags (#2439) |
Tim Neutkens <t****m@t****l>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 36dc0574 | Add issue template (#2443) |
Tim Neutkens <t****m@t****l>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 590dcc98 | chore(package): update chromedriver to version 2.29.2 (#2429) |
Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| cb752e7a | chore(package): update babel-jest to version 20.0.3 (#2430) |
Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 0076c1ac | fix(package): update babel-template to version 6.25.0 (#2206) |
greenkeeper[bot] <g****]@u****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| f3955bd9 | Fix page auto-reload when there's a 404/500 page. (#2437) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| a07c7c44 | Prevent flooding when an error occurs (#2351) |
Olivier Tassinari <o****i@g****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 3e7ca1e8 | fix(package): update styled-jsx to version 1.0.7 (#2373) |
greenkeeper[bot] <g****]@u****m>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 9395718e | Consider using distDir config for dynamic chunks. (#2436) |
Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| c8e8cb5e | Check if parsedUrl is an object (#2066) |
Tim Neutkens <t****m@t****l>
Committed by: Arunoda Susiripala <a****a@g****m> |
about 9 years ago | |
| 761a965b | 3.0.1-beta.6 | Arunoda Susiripala <a****a@g****m> | about 9 years ago | |
| 8af2da14 | fix(package): update case-sensitive-paths-webpack-plugin to version 2… (#2427) |
Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 56f52db5 | Fixed example `with-scoped-stylesheets-and-postcss`: css-modules reload updat... |
Watcharakrit Phantu <w****t@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| ec2b76f8 | Better data fetching error handling for Apollo examples (#2227) |
Jayden Seric <m****e@j****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 9bbdfeca | Component display name fixes for Apollo examples (#2211) |
Jayden Seric <m****e@j****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 3c0876ce | Update babel-generator to the latest version 🚀 (#2205) |
greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 2b9944bf | Add with-static-export example (#2234) |
Sergio Xalambrí <s****a@g****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 75de0fa5 | update with-antd-mobile example (#2425) |
Colder Xihk <c****r@u****m>
Committed by: Tim Neutkens <t****m@t****l> |
about 9 years ago | |
| 071f526b | Update readme.md with some links and latest info. | Arunoda Susiripala <a****a@g****m> | about 9 years ago |