Skip to content

Releases: MoomFE/mixte

v1.12.0-beta.1

11 May 09:12
Compare
Choose a tag to compare
  • 🌟 新增 @mixte/validator 校验函数包
  • 🌟 [@mixte/validator] 新增 isEmail 方法, 新增 isEmailReg 正则导出
  • 🌟 [@mixte/validator] 新增 isMobile 方法, 新增 isMobileReg 正则导出
  • 🌟 [@mixte/validator] 新增 isCitizenID 方法, 新增 isCitizenIDReg 正则导出

v1.11.0-beta.1

24 Apr 02:03
Compare
Choose a tag to compare
  • 🌟 [mixte] 新增 camelCase, pascalCase, kebabCase, snakeCase, upperFirst, lowerFirst 方法

v1.11.0

24 Apr 03:08
Compare
Choose a tag to compare
  • 🌟 [mixte] 新增 camelCase, pascalCase, kebabCase, snakeCase, upperFirst, lowerFirst 方法

v1.10.0-beta.1

27 Mar 08:01
Compare
Choose a tag to compare
  • 🌟 [@mixte/components] 组件 AutoGrid 新增支持 "组件宽度" 参数
  • 🐞 [@mixte/components] 修复组件 AutoGrid 组件宽度小于子元素最小宽度时, 计算出每行渲染的子元素数量为 0 导致样式出错的问题

v1.10.0

27 Mar 12:08
Compare
Choose a tag to compare
  • 🌟 [@mixte/use] 新增 useFileReader 方法
  • 🌟 [@mixte/components] 组件 AutoGrid 新增支持 "是否折叠" 和 "默认显示的行数" 参数和 "溢出后缀" 插槽
  • 🌟 [@mixte/components] 组件 AutoGrid 新增支持 "组件宽度" 参数
  • 🌟 [@mixte/components] 组件单独打包导出, 不再使用统一导出
  • 💄 [@mixte/components] 优化组件 AutoGrid 渲染 "溢出后缀" 的逻辑
  • 🐞 [@mixte/components] 修复组件 AutoGrid 组件宽度小于子元素最小宽度时, 计算出每行渲染的子元素数量为 0 导致样式出错的问题
  • 🐞 [@mixte/components] 修复组件 AutoGrid 子元素小于等于一个时, 计算每行渲染的子元素数量错误的问题

v1.10.0-beta.0

28 Feb 09:43
Compare
Choose a tag to compare
  • 🌟 [@mixte/components] 组件单独打包导出, 不再使用统一导出
  • 🌟 [@mixte/use] 新增 useFileReader 方法
  • 🌟 [@mixte/components] 组件 AutoGrid 新增支持 "是否折叠" 和 "默认显示的行数" 参数和 "溢出后缀" 插槽

v1.9.1

29 Jan 08:53
Compare
Choose a tag to compare
  • 💄 [@mixte/use] 优化 useRequestReactive 方法类型定义

v1.9.0

20 Jan 06:09
Compare
Choose a tag to compare
  • 🌟 [@mixte/snippets] 新增 useNaiveForm 方法
  • 🌟 [@mixte/snippets] 方法 useNaiveForm 新增 resetValidationresetForm 方法返回

v1.9.0-beta.0

14 Jan 14:09
Compare
Choose a tag to compare
  • 🌟 [@mixte/snippets] 新增 useNaiveForm 方法

v1.8.0

06 Jan 01:04
Compare
Choose a tag to compare
  • 🌟 [@mixte/use] 新增 useDraggableDistance 方法
  • 🌟 [@mixte/use] 为 createNamedSharedComposable 返回的函数新增 clear 方法用于清除缓存
  • 🌟 [@mixte/snippets] 为 getFastestCDN 方法新增360静态资源托管库 CDN
  • 💄 为所有方法添加对应的文档地址
  • 🐞 [@mixte/snippets] 修复 getFastestCDN 方法访问的某些 CDN 即使未找到资源, 也会返回 200 状态导致返回错误地址的问题