Releases: antvis/S2
Releases · antvis/S2
@antv/[email protected]
Bug Fixes
- correct the condition of the adustTotalNodesCoordinate (#455) (34c9f87)
- optimize the subTotal cells layout logic and close #368 (#425) (7fe2cbf)
- solve the wrong numbers of headerActionIcons config in drill-down mode (#445) (7ca0a70)
- 🐛 solve the wrong position of the grandTotal cell in multi-value mode and close #372 (#437) (b24657c)
Features
- ✨ add column header labels for the corner header (#320) (1b87bda)
- ✨ allow users to set different display condition for headerActionIcons (#352) (9375f2b)
- ✨ init examples gallery for the site (#280) (891ce39)
- ✨ add custom header action icons (#331) (4dcb1a2)
- ✨ enable users to set the page size of the pagination configuration and close #302 (#309) (e5e961e)
- ✨ part drill down based on the new data process (#399) (6a8889b)
@antv/[email protected]
Bug Fixes
- expand corner cell width, make it nowrap initially (#408) (c73bb6d)
- interaction: invalid "hiddenColumnFields" config close #417 (#431) (6cd461e)
- interaction: optimize reset state logic (#441) (f07e657)
- interaction: support batch hidden columns (#439) (d0a4d97)
- performance: optimize performance when table switch to pivot, #415 (#429) (215e6c4)
- resize: fix set width and height problem (#402) (41caf18)
- tooltip: custom tooltip keep right position wrong calc (#436) (88fe05e)
- 🐛 optimize the subTotal cells layout logic and close #368 (#425) (7fe2cbf)
Features
@antv/[email protected]
Bug Fixes
- fix(resize): fix set width and height problem.
- fix(layout): layout performance optimization, close issue #388
- fix(table): table mode corner width error.
Feature
- feat: ✨ part drill down based on the new data process.
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
bugfix:
- 修复自定义
tooltip
二次点击才出现的问题。 close #340
@antv/[email protected]
Feature:
- 允许用户在行列头注册不同的
HeaderAcitonIcon
@antv/[email protected]
bugfix:
- 修复角头 meta 无 spreadsheet 实例的问题 #339
@antv/[email protected]
-
bugfix:
- 修复刷选抖动
- 修复Tooltip列选无数据问题
-
enhance
- 交互性能优化
-
feature
- 增加明细表列隐藏交互
- 增加行列维度指标切换组件
- 允许外部注册 svg
- 增加自定义icon交互
@antv/[email protected]
Refactor:
- 将透视表和明细表从基类
SpreadSheet
中抽出,拆分为PivotSheet
和TableSheet
- 表组件增加 Table 表
- 移除
S2DataConfig
中的mode
参数
Enhance:
- 分页组件透出分页数量设置