Skip to content

Releases: antvis/S2

@antv/[email protected]

13 Oct 04:49
1d94d29
Compare
Choose a tag to compare

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]

09 Oct 02:37
Compare
Choose a tag to compare

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]

30 Sep 06:51
Compare
Choose a tag to compare

Bug Fixes

  • fix render apply font crash on ios15 ([#394])
  • add full event controller test cases (#391)
  • finish pivot & table facet test case (#378)

Document

  • reorganize the file structure and add docs and demos (#385)
  • add issues-helper badge (#392)
  • optimize totals docs (#390)
  • reorganize the file structure and add docs and demos (#385)

@antv/[email protected]

28 Sep 12:16
Compare
Choose a tag to compare
  • povit-table: resolve scroll shake issue close #374 (#379) (014d683)
  • 🐛 fix the wrong params of export function (#159) (ce66363)
  • tooltip: fix cannot show sort menu when icon first clicked (#366) (9c800a5)
  • tooltip: tooltip will hide if clicked (#370) (dccd4f5)

@antv/[email protected]

26 Sep 11:23
Compare
Choose a tag to compare

bugfix:

  • 修复自定义tooltip二次点击才出现的问题。 close #340

@antv/[email protected]

26 Sep 09:28
Compare
Choose a tag to compare

Feature:

  • 允许用户在行列头注册不同的 HeaderAcitonIcon

@antv/[email protected]

24 Sep 10:05
Compare
Choose a tag to compare

bugfix:

  • 修复角头 meta 无 spreadsheet 实例的问题 #339

@antv/[email protected]

23 Sep 13:54
Compare
Choose a tag to compare
Pre-release
  • bugfix:

    • 修复刷选抖动
    • 修复Tooltip列选无数据问题
  • enhance

    • 交互性能优化
  • feature

    • 增加明细表列隐藏交互
    • 增加行列维度指标切换组件
    • 允许外部注册 svg
    • 增加自定义icon交互

@antv/[email protected]

18 Sep 07:32
Compare
Choose a tag to compare
Pre-release

Refactor:

  • 将透视表和明细表从基类 SpreadSheet 中抽出,拆分为 PivotSheetTableSheet
  • 表组件增加 Table 表
  • 移除 S2DataConfig 中的 mode 参数

Enhance:

  • 分页组件透出分页数量设置

@antv/[email protected]

17 Sep 03:13
Compare
Choose a tag to compare

bugfix:

  • 明细表配置分页内容显示异常
  • 平铺模式行头滚动白屏
  • 交叉表重新渲染展示异常