Releases: infinitered/ignite
Releases · infinitered/ignite
v2.1.7
v2.1.6
v2.1.5
v2.1.4
Version 2.0.0 is released!
🎉 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
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
- Prevents new projects from being called ignite. #1023 by @fvonhoven
ignite spork
works again. #1056 by @jamonholmgren.ejs
extension were being left on plugin examples. #1055, #1048 by @jamonholmgren- Relative paths are properly passed from boilerplates to plugins. #1022 by @jamonholmgren
- Tidies up missed template tokens with
ignite plugin new
. #1019 by @jamonholmgren yarn
was bombing on Windows when the path had spaces. #1010 by @kevinvangelder
📖 Docs
- Corrects link to the nativebase boilerplate. #1033 by @tristola
- Shows the command for adding a different boilerplate. #1031 by @aaafly
- Fixes our poor grammar. #1030 by @raviqqe
🚑 Support
- Default boilerplate is now
[email protected]
. Previously known asir-next
. RIPir-boilerplate-2016
. #1057 by @jamonholmgren - Bumps dependencies. #1041, #1046 by @jamonholmgren, @skellock
- Adds
np
for shipping builds. #1041 by @jamonholmgren - Typing
ignite <something> --verbose
will tell you to runignite <something> --debug
. #1039 by @jamonholmgren - Adds deprecation warning when omitting .ejs extension on templates in generators. #1038 by @jamonholmgren
- Removes the codacy badge. #1025 by @skellock
- Shows a warning when adding a version-less plugin from a path. #1021 by @jamonholmgren
- Resurrects the end-to-end CI script. #1011 by @jamonholmgren
- Removes
lerna
as this is now a 1 project kinda repo. #1009 by @jamonholmgren
Thanks to @skellock for these great release notes - Jamon
Version 2.0.0-beta.9
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)
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:
- Fix nav bug #1004 (GantMan)
- Add boilerplate list #998 (robinheinze)
- Integration tests #997 (GantMan)
- Improve CreatePlugin doc #993 (robinheinze)
- Add 3 new plugins #991 (ryanlntn)
- Minor fixes to tour documentation per @skellock #990 (jamonholmgren)
- Adds Tour of Ignite documentation, updates other docs #989 (jamonholmgren)
- Update calls to insertInFile to patchInFile #987 (ryanlntn)
- Adds getting started instructions to CONTRIBUTING.md #986 (jamonholmgren)
- Update Readme to include Plugins link - change emojis #982 (fvonhoven)
- Add a couple links to React Native's Getting Started page #981 (kevinvangelder)
- Adds links to 2 new ignite plugins. #977 (skellock)
- Add clarification about final npm install command after saying to install Yarn #976 (fvonhoven)
- References proper react-native binary - Fixes #949 #972 (jamonholmgren)
- Fix flash on navigation transitions #969 (jhblacklock)
- Feel the love #965 (GantMan)
- Update third party plugins list to table #963 (ryanlntn)
- add source map to list #959 (GantMan)
- Updating creating-plugins doc and plugin.js.ejs #958 (derekgreenberg)
- Update README.md #951 (lbaker2)
- Add README section about premium support #947 (codeithuman)
- Fix document typo #942 (nhducit)
Round O' Fixes
Another round of tidying up.
Features
Fixes
- Allows specifying the package name when checking dependencies. #929 by @jamonholmgren
- Fixes integration tests and adds a couple more for
ignite new
. #931 by @jamonholmgren - Adds sanity check for presence of
react-native
conflict. #934 by @jamonholmgren - Fixes plugin screen example. #938 by @GantMan
Support
- Adds references to gluegun api docs. #928 by @jamonholmgren
- Improves boilerplate documentation. #937 by @derekgreenberg
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
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
- Fixes a broken badge on the readme. #904 by @Dcorkran
- Added links to README docs. #917 by @derekgreenberg
- Added docs for switching to
n
fromnvm
. #923 by @carlinisaacson - Updates NPM badge on readme to show
ignite-cli
. #921 by @skellock
Create React Native App + Expo + More
Features
Now we play nice with Create React Native App, Expo, and more. See the docs for more details! 😻