Skip to content

Commit

Permalink
1、修改 yd-lightbox 显示方式。
Browse files Browse the repository at this point in the history
2、修改 yd-backtop 组件支持自定义返回顶部图标。
3、组件 yd-badge 添加scale参数,方便控制图标大小。
4、组件 yd-button 添加直角样式类型,添加加载中按钮样式。
5、组件 yd-checkbox-group/yd-checklist-item/yd-radio-group 添加点击回调方法。
6、组件 yd-countdown 添加timestamp时间戳类型。
7、组件 yd-navbar 添加borderColor参数,方便修改边框颜色。
8、组件 yd-slider 添加paginationColor/paginationActiveColor以修改小圆点样式。
9、组件 yd-spinner 添加callback/val参数,方便列表数据使用,以及添加buttonStyle按钮样式类型。
10、组件 yd-switch 添加callback/val参数,方便列表数据使用,以及添加三个大小样式。
11、组件 yd-tab-panel 添加badge/badgeColor/badgeScale参数以便添加角标。添加dot/dotColor以便添加小圆点。
12、组件 yd-tab 添加bgColor/color/fontSize/height/borderColor以便修改样式。
13、fix bug (654/659/625/618/620/628/616/605),感谢指出问题的同学。
  • Loading branch information
ydcss committed Aug 17, 2018
1 parent 7830762 commit 5f8a211
Show file tree
Hide file tree
Showing 158 changed files with 1,405 additions and 541 deletions.
1 change: 1 addition & 0 deletions build/webpack.dist.components.rem.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = merge(distCommonWebpackConfig, {
"/lib.rem/popup/index": "./src/components/popup/index.js",
"/lib.rem/rate/index": "./src/components/rate/index.js",
"/lib.rem/countdown/index": "./src/components/countdown/index.js",
"/lib.rem/textarea/index": "./src/components/textarea/index.js",
"/lib.rem/rollnotice/index": "./src/components/rollnotice/index.js",
"/lib.rem/input/index": "./src/components/input/index.js",
"/lib.rem/flexbox/index": "./src/components/flexbox/index.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/lib.px/accordion/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/actionsheet/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/backtop/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/badge/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/button/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/cell/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/checkbox/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/checklist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/cityselect/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/countdown/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib.px/countup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib.px/datetime/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/dialog/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5f8a211

Please sign in to comment.