Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 658 Bytes

CHANGELOG.md

File metadata and controls

16 lines (9 loc) · 658 Bytes

2.3.2

  1. Added new version of yeoman-generator

2.3.1:

  1. Adjusted package json main path to generators/app/index (Closes #7 as suggested by sthzg)

2.3.0:

  1. Added alt-utils and alt-container as default dependencies.
  2. Adjusted store tests to include support for alt-utils AltTestUtils instead of the old version (AltTestUtils are moved to alt-utils from 0.18 onwards)

2.2.0:

  1. Added bugfix for subgenerator component (would not work without generator-react-webpack installed globally). Patch provided by stylesuxx