Releases: infinitered/ignite
v6.1.1
6.1.1 (2021-01-13)
Bug Fixes
- windows: Fix issue #1579 -- adds optional chaining (#1592 by @jamonholmgren) (bffafa5)
- windows: Fixes #1580 - yarn format uses double quoted instead of single quotes (#1593 by @jamonholmgren) (a4c96f4)
v6.1.0
6.1.0 (2021-01-04)
Bug Fixes
- i18n: Fix grep path in i18n test (#1589 by @leonyjiang) (fd1338e)
Features
- cli: Show globally-installed packages in
ignite doctor
(#1586 by @bryanstearns) (465f3c1)
v6.0.0
6.0.0 (2020-12-28)
Features
- cli: 🔥 Ignite Flame 🔥 (#1568 by @jamonholmgren, @bryanstearns, and @fvonhoven) (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! 🔥
v3.5.3
3.5.3 (2020-08-12)
Bug Fixes
- cli: Upgrade shelljs to fix warnings, fixes test failures (#1563 by @bryanstearns) (05722a1)
v3.5.2
3.5.2 (2020-05-21)
Bug Fixes
- cli: format ignite doctor generators nicely (#1494 @mikaoelitiana ) (96f1701)
- cli: Only list commands available in directory (#1533 by @morgandonze) (d219d51)
v3.5.1
3.5.1 (2020-01-15)
Bug Fixes
- Switch to using npx for Ignite commands (#1526 by @jamonholmgren) (7ec2165)