Releases: antvis/S2
Releases · antvis/S2
@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:
- 分页组件透出分页数量设置
@antv/[email protected]
bugfix:
- 明细表配置分页内容显示异常
- 平铺模式行头滚动白屏
- 交叉表重新渲染展示异常