An open API service providing commit metadata for open source projects.

GitHub / itsdouges/next.js / commits

SHA Message Author Date Stats
e97ed52b move dep to devdep Tim Neutkens <t****s@m****m> about 9 years ago
32fea56a Release 3.0.0-beta2 Guillermo Rauch <r****g@g****m> about 9 years ago
00ed2b98 Move dependency that is not a devDep Tim Neutkens <t****s@m****m> about 9 years ago
d4a698f9 Release 3.0.0-beta1 Guillermo Rauch <r****g@g****m> about 9 years ago
00f2ab8e merge Merge branch 'master' into v3-beta Arunoda Susiripala <a****a@g****m> about 9 years ago
650bb7c5 Fix hmr failing issue. (#1968) Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
eb4ef544 Possible fix for dynamic import test in travis. Arunoda Susiripala <a****a@g****m> about 9 years ago
737c283b merge Merge branch 'dynamic-import' into v3-beta Arunoda Susiripala <a****a@g****m> about 9 years ago
f8317f15 Add an case to show when dynamic import components won't load. Arunoda Susiripala <a****a@g****m> about 9 years ago
aeaccf44 Add dynamic-import support for next-export. Arunoda Susiripala <a****a@g****m> about 9 years ago
4d014738 merge Merge v3-beta in dynamic-imports Arunoda Susiripala <a****a@g****m> about 9 years ago
d4c62b1b merge Merge branch 'next-export' into v3-beta Arunoda Susiripala <a****a@g****m> about 9 years ago
e6138820 Update tests for the recent changes. Arunoda Susiripala <a****a@g****m> about 9 years ago
55c7553a merge Merge master into next-export. Arunoda Susiripala <a****a@g****m> about 9 years ago
fd95a94a Change the output dir to 'out'. Arunoda Susiripala <a****a@g****m> about 9 years ago
aa353f8d Add docs. Arunoda Susiripala <a****a@g****m> about 9 years ago
acea5aa5 Change .out static dir to next-static-out Arunoda Susiripala <a****a@g****m> about 9 years ago
e78c2f44 Introduce proper url routing for next-export which supports query strings. Arunoda Susiripala <a****a@g****m> about 9 years ago
90991f17 Add <page>/index.html url re-writes to next/router. Arunoda Susiripala <a****a@g****m> about 9 years ago
c40ded0c Copy the static directory for static file serving. Arunoda Susiripala <a****a@g****m> about 9 years ago
b8f336c7 Add custom webpack dev middleware config (#1931) Tim Neutkens <t****m@t****l>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
3306262b chore(package): update jest-cli to version 20.0.1 (#1941) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
85af8280 chore(package): update babel-jest to version 20.0.1 (#1940) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
bc71b89b Remove stage-0 from example (#1959) Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m>
about 9 years ago
2ea61965 Fix react-md example Tim Neutkens <t****s@m****m> about 9 years ago
97543954 chore(package): update cross-env to version 5.0.0 (#1944) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
e53bcdbc fix(package): update prop-types to version 15.5.10 (#1954) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
430789b9 By default print some messages to the console. Arunoda Susiripala <a****a@g****m> about 9 years ago
d7048e13 Add some test cases for nested pages with next export. Arunoda Susiripala <a****a@g****m> about 9 years ago
4be25270 Do not include /_document.js when running 'next export' Arunoda Susiripala <a****a@g****m> about 9 years ago
880eb4ca Add a test case for client side routing for next export. Arunoda Susiripala <a****a@g****m> about 9 years ago
b18ecc92 Implement client side routing as they should work. Arunoda Susiripala <a****a@g****m> about 9 years ago
2796c08e Fix '/' page serving issue. Arunoda Susiripala <a****a@g****m> about 9 years ago
6f674b8c Get rid of realPathname for consistant page file structure. Arunoda Susiripala <a****a@g****m> about 9 years ago
98ed666c merge merge master into next-export Arunoda Susiripala <a****a@g****m> about 9 years ago
f4d6cbfc Many improvements to the Apollo examples (#1905) Roland Warmerdam <r****o@w****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
3b91355c Improve styled-jsx section of readme (#1932) Tim Neutkens <t****m@t****l>
Committed by: GitHub <n****y@g****m>
about 9 years ago
2f4a662a Fix windows sub-path dev rebuild failed issue. (#1930) Arunoda Susiripala <a****a@g****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
14fa6f58 Add browser tests for next-export Arunoda Susiripala <a****a@g****m> about 9 years ago
56dc8548 Add ssr tests for next-export Arunoda Susiripala <a****a@g****m> about 9 years ago
c545a89f fix(package): update prop-types to version 15.5.9 (#1929) greenkeeper[bot] <g****]@u****m>
Committed by: Guillermo Rauch <r****g@g****m>
about 9 years ago
564ae2b9 Remove the getting started section. Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
7b193f1a Add basic test setup Arunoda Susiripala <a****a@g****m> about 9 years ago
7c8d0246 Add rehydration to example/aphrodite (#1858) Grokling <G****g@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
e8ff53f5 Added the test app for static export. Arunoda Susiripala <a****a@g****m> about 9 years ago
17ce0401 added recipes section to readme (#1928) Ray Gesualdo <r****o@u****m>
Committed by: Guillermo Rauch <r****g@g****m>
about 9 years ago
9f194677 Upgrade jest and simplify .babelrc (#1913) Brikou CARRE <b****u@g****m>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
6ff40c3c fix(package): update babel-plugin-transform-react-remove-prop-types to versio... greenkeeper[bot] <g****]@u****m>
Committed by: Guillermo Rauch <r****g@g****m>
about 9 years ago
450277f2 Make sure next export doesn't break other modes. Arunoda Susiripala <a****a@g****m> about 9 years ago
147a5ce6 Fix server rendering issue for normal apps. Arunoda Susiripala <a****a@g****m> about 9 years ago
42f1d2ef Add a way to customize the output directory. Arunoda Susiripala <a****a@g****m> about 9 years ago
71296cce Add the verbose mode. Arunoda Susiripala <a****a@g****m> about 9 years ago
311e4ca0 Make sure the router is aware of the nextExport Arunoda Susiripala <a****a@g****m> about 9 years ago
605161df [with-firebase] Ensure server credentials aren't bundled with client code (#1... Elliot Hesp <e****p@g****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
d4aa2b04 Allow create dynamic content. Arunoda Susiripala <a****a@g****m> about 9 years ago
dcc32284 Allow next export to build html pages. Arunoda Susiripala <a****a@g****m> about 9 years ago
be2e5a8c Use the realPathname for script tags in document.js Arunoda Susiripala <a****a@g****m> about 9 years ago
f602f6dc Copy all the static assests to .out Arunoda Susiripala <a****a@g****m> about 9 years ago
5c57b43e Fix production builds for the material-ui example (#1906) Roland Warmerdam <r****o@w****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
c77e80be Update README.MD with warning about BETA version. Remove redundant note. (#1909) Grokling <G****g@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
1b893518 Add SSR to examples/with-styled-components + bump styled_components v2 (#1908) Grokling <G****g@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
12f423fa fix(package): update webpack to version 2.5.1 (#1902) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
d1b47146 Update incorrect example reference in readme (#1901) Paul Xu <p****u@m****a>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
23574b54 Support for cxs rehydration and removal of duplicate styles. (#1860) Arana Jhonny <j****a@g****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
0abfca26 chore(package): update nyc to version 10.3.2 (#1889) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
6ca1feaf Add link to the Glamorous example (#1887) Matija Marohnić <m****c@g****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
5153d695 Use development babel presets if it's we are not in production. (#1895) Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
8268905d Use cheap module inline source map (#1894) Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
9fb7987c #1874 - A warning when using _document.js (#1884) Tim de Koning <g****b@k****l>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
96b5e4a7 fix(package): update webpack to version 2.5.0 (#1871) greenkeeper[bot] <g****]@u****m>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
3fbccff9 remove elliptic precomputed folder ateev <a****v@l****m> about 9 years ago
f4e6c519 Release 2.3.1 Guillermo Rauch <r****g@g****m> about 9 years ago
0edee47d Fix the page-loader-normalization issue on '/index' page. (#1882) Arunoda Susiripala <a****a@g****m>
Committed by: Guillermo Rauch <r****g@g****m>
about 9 years ago
68880bc9 fix(package): update pkg-up to version 2.0.0 (#1876) greenkeeper[bot] <g****]@u****m>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
93a1b73e Removing unneeded dev dependency (#1869) Trevor D. Miller <t****r@u****m>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
9a2edfd0 Release 2.3.0 Guillermo Rauch <r****g@g****m> about 9 years ago
383eec36 We are using some divs to wrap some script tags. (#1867) Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
5e393b14 chore(package): update fly to version 2.0.6 (#1866) greenkeeper[bot] <g****]@u****m>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
ee9dba9e React react-dom/server minified alias. (#1862) Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
24f3f143 Introduce "asPath" into router and getInitialProps (#1857) Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
6e89d49f fix typo (#1856) jascha ehrenreich <j****a@j****t>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
87773b98 add react production aliases (#1855) Luke Edwards <l****5@g****m>
Committed by: Guillermo Rauch <r****g@g****m>
about 9 years ago
d1b61afc Update README.md (#1851) David Madner <d****r@g****t>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
cb635dd9 use configured distDir where required (#1816) Dieter Luypaert <d****t@g****m>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
605e739f fix(package): update babel-plugin-transform-react-remove-prop-types to versio... greenkeeper[bot] <g****]@u****m>
Committed by: Arunoda Susiripala <a****a@g****m>
about 9 years ago
f578089d Fix page loader page normalization issue (#1844) Arunoda Susiripala <a****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
2e7bc107 Update to examples: with-redux (updated) (#1813) spencer <s****m@g****m>
Committed by: Dan Zajdband <d****d@g****m>
about 9 years ago
8fb6a03e fix(package): update babel-plugin-transform-react-remove-prop-types to versio... greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
c9d06703 with-i18next example (#1496) Átila Fassina <h****y@a****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
1f642dce fix(package): update source-map-support to version 0.4.15 (#1826) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
208b3199 chore(package): update coveralls to version 2.13.1 (#1822) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
fc0302af chore(package): update babel-plugin-istanbul to version 4.1.3 (#1829) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
fa45cb8a chore(package): update nyc to version 10.3.0 (#1830) greenkeeper[bot] <g****]@u****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
8d59de4d example curl pointed to with-styled-components, supposed to be with-flow (#1832) Craig Ramey <c****y@g****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
03bfaecf Add root static files example (#1835) Brendan Houle <b****e@d****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
25dbcce6 fix #1833, update all examples. (#1834) Arana Jhonny <j****a@g****m>
Committed by: Tim Neutkens <t****m@t****l>
about 9 years ago
d4e04783 Make sure to run the promise logic if only called .then() Arunoda Susiripala <a****a@g****m> about 9 years ago
fc34484e Fix a typo. Arunoda Susiripala <a****a@g****m> about 9 years ago
358cfb3a Make dynamic import support to work with HMR. Arunoda Susiripala <a****a@g****m> about 9 years ago
93da57e1 Set a proper displayName for the wrapper dynamic component. Arunoda Susiripala <a****a@g****m> about 9 years ago

← Back to repository