b797c9cc1aIn all the app templates, load and execute the Bootstrap JS code
SteveSandersonMS
2016-03-01 16:26:05 +0000
0167d5ca3fChange WebApplicationBasic template to use web pack vendor DLL and to load CSS as a file (not via JS). Also remove Babel as it's not doing anything here.
SteveSandersonMS
2016-03-01 16:25:37 +0000
22cebe78d8Make TS build a bit faster. This is pretty safe, but could easily be reverted if any problems emerge.
SteveSandersonMS
2016-03-01 15:47:58 +0000
8a5dbf7a05Re-add server-side prerendering to Angular2 template
SteveSandersonMS
2016-03-01 15:41:07 +0000
444475ef16Make prerenderer code not rely on a specific process.cwd()
SteveSandersonMS
2016-03-01 15:28:06 +0000
4dcf63dab4Change Angular2 template to use vendor DLL too. Temporarily disabled server-side prerendering.
SteveSandersonMS
2016-03-01 14:30:42 +0000
60bcbc4d12In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds)
SteveSandersonMS
2016-03-01 13:18:35 +0000
8a5e58aa2cMake WebpackDevMiddleware able to pass the request through to other middleware for files not served by Webpack
SteveSandersonMS
2016-03-01 12:48:33 +0000
f7bc47875fBetter organise ReactSpa template so all 3rd-party code goes in vendor bundle
SteveSandersonMS
2016-03-01 10:22:23 +0000
9dd50f1da6Update React samples to use prerender-via-Webpack-loader
SteveSandersonMS
2016-03-01 00:56:31 +0000
a5509b86e4In Angular 2 template, always load CSS via ExtractTextPlugin (otherwise you get a bad FOUC when loading server-prerendered page)
SteveSandersonMS
2016-03-01 00:40:37 +0000
f830a5f90aFor Angular 2 template, compile directly from TS->ES5. Remove use of Babel altogether.
SteveSandersonMS
2016-03-01 00:13:57 +0000
bfc993af50Support loading prerenderer boot module via Webpack config; use this in Angular 2 template
SteveSandersonMS
2016-03-01 00:04:51 +0000
c668387dacAdd data-loading example to ReactSpa template, and remove server-side rendering (because you really need Redux/Flux or similar for that to make sense)
SteveSandersonMS
2016-02-24 18:32:31 +0000
a6ea8b5101Change ReactSpa template to something more like a dashboard with sidebar navigation
SteveSandersonMS
2016-02-24 14:41:29 +0000
eac76683ccEnable server-side rendering for ReactSpa template
SteveSandersonMS
2016-02-24 11:02:21 +0000
f0b0160419Add Webpack dev middleware and React hot module replacement to ReactSpa template
SteveSandersonMS
2016-02-24 10:47:45 +0000
a84688d65cEnsure data is only loaded if not already loaded (needed to keep client/server state consistent)
SteveSandersonMS
2016-02-09 23:06:30 -0800
3a567823e8Extract CSS into a separate file so it can be loaded independently of JS execution
SteveSandersonMS
2016-02-09 22:03:01 -0800
2e9a43d1dcWebpackDevMiddleware should run in a separate Node instance that doesn't restart when files change (otherwise there's no point in running it at all)
SteveSandersonMS
2016-02-09 17:26:04 -0800
6c903f33aeMove React server-side rendering into more general SpaServices package
SteveSandersonMS
2016-02-09 16:42:42 -0800
5e5b12dc54Remove explicit imports for NgIf/NgFor/NgClass, as that's no longer needed
SteveSandersonMS
2016-01-26 11:20:57 +0000
ea4c668a63Make the edit form and delete dialog work again
SteveSandersonMS
2016-01-26 11:17:01 +0000
381b7b884eUpdate to Angular 2 Beta 1. New bug: no longer waits for server-side HTTP requests to complete - waiting for info to resolve this.
SteveSandersonMS
2016-01-25 15:13:30 +0000
7a56c01235#31 Ugrade to Babel 6 and update the ReactGrid sample
Charalampos Karypidis
2016-01-17 23:42:05 +0100
f44b84f2abBump SpaServices version to alpha7-1 to avoid conflict on NuGet
SteveSandersonMS
2016-01-07 11:51:55 +0000
79c39d0f6cchange Range Attribute typeof double to decimal to match Price type
Elrashid
2015-12-25 02:19:12 +0400
2261c9964ePreparing to move the ASP.NET MVC validation result client-side code into a separate NPM module
SteveSandersonMS
2015-12-09 18:25:09 +0000
906a17ea3cDefine ValidationErrorResult in SpaServices; use it in MusicStore
SteveSandersonMS
2015-12-09 17:30:35 +0000
78efc77be4Use MapSpaFallbackRoute in ReactServices and demo
SteveSandersonMS
2015-12-09 15:17:31 +0000
d4f04d211fCreate a new shared package, Microsoft.AspNet.SpaServices, to hold MapSpaFallbackRoute (and other common infrastructure yet to be added)
SteveSandersonMS
2015-12-09 15:13:56 +0000