Releases: piotrwitek/react-redux-typescript-jspm-starter
v0.12.0
- switched to browser history
- added not-found container and route
- updated to newest dev server with html5 history api fallback https://github.com/piotrwitek/jspm-hmr/releases/tag/1.0.0-beta
v0.11.1
CSS-MODULES WITH TYPED CLASS-NAMES
CSS-MODULES WITH TYPED CLASS-NAMES
Own concept to achieve locally scoped CSS styles using csjs with statically typed CSS class-names using TypeScript.
- Full CSS support with pseudo-classes & media queries, encapsulated in ES6 Modules that can be nicely imported by your UI components.
- Define interfaces with your CSS classes and you get className property type-checking, solid auto-completion and easy refactoring. You can also add doc comments and auto-generate docs of your styles library for your team and utilize IntelliSense features of your IDE.
EXAMPLE: Consumer Component and it's CSS Module in TypeScript Format with Class-Names Interface
Overview Video: https://youtu.be/67pPYqom2a0
Updated Demo: http://piotrwitek.github.io/react-redux-typescript-starter-kit/#/css-modules
v0.10.0
v0.9.1
added Redux DevTools integration with Time Travel Debugging
overall small improvements
v0.9.0
- new automated bundling workflow for dev & prod
- added "dead simple" bundle configuration of vendor package
- refactored redux modules
v0.8.0
added redux, react-router, immutable, fetch
added new example app code based on redux
deployed demo page with app code
updated TypeScript to 2.0.2
updated typings examples for es6 / react modules
updated workflow configuration, scripts and test harness
v0.7.0
updated tsconfig for TS 2.0
ordering options following schemastore
adding new 2.0 config options
removed filesGlob in favor of include/exclude standard
included 2016 array include
typescript loader pluging updated with new config
v0.6.1
updated dependencies & typings