Skip to content

v2.1.5

Choose a tag to compare

@walkor walkor released this 28 Apr 02:19
· 45 commits to main since this release
a69eada

What's Changed

  • refactor(admin): 允许字典名称包含下划线 by @YouZiXiL in #115
  • refactor(admin): 优化图片上传组件的 multiple 属性处理逻辑- 将 $props['multiple'] 的处理方式从三元运算符改为使用 null 合并运算符 - 这种写法更加简洁,并且在 $props['multiple'] 未设置时默认将其设为 0 by @YouZiXiL in #116

Full Changelog: v2.1.4...v2.1.5