Skip to content

Release v1.5.0

Choose a tag to compare

@mhaibaraai mhaibaraai released this 17 Jul 07:52
v1.5.0
9ac6c89

1.5.0 (2026-07-17)

⚠ BREAKING CHANGES

  • components: 移除 MStarRating 组件及 StarRatingProps、StarRatingEmits 类型导出,
    AutoForm 不再支持 type: 'starRating'。评分字段改用 @nuxt/ui 的 InputRating:
    afz.number({ component: UInputRating, controlProps: { step: 0.5, length: 10 } }),
    需 @nuxt/ui >= 4.10.0。

✨ Features

  • docs: 文档站国际化支持 (6116a53)

🐛 Bug Fixes

  • theme: 修复图标集覆盖导致 star 图标丢失 (eeb1a2f)

📝 Documentation

  • tree: 添加 v1.4.2 版本徽标 (4fc2d92)

♻️ Code Refactoring

  • components: 移除 StarRating,改用 @nuxt/ui InputRating (5445490)

📦 Build System

  • deps: 对齐 @nuxt/ui 至 4.10 并升级 @movk/nuxt-docs 至 2.0.5 (c257398)

🔧 Chores

  • deps: update actions/cache action to v6 (1cc357b)
  • deps: update all non-major dependencies (9b32617)
  • deps: 更新依赖版本并升级 pnpm 至 11.13.1 (b1e4b7b)
  • 忽略 Playwright MCP 输出目录 (dca5a82)