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

468 commits

Author SHA1 Message Date
Arunoda Susiripala ace1939c4b 3.0.1-beta.9 2017-07-06 12:30:43 +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
greenkeeper[bot] f44d597c29 Update husky to the latest version 🚀 (#2470) 2017-07-05 14:16:38 +02:00
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 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
greenkeeper[bot] 3e7ca1e89e fix(package): update styled-jsx to version 1.0.7 (#2373) 2017-07-02 11:52:23 +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
greenkeeper[bot] 3c0876ceae Update babel-generator to the latest version 🚀 (#2205) 2017-07-01 21:52:44 +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
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
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
Arunoda Susiripala 765642caf7 3.0.1-beta.5 2017-06-29 00:52:02 +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
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
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
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
C. T. Lin 213d7a82d1 update webpack to v3 (#2349)
* update webpack to v3

* Use exact versions.
2017-06-23 10:44:40 +05:30
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
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 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
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
Zane Milakovic 05f6e3ff11 updates styled-jsx to fix issues and bugs (#2275) 2017-06-15 21:49:59 +02:00
Arunoda Susiripala 320b94a94b 3.0.0-beta14 2017-06-12 23:06:55 +05:30