@nutui/nutui 4.1.5-beta.2 → 4.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## v4.1.6
2
+
3
+ `2023-09-19`
4
+
5
+ Features
6
+
7
+ - calendar: 日历底部增加插槽 (#2550) @Arch94
8
+ - cell: 新增 desc slot (#2503) (#2556) @yi-boide
9
+ - searchbar: 增加safe-area-inset-bottom 属性 (#2265) (#2558) @yi-boide
10
+ - video: 增加播放,暂停,停止,静音,取消静音方法 (#2447) (#2555) @yi-boide
11
+
12
+ Bug Fixes
13
+
14
+ - searchbar: 修复抖音小程序下输入抖动的问题 (#2552) @junjun666
15
+ - uploader: 修复安卓环境下无法唤起摄像头问题 (#2567) @developeryvan
16
+ - configprovider: 修复 slot 的响应式问题 @eiinu
17
+
18
+ ## v4.1.5
19
+
20
+ `2023-09-05`
21
+
22
+ Bug Fixes
23
+
24
+ - countdown: millisecond format (#2514) @subordon
25
+ - calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
26
+ - calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
27
+ - fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
28
+ - fix: countdown/invoice/navbar 优化事件命名 (#2536)
29
+
30
+ Refactor
31
+
32
+ - configprovider: move common logic to common file (#2540) @subordon
33
+
1
34
  ## v4.1.4
2
35
 
3
36
  `2023-08-25`
package/README.md CHANGED
@@ -90,6 +90,10 @@
90
90
  | [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
91
91
  | [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |
92
92
 
93
+ ## 项目状态
94
+
95
+ ![Alt](https://repobeats.axiom.co/api/embed/fd45cb2c6840153af6328b050e87ce01d785b72b.svg "Repobeats analytics image")
96
+
93
97
  ## 使用案例
94
98
 
95
99
  NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使用 NutUI 开发多端应用。
package/dist/nutui.es.js CHANGED
@@ -215,7 +215,7 @@ export function install(app) {
215
215
  }
216
216
  });
217
217
  }
218
- export const version = '4.1.5-beta.2';
218
+ export const version = '4.1.6';
219
219
  export default {
220
220
  install,
221
221
  version