Releases: VisActor/VMind
Releases · VisActor/VMind
v2.0.8
🐛 fix
- @visactor/vmind: fix legend field of heatmap, and fix position of rankingBar
🔨 refactor
- @visactor/vmind: update cell of radar and rose
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 2.0.5 by @github-actions[bot] in #206
- perf: optimize transforms of chartGenerator by @xile611 in #202
- [Auto changelog] changlog of v2.0.5 by @github-actions[bot] in #207
- fix(utils): export transformers constants by @bingling-sama in #211
- Feat/image to spec by @xile611 in #209
- Doc/add trae guid by @xuanhun in #214
- feat: add openmanus cases in vmind by @666haiwen in #243
- feat: add openmanus x vmind docs by @666haiwen in #244
- refactor: update docs of openmanus by @666haiwen in #245
- [Auto release] release 2.0.6 by @github-actions[bot] in #246
- [Auto Sync] Sync the code from branch main to branch develop after release 2.0.6 by @github-actions[bot] in #247
- fix: fix BasicHeatMap key in chartTyprMap by @RubMaker in #249
- chore: remove useless compile in unit-test workflow by @xile611 in #251
- fix readme-zh.md by @LRriver in #253
- test: add test checkChartTypeAndCell by @RubMaker in #255
- test(chart-advisor): add test case for chart-advisor/src/score.ts by @bingling-sama in #250
- test: add test case of getChartSpecWithContext when chartType is gauge by @zjyhhhher in #264
- test: add test case of getChartSpecWithContext when chartType is BasicHeatMap by @zjyhhhher in #263
- test: add test case of getChartSpecWithContext when chartType is pie by @stuPETER12138 in #262
- test: add unit test for getChartSpecWithContext with BoxPlot chart type by @joyehuang in #267
- refactor: refactor generate-chart by @xile611 in #268
- Refactor/generate chart by @xile611 in #269
- Chore/fix spec to image test by @xile611 in #270
- [Auto release] release 2.0.7 by @github-actions[bot] in #272
- [Auto Sync] Sync the code from branch main to branch develop after release 2.0.7 by @github-actions[bot] in #273
- Fix/rose radar cell by @xile611 in #274
- feat: add unit test for waterfall chart getChartSpecWithContext by @joyehuang in #271
- fix: fix colors for line and stacked bar by @xile611 in #275
- [Auto release] release 2.0.8 by @github-actions[bot] in #276
New Contributors
- @bingling-sama made their first contribution in #211
- @RubMaker made their first contribution in #249
- @LRriver made their first contribution in #253
- @zjyhhhher made their first contribution in #264
- @stuPETER12138 made their first contribution in #262
- @joyehuang made their first contribution in #267
Full Changelog: v2.0.5...v2.0.8
v2.0.5
🆕 New Features
@visactor/vmind: add insights to annotation function
🔖 Fixes
insights: fix some bug in dual-charts
v2.0.4
🆕 New Features
- @visactor/vmind: add customRequestFunc in VMind
🔖 Fixes
- chartGeneration: Add label visible in funnel chart. Hide label in bar/line chart. Fix radar generation may empty category field issue.
- chartGeneration: Fix empty chart while empty fieldInfo
🔖 Others
- @visactor/vmind: add umd output to build
v2.0.3
🆕 New Features
- atom: VMind's internal atomization feature now supports function call capability
🔖 Fixes
- chartGeneration: Fixed issues where stacked/percentage bar charts were not working, and bar charts were not generating correctly
- getInsights: Fixed an issue where, if chart values were strings, the original data obtained by insights was converted to number type, potentially causing incorrect matches
🔖 Others
- @visactor/vmind: Optimized type definitions
v2.0.2
🔖 Fix
- @visactor/vmind: fix fieldinfo may undefiend while chart-advistor
v2.0.1
⚠️ BreakChanges
- dataQuery: params from
dataQuery(userPrompt, fieldInfo, dataset)
todataQuery(userPrompt, dataset, fieldInfo)
;fieldInfo
is Optional - customRequestFunc: remove
customRequestFunc
in VMind Instance options since VMind use same prompt in any model
🆕 feat
- @visactor/vmind: Support DeepSeek and other custom model with api-key
- @visactor/vmind: 12 new chart types added for chart generation
- @visactor/vmind: Add text2Chart API
- @visactor/vmind: Add getInsights API
🔖 other
- @visactor/vmind: Overall architecture upgrade
v1.3.1
v1.2.12
🔖 feature
- @visactor/vmind: intelligent insight module
- @visactor/vmind: add custom model type support
- @visactor/vmind: take skylark model when no model type match
v1.2.11
🐛 Fixes
Fix reference error in node.
v1.2.9
🆕 New features
- @visactor/vmind: Refactored the VMind basic framework: abstracted TaskNode, Application class, used Meta for flow arrangement, and improved code reusability and scalability.
- @visactor/vmind: Intelligent chart generation: supports generating spec templates without a data set; supports filling data into spec templates.
- @visactor/vmind: Intelligent chart generation: supports selecting chart types from a specified list of chart types.
- @visactor/vmind: Built-in multiple sets of color schemes including Arco Design, Semi Design, and VeO Design.
🐛 Fixes
Intelligent data aggregation: replaced alasql keyword in SQL to further improve the success rate of SQL execution.