@nutui/nutui 4.0.9-beta.2 → 4.0.9

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,22 @@
1
+ ## v4.0.9
2
+
3
+ `2023-06-09`
4
+
5
+ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6
+ 本次社区贡献者 @wenfangdu @blue0728 @zhousg
7
+
8
+ * :bug: fix(popup): 修复未开启 overlay 时滚动穿透失效问题 (#2311) @wenfangdu
9
+ * :bug: fix(uploader): 修改 Taro-h5 下预览图片显示逻辑
10
+ * :bug: fix(imagepreview): 函数调用结束移除背景锁定样式 (#2326)
11
+ * :bug: fix(imagepreview): 修复 content-close 失效问题 (#2330)
12
+ * :bug: fix(dialog): 修复 close-on-click-overlay 失效问题 (#2337)
13
+ * :bug: fix(tabs): 修复 vertical 方式下 title-gutter 方向错误 (#2339)
14
+ * :bug: fix(collapse): 修复未设置 v-model 时无法触发事件问题 (#2340)
15
+ * :bug: fix: fix code comments (#2328) @zhousg
16
+ * :rocket: chore: bumped unplugin-vue-components peer dep (#2331) @wenfangdu
17
+ * :rocket: chore: vite 构建产物兼容 es2015 (#2322) @blue0728
18
+ * :rocket: chore(vsce): bump to pnpm (#2315)
19
+
1
20
  ## v4.0.8
2
21
 
3
22
  `2023-05-26`
package/README.md CHANGED
@@ -9,39 +9,21 @@
9
9
  <a href="http://makeapullrequest.com">
10
10
  <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome">
11
11
  </a>
12
- <a href="https://github.com/jdf2e/nutui">
13
- <img src="https://coveralls.io/repos/github/jdf2e/nutui/badge.svg?branch=master" alt="Coverage Status" />
14
- </a>
15
- <a href="https://github.com/jdf2e/nutui">
12
+ <img src="https://img.shields.io/codecov/c/github/jdf2e/nutui" alt="coverage"/>
16
13
  <img src="https://img.shields.io/npm/l/@nutui/nutui.svg" alt="license"/>
17
- </a>
18
14
  <a href="https://www.npmjs.com/package/@nutui/nutui">
19
15
  <img src="https://img.shields.io/npm/v/@nutui/nutui.svg?style=flat-square">
20
16
  </a>
21
17
  <a href="https://www.npmjs.com/package/@nutui/nutui">
22
18
  <img src="https://img.shields.io/npm/dt/@nutui/nutui.svg?style=flat-square">
23
19
  </a>
24
- <a href="https://travis-ci.org/jdf2e/nutui">
25
- <img src="https://img.shields.io/travis/jdf2e/nutui.svg?style=flat-square">
26
- </a>
27
-
28
20
  </p>
29
21
  <p align="center">
30
- <a href="https://github.com/jdf2e/nutui">
31
22
  <img src="https://img.shields.io/github/contributors/jdf2e/nutui" alt="GitHub contributors">
32
- </a>
33
- <a href="https://github.com/jdf2e/nutui">
34
- <img src="https://img.shields.io/github/commit-activity/w/jdf2e/nutui" alt="GitHub commit activity">
35
- </a>
36
- <a href="https://github.com/jdf2e/nutui">
23
+ <img src="https://img.shields.io/github/commit-activity/m/jdf2e/nutui" alt="GitHub commit activity">
37
24
  <img src="https://img.shields.io/github/issues-closed/jdf2e/nutui" alt="GitHub closed issues">
38
- </a>
39
- <a href="https://github.com/jdf2e/nutui">
40
25
  <img src="https://img.shields.io/github/commits-since/jdf2e/nutui/latest/v4" alt="GitHub commits since latest release (by date)">
41
- </a>
42
- <a href="https://github.com/jdf2e/nutui">
43
26
  <img src="https://img.shields.io/github/release-date/jdf2e/nutui" alt="GitHub Release Date">
44
- </a>
45
27
  </p>
46
28
 
47
29
  <p align="center">
@@ -60,7 +42,7 @@
60
42
 
61
43
  简体中文 | [English](./README_EN.md)
62
44
 
63
- ## 特性
45
+ ## 特性
64
46
 
65
47
  * 🚀 70+ 高质量组件,覆盖移动端主流场景
66
48
  * 💪 支持一套代码同时开发 H5+多端小程序
@@ -97,6 +79,7 @@ npm i @nutui/nutui-taro
97
79
  ## 版本说明
98
80
 
99
81
  目前 NutUI 有以下版本:
82
+
100
83
  * NutUI 4.x,默认推荐版本,定期迭代更新发版。
101
84
  * NutUI 3.x,长期维护版本,会同步 V4 版本问题修复,不对 API 做调整,不定期发版。
102
85
  * NutUI 2.x,仅修复重要阻塞性问题,不定期发版。
@@ -119,7 +102,6 @@ createApp(App).use(NutUI).mount("#app")
119
102
 
120
103
  [awesome-nutui](https://github.com/jdf2e/nutui/blob/v4/awesome.md)
121
104
 
122
-
123
105
  ## 主题
124
106
 
125
107
  我们提供了几套官方主题,来自京东内部实际业务,欢迎在项目中使用,如果不能满足需求,你也可以使用 ConfigProvider 组件自定义主题。
@@ -171,7 +153,6 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
171
153
  | [NutUI Vue](https://github.com/jdf2e/nutui/issues) | <img src="https://storage.360buyimg.com/nutui-static/image/wx-code.png" width="100" /> 回复「NutUI」 | 82957939
172
154
  | [NutUI x Taro](https://github.com/jdf2e/nutui/issues) | <img src="https://camo.githubusercontent.com/db4276b4ee4b443158195e943e9e678cb4d2afb7580f70d4d817ef0a90413aec/687474703a2f2f73746f726167652e333630627579696d672e636f6d2f7461726f2d6a642d636f6d2f7374617469632f636f6e746163745f7461726f5f6e757475695f71722e706e67" width="100" /> 回复「NutUI」 | 1022545110 |
173
155
 
174
-
175
156
  ## 参与共建
176
157
 
177
158
  #### NutUI 社区共建倡议
@@ -202,8 +183,7 @@ NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、
202
183
  <img src="https://opencollective.com/nutui/contributors.svg?width=890&button=false" alt="contributors">
203
184
  </a>
204
185
 
205
-
206
- ## Stargazers
186
+ ## Stargazers
207
187
 
208
188
  [![Stargazers repo roster for @jdf2e/nutui](https://reporoster.com/stars/jdf2e/nutui)](https://github.com/jdf2e/nutui/stargazers)
209
189
 
@@ -211,7 +191,6 @@ NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、
211
191
 
212
192
  [![Forkers repo roster for @jdf2e/nutui](https://reporoster.com/forks/jdf2e/nutui)](https://github.com/jdf2e/nutui/network/members)
213
193
 
214
-
215
194
  ## 开发计划
216
195
 
217
196
  [Milestones](https://github.com/jdf2e/nutui/projects)
@@ -220,7 +199,6 @@ NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、
220
199
 
221
200
  本项目遵从 [Angular Style Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153),更新日志请查阅 [Release](https://github.com/jdf2e/nutui/releases)。
222
201
 
223
- ## github stargazers
202
+ ## github stargazers
224
203
 
225
204
  ![stargazers](https://starchart.cc/jdf2e/nutui.svg)
226
-
package/dist/nutui.es.js CHANGED
@@ -213,7 +213,7 @@ export function install(app) {
213
213
  }
214
214
  });
215
215
  }
216
- export const version = '4.0.9-beta.2';
216
+ export const version = '4.0.9';
217
217
  export default {
218
218
  install,
219
219
  version