-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: 合并 master 到 next 分支 #2034
Commits on Dec 8, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 4fcd8bf - Browse repository at this point
Copy the full SHA 4fcd8bfView commit details
Commits on Dec 9, 2022
-
fix: 修复 enableCopy 和 hideMeasureColumn 都开启为 true 时,复制报错问题 (#1984)
* fix: 修复 enableCopy 和 hideMeasureColumn 都开启为 true 时,复制报错问题 * test: 添加单测 Co-authored-by: zishang <lyl275911@antgroup.com>
1Configuration menu - View commit details
-
Copy full SHA for 528d2b6 - Browse repository at this point
Copy the full SHA 528d2b6View commit details -
feat: 暴露afterRealCellRender,这样能够更灵活的使用datacell (#1970)
Co-authored-by: 杨骥 <yangji@hengshi.com>
1Configuration menu - View commit details
-
Copy full SHA for 66c5ab9 - Browse repository at this point
Copy the full SHA 66c5ab9View commit details -
* feat: 树状结构下复制,非叶子节点也需要被复制到 * fix: 修复存在空数据时复制错误的问题 * test: 添加树状结构下复制的单测 * chore: 删除无用代码 * chore: 删除无用代码 Co-authored-by: zishang <lyl275911@antgroup.com>
1Configuration menu - View commit details
-
Copy full SHA for 96ccb1e - Browse repository at this point
Copy the full SHA 96ccb1eView commit details -
* fix: 适配链接跳转的判断方式 * fix: 增加点击链接返回参数 id * test: 完善链接跳转测试 * fix: 透传整个cellData * docs: 补充链接跳转文档 * test: 修复链接跳转单测 * test: 修复链接跳转单测 Co-authored-by: gaofuhong.gfh <gaofuhong.gfh@antgroup.com>
1Configuration menu - View commit details
-
Copy full SHA for 2a26259 - Browse repository at this point
Copy the full SHA 2a26259View commit details
Commits on Dec 12, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 37506f8 - Browse repository at this point
Copy the full SHA 37506f8View commit details
Commits on Dec 13, 2022
-
feat: 增加 linkFields 参数传入类型 (#1992)
* feat: 增加 linkFields 参数传入类型 * docs: 补充 linkFields 文档 * docs: 补充 linkFields 文档 * fix: 抽取判断是否需要添加链接为公共方法 * fix: 修改公共方法名 Co-authored-by: gaofuhong.gfh <gaofuhong.gfh@antgroup.com>
Configuration menu - View commit details
-
Copy full SHA for 66bce2a - Browse repository at this point
Copy the full SHA 66bce2aView commit details
Commits on Dec 14, 2022
-
* feat: 优化智能反色需求 * feat: 优化智能反色需求 Co-authored-by: zishang <lyl275911@antgroup.com>
Configuration menu - View commit details
-
Copy full SHA for a8494a0 - Browse repository at this point
Copy the full SHA a8494a0View commit details
Commits on Dec 16, 2022
-
docs: 官网自定义目录树链接跳转 demo (#2001)
feat: 官网自定义目录树链接跳转 demo Co-authored-by: gaofuhong.gfh <gaofuhong.gfh@antgroup.com>
Configuration menu - View commit details
-
Copy full SHA for c1981f4 - Browse repository at this point
Copy the full SHA c1981f4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6f13aa4 - Browse repository at this point
Copy the full SHA 6f13aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f1772 - Browse repository at this point
Copy the full SHA b1f1772View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 8cf663b - Browse repository at this point
Copy the full SHA 8cf663bView commit details
Commits on Dec 19, 2022
-
feat: 添加字段标记中,定制柱状图的长度的功能 (filedValue) (#2002)
* feat: 添加字段标记中,定制柱状图的长度的功能 * chore: 添加字段标记中,定制柱状图的长度的demo * test: 添加字段标记中,定制柱状图的长度的单测 Co-authored-by: zishang <lyl275911@antgroup.com>
1Configuration menu - View commit details
-
Copy full SHA for 457e5e7 - Browse repository at this point
Copy the full SHA 457e5e7View commit details
Commits on Dec 20, 2022
-
* fix: 明细表紧凑模式宽度计算错误 * test: 补充紧凑模式测试用例 * test: table-facet测试异常 Co-authored-by: 沫君 <chuxiao.lcx@alibaba-inc.com>
1Configuration menu - View commit details
-
Copy full SHA for 89f5c9e - Browse repository at this point
Copy the full SHA 89f5c9eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e42cb30 - Browse repository at this point
Copy the full SHA e42cb30View commit details -
* fix: 明细表linkField失效 * test: 补充测试用例 Co-authored-by: 沫君 <chuxiao.lcx@alibaba-inc.com>
1Configuration menu - View commit details
-
Copy full SHA for 122552b - Browse repository at this point
Copy the full SHA 122552bView commit details
Commits on Dec 22, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 57cd4c9 - Browse repository at this point
Copy the full SHA 57cd4c9View commit details -
feat: 子弹图为空时使用placeholder占位 (#2010)
Co-authored-by: 沫君 <chuxiao.lcx@alibaba-inc.com>
1Configuration menu - View commit details
-
Copy full SHA for 8d28254 - Browse repository at this point
Copy the full SHA 8d28254View commit details -
fix: 列头label存在数组,复制导出列头层级补齐错误 (#1990)
* fix: 列头label存在数组,层级补齐错误 当headers存在数组,但不是每一列都存在数组时,仅需要对header[0]为数组的项进行补齐(当列各层级都是string类型时会补齐过多的空格) * test: 添加单测
1Configuration menu - View commit details
-
Copy full SHA for ec62409 - Browse repository at this point
Copy the full SHA ec62409View commit details
Commits on Dec 23, 2022
-
feat: selected cell highlight (#1878)
* feat: upgrade selectedCellHighlight option & 修复 selectedCellHighlight 单元格因滚动状态失效的问题 * feat: selectedCellHighlight option 复制功能 * fix: selectedCellHighlight 为 false 的情况 * fix: 修复单测报错 * feat: 补充单测 * feat: selectedCellHighlight 配置项补充文档 * refactor: 调整 BaseDataSet.getRowData 为抽象方法 * refactor: remove unused code * refactor: 调整 selectedCellHighlight option 实现逻辑 * feat: 修改文档 & react playground * refactor: 调整 selectedCellHighlight option 复制实现 * feat: 调整单测 * fix: type error * refactor: selectedCellHighlight option 调整数据单元格点击事件 headerCells 存储逻辑 * feat: selectedCellHighlight option 统一刷选的交互 & afterSelectDataCells 函数提取 * refactor: remove duplicate constant * refactor: selectedCellHighlight option selectedCellHighlightAdaptor 调整为 getSelectedCellHighlight * fix: lint error * fix: unit test Co-authored-by: 嘤嘤嘤 <yingying.xwy@antgroup.com> Co-authored-by: stone <stone-lyl@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 3e11a37 - Browse repository at this point
Copy the full SHA 3e11a37View commit details
Commits on Dec 26, 2022
-
Co-authored-by: 沫君 <chuxiao.lcx@alibaba-inc.com>
Configuration menu - View commit details
-
Copy full SHA for c95c446 - Browse repository at this point
Copy the full SHA c95c446View commit details
Commits on Jan 3, 2023
-
* fix: 修复单元格宽高为0时的无意义渲染 * fix: 修复 facet 处理过程中忽略 0 的情况 * test: 修复单测 * test: 添加宽高为 0 时的单元格测试 * refactor: 在 base cell 中应用 shouldInit
Configuration menu - View commit details
-
Copy full SHA for 9f952fd - Browse repository at this point
Copy the full SHA 9f952fdView commit details -
fix : 修复点击行列头无法整行高亮的问题 (#2025)
* fix: 修复点击行列头无法整行高亮的问题 * test: 添加修复点击行列头无法整行高亮的问题的单测 * docs: 完善 selectedCellHighlight 相关文档 * docs: 完善 selectedCellHighlight 相关文档 Co-authored-by: zishang <lyl275911@antgroup.com>
Configuration menu - View commit details
-
Copy full SHA for 84558ca - Browse repository at this point
Copy the full SHA 84558caView commit details -
Co-authored-by: 沫君 <chuxiao.lcx@alibaba-inc.com>
1Configuration menu - View commit details
-
Copy full SHA for 7c80f8e - Browse repository at this point
Copy the full SHA 7c80f8eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1089288 - Browse repository at this point
Copy the full SHA 1089288View commit details
Commits on Jan 4, 2023
-
fix(layout): 修复无列头时行头对应的角头不显示 close #1929 (#2026)
* fix(layout): 修复无列头时行头对应的角头不显示 close #1929 * test: 修复测试
1Configuration menu - View commit details
-
Copy full SHA for c073578 - Browse repository at this point
Copy the full SHA c073578View commit details
Commits on Jan 6, 2023
-
refactor: rowCells 重命名为 currentRow,避免与行头 rowCell 定义冲突 (#2032)
Co-authored-by: zishang <lyl275911@antgroup.com>
1Configuration menu - View commit details
-
Copy full SHA for 179fa5c - Browse repository at this point
Copy the full SHA 179fa5cView commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5d466f - Browse repository at this point
Copy the full SHA d5d466fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d1659 - Browse repository at this point
Copy the full SHA 71d1659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09364da - Browse repository at this point
Copy the full SHA 09364daView commit details