Skip to content

Commit e2da246

Browse files
wenytang-msCopilot
andcommitted
Prepare 0.31.0 release
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f821307 commit e2da246

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.31.0
4+
5+
- Refactor Java Pack webviews to React 19 and `@vscode-elements/elements` in https://github.com/microsoft/vscode-java-pack/pull/1616
6+
- Fix Project Settings UI absolute path updates in https://github.com/microsoft/vscode-java-pack/pull/1623
7+
- Add and expand E2E autotest plans, fixtures, and GitHub Actions coverage in https://github.com/microsoft/vscode-java-pack/pull/1605, https://github.com/microsoft/vscode-java-pack/pull/1607, https://github.com/microsoft/vscode-java-pack/pull/1619, https://github.com/microsoft/vscode-java-pack/pull/1621
8+
- Improve IssueLens automation, labeling rules, and workflow reliability in https://github.com/microsoft/vscode-java-pack/pull/1540, https://github.com/microsoft/vscode-java-pack/pull/1544, https://github.com/microsoft/vscode-java-pack/pull/1598, https://github.com/microsoft/vscode-java-pack/pull/1602
9+
- Add GitHub Actions CI workflow for PR build verification in https://github.com/microsoft/vscode-java-pack/pull/1563
10+
- Update runtime dependencies and build tooling, including Axios, Lodash, React DOM, `@xmldom/xmldom`, `@vscode/codicons`, Highlight.js, TypeScript, Webpack, Sass, and related loaders.
11+
312
## 0.30.5
413

514
- Remove IntelljCode from Java Pack in https://github.com/microsoft/vscode-java-pack/pull/1538

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.30.5",
6+
"version": "0.31.0",
77
"publisher": "vscjava",
88
"preview": false,
99
"engines": {

0 commit comments

Comments
 (0)