-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 调整 s2Options API 命名 (#2015)
* refactor: 调整 s2Options API 命名 s2Options.tooltip.(row|col|data) => s2Options.tooltip.(rowCell|colCell|dataCell) s2Options.style.(rowCfg|colCfg|cellCfg) => s2Options.style.(rowCell|colCell|dataCell) BREAKING CHANGE: s2Options.tooltip 和 s2Options.style API 命名更改, 移除 trend 操作项 * refactor: tree 相关配置移动到 rowCell 下 * refactor: hideMeasureColumn => hideValue * refactor: 冻结相关配置收拢到 forzen 命名空间下 * test: 修复测试
- Loading branch information
1 parent
6592ede
commit e39b32f
Showing
165 changed files
with
2,667 additions
and
2,445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"build:umd": "lerna run build:umd --include-dependencies --stream", | ||
"bundle:size": "lerna run bundle:size --stream", | ||
"release": "lerna exec --ignore @antv/s2-shared --concurrency 1 -- npx --no-install semantic-release", | ||
"release:bump-latest":"node ./scripts/latest-bump-version.js", | ||
"release:bump-latest": "node ./scripts/latest-bump-version.js", | ||
"release:preview": "yarn release --dry-run --no-ci", | ||
"prepublish:manual": "yarn build", | ||
"publish:manual": "lerna publish", | ||
|
@@ -177,5 +177,6 @@ | |
"vite-plugin-imp": "^2.3.1", | ||
"vue-jest": "^5.0.0-alpha.10" | ||
}, | ||
"license": "MIT" | ||
} | ||
"license": "MIT", | ||
"repository": "[email protected]:antvis/S2.git" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.