Skip to content

Releases: TFaga/generator-react-reflux

v1.4.3

14 May 10:01
Compare
Choose a tag to compare

Bug fixes

  • Fixed missing react-reflux:actions

v1.4.2

10 May 00:12
Compare
Choose a tag to compare

Bug fixes

  • Added a file filter function to livereload to ignore source app scripts and styles
  • Fixed gulp sometimes crashing when building the project

v1.4.1

09 Apr 08:45
Compare
Choose a tag to compare

Enhancements

  • Updated the scaffolded grunt and gulp dependencies (1bd012a, e81bafd)

Bug fixes

  • Fixed malformed package.json file for the gulp configuration that caused all npm commands to fail (#21, ad216b1)

v1.4.0

08 Apr 14:55
Compare
Choose a tag to compare

Features

  • Added a generator for the RefluxJS stores (#17, f0a2197)
  • Added a generator for the RefluxJS actions (#18, 1fa725d)

Enhancements

  • Removed deprecated code as a result of updating the yeoman generator (1629107)
  • Added preprocessify to the gulp workflow/pipeline (#16, #19, fb6a771, f0b3ec2)
  • Added cache for sass files when using grunt (#16, fb6a771)
  • Added gulp browserify compile error reporting (#16, fb6a771)

v1.3.0

24 Feb 15:06
Compare
Choose a tag to compare

Features

  • Updated generated scaffold dependencies to their latest version (15d57fa)
  • Added GruntJS as an option to use as a build tool instead of GulpJS (#13, 39c88a0)
  • Added a generator for the ReactJS components (#14, b6d9cd1)

v1.2.2

14 Dec 10:52
Compare
Choose a tag to compare

Bug Fixes

v1.2.1

13 Dec 17:36
Compare
Choose a tag to compare

Features

  • Updated react-router and updated its new usage (syntax) in the scaffolded files for both JavaScript and CoffeeScript (#3, 616acb1)
  • Updated all dependencies generated by the generator to their latest versions (#4, e3b426c)

Bug Fixes

  • Removed a wrongly generated '�__tests__' folder in the apps directory (94ce23b)

v1.2.0

16 Nov 14:53
Compare
Choose a tag to compare

Features

  • Updated ReactJS to its latest version v0.12.0 which includes new (breaking) features from its previous versions (#2, 8d2742d)
  • Added an option to add Facebook Jest as a boilerplate testing framework for both Javascript and CoffeeScript (#1, d7e6e4f)

v1.1.1

18 Oct 13:37
Compare
Choose a tag to compare

Bug Fixes

  • Changed the gulp imagemin version to 1.0.1 as 1.1.0 does not install dependencies correctly and as such failes to build (c0d933c)
  • Removed the gulp browserify plugin as it is blacklisted and added the standalone browserify plugin and use it together with vinyl-source-stream to integrate it with gulp streams in the build process (968c47a)

v1.1.0

18 Oct 13:37
Compare
Choose a tag to compare

Features

  • Added option to use CoffeeScript instead of plain JavaScript (9f50a36)
  • Updated gulp and its plugins versions (16c999e)
  • Swapped gulp rimraf (deprecated) for npm del (9a1a747)
  • Added html minification to the gulp build task (dfe75e8)
  • Added user entered description to index.html (ed83d05)

Bug Fixes

  • Fixed generated stylesheet syntax error when selecting css instead of sass (fbba569)
  • Removed unused html gulp task (ea9b013)