Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/chilly-dolls-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-ducks-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-months-post.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/free-doodles-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-rice-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-dryers-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-snails-hear.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/ten-carrots-rest.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/upset-bees-raise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arkts/language-server

## 1.3.0

### Minor Changes

- [#268](https://github.com/ohosvscode/arkTS/pull/268) [`1bf8f32`](https://github.com/ohosvscode/arkTS/commit/1bf8f32afaca4fbe482985f81f15772b363f543e) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - fix: remove composite: true in default tsconfig, fix #267

## 1.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkts/language-server",
"version": "1.2.12",
"version": "1.3.0",
"description": "ArkTS Language Server.",
"author": "Naily Zero <zero@naily.cc>",
"license": "MIT",
Expand Down
31 changes: 31 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# vscode-naily-ets

## 1.3.0

### Minor Changes

- [#262](https://github.com/ohosvscode/arkTS/pull/262) [`2067c24`](https://github.com/ohosvscode/arkTS/commit/2067c24d45e715afb06b05fd1b89fa709806b936) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - Merge all SPA front-end projects related to webview into one SSG project, allowing vite to achieve cross-project tree-shaking

> Result: Originally with 2 panels, the volume occupied was close to 4MB; after reduction, including the panels created in this submission (total of 4 panels), the overall volume is approximately 3MB, significantly reducing space occupation.

- [#262](https://github.com/ohosvscode/arkTS/pull/262) [`2067c24`](https://github.com/ohosvscode/arkTS/commit/2067c24d45e715afb06b05fd1b89fa709806b936) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat: add hdc manager panel and device manager panel

- [#262](https://github.com/ohosvscode/arkTS/pull/262) [`2067c24`](https://github.com/ohosvscode/arkTS/commit/2067c24d45e715afb06b05fd1b89fa709806b936) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat: add debugger `@arkts/debugger` into vscode extension (beta stage, not ready for production use)

- [#262](https://github.com/ohosvscode/arkTS/pull/262) [`2067c24`](https://github.com/ohosvscode/arkTS/commit/2067c24d45e715afb06b05fd1b89fa709806b936) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat: add vscode tasks

- hdc-run-ability: run an ability using `hdc`
- hdc-install-hap: install compiled `.hap` file to device using `hdc`
- hvigor-assemble-hap: compile and assemble the project to `.hap` file using `hvigor`

- [#262](https://github.com/ohosvscode/arkTS/pull/262) [`2067c24`](https://github.com/ohosvscode/arkTS/commit/2067c24d45e715afb06b05fd1b89fa709806b936) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - chore: update `@arkts/sdk-downloader` to v0.1.32:
- fix problems on Windows
- update API20-Beta1 to API20-Release
- fix native toolchains symlink issue [#17](https://github.com/ohosvscode/sdk-downloader/issues/17)

### Patch Changes

- [#262](https://github.com/ohosvscode/arkTS/pull/262) [`2067c24`](https://github.com/ohosvscode/arkTS/commit/2067c24d45e715afb06b05fd1b89fa709806b936) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat: update hdc manager panel, update baseline-browser-mapping deps

- [#263](https://github.com/ohosvscode/arkTS/pull/263) [`eea518a`](https://github.com/ohosvscode/arkTS/commit/eea518a65110c68c8ffc53f371e942020eddca6e) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat(vscode): Add a help button in the language server error dialog box (#260)

- [#262](https://github.com/ohosvscode/arkTS/pull/262) [`2067c24`](https://github.com/ohosvscode/arkTS/commit/2067c24d45e715afb06b05fd1b89fa709806b936) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat: update README, add upload when release new version

## 1.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "NailyZero",
"name": "vscode-naily-ets",
"displayName": "Naily's ArkTS Support",
"version": "1.2.13",
"version": "1.3.0",
"private": true,
"description": "功能最全的鸿蒙ArkTS插件, 支持代码跳转、高亮、诊断、格式化/OpenHarmony SDK下载管理/HarmonyOS模拟器下载管理, 欢迎PR!",
"author": "Naily Zero <zero@naily.cc>",
Expand Down