Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Archimondee/ignite

Tags

v6.1.0

Toggle v6.1.0's commit message
chore(release): 6.1.0 [skip ci]

# [6.1.0](infinitered/ignite@v6.0.0...v6.1.0) (2021-01-04)

### Bug Fixes

* **i18n:** Fix grep path in i18n test ([infinitered#1589](infinitered#1589) by [@leonyjiang](https://github.com/leonyjiang)) ([fd1338e](infinitered@fd1338e))

### Features

* **cli:** Show globally-installed packages in `ignite doctor` ([infinitered#1586](infinitered#1586) by [@bryanstearns](https://github.com/bryanstearns)) ([465f3c1](infinitered@465f3c1))

v6.0.0

Toggle v6.0.0's commit message
chore(release): 6.0.0 [skip ci]

# [6.0.0](infinitered/ignite@v5.0.0...v6.0.0) (2020-12-28)

### Features

* **cli:** 🔥  Ignite Flame 🔥 ([infinitered#1568](infinitered#1568) by [@jamonholmgren](https://github.com/jamonholmgren), [@bryanstearns](https://github.com/bryanstearns), and [@fvonhoven](https://github.com/fvonhoven)) ([af24bc9](infinitered@af24bc9))

### BREAKING CHANGES

* **cli:** Ignite CLI has been completely rewritten for better maintainability and performance! This rewrite and 6.x release has been code-named "Ignite Flame".

Blog post: [https://shift.infinite.red/introducing-ignite-4-0-flame-1dfc891f9966]

• Rewritten, slimmed-down CLI (just over 900 lines of code vs. over 3k for Ignite 3.x)
• Re-integrated the "Bowser" boilerplate back into the main repo for easier maintenance
• Switched to using the react-native CLI's template format
• New pretty output format
• Much better Expo support
• Completely rebuilt generator support (see blog post)
• Removed plugins (add & remove)
• Removed `ignite spork` (generators are sporked by default)

• Detox is now included in every new app
• Detox also works on Expo apps
• Much better Expo support
• Unimodules support included by default on non-Expo projects
• Updated React Native version
• Many other version bumps for dependencies

Generally speaking, Ignite's main benefit is at the beginning of your project. If you used an older version of Ignite / Ignite Bowser to spin up your app, we don't recommend upgrading. If you wish, you could spin up a new version and copy over your changes to the new app.

If you have any trouble with the new CLI, let us know in the Infinite Red Community Slack: [http://community.infinite.red].

🔥 Happy Igniting! 🔥

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: fixed Ignite CLI 4.0 blog post url (infinitered#1583 by @jksaun…

…ders)

[skip ci]

v4.0.1

Toggle v4.0.1's commit message
chore(release): 4.0.1 [skip ci]

## [4.0.1](infinitered/ignite@v4.0.0...v4.0.1) (2020-12-28)

### Bug Fixes

* **cli:** Fixes `ignite new`'s failure to copy .gitignore because of NPM bug ([infinitered#1582](infinitered#1582) by [@bryanstearns](https://github.com/bryanstearns)) ([1d8524d](infinitered@1d8524d))

v4.0.0

Toggle v4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](infinitered/ignite@v3.5.3...v4.0.0) (2020-12-23)

### Features

* **cli:** 🔥  Ignite Flame 🔥 ([infinitered#1568](infinitered#1568) by [@jamonholmgren](https://github.com/jamonholmgren), [@bryanstearns](https://github.com/bryanstearns), and [@fvonhoven](https://github.com/fvonhoven)) ([cec2c64](infinitered@cec2c64))

### BREAKING CHANGES

* **cli:** Ignite CLI has been completely rewritten for better maintainability and performance! This rewrite and 4.x release has been code-named "Ignite Flame".

Blog post: [https://shift.infinite.red/introducing-ignite-4-0-flame-1dfc891f9966]

### New CLI features and changes:

• Rewritten, slimmed-down CLI (just over 900 lines of code vs. over 3k for Ignite 3.x)
• Re-integrated the "Bowser" boilerplate back into the main repo for easier maintenance
• Switched to using the react-native CLI's template format
• New pretty output format
• Much better Expo support
• Completely rebuilt generator support (see blog post)
• Removed plugins (add & remove)
• Removed `ignite spork` (generators are sporked by default)

### New boilerplate features and changes

• Detox is now included in every new app
• Detox also works on Expo apps
• Much better Expo support
• Unimodules support included by default on non-Expo projects
• Updated React Native version
• Many other version bumps for dependencies

### Upgrading existing apps

Generally speaking, Ignite's main benefit is at the beginning of your project. If you used an older version of Ignite / Ignite Bowser to spin up your app, we don't recommend upgrading. If you wish, you could spin up a new version and copy over your changes to the new app.

If you have any trouble with the new CLI, let us know in the Infinite Red Community Slack: [http://community.infinite.red].

🔥 Happy Igniting! 🔥

v3.5.3

Toggle v3.5.3's commit message
chore(release): 3.5.3 [skip ci]

## [3.5.3](infinitered/ignite@v3.5.2...v3.5.3) (2020-08-12)

### Bug Fixes

* **cli:** Upgrade shelljs to fix warnings, fixes test failures ([infinitered#1563](infinitered#1563) by [@bryanstearns](https://github.com/bryanstearns)) ([05722a1](infinitered@05722a1))