Releases: expo/vscode-expo
Releases · expo/vscode-expo
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.2 (2024-03-06)
Bug fixes
- add
userAgent
query parameter in debugger (#237) (7c978e5) - bump
@vscode/test-electron
to2.3.9
(913cb7f) - only change to underlying vscode adapter when starting debug session (#245) (7a3190f), closes microsoft/vscode#188979
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.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 toexpo@49
(#219) (a610842)
Code changes
Other chores
- disable
global.expect
workaround forchai
(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
1.1.0 (2023-09-01)
New features
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 ofdevDependencies
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)