Commit Graph

  • 365b2c50cb Added babel-loader caching to improve subsequent build times. (#777) Dan Harman 2017-03-22 10:28:26 +00:00
  • efcfc0b9a6 Bump template packages to 0.9.0 for release Steve Sanderson 2017-03-15 17:04:55 -07:00
  • 68e27d6091 In Yeoman generator, assert dotnet is >= 1.0.0, and set detected version in global.json Steve Sanderson 2017-03-15 17:04:20 -07:00
  • 08ea344fcf Remove project.json-specific content from all the SPA templates Steve Sanderson 2017-03-14 17:23:08 -07:00
  • a6e0955581 In Yeoman/dotnetnew generators, remove support for producing project.json projects Steve Sanderson 2017-03-14 17:09:33 -07:00
  • d8143e2603 Update Yeoman package README Steve Sanderson 2017-03-14 17:07:42 -07:00
  • 3077b8a8c0 Modifies babel config to allow for webpack tree shaking Mark Thiessen 2017-03-09 13:37:52 -07:00
  • 5866713a05 Remove style-loader from vendor bundles. Fixes #715. Steve Sanderson 2017-03-13 11:11:38 -07:00
  • 7aacf2151c Bump templates packages versions to 0.8.7 for release Steve Sanderson 2017-03-13 09:55:48 -07:00
  • e4623bb186 Add Vue template to Yeoman generator Steve Sanderson 2017-03-13 09:32:02 -07:00
  • c6a089880c Add VueSpa.csproj to .sln Steve Sanderson 2017-03-13 09:29:29 -07:00
  • 59e09816c7 Fix typos (etc) in description on homepage Steve Sanderson 2017-03-10 12:20:35 +00:00
  • c3ad9e8c2f Remove Vue template server-side prerendering because of limitations Steve Sanderson 2017-03-10 12:20:16 +00:00
  • 119b274c19 Add server-side rendering (via bundleRenderer, as this is what the Vue docs recommend, and apparently the only way it does encapsulation) Steve Sanderson 2017-03-10 10:51:47 +00:00
  • 360688f78b Add Vue template Steve Sanderson 2017-03-09 10:04:54 +00:00
  • 0a1ac6a70a Added missing import in boot.ts in Aurelia template Maciej Lelito 2017-02-11 18:22:33 +01:00
  • 8d27d9d583 Updates Aurelia project url (#741) Kyle Summers 2017-03-11 00:36:37 +11:00
  • 8bba142e8f Merge pull request #751 from aspnet/no-mono David Fowler 2017-03-10 00:58:33 -08:00
  • 94d47a3917 No mono David Fowler 2017-03-10 00:15:39 -08:00
  • 13fb00a71e Update KoreBuild to dev Nate McMaster 2017-03-01 18:44:16 -08:00
  • 684a77430c Add CI feed to NuGet.config Nate McMaster 2017-03-01 09:10:37 -08:00
  • 3058c050bb Unify dependency versions across all non-template projects Nate McMaster 2017-03-01 09:28:11 +00:00
  • 821ad85e41 Fixup MSBuild conversion (#721) Nate McMaster 2017-03-01 01:17:49 -08:00
  • 76ae9aa58f Fix build error in aspnet-prerendering caused by TypeScript 2.2.1 breaking change Steve Sanderson 2017-02-28 09:19:29 +00:00
  • a79bc75671 Migrate to csproj (#703) Steve Sanderson 2017-02-28 09:17:35 +00:00
  • 795aac241e Bump templates package versions to 0.8.6 for release Steve Sanderson 2017-02-23 10:23:34 +00:00
  • a38db81b71 Templates that were waiting for awesome-typescript-loader 3.0.0 to ship no longer need to wait - it has shipped Steve Sanderson 2017-02-23 10:14:37 +00:00
  • 689f106181 Update templates to TypeScript 2.2.1 and fix whatwg-fetch related errors. Fixes #705 Steve Sanderson 2017-02-23 10:07:03 +00:00
  • 627ea78e72 Replace image resizing sample with chartist sample Steve Sanderson 2017-02-22 13:27:18 +00:00
  • 3162946139 In ReactReduxSpa, configure store before matching routes. Fixes #663 Steve Sanderson 2017-02-21 16:56:35 +00:00
  • c9526dd4d2 Remove Dockerfiles for consistency with other templates. Also fixes #694 Steve Sanderson 2017-02-21 16:18:25 +00:00
  • 3c2fd50e8f Add fields to dotnet new NuSpec file SteveSandersonMS 2017-02-13 16:38:56 +00:00
  • 04111db230 Add "dotnet new" nupkg as AppVeyor artifact SteveSandersonMS 2017-02-13 15:48:19 +00:00
  • 5a593d657d Bump generator-aspnetcore-spa to 0.8.5 SteveSandersonMS 2017-02-13 15:44:49 +00:00
  • 5a67ca35be Add 'primaryOutputs' to dotnet new template.json files (and reorder JSON properties alphabetically) SteveSandersonMS 2017-02-13 15:28:12 +00:00
  • 72dabb3664 After building "dotnet new" package, put it in "artifacts" dir SteveSandersonMS 2017-02-13 15:06:41 +00:00
  • b7314359c8 When building "dotnet new" templates, always prebuild and include client-side 'dist' files for all templates, because dotnet new can't run arbitrary post-generation steps SteveSandersonMS 2017-02-13 14:59:43 +00:00
  • 1bf283877e More updates to "dotnet new" template to produce correct template.json values SteveSandersonMS 2017-02-13 14:42:47 +00:00
  • 1115a0aff5 Fix package.json files in Angular2Spa and AureliaSpa to have replaceable name (not hardcoded as Angular2Spa, etc.). Other templates were already set up like this. SteveSandersonMS 2017-02-13 14:38:44 +00:00
  • 70ad900f59 Further update dotnet new template builder to produce correct template.son contents SteveSandersonMS 2017-02-13 14:05:36 +00:00
  • fadc5d7b98 Update dotnet new template builder to match tooling preview 4 file structure SteveSandersonMS 2017-02-13 13:12:44 +00:00
  • 85dcc66723 Update the version of NuGet.exe used when building "dotnet new" templates to v4 (rc) SteveSandersonMS 2017-02-13 13:07:24 +00:00
  • f0825bec1d In generator-aspnetcore-spa, change internal name of Angular template from "angular-2" to "angular" to comply with suggested Angular branding SteveSandersonMS 2017-02-13 13:05:59 +00:00
  • 0ec6178617 Remove the Angular 2.0.2 template; define the 2.4.5+ template as the standard Angular one. Makes issue #665 no longer apply. SteveSandersonMS 2017-02-13 12:55:48 +00:00
  • 0f3e3ebb3b Fix TypeScript build error with updated lodash type definitions SteveSandersonMS 2017-02-13 12:50:25 +00:00
  • 9017ef6fdc Fix issues in KnockoutSpa/ReactSpa webpack 2 configs. Bump generator version to 0.8.4. SteveSandersonMS 2017-02-09 18:10:58 +00:00
  • 520ef02b98 Bump generator-aspnetcore-spa version to 0.8.3 for release SteveSandersonMS 2017-02-09 15:49:39 +00:00
  • 481ca0a8e0 Replace 'loader' with 'use' in various Webpack configs. Fixes 'loader option has been deprecated' warnings. SteveSandersonMS 2017-02-09 15:43:41 +00:00
  • 28483e2cf3 In ReactReduxSpa, pin @types/react-router-redux to known-good version 4.0.30, because 4.0.40 is broken. Fixes #651 SteveSandersonMS 2017-02-09 15:35:11 +00:00
  • e8dd8089d4 In Angular2Spa, fix HMR with 2.4.6 and relax version dependency to allow arbitrary 2.x again. Fixes #643 SteveSandersonMS 2017-02-09 15:14:30 +00:00
  • 4f7091c5d5 Remove "Connection: keep-alive" workaround from domain-task, as it's not needed with .NET Core >= 1.1.0. Fixes #655 SteveSandersonMS 2017-02-09 14:28:18 +00:00
  • 66148dacf3 Move angular2-template-loader dependency version to ^0.6.2 now that the bug in 0.6.1 is fixed. Fixes #649. SteveSandersonMS 2017-02-09 10:12:46 +00:00
  • 8ca45f0d77 Bump generator-aspnetcore-spa to 0.8.2 for release SteveSandersonMS 2017-02-07 17:57:21 +00:00
  • 0559bbb9af Temporarily pin to Angular 2.4.5 and angular2-template-loader 0.6.0 because of bugs in their patch releases (#643, #649) SteveSandersonMS 2017-02-07 17:52:37 +00:00
  • 7b28d05373 Pin AureliaSpa to extract-text-webpack-plugin 2.0.0-beta.4 until it can move to Webpack 2.2.0 final. SteveSandersonMS 2017-02-03 11:50:05 +00:00
  • 87b9db7579 Add yarn.lock to ignorefiles in aspnet-prerendering SteveSandersonMS 2017-02-03 10:52:56 +00:00
  • 61ffca6290 In aspnet-prerendering, parse the incoming querystring before passing it to the boot func for convenience. Fixes #638. SteveSandersonMS 2017-02-03 10:52:11 +00:00
  • a9e97f6783 fix(ng-router): update to 3.4.5 for experimental version Mark Pieszak 2017-02-01 20:54:59 -05:00
  • f8f4016b33 Minor tweak in Yeoman generator source to clarify intent (makes no difference in current cases, so no need to re-release the package for this) SteveSandersonMS 2017-01-31 16:09:36 +00:00
  • 59dbb1f88f Bump generator-aspnetcore-spa version to 0.8.1 for release SteveSandersonMS 2017-01-31 15:26:27 +00:00
  • ac75a3136d In generator-aspnetcore-spa, add option to produce Angular 2.4.5 project (with 'experimental' caveat) SteveSandersonMS 2017-01-31 15:26:12 +00:00
  • a3af5c0b25 In Angular2Spa, reference angular2-universal-patch. This will allow for upgrades to Angular 2.4.5. SteveSandersonMS 2017-01-31 14:19:14 +00:00
  • 847430a0d9 Update Karma config to allow for Webpack 2-style config file. Fixes #625. SteveSandersonMS 2017-01-31 11:49:21 +00:00
  • 55c3156df2 Bump generator-aspnetcore-spa version to 0.8.0 for release SteveSandersonMS 2017-01-30 11:23:09 +00:00
  • e7785dff01 Update templates to match VS2017RC build 26127 project file format, plus latest ASP.NET Core 'Program.cs' convention. Fixes #620. SteveSandersonMS 2017-01-30 13:01:00 +00:00
  • 6ed34ddd33 Update KnockoutSpa to Webpack 2 (plus awesome-typescript-loader) SteveSandersonMS 2017-01-27 15:49:29 +00:00
  • 9f7bc75960 Update ReactReduxSpa to Webpack 2 (plus awesome-typescript-loader) SteveSandersonMS 2017-01-27 15:49:15 +00:00
  • bdd7cfd38b Update ReactSpa to Webpack 2 (plus awesome-typescript-loader) SteveSandersonMS 2017-01-27 14:55:43 +00:00
  • be3fb6e876 Update Angular2Spa to Webpack 2 (plus awesome-typescript-loader for improved build speed) SteveSandersonMS 2017-01-26 14:55:32 +00:00
  • d69b65e572 Bump NodeServices/SpaServices package versions to 1.1.0-rtm for release SteveSandersonMS 2017-01-30 09:57:00 +00:00
  • e5178d2938 Update peerDependency on aspnet-webpack-react to allow Webpack 2.2.0+ as well as 1.x SteveSandersonMS 2017-01-27 15:32:19 +00:00
  • e4d00a2da3 Update aspnet-webpack to support Webpack 2-style configs that export a function SteveSandersonMS 2017-01-27 14:44:25 +00:00
  • 345b4f64b5 Update aspnet-webpack-react to support Webpack 2.x-style configs SteveSandersonMS 2017-01-27 11:18:26 +00:00
  • a9bc1201d1 Fix the build by passing allowConnectionDraining from SocketNodeInstance SteveSandersonMS 2017-01-20 18:09:57 +00:00
  • 6a1f35da8f Bumping NodeServices/SpaServices versions to 1.1.0-rc2-* for RC2 release SteveSandersonMS 2017-01-20 17:33:34 +00:00
  • d7d1a04751 When Node is launched with a debug listener, disable connection draining on restart. Fixes #506. SteveSandersonMS 2017-01-20 17:32:26 +00:00
  • 351fe3d15c In SpaServices, add new HotModuleReplacementEndpoint option on HMR config. Fixes #579. SteveSandersonMS 2017-01-20 15:03:52 +00:00
  • 3313a7f0a6 Update Node version to 6.x (current LTS) in Dockerfiles. Fixes #591. SteveSandersonMS 2017-01-20 12:38:57 +00:00
  • 867d070263 Remove unused references to ThunkAction. Fixes a build error since @types/redux-thunk 2.2.0 removes the ThunkAction export. SteveSandersonMS 2017-01-18 19:14:17 +00:00
  • a046bd2021 Temporarily disable tests on AppVeyor until config can be updated to match new chromedriver version requirement SteveSandersonMS 2017-01-18 18:52:21 +00:00
  • 1a49a27344 Use correct docker base image for csproj projects. Fixes #574. SteveSandersonMS 2017-01-16 15:25:41 +00:00
  • 9c9892ab18 Add example of isomorphic cookies for #581 581-isomorphic-react-cookies-example SteveSandersonMS 2017-01-16 12:54:44 +00:00
  • f8714e9653 Fix react/redux TypeScript build errors caused by breaking changes in dependencies. Fixes #529, #582, #583 SteveSandersonMS 2017-01-16 10:46:28 +00:00
  • 9d5006107f Bumping NodeServices/SpaServices versions to 1.1.0-rc1-* for RC1 release SteveSandersonMS 2017-01-13 09:02:28 +00:00
  • c3316d0caa Hopefully fix BuildQuality setting in build SteveSandersonMS 2017-01-10 19:43:15 +00:00
  • 38441c6598 Override the build quality determined by KoreBuild SteveSandersonMS 2017-01-10 19:13:15 +00:00
  • f8f42a53b2 Increase Mocha timeout. Trying to fix intermittent test failures on AppVeyor. SteveSandersonMS 2017-01-10 10:37:00 +00:00
  • a93f59c660 Add Aurelia to generator's README.md. Fixes #561. SteveSandersonMS 2017-01-09 14:43:28 +00:00
  • c377e6cd28 For project.json-based projects, fix Kudu deployment by adding a .deployment file at the root SteveSandersonMS 2017-01-07 00:08:06 +00:00
  • 2a1435d9c1 Bump generator-aspnetcore-spa version to 0.7.3 SteveSandersonMS 2017-01-07 00:04:50 +00:00
  • 6789dbc102 csproj-based projects don't need the _placeholder.txt files, because the publishing code correctly includes dist files even if they were not on disk before SteveSandersonMS 2017-01-07 00:04:20 +00:00
  • 59526ff16a Update templates' csproj files to fix first-time publishing (previously, it didn't deploy dist files if they were not already on disk) SteveSandersonMS 2017-01-07 00:00:52 +00:00
  • 8c456aa0fc Make Karma serve .ts files with executable MIME type, otherwise newer versions of Chrome won't run it. Fixes #499 SteveSandersonMS 2017-01-03 17:33:45 +00:00
  • 49bece54c2 Check if response is stream or object without using reference to reflection package. Niclas Emdelius 2016-12-21 12:15:39 +01:00
  • 0907379da8 Streamed responses can be be Object or Stream nicemd 2016-12-16 15:12:04 +01:00
  • fbb8054c2e Make error message clearer if Node isn't installed (or not found on PATH). Fixes #527 SteveSandersonMS 2017-01-03 10:59:26 +00:00
  • 70f59fc8ec Update core package versions to 1.1.0-beta2-* so that CI will produce non-timestamped packages SteveSandersonMS 2017-01-03 10:29:22 +00:00
  • e6cfe93e13 Instruct AppVeyor to regard the generator-aspnetcore-spa.tar.gz file as a build artifact SteveSandersonMS 2017-01-02 12:02:58 +00:00
  • dad095b749 Bump generator-aspnetcore-spa version to 0.7.2 SteveSandersonMS 2017-01-02 11:59:51 +00:00
  • f31b96fe1e Yeoman package builder emits .tar.gz artifact SteveSandersonMS 2017-01-02 11:59:16 +00:00