Skip to content

Releases: expo/vscode-expo

1.5.0

13 Mar 12:23
Compare
Choose a tag to compare

1.5.0 (2024-03-13)

New features

  • add more infers to determine device platform when debugging (#260) (d89a982)

Bug fixes

  • add workspace.fs.stat error handling when files are missing (#259) (a5c6199)
  • use optional chaining when validating relative paths in manifest asset completions (#258) (ee37364)

1.4.3

12 Mar 13:45
Compare
Choose a tag to compare

1.4.3 (2024-03-12)

Bug fixes

  • fallback to device name when platform cant be derrived (4aa895b)

1.4.2

10 Mar 13:34
Compare
Choose a tag to compare

1.4.2 (2024-03-10)

Bug fixes

  • activate extension after startup is finished (#257) (fd07af8)
  • use proper vsix file name when adding to github release (1b88b19)

Code changes

1.4.1

09 Mar 13:30
Compare
Choose a tag to compare
1.4.1 Pre-release
Pre-release

1.4.1 (2024-03-09)

Bug fixes

  • set GH_TOKEN when adding artifact to release (8ef750e)

Code changes

  • project quality of life improvements (#254) (deeca27)

1.4.0

08 Mar 15:39
Compare
Choose a tag to compare
1.4.0 Pre-release
Pre-release

1.4.0 (2024-03-08)

New features

  • use vscode.workspace.fs API to load Expo projects (#252) (5a596d1)

Code changes

  • add tests and replace minimatch with picomatch (#248) (519d179)

Other chores

  • bump all workflow actions to latest versions (#250) (5a4bf25)
  • bump minimal required vscode version (#249) (6c789b8)
  • enable tests for vscode insiders versions (#253) (036af2b)
  • use composite action to resolve exact npm package version (#251) (2d0efa6)

1.3.0

06 Mar 20:48
Compare
Choose a tag to compare

1.3.0 (2024-03-06)

New features

  • support React Native 0.74 logical device id when debugging (#247) (97555e7)

Code changes

  • fixtures: upgrade all fixtures to SDK 50 (#246) (feceea4)

1.2.2

06 Mar 16:36
Compare
Choose a tag to compare

1.2.2 (2024-03-06)

Bug fixes

Other chores

  • bump @babel/traverse from 7.22.11 to 7.23.2 (#233) (2047870)
  • bump @babel/traverse from 7.22.11 to 7.23.2 in /test/fixture (#232) (51d7292)
  • bump postcss from 8.4.29 to 8.4.31 in /test/fixture (#230) (a3ecf90)
  • bump react-devtools-core from 4.28.0 to 4.28.4 in /test/fixture (#234) (747d308)
  • ci: rotate and update repository secrets (#236) (3fba51a)

1.2.1

04 Sep 14:24
Compare
Choose a tag to compare
1.2.1 Pre-release
Pre-release

1.2.1 (2023-09-04)

Bug fixes

  • resolve the project "realpath" on Windows to avoid drive letter mismatch in sourcemap (#227) (f20d7b7)

1.2.0

04 Sep 13:28
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

1.2.0 (2023-09-04)

New features

  • diagnose manifest with dirty or changed documents (#225) (82c8dd3)
  • use npx expo config to generate preview data (#223) (640de3a)

Bug fixes

  • manually resolve absolute file paths with __dirname (7f4951e)
  • upgrade schema-expo-module script to expo@49 (#219) (a610842)

Code changes

  • emphasize bundled @expo/* packages and limit imports (#222) (0bd601d)

Other chores

  • disable global.expect workaround for chai (324933c)
  • drop npm run install:fixture in favor of vscode task for windows (6a624da)
  • fail when no tests are found (8eda594)
  • re-enable windows tests on ci (a782b4e)
  • test activation and remove useless activation event (#221) (b4dec03)
  • unify snapshot behavior on CI and local testing (#224) (bdd2efe)

1.1.0

01 Sep 15:21
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

1.1.0 (2023-09-01)

New features

  • allow expo.* properties as root properties without expo definition (#217) (c71ccbc)

Bug fixes

  • downgrade conventional commit preset for semantic release (d392f89)
  • replace yarn with npm due to issues with @isaacs/cliui (#209) (f046f1d)

Code changes

  • bump minimum vscode version to 1.78.2 (#211) (602946c)
  • consolidate the testing fixtures (#218) (fe00632)
  • use mocha instead of jest to avoid crashes and other issues (#208) (92352ac)
  • use proper dependencies instead of devDependencies only (#214) (d0f60eb)

Other chores

  • add missing permissions to github workflow when dry-running release (#205) (7a78a92)
  • add prerelease support in publish workflow (6f8240e)
  • allow dry-run to test push verification in release workflow (a9b6c92)
  • clean up log-clutter in test output (#215) (9f03f24)
  • clean up typo in .gitignore (3bb248d)
  • clean up yarn-specific workarounds (36093a0)
  • emphasize the creation of a release instead of publish (0eed055)
  • upgrade tooling to latest versions (#212) (0324b10)
  • use authenticated Expo bot user for schema updates (c91af9c)