Skip to content

Releases: yaklang/wizard

Release Preview v20260123-032a677

23 Jan 03:25
032a677

Choose a tag to compare

Feature/support/cli parameter (#9)

* fix: update task request and response types for clarity and consistency

* feat: add '标准Yaklang脚本' option and handle form behavior for Yaklang script selection

* feat: enhance ModifyTaskScript to support yaklang script parsing and dynamic parameter rendering

* refactor: update RadialGraph to use ref correctly and improve type safety; refactor DeleteOutlined to use forwardRef for better ref handling

* refactor: implement cliParameter show in task run/create

* fix: update axios to use params for query string

* fix: correct cli parameter request

* refactor: error message enhance

* fix: select option from render

* fix: restore missing CreateTask components and fix TypeScript error

- Restore TaskScirptCard.tsx and TaskScriptTags.tsx lost during rebase
- Fix type references: TGetAnalysisScriptReponse -> GetAnalysisScriptResponse
- Fix TypeScript error in AppLayout: add type assertion for Menu items

* chore: fix all ESLint errors in ReportTemplate components

Fix 51 ESLint errors across 10 files:

- CodeViewer.tsx: Fix array-callback-return errors
- EchartsInit.tsx: Fix array-callback-return, eqeqeq, no-useless-concat, react/jsx-no-useless-fragment, react/jsx-key
- GraphBasicInfoTable.tsx: Fix react/no-unstable-nested-components, react/jsx-no-useless-fragment, react/jsx-key
- GraphViewer.tsx: Fix consistent-type-assertions, react/jsx-no-useless-fragment
- JsonTable/index.tsx: Fix guard-for-in, array-callback-return, react/no-unstable-nested-components
- LineGraph.tsx: Fix radix parameter
- ReportExtendCard.tsx: Fix array-callback-return, react/jsx-key, react/no-children-prop
- SearchJsonTable/index.tsx: Fix guard-for-in, array-callback-return, react/no-unstable-nested-components
- TimeRange.tsx: Fix no-eq-null, eqeqeq
- InputUtils.tsx: Fix no-unused-vars, react/jsx-key

Also includes auto-fixes from eslint --fix for import types and formatting.

Result: pnpm lint now passes with 0 errors and 0 warnings.

* wip: add typescript

---------

Co-authored-by: whale <hale@wdeMac-mini.local>

Release Preview v20251216-e368067

16 Dec 09:58

Choose a tag to compare

feat: 新增新建扫描页面

Release Preview v20251107-b9237e6

07 Nov 03:43

Choose a tag to compare

Release Preview v20251107-8a75d05

07 Nov 06:12

Choose a tag to compare

fix: 下发任务字段修改

Release Preview v20251103-54e10e1

03 Nov 08:22

Choose a tag to compare

fix: 关闭 任务详情-收集资产数字段

Release Preview v20251031-406e380

31 Oct 08:32

Choose a tag to compare

feat: 网络检测-展示table 数据

Release Preview v20250916-7d63a1b

16 Sep 02:36

Choose a tag to compare

Release Preview v20250912-049a352

12 Sep 06:48

Choose a tag to compare

Release Preview v20250905-cfda603

05 Sep 03:55

Choose a tag to compare

fix:修改默认值

Release Preview v20250905-7822785

05 Sep 03:24

Choose a tag to compare

styled: 样式问题修复