特易招,招聘小程序
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.

76 lines
2.2 KiB

4 months ago
  1. ## 1.1.25(2024-01-20)
  2. 1.1.20版本更新
  3. ## 1.1.24(2023-12-21)
  4. 1. luch-request更新
  5. ## 1.1.23(2023-12-12)
  6. 1. 1.1.19版本
  7. ## 1.1.22(2023-11-28)
  8. 1. 优化
  9. ## 1.1.21(2023-11-10)
  10. 1. 1.1.17版本
  11. ## 1.1.20(2023-10-30)
  12. 1. 1.1.16版本
  13. ## 1.1.19(2023-10-13)
  14. 1. 兼容vue3
  15. ## 1.1.18(2023-10-12)
  16. 1. 1.1.15版本
  17. ## 1.1.17(2023-09-27)
  18. 1. 1.1.14版本发布
  19. ## 1.1.16(2023-09-15)
  20. 1. 1.1.13版本发布
  21. ## 1.1.15(2023-09-15)
  22. 1. 更新button.js相关按钮支持open-type="agreePrivacyAuthorization"
  23. ## 1.1.14(2023-09-14)
  24. 1. 优化dayjs
  25. ## 1.1.13(2023-09-13)
  26. 1. 优化,$uv中增加unit参数,方便组件中使用
  27. ## 1.1.12(2023-09-10)
  28. 1. 升级版本
  29. ## 1.1.11(2023-09-04)
  30. 1. 1.1.11版本
  31. ## 1.1.10(2023-08-31)
  32. 1. 修复customStyle和customClass存在冲突的问题
  33. ## 1.1.9(2023-08-27)
  34. 1. 版本升级
  35. 2. 优化
  36. ## 1.1.8(2023-08-24)
  37. 1. 版本升级
  38. ## 1.1.7(2023-08-22)
  39. 1. 版本升级
  40. ## 1.1.6(2023-08-18)
  41. uvui版本:1.1.6
  42. ## 1.0.15(2023-08-14)
  43. 1. 更新uvui版本号
  44. ## 1.0.13(2023-08-06)
  45. 1. 优化
  46. ## 1.0.12(2023-08-06)
  47. 1. 修改版本号
  48. ## 1.0.11(2023-08-06)
  49. 1. 路由增加events参数
  50. 2. 路由拦截修复
  51. ## 1.0.10(2023-08-01)
  52. 1. 优化
  53. ## 1.0.9(2023-06-28)
  54. 优化openType.js
  55. ## 1.0.8(2023-06-15)
  56. 1. 修改支付宝报错的BUG
  57. ## 1.0.7(2023-06-07)
  58. 1. 解决微信小程序使用uvui提示 Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors
  59. 2. 解决上述提示,需要在uni.scss配置$uvui-nvue-style: false; 然后在APP.vue下面引入uvui内置的基础样式:@import '@/uni_modules/uv-ui-tools/index.scss';
  60. ## 1.0.6(2023-06-04)
  61. 1. uv-ui-tools 优化工具组件,兼容更多功能
  62. 2. 小程序分享功能优化等
  63. ## 1.0.5(2023-06-02)
  64. 1. 修改扩展使用mixin中方法的问题
  65. ## 1.0.4(2023-05-23)
  66. 1. 兼容百度小程序修改bem函数
  67. ## 1.0.3(2023-05-16)
  68. 1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
  69. 2. 优化部分功能
  70. ## 1.0.2(2023-05-10)
  71. 1. 增加Http请求封装
  72. 2. 优化
  73. ## 1.0.1(2023-05-04)
  74. 1. 修改名称及备注
  75. ## 1.0.0(2023-05-04)
  76. 1. uv-ui工具集首次发布