@nutui/nutui 4.1.5 → 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,20 @@
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
+
1
18
  ## v4.1.5
2
19
 
3
20
  `2023-09-05`
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';
218
+ export const version = '4.1.6';
219
219
  export default {
220
220
  install,
221
221
  version