Releases: infinitered/ignite
Releases · infinitered/ignite
0.3.1 - Quick fixes
0.3.0 - Features and prep for version 1.0
Changes
- [Base] - Base.js now named CommonStyles.js for clarity
- [Base] - Themes/Fonts.js restructured for clarity - @skellock & @GantMan
- [Base] - Moved push notifications config to a separate file - @skellock & @GantMan
Bugfixes
- [Generator] - Screens/Containers fixed for RN 0.25+
- [Base] - Removed warning on progressive image component
- [All] - Fixed Push notification bug causing #122 and #123 in generated apps.
Features
- [Base] - Now includes template screen - thanks @kevinvangelder angelder
- [Base] - Device info screen created - @fvonhoven
0.2.4 - Fixes and Features
Bugfixes
- Fixed new yeoman issue, where it asks for completion script path. @twerth - found @GantMan solved
- Fixed
fireDrill.sh
to take globals into account when linting. @GantMan solved - Fixed Push notifications for Android #92 @GantMan solved
New Features
- Generating a screen, automatically gets the route inserted in Routes.js @fvonhoven - requested @GantMan solved
- Redux code cleaned up, now using reduxsauce - @skellock
- Small consistency update @kevinvangelder solved
0.2.3 - Conforms to RN 0.25
New react native has changes in imports. Implemented in base, and in generators.
Everything Functioning
CLI
No more hanging bug
Base
fastlane, android commands, API sauce
Generator
screen generator, verbose app generator