1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
Commit graph

1493 commits

Author SHA1 Message Date
Arunoda Susiripala 5d797702d1 2.4.6 2017-06-29 00:47:13 +05:30
Arunoda Susiripala 23c2f02f56 Make it easy and meaningful to analyze the bundle. (#2393) 2017-06-29 00:46:21 +05:30
greenkeeper[bot] 99731625ba Update babel-core to the latest version 🚀 (#2207) 2017-06-28 19:33:19 +02:00
greenkeeper[bot] 2a6212a2bd Update lint-staged to the latest version 🚀 (#2301) 2017-06-28 19:32:27 +02:00
greenkeeper[bot] b36f643249 Update strip-ansi to the latest version 🚀 (#2325) 2017-06-28 19:32:04 +02:00
Daniel Steigerwald c39e555353 Improve Fela example (#2330)
* Improve Fela example

- add webPreset
- cleaner code
- add key for style
- demonstrate Fela composition

* Fix standard lint
2017-06-28 19:14:18 +02:00
Thomas Preusse 3be175b466 Apollo Example: Fix duplicate head tags (#2362) 2017-06-28 19:07:21 +02:00
greenkeeper[bot] 19b6cca44b Update nyc to the latest version 🚀 (#2367) 2017-06-28 19:05:58 +02:00
Tim Neutkens 75f8c4f23b chore(package): update husky to version 0.14.1 (#2370)
* chore(package): update husky to version 0.14.1

Closes #2346

* Fix trailing comma
2017-06-28 19:02:56 +02:00
Tim Neutkens 048ebdf15a fix(package): update touch to version 2.0.2 (#2378)
Closes #2377
2017-06-28 19:02:44 +02:00
greenkeeper[bot] 9a1fae2222 Update unfetch to the latest version 🚀 (#2387) 2017-06-28 19:02:12 +02:00
Arunoda Susiripala 6f619652f5 3.0.1-beta.4 2017-06-28 21:41:09 +05:30
Arunoda Susiripala 95f9b1e3b3 3.0.1-beta.3 2017-06-28 21:39:40 +05:30
Brent Mealhouse f8b822b7f6 Include dynamic.js in published files (#2386)
closes #2385
2017-06-28 21:36:24 +05:30
greenkeeper[bot] ad2c34e00f Update babel-loader to the latest version 🚀 (#2381) 2017-06-28 08:12:21 +02:00
myxvisual 9da6524d30 Feature add react uwp example (#2375)
* feat: Add react-uwp examples

* fix: remove log from ThemeWrapper

* feat: Add README.md

* fix: Fixed right version

* fix: Use JavaScript Standard Style

* fix: Fixed wrong next version
2017-06-27 21:10:26 +02:00
Tim Neutkens 12e8b1265d Document usage of <Link> without <a> (#2369) 2017-06-27 10:32:30 +05:30
Xuezheng Ma 4eb86dc5f8 Added proper error for running next start on dev build (#2337)
* Added proper error for running `next start` on dev build

* Check if build exist before usage

* Move BUILD_ID check from bin/next-start to server/index.js

* Check env before checking build
2017-06-26 22:18:56 +02:00
Arunoda Susiripala b2b7946c53 3.0.1-beta.2 2017-06-26 23:28:36 +05:30
Arunoda Susiripala c92bdef8b5 Merge master into v3-beta. 2017-06-26 23:21:52 +05:30
Arunoda Susiripala 3d162d9d7b 2.4.5 2017-06-26 23:03:36 +05:30
Arunoda Susiripala 7247a36ef8 Update styled-jsx to 1.0.6. (#2368)
This fixes the styled-jsx HMR not working error
2017-06-26 23:02:27 +05:30
Andrei Pfeiffer 4c33c6b9fc lint: use const instead of let (#2270) 2017-06-25 12:45:45 +02:00
Dan Zajdband 87e01f681b Fix #2353 - server render parameters (#2356) 2017-06-24 04:38:05 +05:30
Christoph Stock 5d039877a6 update dependencies (#2354) 2017-06-23 20:40:42 +02:00
Henrik b2bda416b6 Fix material-ui-next example (#2348) 2017-06-23 15:51:25 +02:00
Henrik f14297dc80 Normalize example package.json files (#2350) 2017-06-23 10:46:44 +02:00
Arunoda Susiripala 1abfe108c0 3.0.1-beta.1
We've changed the beta version a bit to follow the semvar.
See: https://github.com/zeit/next.js/issues/2309
2017-06-23 13:26:31 +05:30
Arunoda Susiripala 8c6550c504 Fix a potential race condition in router when doing prefetching. (#2317) 2017-06-23 10:46:55 +05:30
C. T. Lin 213d7a82d1 update webpack to v3 (#2349)
* update webpack to v3

* Use exact versions.
2017-06-23 10:44:40 +05:30
Felix-Antoine Paradis d2149da54d Add the ability to pass next configuration to production builds (#2345) 2017-06-23 09:18:06 +05:30
Colder Xihk 3a9c419160 fix typo in dynamic import with multiple modules (#2344) 2017-06-22 19:11:54 +02:00
Luke Edwards 8d0fdc09f7 [Beta] Switch from Fly to Taskr (#2307)
* switch from fly to taskr

* update taskfile
2017-06-22 15:52:13 +02:00
Luke Edwards ba5b05a276 [Stable] Move from Fly to Taskr (#2306)
* switch from fly to taskr

* update taskfile
2017-06-22 15:51:49 +02:00
David Nguyen 3c71e818bf Example/add high order component example (#2331)
* temporary commit

* update code

* completed example higher order component

* remove custom server
2017-06-21 19:45:06 +02:00
Leo Lamprecht e3f0fdb9db Invalidated cache for slack badge
The other one is broken since it's been cached wrong by GitHub some time ago
2017-06-21 08:54:04 +02:00
Sasha Aickin 9c2db29166 Fixed an issue where two-page sites didn't split code. (#2329) 2017-06-21 09:57:24 +05:30
Jess Telford 8017bd3774 More informative error for bad routes (#2300) 2017-06-20 21:43:38 +02:00
Robin Frischmann d8bc386282 improve server-side rendering (#2322) 2017-06-20 17:21:17 +02:00
Arunoda Susiripala 8277d43190 Rewrite url when exporting only if there's a href. (#2316) 2017-06-20 14:07:36 +05:30
Henrik 7b8a4ea234 Create displayName util (#2286) 2017-06-19 18:33:02 +05:30
Arunoda Susiripala fe77397f26 Make sure internal url always has 200 status code. (#2299)
Even the user set it to something else via custom server api.
2017-06-19 12:57:35 +05:30
greenkeeper[bot] 7c97cdc7fb fix(package): update uuid to version 3.1.0 (#2290) 2017-06-17 10:54:14 +02:00
Arunoda Susiripala 65c6d75419 3.0.0-beta16 2017-06-16 21:56:25 +05:30
Arunoda Susiripala 319a2144f3 Merge master into v3-beta. 2017-06-16 21:55:46 +05:30
Arunoda Susiripala a33a01fba5 2.4.4 2017-06-16 21:51:03 +05:30
Arunoda Susiripala 25f967edfc 3.0.0-beta15 2017-06-16 18:55:05 +05:30
Arunoda Susiripala 9df59c1176 Dynamic component support with multiple modules (#2235)
* Layout ground works for next/async

* Implement the Dynamic Bundle feature.

* Add some test cases.

* Update README.

* Implement props aware dynamic bundle API.

* Update tests and README.

* Add a test case for React Context support.
2017-06-16 18:49:34 +05:30
Jayden Seric f36b4f9b4a Update Webpack to v2.6.1 (#2271)
* Update Webpack to v2.6.1.

Also, added the ^ so that future patches won’t be missed. Should fix https://github.com/zeit/next.js/issues/2244.

* Update package.json
2017-06-16 18:47:13 +05:30
Arunoda Susiripala 3898cb53b4 Make sure page-loader doesn't throw errors when registering. (#2282)
Even if it does it, we need to mark it as a page error.
2017-06-16 16:43:55 +05:30