Skip to content

1.14.0

Latest

Choose a tag to compare

@EmmaYuan1015 EmmaYuan1015 released this 16 Jun 06:02
· 57 commits to master since this release
bde0379
  • Refactor Network Inspector lifecycle into manager #2616
  • Handle packager port setting changes in status bar #2629
  • Fix sourcemap flattening when encountering null sections #2617 #2652
  • Remove deprecated iosRelativeProjectPath option #2677
  • Remove unused XDL deprecated fields from Expo #2685
  • Security improvements:
    • Harden Network Inspector server binding and adb command execution #2647
    • Harden Expo Go installer and command execution #2654
    • Harden iOS device ID validation and idb command execution #2657
    • Add destination path validation for certificate deployment #2658
    • Add Origin header validation to CDP proxy WebSocket server #2668
    • Bind debug adapter server to loopback address #2669
    • Tighten remote source URL protocol regex #2600
    • Add CFSClean Network Isolation Policy #2693
  • Internal changes:
    • Upgrade TypeScript compilation target #2590
    • Upgrade dependencies #2591
    • Remove Node 10 todo comments #2592
    • Remove empty onChangeConfiguration handler #2593
    • Detect VSIX packaging metadata anomalies as early as possible #2598
    • Add file URI handling in VSIX build and remove focused test #2601
    • Bump ip-address to 10.1.1 #2620
    • Bump fast-uri to 3.1.2 #2622
    • Add network inspector smoke test suite #2624
    • Unify afterEach deduplication logic in smoke tests #2632
    • Add network inspector manager unit tests #2637
    • Bump multiple dependencies #2639
    • Track TypeScript 7 beta compatibility #2644
    • Add command palette smoke test coverage #2646
    • Stabilize tip notification and experiment service tests #2649 #2651
    • Bump qs to 6.15.2 #2659
    • Upgrade uuid to 11.1.1 and fix security vulnerability in istanbul-lib-processinfo #2661 #2673
    • Add network inspector command smoke tests #2664
    • Fix mocha typing in smoke test #2667
    • Add clean restart packager smoke tests #2671
    • Bump tmp to 0.2.7 #2674
    • Normalize unknown error handling in smoke tests #2681
    • Add install pods smoke tests #2682
    • Refactor smoke action bar tests to use packager helper #2686
    • Add expo packager command smoke tests #2691
    • Add security validation unit tests #2698
    • Remove global npm installs for gulp and vsce in CI #2701
    • Bump shell-quote to 1.8.4 #2706 #2707