Stephan Troyer
b8c006a3e9
Update templates to support TypeScript 'strict' mode
2017-07-13 09:22:14 +01:00
Steve Sanderson
7b07fb66eb
Update all templates to aspnet-webpack@2.0.1
2017-07-12 23:11:30 +01:00
Steve Sanderson
bb0727c34c
Update templates to newer aspnet NPM dependencies
2017-07-11 23:56:42 +01:00
Steve Sanderson
58145d33e3
Update ReactRedux template dependencies
2017-07-07 12:08:01 +01:00
Steve Sanderson
721e3c45fd
Update ReactReduxSpa NPM shrinkwrap file
2017-07-06 14:50:34 +01:00
Steve Sanderson
95c81729cd
Merge branch 'rel/2.0.0-preview2-templates' into dev
2017-06-26 15:50:46 +01:00
Steve Sanderson
bebb82eb69
Implement longer-term fix for #1066 (see description)
...
- declare explict @types/react-router version
- update to newer aspnet-webpack-react that doesn't include the hacky
workaround since it's not needed if you have the correct
@types/react-router version
In a subsequent commit, will also shrinkwrap to pin all dependency
versions. This isn't strictly required right now, but is the right thing
for long-term stability.
2017-06-26 15:39:19 +01:00
Steve Sanderson
460f202832
In React templates, update @types/react to 15.0.29 for compatibility with TypeScript 2.4.0+
2017-06-20 15:17:19 +01:00
Sławomir Rosiek
48bca777fe
Added "private": true to package.json
2017-06-19 15:04:42 +02:00
Steve Sanderson
33b275a7d3
Update ReactReduxSpa to latest versions of all dependencies, and pin to exact versions
2017-05-17 22:21:37 +01:00
Steve Sanderson
48b923fcd5
Update ReactReduxSpa to React Hot Loader 3, and remove Babel dependency
2017-05-17 21:51:13 +01:00
Steve Sanderson
e658ee6375
Simplifications in ReactSpa and ReactReduxSpa
2017-05-17 14:46:37 +01:00
Keven van Zuijlen
785e7d48a2
Implemented react-router v4 to ReactRedux template
2017-05-17 14:46:37 +01:00
Keven van Zuijlen
c791ceee49
Updatged package.json and webpack vendor config
2017-05-17 14:46:37 +01:00
Steve Sanderson
214a908c92
Temporarily pin React to 15.4.x, because 15.5.0 has conflict with Babel (Babel injects code that tries to evaluate PropTypes)
2017-05-05 16:23:16 +01:00
Steve Sanderson
a38db81b71
Templates that were waiting for awesome-typescript-loader 3.0.0 to ship no longer need to wait - it has shipped
2017-02-23 10:14:37 +00:00
Steve Sanderson
689f106181
Update templates to TypeScript 2.2.1 and fix whatwg-fetch related errors. Fixes #705
2017-02-23 10:07:03 +00:00
SteveSandersonMS
28483e2cf3
In ReactReduxSpa, pin @types/react-router-redux to known-good version 4.0.30, because 4.0.40 is broken. Fixes #651
2017-02-09 15:35:11 +00:00
SteveSandersonMS
9f7bc75960
Update ReactReduxSpa to Webpack 2 (plus awesome-typescript-loader)
2017-01-30 11:21:12 +00:00
SteveSandersonMS
867d070263
Remove unused references to ThunkAction. Fixes a build error since @types/redux-thunk 2.2.0 removes the ThunkAction export.
2017-01-18 19:14:17 +00:00
SteveSandersonMS
f8714e9653
Fix react/redux TypeScript build errors caused by breaking changes in dependencies. Fixes #529 , #582 , #583
2017-01-16 10:46:28 +00:00
SteveSandersonMS
a3cba50e88
Make ReactReduxSpa able to do prerendering without node_modules at runtime
2016-11-28 17:30:09 +00:00
SteveSandersonMS
157b74a0cd
Update Angular2Spa and ReactReduxSpa to use aspnet-prerendering 2.0.0
2016-11-28 16:56:02 +00:00
SteveSandersonMS
9b048c54d4
Remove 'redux-typed' from ReactReduxSpa template, making it more standard as a Redux application
2016-11-11 15:32:51 -08:00
SteveSandersonMS
f20ad391b6
Change ReactReduxSpa template to require redux-typed 2.0.0 (because the template uses TS 2.0 compiler)
2016-10-21 10:39:22 +01:00
Mark Pieszak
f6d7321243
Update remaining templates to TypeScript 2 / @types / etc.
2016-10-17 11:50:31 +01:00
SteveSandersonMS
0289f73a96
Fix the deployment issue caused by incorrectly referencing 'webpack-externals-plugin' when it should be 'webpack-node-externals'
2016-10-11 16:58:38 +01:00
SteveSandersonMS
3568476cca
aspnet-webpack auto-loads 'event-source-polyfill' on client when HMR is enabled. This requires 'event-source-polyfill' to be included in the client-side bundle, so it's also now added to all the templates' vendor bundles. Fixes #365 .
2016-10-10 12:24:07 +01:00
SteveSandersonMS
0a961a7bd0
Updated ReactReduxSpa template to match current patterns
2016-09-28 17:43:22 +01:00
SteveSandersonMS
b4bec30b0f
Clean up dependencies vs devDependencies in templates
2016-09-09 11:31:36 +01:00
SteveSandersonMS
a4e3360e65
Bump aspnet-webpack-react package version
2016-08-18 14:07:11 -07:00
Mike Mazmanyan
64a8ef1112
Moving and updating "aspnet-webpack" package in templates ( #207 )
2016-07-26 14:44:07 +01:00
SteveSandersonMS
58bf117442
Update templates to domain-task 2.0.0. Fixes #166 .
2016-07-11 12:16:41 +01:00
SteveSandersonMS
6f8055b7bc
Update Yeoman generators to use aspnet-prerendering 1.0.2+ and publish as version 0.1.5
2016-06-21 16:26:14 +01:00
SteveSandersonMS
39a8a4a128
Update to current versions of React/Redux/etc.
2016-04-13 15:34:23 +01:00
SteveSandersonMS
611f88fcb7
Simplify ReactReduxSpa template to use aspnet-* packages
2016-03-11 01:13:09 +00:00
SteveSandersonMS
c44ceebc12
Enable server-side prerendering in React+Redux template
2016-03-07 15:11:13 +00:00
SteveSandersonMS
cf7a519919
Working React+Redux template
2016-03-07 14:32:36 +00:00
SteveSandersonMS
ec9337754f
Beginning React+Redux template as a direct copy of the React one
2016-03-07 10:20:31 +00:00