Commit 183ec79
committed
+ uni-ui 新增 uni-goods-nav 组件角标的前景色和背景设置
+ uni-ui 新增 uni-drawer 组件 width 属性修改,仅在 vue 页面生效
+ uni-ui 新增 uni-drawer 组件 maskClikc 属性,点击遮罩是否可以关闭抽屉
+ uni-ui 新增 uni-drawer 组件滚动内容示例
+ uni-ui 新增 uni-popup 组件的信息提示、对话框、底部分享示例三种扩展样式
+ uni-ui 优化 uni-popup 组件部分代码逻辑,可支持自定义扩展组件
+ uni-ui 优化 uni-drawer 组件废弃 visible 属性,改用 open、close 方法开关抽屉,避免在某些场景不能正常关闭的 Bug
+ uni-ui 修复 uni-goods-nav 组件 buttonGroup 属性修改 color 不生效的Bug
+ uni-ui 修复 uni-drawer 组件 close 回调执行两遍的 Bug
+ uni-ui 修复 uni-popup 组件内放置 input/textarea 获取不到焦点的 Bug
+ uni-ui 修复 uni-swipe-action 组件按钮点击失效或点击错位的 Bug
+ uni-ui 修复 uni-swipe-action 组件在 ios13 中关闭组件不能触发按钮点击事件的 Bug1 parent c4f7156 commit 183ec79
File tree
68 files changed
+1703
-901
lines changed- components
- uni-badge
- uni-calendar
- uni-card
- uni-collapse-item
- uni-combox
- uni-countdown
- uni-drawer
- uni-fav
- uni-grid-item
- uni-grid
- uni-indexed-list
- uni-link
- uni-list-item
- uni-number-box
- uni-pagination
- uni-popup
- uni-search-bar
- uni-section
- uni-steps
- uni-swipe-action-item
- uni-swiper-dot
- uni-tag
- pages/extUI
- badge
- calendar
- card
- collapse
- combox
- countdown
- drawer
- fab
- fav
- grid
- icons
- indexed-list
- link
- list
- load-more
- notice-bar
- number-box
- pagination
- popup
- rate
- search-bar
- section
- segmented-control
- steps
- swipe-action
- swiper-dot
- tag
- title
- transition
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+1703
-901
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments