|
7 | 7 | * Improve Expo debugging websocket endpoint URL [#2396](https://github.com/microsoft/vscode-react-native/pull/2396) |
8 | 8 | * Update documentation for recent changes [#2445](https://github.com/microsoft/vscode-react-native/pull/2445) |
9 | 9 | * Fix translation errors in README [#2449](https://github.com/microsoft/vscode-react-native/pull/2449) |
| 10 | +* Add command to install iOS pods for React Native project [#2520](https://github.com/microsoft/vscode-react-native/pull/2520) |
| 11 | +* Add command to clean and restart React Native packager [#2482](https://github.com/microsoft/vscode-react-native/pull/2482) |
| 12 | +* Improve CDP error message for Node.js version compatibility [#2467](https://github.com/microsoft/vscode-react-native/pull/2467) |
| 13 | +* Fix Android package name resolution for projects with outdated setup [#2473](https://github.com/microsoft/vscode-react-native/pull/2473) |
| 14 | +* Fix VS Code CLI parameter duplication during extension installation [#2468](https://github.com/microsoft/vscode-react-native/pull/2468) |
10 | 15 | * Internal changes: |
11 | 16 | * Add smoke build to create VSIX file [#2436](https://github.com/microsoft/vscode-react-native/pull/2436) |
12 | 17 | * Add VSIX smoke test case [#2439](https://github.com/microsoft/vscode-react-native/pull/2439) |
|
16 | 21 | * Bump validator from 13.7.0 to 13.15.20 [#2435](https://github.com/microsoft/vscode-react-native/pull/2435) |
17 | 22 | * Bump js-yaml from 4.1.0 to 4.1.1 [#2450](https://github.com/microsoft/vscode-react-native/pull/2450) |
18 | 23 | * Bump glob in /test/smoke [#2453](https://github.com/microsoft/vscode-react-native/pull/2453) |
| 24 | + * Support bun script when calling vsce [#2456](https://github.com/microsoft/vscode-react-native/pull/2456) |
| 25 | + * Improve VSIX smoke build file handling [#2461](https://github.com/microsoft/vscode-react-native/pull/2461) |
| 26 | + * Add smoke test for clean restart packager command [#2489](https://github.com/microsoft/vscode-react-native/pull/2489) |
| 27 | + * Add .editorconfig for consistent cross-editor formatting [#2480](https://github.com/microsoft/vscode-react-native/pull/2480) |
| 28 | + * Refactor and stabilize extension and smoke tests [#2494](https://github.com/microsoft/vscode-react-native/pull/2494) [#2496](https://github.com/microsoft/vscode-react-native/pull/2496) [#2501](https://github.com/microsoft/vscode-react-native/pull/2501) [#2509](https://github.com/microsoft/vscode-react-native/pull/2509) [#2510](https://github.com/microsoft/vscode-react-native/pull/2510) [#2521](https://github.com/microsoft/vscode-react-native/pull/2521) |
| 29 | + * Bump validator from 13.15.20 to 13.15.23 [#2462](https://github.com/microsoft/vscode-react-native/pull/2462) |
| 30 | + * Bump qs from 6.10.3 to 6.14.2 [#2484](https://github.com/microsoft/vscode-react-native/pull/2484) [#2523](https://github.com/microsoft/vscode-react-native/pull/2523) |
| 31 | + * Bump lodash from 4.17.21 to 4.17.23 [#2503](https://github.com/microsoft/vscode-react-native/pull/2503) [#2504](https://github.com/microsoft/vscode-react-native/pull/2504) |
| 32 | + * Bump tar in /test/smoke to 7.5.8 [#2498](https://github.com/microsoft/vscode-react-native/pull/2498) [#2502](https://github.com/microsoft/vscode-react-native/pull/2502) [#2511](https://github.com/microsoft/vscode-react-native/pull/2511) [#2524](https://github.com/microsoft/vscode-react-native/pull/2524) |
| 33 | + * Bump webpack from 5.94.0 to 5.105.0 [#2518](https://github.com/microsoft/vscode-react-native/pull/2518) |
| 34 | + * Bump minimatch [#2529](https://github.com/microsoft/vscode-react-native/pull/2529) |
19 | 35 |
|
20 | 36 | ## 1.13.1 |
21 | 37 | * Add command for expo prebuild directories clean up [#2124](https://github.com/microsoft/vscode-react-native/pull/2124) |
|
0 commit comments