Michael Seifert
|
601909865f
|
Fix links that assumed branch "dev" exists (which doesn't) (#1725)
* Fix links that assumed branch "dev" exists (which doesn't)
* Adressed comments [skip ci]
|
2018-07-19 18:12:44 +01:00 |
|
Nate McMaster (automated)
|
d742bea01e
|
[automated] Change default branch to master
|
2018-07-02 12:40:25 -07:00 |
|
Ryan Brandenburg
|
1e85713d75
|
Set 2.1 baselines
|
2018-06-14 11:29:34 -07:00 |
|
Steve Sanderson
|
447359af84
|
Bump aspnet-webpack version to 3.0.0
|
2018-05-29 10:02:23 +01:00 |
|
Matt Perry
|
823630c508
|
Add webpack 4 support to aspnet-webpack
|
2018-05-29 09:58:04 +01:00 |
|
Steve Sanderson
|
4d151a599e
|
Dynamically expand timeout when waiting for Angular CLI to be ready. Fixes #1611
|
2018-04-16 14:54:52 +01:00 |
|
Tadas Mazutis
|
78f7dccfab
|
Performance fix
- Usage of resolved loopback IP address instead of 'localhost'
Addresses #1588
|
2018-04-16 14:45:16 +01:00 |
|
Ryan Brandenburg
|
8553647ce8
|
Set 2.0 baselines
|
2018-03-16 10:50:18 -07:00 |
|
Steve Sanderson
|
873cfa9adf
|
In SpaProxy, don't fail if there are non-forwardable headers. Fixes #1543.
|
2018-02-21 14:03:30 +00:00 |
|
Steve Sanderson
|
bf5f40b1ed
|
In Websocket proxy, don't forward User-Agent. Fixes #1469.
|
2018-02-08 11:40:14 +00:00 |
|
Steve Sanderson
|
dbaa453d18
|
Bump aspnet-webpack version to 2.0.3 for release
|
2018-01-25 12:58:55 -08:00 |
|
Steve Sanderson
|
b2373e157e
|
Support Webpack configs authored in TypeScript. Covers #1301
|
2018-01-25 12:14:43 -08:00 |
|
Steve Sanderson
|
08c2f231ea
|
Bump aspnet-webpack version to 2.0.2. Also, further minor tweak to TypeScript annotations.
|
2018-01-24 17:49:51 -08:00 |
|
Steve Sanderson
|
6274733565
|
TypeScript annotation fixes
|
2018-01-24 17:44:47 -08:00 |
|
waterfoul
|
5f6f288056
|
Added support for Thenables
|
2018-01-24 17:26:38 -08:00 |
|
Steve Sanderson
|
78e583d0fb
|
Comment and XML doc tweaks
|
2018-01-24 17:00:59 -08:00 |
|
Jordan McDonald
|
7c07beb494
|
adding support to pass Env param to webpack
|
2018-01-24 17:00:59 -08:00 |
|
Sławomir Rosiek
|
e7ffb8bb71
|
Returning provided promise in addTask
|
2018-01-25 00:42:58 +00:00 |
|
Steve Sanderson
|
3e6f7f3e45
|
Loosen aspnet-webpack peerDependency requirement back to cover what it allowed before (so it's not a breaking change)
|
2018-01-24 16:39:20 -08:00 |
|
Keven van Zuijlen
|
0d83504863
|
Bump webpack peerDependency version so NPM doesn't give a warning
|
2018-01-24 16:38:08 -08:00 |
|
Steve Sanderson
|
d6588c31bf
|
In Angular CLI middleware, remove additional level of timeouts since it's now covered upstream. Part of #1447
|
2018-01-03 11:47:17 +00:00 |
|
Steve Sanderson
|
15d2f5a898
|
Allow explicit configuration of StaticFileOptions in new SPA APIs. Fixes #1424.
|
2018-01-02 15:44:59 +00:00 |
|
Steve Sanderson
|
814441c933
|
Allow configuration of SPA startup timeout. Part of #1447
|
2018-01-02 14:15:33 +00:00 |
|
Steve Sanderson
|
a98c1459b5
|
When a SPA dev server (or prerendering build) takes too long to start up, only fail current request, not future requests. Fixes #1447
|
2018-01-02 14:15:20 +00:00 |
|
Steve Sanderson
|
8ded472fe9
|
Add status code support to SpaPrerenderingExtensions
|
2017-12-12 12:28:31 +00:00 |
|
John Goldsmith
|
74512dc3b2
|
Change HMR install to devDependencies
Changing hot module replacement install from dependencies to devDependencies. Raised in this Issue: https://github.com/aspnet/JavaScriptServices/issues/1409
|
2017-12-05 10:42:15 +00:00 |
|
Meir017
|
02bbcb68f1
|
fixed docs on SocketNodeInstance
namespace was incorrect
|
2017-11-24 09:53:35 +00:00 |
|
Steve Sanderson
|
18140929e7
|
Make AngularCliBuilder provide better information about timeouts
|
2017-11-22 15:14:58 +00:00 |
|
Steve Sanderson
|
9b1509a52b
|
Handle @angular/cli not accept requests immediately on startup
|
2017-11-17 14:56:47 +00:00 |
|
Steve Sanderson
|
68c4620a55
|
Consider React dev server ready when it starts listening, not when (and if) it compiles successfully
|
2017-11-16 09:48:38 +00:00 |
|
Steve Sanderson
|
296435e40c
|
When capturing prerendering template, avoid problems with HTTP compression
|
2017-11-16 09:34:18 +00:00 |
|
Steve Sanderson
|
aeabbdcada
|
Stop create-react-app from opening an extra browser tab (pointed to the wrong port)
|
2017-11-13 12:51:18 +00:00 |
|
Steve Sanderson
|
96d7f85327
|
Add UseReactDevelopmentServer() middleware. Factor out common code.
|
2017-11-13 12:35:41 +00:00 |
|
Steve Sanderson
|
30333e250a
|
AddSpaStaticFiles/UseSpaStaticFiles APIs to clean up the React template (or other cases where SPA files are outside wwwroot)
|
2017-11-13 10:54:12 +00:00 |
|
Steve Sanderson
|
08002e961b
|
In WebpackDevMiddleware.ts, support loading Webpack config files with __esModule. Fixes #1378
|
2017-11-09 16:57:57 -08:00 |
|
Steve Sanderson
|
0c77224f46
|
Allow prerendering middleware to pass through non-prerendered responses (important when using dev middleware)
|
2017-11-09 10:44:30 -08:00 |
|
Steve Sanderson
|
a83ec3a053
|
ArgumentNullException -> ArgumentException
|
2017-11-09 10:30:52 -08:00 |
|
Steve Sanderson
|
a16343681b
|
Rename BuildOnDemand to BootModuleBuilder
|
2017-11-09 10:25:48 -08:00 |
|
Steve Sanderson
|
c8b337ebaa
|
Add new Microsoft.AspNetCore.SpaServices.Extensions package to host new runtime functionality needed for updated templates until 2.1 ships
|
2017-11-09 10:09:13 -08:00 |
|
Nate McMaster
|
2d98a1808c
|
Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
|
2017-11-03 15:09:19 -07:00 |
|
Steve Sanderson
|
e583a17ef8
|
Clean up how IHttpContextAccessor is added
|
2017-10-23 15:13:33 +01:00 |
|
Nate McMaster
|
a0269fb0ad
|
Use PackageLineup to manage PackageReference versions
|
2017-08-30 17:11:46 -07:00 |
|
Nate McMaster
|
64ed1c7945
|
Use Directory.Build.props/targets (#1235)
|
2017-08-30 14:48:58 -07:00 |
|
Steve Sanderson
|
e2030fb1fa
|
Handle publicPath=/ in HMR. Fixes #1191.
|
2017-08-24 17:52:35 -07:00 |
|
Steve Sanderson
|
d6ae8829b6
|
In HMR, don't rely on default JsonSerializer settings. Fixes #688
|
2017-08-21 17:11:47 -07:00 |
|
Steve Sanderson
|
a40adab38d
|
In non-ASP.NET apps, default project path to current working directory. Fixes #1100.
|
2017-08-21 16:40:59 -07:00 |
|
Steve Lathrop
|
a7e715c88f
|
Small grammatical fix to README.md
|
2017-08-21 15:37:58 -07:00 |
|
Steve Sanderson
|
5f1450c9ba
|
Make aspnet-angular compatible with AoT compilation
|
2017-08-02 10:53:46 +01:00 |
|
Steve Sanderson
|
c83605baff
|
Add aspnet-angular NPM package containing HttpWithStateTransfer utility
|
2017-08-02 10:26:46 +01:00 |
|
Stephen Lautier
|
fc12d722b8
|
fix(webpack): fix middleware to specifically serialize options as non-camecased
|
2017-08-02 09:24:42 +01:00 |
|