We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Warning
原官网 https://s2.antv.vision 和 https://antv-s2.gitee.io 不再维护和使用,请访问最新的网址,以确保您看到的不是过时的文档。
v1
v2
什么是 dist-tag ?
S2 2.0 正式版已发布,现在 npm 的 latest dist-tag 默认对应 2.x 版本,即:
S2 2.0
npm
latest
2.x
@antv/s2@latest => @antv/[email protected]
@antv/s2@latest
@antv/[email protected]
如通过此类未指定具体版本的方式安装,请注意不要意外安装到 2.0 新版本。
2.0
1.x
@antv/s2-vue
2.0.0
@antv/s2
请根据 升级指南 尽快升级到 2.x 版本。
如果你使用的是内测版本 2.0.0-next.x, 升级到 2.0 正式版时额外需要注意以下几点不兼容改动:
2.0.0-next.x
具体请查看 2.0 升级指南
使用 npm 或 yarn 或 pnpm 安装
# npm $ npm install @antv/s2 --save # yarn $ yarn add @antv/s2 # pnpm $ pnpm add @antv/s2
@antv/s2-react
npm install @antv/s2 @antv/s2-react --save
@antv/s2-vue 现已停止维护,由于精力投入有限,出于维护成本,包下载量等因素综合考虑,从 2.0.0 正式版后不再继续更新,请基于 @antv/s2 自行封装,或 fork 仓库进行二次开发社区版本。
npm install @antv/s2 @antv/s2-vue [email protected] --save
官网目录标记为 New 和 Updated 则表示新增功能.
New
Updated
ESModule/CommonJS
所有包的 ESModule (esm) 和 CommonJS (lib) 构建产物从 Bundle 调整为 Bundless, 其所依赖的子模块会被直接拷贝输出,不再做编译,以便于更好的支持代码 tree shaking, 减少包体积。
ESModule (esm)
CommonJS (lib)
Bundle
Bundless
tree shaking
UMD
所有包的 UMD (dist) 构建产物依然为 Bundle 单文件,文件名和全局变量名有所调整:
UMD (dist)
dist/index.min.js
dist/style.min.css
dist/s2.min.css
dist/s2-react.min.css
dist/s2-vue.min.css
S2
S2-React
S2React
S2-Vue
S2Vue
请查看 2.0 升级指南
The text was updated successfully, but these errors were encountered:
加油
Sorry, something went wrong.
No branches or pull requests
🏠 官网地址变化
Warning
原官网 https://s2.antv.vision 和 https://antv-s2.gitee.io 不再维护和使用,请访问最新的网址,以确保您看到的不是过时的文档。
v1
官网迁移至 https://s2-v1.antv.antgroup.com.v2
默认官网。🏷️ npm dist-tag 变化
S2 2.0
正式版已发布,现在npm
的latest
dist-tag 默认对应2.x
版本,即:@antv/s2@latest
=>@antv/[email protected]
@antv/s2@latest
=>@antv/[email protected]
Warning
如通过此类未指定具体版本的方式安装,请注意不要意外安装到
2.0
新版本。⏰ 已停止维护的包和版本
1.x
版本现已停止维护,不再继续更新,不再修复 bug,不再支持新特性。@antv/s2-vue
现已停止维护,由于精力投入有限,出于维护成本,包下载量等因素综合考虑,从2.0.0
正式版后不再继续更新,请基于@antv/s2
自行封装,或 fork 仓库进行二次开发社区版本。请根据 升级指南 尽快升级到
2.x
版本。🛺 从 2.0.0-next.x 到 2.0.0 正式版
如果你使用的是内测版本
2.0.0-next.x
, 升级到2.0
正式版时额外需要注意以下几点不兼容改动:具体请查看 2.0 升级指南
📦 安装
使用基础版本
@antv/s2
使用 React 版本
@antv/s2-react
使用 Vue3 版本 @antv/s2-vue 停止维护
Warning
@antv/s2-vue
现已停止维护,由于精力投入有限,出于维护成本,包下载量等因素综合考虑,从2.0.0
正式版后不再继续更新,请基于@antv/s2
自行封装,或 fork 仓库进行二次开发社区版本。⭐ 新增功能
官网目录标记为
New
和Updated
则表示新增功能.📦 构建产物调整
ESModule/CommonJS
所有包的
ESModule (esm)
和CommonJS (lib)
构建产物从Bundle
调整为Bundless
, 其所依赖的子模块会被直接拷贝输出,不再做编译,以便于更好的支持代码tree shaking
, 减少包体积。UMD
所有包的
UMD (dist)
构建产物依然为Bundle
单文件,文件名和全局变量名有所调整:@antv/s2
dist/index.min.js
dist/style.min.css
dist/s2.min.css
dist/s2.min.css
@antv/s2-react
dist/index.min.js
dist/style.min.css
dist/s2-react.min.css
dist/s2-react.min.css
@antv/s2-vue
dist/index.min.js
dist/style.min.css
dist/s2-vue.min.css
dist/s2-vue.min.css
@antv/s2
S2
S2
@antv/s2-react
S2-React
S2React
@antv/s2-vue
S2-Vue
S2Vue
📣 不兼容的变化
请查看 2.0 升级指南
The text was updated successfully, but these errors were encountered: