Skip to content

Releases: infinitered/ignite

1.4.0 - Keeping it real, and advancing versions

22 Jul 18:19
Compare
Choose a tag to compare

Upgrades

  • [CI] update firedrill.sh to help enforce versions - @GantMan - #255
  • [CI] add testRelease.sh to help pre-release full-testing - @GantMan - #267
  • [Base] now working off of RN 0.30.0 - @fvonhoven - #265

Fixes

Features

1.3.1 - 0.29.2 Support, oh and NEW ROUTING!!!!

17 Jul 23:37
Compare
Choose a tag to compare

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 over rnpm link
    • Fixed up login screen
  • [Gen] - start using KeyboardAvoidingView - @fvonhoven

Changes

1.3.0 - STOP THE MADNESS!

08 Jul 05:05
Compare
Choose a tag to compare

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:

  1. Update version numbers inside code (generator version, lockedIgniteVersion var, cli version)
  2. Tag on github
  3. npm publish generator
  4. npm publish cli

1.2.1 - Clean up and Chop Down

07 Jul 21:54
Compare
Choose a tag to compare

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

  • [Gen | Base] - Maps generator and base example removed, since they are breaking Android by default - #237 @GantMan

1.2.0 - Features! Generators! Upgrades! Oh My!

02 Jul 15:09
Compare
Choose a tag to compare

Features

Fixes

1.1.0 - RN 0.28 support

27 Jun 04:45
Compare
Choose a tag to compare

Changes

  • [Base | Generator] - Upgrade to 0.28 #188 - @GantMan
  • [Base] - Removing Push Notifications - #210

Fixes

  • [Base] - Added requirement that is missing on some machines #206 - @GantMan
  • [Generator | Base] - Double export & keyboard templates fixed @ahmed1490 - fixed #209 - @GantMan

1.0.3 - Touchups and Debugging Help

26 Jun 16:46
Compare
Choose a tag to compare

Bugfixes

New Features

Ignite

24 Apr 18:01
Compare
Choose a tag to compare

BASE: Now has reactotron built in
CLI/GENERATOR: Fixed non-exposed npm file causing app creation failure

1.0.2 - Upgrades and Listviews

21 Jun 04:15
Compare
Choose a tag to compare

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

1.0.1 - Project Name Enforcement

07 Jun 14:23
Compare
Choose a tag to compare

Bugfixes