Skip to content

@oceanbase/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 02:02
· 1110 commits to master since this release
  • 📖 新增 @oceanbase/design@oceanbase/ui@oceanbase/charts 基于 @oceanbase/codemod 的自动化迁移文档。#243
  • ⭐️ 支持更多颜色值到 Design Token 的自动改写。#252
  • 🐞 修复 prettier 代码格式化执行报错的问题。#236
  • 🐞 修复颜色值的匹配规则不严谨导致 token 改写错误的问题。#238
  • 🐞 修复部分颜色值由于大小写敏感没有被改写为 token 的问题。#244
  • style-to-token
    • 🐞 修复 JSX 属性中的颜色值改写后缺少 {} 的问题。#234
    • 🐞 修复 const { token } = theme.useToken(); 被重复声明的问题。#240
    • 🐞 修复在非块语句下没有导入 token 对象的问题。#250
  • less-to-token
    • 🐞 修复转换脚本执行报错的问题。#235
    • 🐞 修复指定单个非 less 文件时解析报错的问题。#242