Skip to content

Commit

Permalink
feat: update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
666haiwen committed Feb 21, 2025
1 parent 3c4fd13 commit bf869c6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
18 changes: 12 additions & 6 deletions packages/vmind/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@
"name": "@visactor/vmind",
"entries": [
{
"version": "1.2.14",
"tag": "@visactor/vmind_v1.2.14",
"version": "2.0.1",
"tag": "@visactor/vmind_v2.0.1",
"date": "Fri, 21 Feb 2025 07:38:30 GMT",
"comments": {
"none": [
{
"comment": "send authorization header when use openai models"
"comment": "Overall architecture upgrade"
},
{
"comment": "set all headers in all cases"
"comment": "Support DeepSeek and other custom model with api-key"
},
{
"comment": "add bearer header in smart insight page"
"comment": "12 new chart types added for chart generation"
},
{
"comment": "Add Text2Chart capability"
},
{
"comment": "Add Chart Insight capability"
}
]
}
Expand Down Expand Up @@ -146,4 +152,4 @@
"comments": {}
}
]
}
}
21 changes: 17 additions & 4 deletions packages/vmind/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,27 @@

This log was last generated on Fri, 21 Feb 2025 07:38:30 GMT and should not be manually modified.

## 1.2.14
## 2.0.1
Fri, 21 Feb 2025 07:38:30 GMT

### Updates

- send authorization header when use openai models
- set all headers in all cases
- add bearer header in smart insight page
- Overall architecture upgrade
- Support DeepSeek and other custom model with api-key
- 12 new chart types added for chart generation
- [Range Bar Chart](https://www.visactor.io/vchart/demo/range-column-chart/range-bar)
- [Liquid Chart](https://www.visactor.io/vchart/demo/liquid-chart/liquid-chart)
- [Linear Progress Bar](https://www.visactor.io/vchart/demo/progress/linear-progress)
- [Circular Progress Bar](https://www.visactor.io/vchart/demo/progress/circular-progress)
- [Circle Packing Chart](https://www.visactor.io/vchart/demo/circle-packing-chart/basic-circle-packing)
- [Sunburst Chart](https://www.visactor.io/vchart/demo/sunburst-chart/basic-sunburst)
- [Gauge Chart](https://www.visactor.io/vchart/demo/gauge-chart/basic-gauge)
- [Treemap Chart](https://www.visactor.io/vchart/demo/treemap-chart/basic-treemap)
- [Heatmap Chart](https://www.visactor.io/vchart/demo/heatmap-chart/basic-heatmap)
- [Venn Chart](https://www.visactor.io/vchart/demo/venn-chart/venn-chart)
- [Map](https://www.visactor.io/vchart/demo/map-chart/basic-map)
- Add Text2Chart capability
- Add Chart Insight capability

## 1.2.13
Thu, 11 Jul 2024 08:20:22 GMT
Expand Down

0 comments on commit bf869c6

Please sign in to comment.