Skip to content

Releases: infinitered/ignite

v2.1.7

10 Dec 23:46
Compare
Choose a tag to compare

2.1.7 (2018-12-10)

Bug Fixes

  • boilerplates: Made updates to support new default boilerplate names. (b348967)

v2.1.6

06 Dec 06:14
Compare
Choose a tag to compare

2.1.6 (2018-12-06)

Bug Fixes

v2.1.5

06 Dec 06:01
Compare
Choose a tag to compare

2.1.5 (2018-12-06)

Bug Fixes

v2.1.4

06 Dec 05:49
Compare
Choose a tag to compare

2.1.4 (2018-12-06)

Bug Fixes

  • ci: Bump to version 2.1.4 (6a2a483)
  • ci: re-bump to version 2.1.4 (e5c2b7b)

Version 2.0.0 is released!

27 Jun 16:57
Compare
Choose a tag to compare

🎉 ignite-cli version 2.0.0 is finally released! Read our blog post about it to learn more, or browse the beta and release candidate changelog notes.

Version 2.0.0-rc.1

25 May 22:36
Compare
Choose a tag to compare

2.0.0-rc.1

🎉 Features

  • ignite add now enforces version numbers - so we don't break for semver incompatibilites in the future. #1053, #1054 by @jamonholmgren
  • Boilerplates must now include a React Native target version so things accidently break on new releases. #1014 by @fvonhoven
  • ignite new has a new flag --overwrite which will forceable clobber the destination directory. #1049 by @jamonholmgren
  • Improves bootup speed. #1012 by @jamonholmgren

🔨 Fixes

📖 Docs

🚑 Support

Thanks to @skellock for these great release notes - Jamon

Version 2.0.0-beta.9

18 May 06:06
Compare
Choose a tag to compare
Version 2.0.0-beta.9 Pre-release
Pre-release

Sorry for the computer-generated changelog ... wish this was as nice as @skellock's, but I'm backfilling old releases that didnt' get a changelog. - Jamon

v2.0.0-beta.9 (2017-04-28)

Full Changelog

Implemented enhancements:

  • Update all/most calls to insertInFile to patchInFile #980
  • Ignite Plugin TestBench™ #807
  • Un-generators #564
  • generate components in sub folder #479
  • Adds gluegun plugin detection. #973 (skellock)

Fixed bugs:

  • Cannot generate listview using ignite-ir-next boilerplate commands #988
  • No bundle URL present - @providesModule collision - react-native-router-flux #983
  • Ignite checks are too rough on react-native-cli #960
  • Error: not found: yarn #949
  • Upgrading from beta.2 to beta.7 fails #935
  • Typing ignite new blows up. #930
  • Error when trying to push to new repository on GitHub #911
  • Error: ENOENT: no such file or directory, uv_chdir #905
  • Ignite 2 "New Command" doesn't work #894
  • Newly generated screen does not have EJS pass through #869

Closed issues:

  • Could not get BatchedBridge, make sure your bundle is packaged correctly #984
  • Cant install the generators plugin #961
  • info.plist #953
  • How to get started with navigation in Ignite2? #952
  • ignite generate component shouldn't override already created component #950
  • ignite-ir-boilerplate-2016 is not available on npm #946
  • The screen generator not work well #944
  • where to find boilerplates? #943
  • Could not expand ZIP - react-native-device-info-release.aar #941
  • react-native-cli version not detected correctly #940
  • Fancy Promo Video #778
  • Ignite 2 Blog Post #775

Merged pull requests:

Round O' Fixes

24 Mar 16:05
Compare
Choose a tag to compare
Round O' Fixes Pre-release
Pre-release

Another round of tidying up.

Features

  • context.ignite.patchInFile() now checks for duplicate lines. #927 by @GantMan

Fixes

Support

To install npm i -g ignite-cli.

If your project is already using dev tools, you'll need to bump your devDependency section for ignite-dev-screens up to 2.0.0-beta.8.

Have a great weekend!

Fixes and Rapid Weight Loss

22 Mar 02:54
Compare
Choose a tag to compare
Pre-release

Features

  • Add android permission support. #910 by @GantMan
  • Drops the runtime size of ignite to around 12 MB from 25 MB. #922 by @skellock

Fixes

  • Prevent new apps from being created when they have dashes in the name. #902 by @fvonhoven
  • Ensures we can run in NodeJS 4 long enough to show the prereq message. #903 by @jamonholmgren
  • Fixes inability to create a new plugin. #915 by @skellock
  • Prevents ignite new from running when ./node_modules/react-native exists. #918 by @skellock
  • Ensures the right version of yarn & react-native are installed. #920 by @skellock

Support

Create React Native App + Expo + More

14 Mar 17:51
Compare
Choose a tag to compare
Pre-release

Features

  • Adds ignite attach for connecting ignite to existing projects. #896 by @skellock

Now we play nice with Create React Native App, Expo, and more. See the docs for more details! 😻