Releases: any-tdf/stdf
Releases · any-tdf/stdf
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
- 组件源码的 Props 按照 JSDoc 规范增加类型注释,使用组件时将获得更好的 IDE 提示。可开启 checkJs 检测或使用 TypeScript 做类型检测。
- Component source code Props adds type annotation according to JSDoc specification, and you will get better IDE prompts when using the component. You can turn on checkJs detection or use TypeScript for type detection.
v0.4.1
v0.4.0
- 新增支持多主题配置,请参考 主题配置、色彩、主题生成器。
- 按照 Tailwind 命名规则统一将灰色由
gray5
改为gray-500
写法,请注意升级后更改写法。详见 色彩。 - Avatar 组件新增头像组用法,详见 Avatar。
- Added support for multi-theme configuration, please refer to Theme Configuration, Color, Theme Generator.
- In accordance with the Tailwind naming rules, the gray color has been uniformly changed from
gray5
togray-500
writing method. Please note that the writing method should be changed after the upgrade. See Color for details. - The Avatar component adds the usage of the avatar group, please see Avatar.