Skip to content

v1.0.1

Compare
Choose a tag to compare
@HowieHz HowieHz released this 05 Apr 11:06
· 320 commits to main since this release

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