@nutui/nutui 4.1.5-beta.2 → 4.1.5
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 +16 -0
- package/dist/nutui.es.js +1 -1
- package/dist/smartips/web-types.json +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +49 -49
- package/dist/styles/themes/jdb.scss +49 -49
- package/dist/styles/themes/jddkh.scss +49 -49
- package/dist/styles/themes/jdt.scss +49 -49
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## v4.1.5
|
|
2
|
+
|
|
3
|
+
`2023-09-05`
|
|
4
|
+
|
|
5
|
+
Bug Fixes
|
|
6
|
+
|
|
7
|
+
- countdown: millisecond format (#2514) @subordon
|
|
8
|
+
- calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
|
|
9
|
+
- calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
|
|
10
|
+
- fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
|
|
11
|
+
- fix: countdown/invoice/navbar 优化事件命名 (#2536)
|
|
12
|
+
|
|
13
|
+
Refactor
|
|
14
|
+
|
|
15
|
+
- configprovider: move common logic to common file (#2540) @subordon
|
|
16
|
+
|
|
1
17
|
## v4.1.4
|
|
2
18
|
|
|
3
19
|
`2023-08-25`
|
package/dist/nutui.es.js
CHANGED