v1.0.1
Compatibility changes
样式-配色方案
对应的配置值有变化。版本升级后需要选择和原来不同的配色方案
,进行一次保存
来刷新配置值才能正常使用,之后再选择所需的配色方案
$formkit: select
name: color_schema
label: 配色方案
- value: "system"
+ value: { theme: "auto", comment: "auto" }
options:
- label: 跟随系统
- value: "system"
+ value: { theme: "auto", comment: "auto" }
- label: "暗色"
- value: "dark"
+ value: { theme: "dark", comment: "dark" }
- label: "亮色"
- value: "light"
+ value: { theme: "light", comment: "light" }
- label: "灰粉"
- value: "gray"
+ value: { theme: "gray", comment: "light" }
Bug fixes
- 修复样式加载延迟导致渲染闪烁 #18
Full Changelog: v1.0.0...v1.0.1