Skip to content

Releases: piotrwitek/react-redux-typescript-jspm-starter

v0.12.0

13 Feb 01:56
Compare
Choose a tag to compare

v0.11.1

08 Oct 08:36
Compare
Choose a tag to compare

fixed one missed script name change (bundle-dev to build:dev) #22
added build:regenerator command
updated React -> 15.3.2
updated TypeScript -> 2.0.3
updated @types
updated jspm plugins and dependencies

CSS-MODULES WITH TYPED CLASS-NAMES

06 Oct 23:19
Compare
Choose a tag to compare

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

17 Sep 12:45
Compare
Choose a tag to compare

#15 fixed compilation errors using tsc CLI for NO-IDE development
new worklow for NO-IDE people using CLI type-checking - readme
overall code quality improvements

v0.9.1

02 Sep 17:38
Compare
Choose a tag to compare

added Redux DevTools integration with Time Travel Debugging
overall small improvements

v0.9.0

02 Sep 09:38
Compare
Choose a tag to compare
  • new automated bundling workflow for dev & prod
  • added "dead simple" bundle configuration of vendor package
  • refactored redux modules

v0.8.0

17 Sep 12:22
Compare
Choose a tag to compare

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

08 Aug 20:44
Compare
Choose a tag to compare

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

06 Aug 13:43
Compare
Choose a tag to compare

updated dependencies & typings

v0.6.0

30 Jul 12:32
Compare
Choose a tag to compare

Added new development build workflow #4