Skip to content
Merged
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
10 changes: 0 additions & 10 deletions .changeset/better-kids-play.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @antv/gpt-vis

## 0.6.0

### Minor Changes

- [#265](https://github.com/antvis/GPT-Vis/pull/265) [`349e5f4`](https://github.com/antvis/GPT-Vis/commit/349e5f4b20a44cc7e4930958b727451886365af1) Thanks [@Alexzjt](https://github.com/Alexzjt)! - feat: add Spreadsheet component based on @antv/s2
- Added new Spreadsheet component supporting pivot table and table sheet modes
- Added knowledge document and evaluation datasets
- Spreadsheet is exported but NOT included in DEFAULT_CHART_COMPONENTS to avoid bundle size increase
- Users can register it on demand via `withChartCode({ components: { [ChartType.Spreadsheet]: Spreadsheet } })`

## 0.5.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gpt-vis",
"version": "0.5.14",
"version": "0.6.0",
"description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.5.14';
export default '0.6.0';