Releases: react-native-community/cli
Releases · react-native-community/cli
v9.0.0
What's Changed
- feat: autolinking for the new architecture on Android by @thymikee in #1603
- fix(ios): allow detailed scriptPhases object in config by @mikehardy in #1611
- fix(platform-android):
findComponentDescriptorspicks up directories by @tido64 in #1614 - fix: allow
dependency.platforms.[platform]to benullagain by @tido64 in #1613 - refactor: url validation (http/https) before opening by @victorlpgazolli in #1615
- build(deps)!: JDK11 and SDK 31+ are required by @mikehardy in #1552
- fix(clean, cocoapods): clean spec cache + installed Pods by @mikehardy in #1620
- fix: broken link to changelog by @nidelson in #1633
- [android] Add support for autolinking via CMake by @cortinico in #1630
- [android] Refine and test the findLibraryName function by @cortinico in #1635
- [android] Do not import a linked Android.mk file if the library is not specifying a libraryName by @cortinico in #1626
- Fix broken 'release' Github Action workflow by @cortinico in #1629
- fix: schema validation errors disguised as warnings by @thymikee in #1640
- fix: allow nullish codegenConfig by @thymikee in #1643
- Added entries for node-version file for execution and testing execution by @ramonmedel in #1639
- chore: cleanup unused generator files for legacy init by @thymikee in #1644
- chore: rename package folders to conform to the cli-* convention by @thymikee in #1645
- chore: upgrade metro to 0.71.3 by @thymikee in #1651
- Fix resolving node modules directory with custom exports by @fortmarek in #1655
- chore: set node to 14 by @thymikee in #1658
- chore: remove minimist and unused lodash deps by @thymikee in #1659
- [android] Do not separate autolinked libraries with \ on CMake by @cortinico in #1661
- Ignore case in validatePackageName by @mlazari in #1660
- breaking: remove jetifier (
--jetifierand--no-jetifierflags) by @thymikee in #1662 - chore: remove unused ios deps by @thymikee in #1663
- Fix links redirecting to 404 in autolinking guide by @okwasniewski in #1664
- breaking: Upgrade metro dependencies to 0.72.0 by @huntie in #1665
- chore: remove unused groupFilesByType and lodash by @thymikee in #1666
- Fix link to blog post by @karlhorky in #1671
- Do not glob
node_modulesin findComponentDescriptors by @cortinico in #1670 - fix: use absolute path for iOS when user sourceDir is set by @alfonsocj in #1672
- Update CONTRIBUTING.md to
mainbranch name by @esthor in #1674 - fix: properly create .xcode.env file with doctors auto fix by @adamTrz in #1668
- chore: Upgrade metro dependencies to 0.72.1 by @huntie in #1680
- chore: bump metro to 0.72 in cli-plugin-metro by @thymikee in #1682
- fix: remove peerDependencies on react-native by @thymikee in #1683
- chore: update browserlist and parcel-bundler by @thymikee in #1684
- Add Adam as a maintainer by @thymikee in #1685
- Optimize CI runs by @thymikee in #1686
New Contributors
- @victorlpgazolli made their first contribution in #1615
- @nidelson made their first contribution in #1633
- @ramonmedel made their first contribution in #1639
- @mlazari made their first contribution in #1660
- @okwasniewski made their first contribution in #1664
- @huntie made their first contribution in #1665
- @karlhorky made their first contribution in #1671
- @alfonsocj made their first contribution in #1672
- @esthor made their first contribution in #1674
Full Changelog: v8.0.0...v9.0.0
v9.0.0-alpha.5
What's Changed
- refactor: url validation (http/https) before opening by @victorlpgazolli in #1615
- build(deps)!: JDK11 and SDK 31+ are required by @mikehardy in #1552
- fix(clean, cocoapods): clean spec cache + installed Pods by @mikehardy in #1620
- fix: broken link to changelog by @nidelson in #1633
- [android] Add support for autolinking via CMake by @cortinico in #1630
- [android] Refine and test the findLibraryName function by @cortinico in #1635
- [android] Do not import a linked Android.mk file if the library is not specifying a libraryName by @cortinico in #1626
- Fix broken 'release' Github Action workflow by @cortinico in #1629
- fix: schema validation errors disguised as warnings by @thymikee in #1640
- fix: allow nullish codegenConfig by @thymikee in #1643
- Added entries for node-version file for execution and testing execution by @ramonmedel in #1639
- chore: cleanup unused generator files for legacy init by @thymikee in #1644
- chore: rename package folders to conform to the cli-* convention by @thymikee in #1645
- chore: upgrade metro to 0.71.3 by @thymikee in #1651
- Fix resolving node modules directory with custom exports by @fortmarek in #1655
New Contributors
- @victorlpgazolli made their first contribution in #1615
- @nidelson made their first contribution in #1633
- @ramonmedel made their first contribution in #1639
Full Changelog: v9.0.0-alpha.2...v9.0.0-alpha.5
v8.0.4
Fixes
- Fix resolving node modules directory with custom exports (#1655) by @fortmarek
Full Changelog: v8.0.3...v8.0.4
v9.0.0-alpha.2
What's Changed
- fix(platform-android):
findComponentDescriptorspicks up directories by @tido64 in #1614 - fix: allow
dependency.platforms.[platform]to benullagain by @tido64 in #1613
Full Changelog: v9.0.0-alpha.1...v9.0.0-alpha.2
v9.0.0-alpha.1
What's Changed
- fix(ios): allow detailed scriptPhases object in config by @mikehardy in #1611
Full Changelog: v9.0.0-alpha.0...v9.0.0-alpha.1
v8.0.2
v8.0.1
v9.0.0-alpha.0
What's Changed
Full Changelog: v8.0.0...v9.0.0-alpha.0
v8.0.0
What's Changed
- chore: remove global-cli by @grabbou in #1540
- chore(breaking): remove
initCompata.k.a legacy "init" by @grabbou in #1544 - refactor(breaking): remove deprecated
link,unlinkand associated code by @grabbou in #1537 - Bump chalk to 4.x in cli-doctor by @stianjensen in #1546
- test(doctor, jdk): fix windows jdk doctor install test by @mikehardy in #1549
- fix(doctor, watchman): accept new date-based watchman versions by @mikehardy in #1550
- Fix Web Debugging and Other Websocket Endpoints with Metro 0.67 by @NickGerleman in #1560
- chore: add tests for
getProjectConfigon iOS by @grabbou in #1558 - breaking(run-android): remove deprecated run-android properties by @grabbou in #1557
- fix: use textContent instead of innerHTML in debugger-ui by @matias-la in #1559
- Postinit script loader by @JeremyDolle in #1526
- docs: add --active-arch-only to run-android by @radko93 in #1580
- feat: add "clean" command by @tido64 in #1582
- docs: added docs for
cleanby @tido64 in #1589 - [Feat] Add support for .xcode.env file in init and doctor commands by @cipolleschi in #1585
- chore: Automated CLI releases by @kbieganowski in #1592
- chore(release): Disable persist credentials on checkout action by @kbieganowski in #1594
- Add generate-static-view-configs command line argument for bundle command by @dmitryrykun in #1595
- update: bump version of Metro packages to 0.70.1 by @fortmarek in #1601
- Update reactNativePlatformResolver for new metro by @acoates-ms in #1605
- (docs) mention the process of uninstalling a package by @cloudscann-dev in #1607
New Contributors
- @mikehardy made their first contribution in #1549
- @matias-la made their first contribution in #1559
- @JeremyDolle made their first contribution in #1526
- @cipolleschi made their first contribution in #1585
- @kbieganowski made their first contribution in #1592
- @dmitryrykun made their first contribution in #1595
- @fortmarek made their first contribution in #1601
- @cloudscann-dev made their first contribution in #1607
Full Changelog: v7.0.1...v8.0.0
v8.0.0-alpha.4
What's Changed
- Add generate-static-view-configs command line argument for bundle command by @dmitryrykun in #1595
- feat: Add support for .xcode.env file in init and doctor commands (#1585) by @cipolleschi
- feat: add "clean" command (#1582) by @tido64
- fix: use textContent instead of innerHTML in debugger-ui (#1559) by @matias-la
- feat: remove postinit script loader (#1526) by @JeremyDolle
- docs: add --active-arch-only to run-android by @radko93
New Contributors
- @dmitryrykun made their first contribution in #1595
Full Changelog: v8.0.0-alpha.0...v8.0.0-alpha.4