Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-05 | 2.9 kB | |
v15.1.0 source code.tar.gz | 2024-11-05 | 994.6 kB | |
v15.1.0 source code.zip | 2024-11-05 | 1.2 MB | |
Totals: 3 Items | 2.2 MB | 0 |
Changes
- fix: Use 'fallback simulator' for tvOS @cgoldsby (#2608)
- Improve and clarify error for missing scheme file @friederbluemle (#2599)
- fix: run-android device not found on change from deviceId to device @High5Apps (#2595)
- fix(macCatalyst): construct correct path for executable @mikehardy (#2510)
- refactor: replace strip-ansi with native module @stianjensen (#2521)
- breaking: Drop browser helpers from cli-tools, simplify middleware @huntie (#2588)
- breaking: Replace launchEditor implementation @huntie (#2587)
- breaking: Remove secondary exports of cli-server-api @huntie (#2584)
- ci: disable running tests on Windows @szymonrybczak (#2577)
- fix: be able to read more complex buildToolsVersion definitions @dloic (#2531)
- fix(config): fix
loadConfig()
failing with "missing loader for extension" @tido64 (#2550) - fix:
loadConfig()
failing with "missing loader for extension" @tido64 (#2549)
🚀 Features
- feat: install Cocoapods by default in all projects @szymonrybczak (#2602)
- feat: Export
createDevServerMiddleware
fromcli
@robhogan (#2605) - feat: add
RCT_IGNORE_PODS_DEPRECATION
env variable topod install
@szymonrybczak (#2601) - feat: Refresh cli-server-api index page @huntie (#2582)
- feat: support ESM in
react-native.config
@szymonrybczak (#2453)
🐛 Bug Fixes
- fix(apple): include check if
Podfile
andPodfile.lock
changed when deciding to install Cocoapods @szymonrybczak (#2443) - fix: Remove hardcoded npm registry url @jasonjiicloud (#2520)
- test: fix e2e test snapshot @thymikee (#2586)
- fix: adjust log in install Cocoapods prompt @szymonrybczak (#2580)
- fix: config with --platform flag to work with platforms defined in multiple packages @thymikee (#2562)
- fix: support linking of BaseReactPackage subclasses @vonovak (#2563)
- fix: handle libraries using build.gradle.kts files @bang9 (#2543)
🧰 Maintenance
12 changes
- docs: fix numbered lists and spelling in CONTRIBUTING.md @D-Gaspa (#2613) - docs: add `link-assets` cli setup guides @Nova41 (#2572) - feat: install Cocoapods by default in all projects @szymonrybczak (#2602) - Update maintainers to reflect current state of things @szymonrybczak (#2598) - chore: Link to test setup in PR template @huntie (#2597) - breaking: Remove cli-debugger-ui package @huntie (#2583) - docs: update compatibility table @thymikee (#2585) - chore: replace `sudo-prompt` with `@vscode/sudo-prompt` @szymonrybczak (#2578) - docs: update compat table @thymikee (#2560) - chore: remove deprecated react legacy components from config @szymonrybczak (#2554) - chore: remove unused native\_modules files @thymikee (#2547) - refactor: extract cli-config-android for linking @thymikee (#2546)Full Changelog: https://github.com/react-native-community/cli/compare/v15.0.1...v15.1.0