Releases: infinitered/ignite
Releases · infinitered/ignite
1.4.0 - Keeping it real, and advancing versions
1.3.1 - 0.29.2 Support, oh and NEW ROUTING!!!!
Fixes
- [GEN] - Fix rn-cli version checker - @Novex #243
- [GEN] - Fix tag overwritting branch requests - @GantMan
Upgrades
- [Base] - Moved to version 0.29.2 - @fvonhoven and @GantMan #254
- Also uses
react-native link
overrnpm link
- Fixed up login screen
- Also uses
- [Gen] - start using KeyboardAvoidingView - @fvonhoven
Changes
- [Base] - Use React Native Router Flux - @kevinvangelder #235
- [Gen] - Fix generated screens/components to match RNRF routing - @fvonhoven
1.3.0 - STOP THE MADNESS!
Feature
- [GEN] - enforce tag checkout/lock so versions can't break - @GantMan
This plus the react native lock allows ignite
to remain stable regardless of activity on github or facebook.
Releases will now consist of the following path, in order:
- Update version numbers inside code (generator version, lockedIgniteVersion var, cli version)
- Tag on github
npm publish
generatornpm publish
cli
1.2.1 - Clean up and Chop Down
Features
- [Base] - Move to arrow functions instead of binding all the time - #229 @siakaramalegos
- [Docs] - Contributor doc upgrades - #230 @siakaramalegos
- [Base] - Flexible image mocking for tests - #228 @GantMan
- [Generator] - Force locking to RN versions (currently 0.28) to stop crashing issues by facebook releases - #233 @tminard
Breaking Changes
1.2.0 - Features! Generators! Upgrades! Oh My!
Features
- [Gen | CLI] - Automatically import images to Themse/images #213 - @fvonhoven
- [Base] - Add status code to failed API calls on API testing screen f2ecc8f - @GantMan
- [Base] - Use
apisauce
0.2.0 adds timeout detection #221 - @skellock - [Base] - MapView Generator - #222 - @kevinvangelder
Fixes
1.1.0 - RN 0.28 support
1.0.3 - Touchups and Debugging Help
Bugfixes
- [Base] - Login screen uses friendly scrollview #177 - @fvonhoven
- [Generator] - Fix for listview template 8fb57c3 - @GantMan
- [Base] - Hot reloading issues resolved #197 - @phoenecke
- [Base] - Fix for orientation - @fvonhoven
New Features
- [Base] - Testing switched to ava #179 - @skellock
- [Gen | CLI] - Ability to grab a different branch/version depending on flags #181 - @skellock
- [Base] - Example usage of Drawer included with instructions #187 - @fvonhoven
- [Github] - Added
.editorconfig
as suggested in #189 - @ahmed1490 - #198 @GantMan
Ignite
1.0.2 - Upgrades and Listviews
Changes
- [Base] - Upgrade to RN 0.27.2 and more #161 @GantMan
- [Base] -
DebugSettings
redux persist flag moved.
Features
- [Base] - Provided example listview and gridview @GantMan
- [Base] - Adds recuerVersion for blowing away rehyrdation on demand #176 @fvonhoven
- [Generator] - Added ability to generate listviews #175 @GantMan