合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.4 KiB

2 weeks ago
  1. ## 1.3.14(2024-10-15)
  2. - 修复 微信小程序中的getSystemInfo警告
  3. ## 1.3.13(2024-10-12)
  4. - 修复 微信小程序中的getSystemInfo警告
  5. ## 1.3.12(2024-10-12)
  6. - 修复 微信小程序中的getSystemInfo警告
  7. ## 1.3.11(2023-03-29)
  8. - 修复 自定义状态栏高度闪动BUG
  9. ## 1.3.10(2023-03-29)
  10. - 修复 暗黑模式下边线颜色错误的bug
  11. ## 1.3.9(2022-10-13)
  12. - 修复 条件编译错误的bug
  13. ## 1.3.8(2022-10-12)
  14. - 修复 nvue 环境 fixed 为 true 的情况下,无法置顶的 bug
  15. ## 1.3.7(2022-08-11)
  16. - 修复 nvue 环境下 fixed 为 true 的情况下,无法置顶的 bug
  17. ## 1.3.6(2022-06-30)
  18. - 修复 组件示例中插槽用法无法显示内容的bug
  19. ## 1.3.5(2022-05-24)
  20. - 新增 stat 属性 ,可开启统计title 上报 ,仅使用了title 属性且项目开启了uni统计生效
  21. ## 1.3.4(2022-01-24)
  22. - 更新 组件示例
  23. ## 1.3.3(2022-01-24)
  24. - 新增 left-width/right-width属性 ,可修改左右两侧的宽度
  25. ## 1.3.2(2022-01-18)
  26. - 修复 在vue下,标题不垂直居中的bug
  27. ## 1.3.1(2022-01-18)
  28. - 修复 height 属性类型错误
  29. ## 1.3.0(2022-01-18)
  30. - 新增 height 属性,可修改组件高度
  31. - 新增 dark 属性可可开启暗黑模式
  32. - 优化 标题字数过多显示省略号
  33. - 优化 插槽,插入内容可完全覆盖
  34. ## 1.2.1(2022-01-10)
  35. - 修复 color 属性不生效的bug
  36. ## 1.2.0(2021-11-19)
  37. - 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
  38. - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-nav-bar](https://uniapp.dcloud.io/component/uniui/uni-nav-bar)
  39. ## 1.1.0(2021-07-30)
  40. - 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
  41. ## 1.0.11(2021-05-12)
  42. - 新增 组件示例地址
  43. ## 1.0.10(2021-04-30)
  44. - 修复 在nvue下fixed为true,宽度不能撑满的Bug
  45. ## 1.0.9(2021-04-21)
  46. - 优化 添加依赖 uni-icons, 导入后自动下载依赖
  47. ## 1.0.8(2021-04-14)
  48. - uni-ui 修复 uni-nav-bar 当 fixed 属性为 true 时铺不满屏幕的 bug
  49. ## 1.0.7(2021-02-25)
  50. - 修复 easycom 下,找不到 uni-status-bar 的bug
  51. ## 1.0.6(2021-02-05)
  52. - 优化 组件引用关系,通过uni_modules引用组件
  53. ## 1.0.5(2021-02-05)
  54. - 调整为uni_modules目录规范