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
Pranav K
370b5f7341
Updating version to preview2
2018-01-24 15:00:28 -08:00
Pranav K
0b53b92bc6
Merge branch 'release/2.1' into dev
2018-01-23 15:49:47 -08:00
Pranav K
116f33c66c
Branching for 2.1.0-preview1
2018-01-23 15:31:36 -08:00
Nate McMaster
c3964a0437
Merge branch 'release/2.0.0' into dev
2018-01-09 13:59:19 -08:00
ASP.NET CI
f291f87dfc
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-06 14:57:16 -08:00
ASP.NET CI
a1c2c18326
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-04 01:24:07 +00: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
ASP.NET CI
975d537a0a
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-31 21:17:41 +00:00
ASP.NET CI
4af2e8670e
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-18 17:15:05 -08:00
ASP.NET CI
160c91f1b9
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-13 21:00:41 +00:00
Steve Sanderson
8ded472fe9
Add status code support to SpaPrerenderingExtensions
2017-12-12 12:28:31 +00:00
ASP.NET CI
f9c62ebb5a
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-10 13:01:04 -08:00
Nate McMaster
d5a664e481
Bump version to 2.0.2
2.0.2
2017-12-06 16:20:14 -08: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
Ryan Brandenburg
e6285f30ae
Update bootstrappers
2017-12-01 12:29:52 -08:00
Pranav K
bd5793e284
Specify runtime versions to install
2017-11-29 14:09:27 -08: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
Pranav K
50ba6114ee
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 15:48:06 -08:00
Nate McMaster
cd3e3c667c
Use MSBuild to set NuGet feeds instead of NuGet.config
2017-11-20 12:43:30 -08:00
Pranav K
0de9f0e3ce
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:00:25 -08:00
Steve Sanderson
9b1509a52b
Handle @angular/cli not accept requests immediately on startup
2017-11-17 14:56:47 +00:00
Pranav K
a8809f9a96
Update samples and tests to target netcoreapp2.1
2017-11-16 16:59:15 -08: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
7bf5516bb2
Update appveyor.yml to execute build.cmd and add nodejs as required toolset ( #1372 )
2017-11-03 15:54:23 -07: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
Ryan Brandenburg
ba0d82d801
Add RepositoryRoot
2017-10-23 14:52:02 +01:00
Nate McMaster
64389a9bbe
Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105
2.0.1
2017-10-13 13:11:55 -07:00
Nate McMaster
86e94d7812
Update how PackageReference versions are set
...
Changes:
- Remove floating versions
- Disable myget feeds during a Universe build
- Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
2017-10-09 11:10:58 -07:00
Nate McMaster
9f05a3d34b
Use MSBuild to set NuGet feeds instead of NuGet.config
2017-10-02 14:12:55 -07:00