kunkun/packages/api/CHANGELOG.md
Huakun Shen 7b6c0934ab
Feature: add helper api (#95)
* feat: add helper API for installation guides and update UI components

- Implement helperAPI with methods to navigate to installation guides for Deno, FFmpeg, and Homebrew
- Update extension and help page components to use new helper API
- Modify command filtering in builtin commands
- Adjust page navigation in help pages to use goHome instead of goBack
- Remove unused imports and clean up components

* chore: bump @kksh/api to 0.1.2 and update dependent packages
2025-02-07 02:41:50 -05:00

44 lines
574 B
Markdown

# @kksh/api
## 0.1.2
### Patch Changes
- Add helper API
## 0.1.1
### Patch Changes
- Rename api's 2 ui subpackage to less technical terms; iframe to custom and worker to template
## 0.1.0
### Minor Changes
- Rename WorkerExtension to TemplateUiCommand, and HeadlessWorkerExtension to HeadlessCommand
## 0.0.53
### Patch Changes
- Add Show Debug option for worker template form view
## 0.0.48
### Patch Changes
- Restructure api package, add headless api
## 0.0.47
### Patch Changes
- Add Extension KV API
## 0.0.43
### Patch Changes
- More Icon Options