Refined Ant Design Changelog

Collapse / mark non-recommended versions to get a clean and fresh journal page

Author
Wxh16144
Daily installs
0
Total installs
10
Ratings
0 0 0
Version
1.3.1
Created
2024-01-07
Updated
2024-05-14
License
MIT
Applies to

refined-antd-changelog

清理 Ant Design 的 changelog,折叠不推荐使用(不适合生产环境)的版本,计算最佳建议版本。(油猴脚本)

Install on Greasyfork | Ant Design 版本控,更新日志清爽利器 - 掘金

Screenshot

antd5.x

antd5

antd4.x

antd4

npmjs/antd

npmjs/antd

Development

为了方便本地调试而不频繁调用 CDN 浪费资源,建议将资源下载到本地进一步调试。

执行 npm run sync 可快速同步~

curl -L -o public/antd.json https://registry.npmjs.org/antd # download antd.json
curl -L -o public/BUG_VERSIONS.json https://unpkg.com/antd/BUG_VERSIONS.json # download bug_versions.json

构建

本地编译将在根目录生成 index.user.js 文件, 阅读 How to edit scripts with your favorite editor? 文档,按照提示进行开发调试即可。

npm run start