Cody Brunner
d7d4b7c332
Updated formate in issue_template. ( #2521 )
2017-07-09 21:52:28 +02:00
Sagi
ab82f06c87
Added react and react-dom dependencies ( #2518 )
...
* Added react and react-dom dependencies
Added missing `react` and `react-dom` dependencies which are required by next.js
* Moved react & react-dom to dependencies
Moved react & react-dom to dependencies from devDependencies
2017-07-09 15:26:35 +02:00
Tim Neutkens
ee29abb8d1
Add propType check with validation ( #2516 )
2017-07-09 18:42:20 +05:30
Ashley
5a0c61a78c
Update next.config.js ( #2511 )
2017-07-09 13:52:35 +02:00
Victor Borges
6e7ac5f0ef
fix: Forces Link to expose the href to the child using passHref property. ( #2503 )
...
* Forces Link to exposes the href to the child using passHref property.
* tests for passHref prop of the Link
* passHref property Link documentation
2017-07-09 10:39:02 +05:30
Paul O’Shannessy
a3495b364d
Fix JSX in readme ( #2512 )
...
An unclosed tag was resulting in some broken syntax highlighting.
2017-07-09 10:24:47 +05:30
Tim Neutkens
dc607e452b
Add docs for next/error ( #2513 )
2017-07-09 10:24:27 +05:30
Arunoda Susiripala
86c283777f
3.0.1-beta.13
2017-07-09 10:21:50 +05:30
Arunoda Susiripala
00e2659d28
2.4.7
2017-07-09 10:18:32 +05:30
Arunoda Susiripala
5c9d846e6b
Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta
2017-07-09 10:15:58 +05:30
Arunoda Susiripala
f718bcaa13
3.0.1-beta.12
2017-07-09 10:11:18 +05:30
Arunoda Susiripala
e94671bd95
3.0.1-beta.11
2017-07-09 10:07:38 +05:30
Arunoda Susiripala
feaa1934d8
Update yarn.lock
2017-07-09 10:04:53 +05:30
Arunoda Susiripala
783ecdefd2
Merge branch 'master' into v3-beta
2017-07-09 09:57:56 +05:30
fridays
9cc8d26a68
fix regex for pages that end with index ( #2505 )
2017-07-09 09:50:30 +05:30
Arunoda Susiripala
871bc4e06b
Add tests for EventEmitter. ( #2515 )
2017-07-09 09:16:53 +05:30
Scott Raymond
2d510d640a
Add hostname argument to next-dev ( #2500 ) ( #2506 )
2017-07-08 22:14:58 +02:00
Paul Reichelt
fc259cf985
Send credentials with on-demand-entries-ping ( #2509 )
2017-07-08 21:45:34 +02:00
myxvisual
a0d85d8bee
fix: Update react-uwp example support Next 3 ( #2464 )
...
* fix: Update react-uwp example support Next 3
* style: Update linted codes
2017-07-08 14:12:01 +02:00
Tim Neutkens
874f9a78ef
fix(package): update webpack-hot-middleware to version 2.18.2 ( #2481 )
...
Closes #2448
2017-07-08 14:10:29 +02:00
greenkeeper[bot]
06dc1e960c
Update wd to the latest version 🚀 ( #2482 )
2017-07-08 14:09:30 +02:00
Sergio Xalambrí
6535b5646b
Example Rebass ( #2490 )
2017-07-08 14:05:46 +02:00
Arunoda Susiripala
6715da98ac
Update README.md
2017-07-08 17:14:14 +05:30
Arunoda Susiripala
a1b74a0849
Update README.md
2017-07-08 17:13:57 +05:30
Arunoda Susiripala
6c8a891d7d
3.0.1-beta.10
2017-07-08 11:12:42 +05:30
Arunoda Susiripala
64aca55f8b
Update yarn.lock
2017-07-08 11:11:55 +05:30
Arunoda Susiripala
4563f68ad5
Revert "Emit ES6 code for module source in emit file load" ( #2501 )
...
* Revert "Update emotion example to use css instead of fragment (#2497 )"
This reverts commit 5bd3a5f1d1
.
* Revert "Fix "Deploy to now" link (#2489 )"
This reverts commit df1cd7ebf3
.
* Revert "Emit ES6 code for module source in emit file load (#2478 )"
This reverts commit 3f50abcb51
.
2017-07-08 11:07:17 +05:30
Josh Hawkins
5bd3a5f1d1
Update emotion example to use css instead of fragment ( #2497 )
2017-07-07 17:25:26 +02:00
Wei Zhu
df1cd7ebf3
Fix "Deploy to now" link ( #2489 )
2017-07-07 11:23:25 +05:30
Kevin Decker
3f50abcb51
Emit ES6 code for module source in emit file load ( #2478 )
...
Previously the commonjs modules were being passed into webpack dependency layer, preventing tree shaking.
2017-07-07 09:48:00 +05:30
greenkeeper[bot]
ec9fc46477
fix(package): update webpack to version 3.1.0 ( #2485 )
2017-07-07 09:34:25 +05:30
Arunoda Susiripala
1c7b2603d4
Block special pages from the public. ( #2479 )
...
Otherwise, users could invoke 500 errors.
2017-07-06 17:59:25 +05:30
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