Skip to content

Releases: dengfuping/oceanbase-design

@oceanbase/[email protected]

09 Oct 07:13
Compare
Choose a tag to compare

@oceanbase/[email protected]

09 Oct 07:13
Compare
Choose a tag to compare
  • 🔥 新增 DateRanger 新版日期时间选择组件。#295

@oceanbase/[email protected]

09 Oct 07:13
Compare
Choose a tag to compare
Publish

 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]

@oceanbase/[email protected]

09 Oct 07:13
Compare
Choose a tag to compare
  • 📖 新增 Skeleton 的文档和示例。#724
  • 📖 新增 Divider 的示例和文档。#723
  • 支持 Next.js:
    • 📖 新增 @oceanbase/design 在 Nextjs 中的 使用文档项目模板#785
    • 🔨 lottie-web 改为懒加载,以支持 Next.js 的 SSR 服务端渲染。#751
    • 🔨 所有组件均显式引入 React,以适配 Next.js 构建。#783
  • Design Token 更新:
    • 🌈 更新 fontSizeHeadinglineHeightHeading,减小标题的字体大小和行高。#727
    • 🌈 更新 Tag defaultColor#5c6b8a,弱化字体颜色。#786
    • 🌈 更新 Tooltip colorBgSpotlight#ffffffcolorTextLightSolid#132039,将默认背景改为白色、默认字体改为黑色。#653
  • 字体更新:
    • ⭐️ 更新默认字体、英文字体和代码字体,并且会根据语言设置自动切换默认字体和英文字体。#726
    • ⭐️ 内置 InterConsolasHelvetica Neue 字体,保证字体效果一致性。#732
  • 图标更新:
    • 🔥 新增 36 个线框图标、37 个实底图标和 76 个彩色图标。#733
  • 🆕 Tabs itemsTabPane 新增 divider 属性,用于设置选项卡为分割线。#659
  • 🐞 将 @theme less 变量改为延迟加载,修复其无法被覆盖的问题。#725

@oceanbase/[email protected]

09 Oct 07:13
Compare
Choose a tag to compare
  • 📢 自动化升级的目标版本更新为 ^0.4.0#784

@oceanbase/[email protected]

09 Oct 07:13
Compare
Choose a tag to compare
Publish

 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]

@oceanbase/[email protected]

23 Sep 13:38
Compare
Choose a tag to compare
Publish

 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]

@oceanbase/[email protected]

23 Sep 13:38
Compare
Choose a tag to compare
  • 📖 新增 @oceanbase/ui 在 Vite 中的使用文档和项目模板。#673
  • 🆕 Action.Group 新增 buttonSize 属性,用于设置按钮大小。#719
  • 🆕 Action.Button 新增 size 属性,用于设置按钮大小。#719
  • 💄 优化 PageContainer 仅设置 title 属性时页头和内容区的间距。#721

@oceanbase/[email protected]

23 Sep 13:38
Compare
Choose a tag to compare
Publish

 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]
 - @oceanbase/[email protected]

@oceanbase/[email protected]

23 Sep 13:38
Compare
Choose a tag to compare
  • 🔥 新增 设计博客 模块,并上线 10 篇设计规范文档和 2 篇博客。#682
  • 📖 主题文档新增 Design Token 列表,便于开发侧查阅。#701
  • 💄 升级 @oceanbase/aliyun-theme 主题包,并更新阿里云主题的 less 样式文件。#668
  • 🐞 修复 Space 在新版浏览器下可能出现的间距抖动问题。#722
  • 🐞 修复 Tag 同时设置 iconellipsis 时省略样式异常的问题。#687 @linhf123