只记录 feat/fix 以及破坏性变更。
🚀 Features
🐞 Bug Fixes
🚀 Features
🐞 Bug Fixes
🚨 Breaking Changes
FmAuth->AppAuth、FmNotAllowed->AppNotAllowed、FmAppSetting->AppSetting - by @hooray (e2775)src/utils/composables/ 目录变更为 src/composables/ - by @hooray (24568)src/store/modules/app/ 目录下 - by @hooray (8a057)🚀 Features
🚨 Breaking Changes
FmAuth->AppAuth、FmNotAllowed->AppNotAllowed、FmAppSetting->AppSetting - by @hooray (34b68)src/utils/composables/ 目录变更为 src/composables/ - by @hooray (24a7f)src/store/modules/app/ 目录下 - by @hooray (4bc02)🚀 Features
presetWind3 升级到 presetWind4 - by @hooray (16e3b)FmBlurReveal / FmBorderBeam / FmEmpty / FmFlipWords / FmGradientButton / FmScrollingText / FmSmoothSwipe / FmSparklesText / FmTextHighlight / FmTimeAgo 组件 - by @hooray (771f4)常规更新,无重大变更
常规更新,无重大变更
常规更新,无重大变更
常规更新,无重大变更
🚨 Breaking Changes
🚀 Features
FmPageLayout 组件新增 contentClass 属性 - by @hooray (25b9a)FmModal 组件增加 beforeClose 回调函数,优化关闭逻辑并支持异步处理 - by @hooray (cf3be)FmTabs 组件添加 listClass 和 contentClass 属性,以支持自定义样式 - by @hooray (b25d6)FmDrawer 和 FmModal 组件新增 destroyOnClose 属性 - by @hooray (2df11)round 语法进行降级处理 - by @hooray (c7069)🚨 Breaking Changes
🚀 Features
FmMultiStepLoader 组件 - by @hooray (e93d5)FmPageLayout 组件新增 contentClass 属性 - by @hooray (a7ad4)FmModal 组件增加 beforeClose 回调函数,优化关闭逻辑并支持异步处理 - by @hooray (3b0c1)FmTabs 组件添加 listClass 和 contentClass 属性,以支持自定义样式 - by @hooray (ba81b)FmDrawer 和 FmModal 组件新增 destroyOnClose 属性 - by @hooray (26228)round 语法进行降级处理 - by @hooray (63a08)🐞 Bug Fixes
FmTimeline 组件数据少于或等于1条时候报错 - by @hooray (65556)此版本有较多破坏性的变更,如果打算从 v0.x 升级,请仔细阅读并谨慎迁移代码。
Fm 开头,例如 FmButton 。部分扩展组件也转为内建组件,例如 FmPageMain 。新增了一系列基于 shadcn-vue 的组件,例如 FmModal 。为与扩展组件做区分,内建组件存放在 src/ui/components/ 目录下vant ,更方便迁移其他 UI 组件库app.themeSync 应用设置FmPageLayout props/slots 调整前往 v0 文档查看