Releases: expo/vscode-expo
Releases · expo/vscode-expo
1.5.1
1.5.1 (2024-12-19)
Bug fixes
- schemas: avoid converting
schema-expo-xdl --sdk-version
to number (89a2c99)
- update device filtering logic to select inspectable device for SDK 52 (#266) (486874a)
- use highest page number whenever multiple identical pages are connected (#267) (c7e66c7)
Other chores
- update all packages to latest supported versions (#264) (6d44a3c)
1.5.0
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
1.4.3 (2024-03-12)
Bug fixes
- fallback to device name when platform cant be derrived (4aa895b)
1.4.2
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
1.4.1 (2024-03-09)
Bug fixes
- set
GH_TOKEN
when adding artifact to release (8ef750e)
Code changes
1.4.0
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
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
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
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
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)