chore(tdesign-icons-view): release 0.5.12 (#308)
chore(tdesign-icons-view): release 0.5.12
chore: update tdesign-icons-view CHANGELOG.md
Co-authored-by: tdesign-bot tdesign@tencent.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
English | 简体中文
TDesign Icons is a mono-repo for TDesign Icons packages and resources management. TDesign Icons provides over 2,000 icons with variable stroke widths and multi-color fills, available as raw SVGs and resources for various frameworks, fonts, and sprite sheets.
Resources and Packages
Development Guide
TDesign Icon repository is created to manage all TDesign Icons resources and packages. You can also clone this repository to generate your own icon resources and packages as well.
Add SVG Source Files ⛽️
please add all icon svg source file into
svg/dir.Generate Resources 🏗
execute
pnpm run generateto update icon resource of all frameworks withinpackages/dir and the iconfont and svgsprite resource withinresources/dir.If you have updated the original icon resources, please execute
pnpm run generateagain.Update Versions and CHANGELOG 🔖
execute
npm run release, and choose the version number change rules for each package according to the specific situation.Build NPM Packages 📦
execute
pnpm run --filter "tdesign-icons-*" buildto build all framework packages.Publish NPM Packages 🚀
execute
pnpm publish -rto publish all framework packages.License
The MIT License. Please see the license file for more information.