msdlisper
bcb1df4f73
feat(textarea-item): textarea-item first blood ( #563 )
...
feat(textarea): reorder following vue-style-guide
feat(textarea): add event capture
doc(textarea): add doc
feat(textarea): remove unuse code
feat(textarea-item): rename textarea => textarea-item
test(textarea-item): add test
test(textarea-input): add test
fix(textarea-item): autosize alone does't work
fix(textarea-item): add style: 'resize: none'
test(textarea-item): specific the purpose of this test
fix(textarea-item): remove unused event
test(textarea-item): update test style
test(textarea-item): update snapshots
feat(textarea-item): use $ref rather then $el.querySelector
test(textarea-item): update snapshots
2019-09-04 15:17:34 +08:00
Shawn Xu
9a5d7247c6
feat(radio): add radio-group & radio-box ( #561 )
...
* feat(radio-box): add radio-box
* feat(check-box): extract common box
* example(radio-box): update demos
* test(radio-box): add test cases & update snapshots
* doc(radio-box): add radio-group & radio-box
2019-09-04 15:10:02 +08:00
Shawn Xu
7160fede94
fix(button): change background-color to background for linear-gradient in theme custom ( #560 )
...
#559
2019-09-04 15:09:49 +08:00
Shawn Xu
2a7539ba7d
feat(input-item): add prop preview-type & optimize virtual cursor ( #554 )
...
* feat(input-item): add prop preview-type & optimize virtual cursor
* test(input-item): update test cases & snapshot
* example(input-item): update demo for preivew-type
* doc(input-item): update readme for preview-type
2019-09-04 15:09:36 +08:00
Shawn Xu
c3e646cc73
feat(dialog): add show/hide handler to instance dialog ( #551 )
...
* feat(dialog): add show/hide handler to instance dialog
* doc(dialog): update readme
2019-09-04 15:09:13 +08:00
Shawn Xu
484bec6d5a
feat(action-bar & result-page): add props for buttons configration ( #550 )
...
* feat(action-bar & result-page): add props for buttons
* doc(action-bar & result-page): update readme & demos
2019-09-04 15:08:47 +08:00
hangzou
20ad291c2c
feature(skeleton): add skeleton component ( #549 )
...
* feature(skeleton): add skeleton component
* feature(skeleton): add skeleton component
* test(skeleton): add more unit test
* feaure(skeleton): improve some code
2019-09-04 15:08:21 +08:00
hangzou
1e39b18dff
fix(button): change default slot wrapper from p to div ( #542 )
...
* fix(button): change default slot wrapper from p to div
* test(button): change default slot wrapper from p to div
2019-09-04 15:08:08 +08:00
Shawn Xu
af40f5c034
fix(swiper): refactor user scrolling judgment by touch angle ( #541 )
...
* fix(swiper): refactor user scrolling judgment by touch angle
#540
* test(swiper): add testing code & update test case
* fix(swiper): remove traslating animation in touchmove
2019-09-04 15:07:54 +08:00
Shawn Xu
e9b9161023
fix: add global reset style ( #539 )
2019-09-04 15:06:34 +08:00
supergaojian
9d795ea12d
doc(picker): fix picker wrong doc word ( #535 )
2019-09-04 15:06:21 +08:00
xuxiaoyan
87d19c02c9
example(cell-item): update demo configration
2019-09-02 20:55:29 +08:00
xuxiaoyan
8e5c489147
fix(utils): error in passing arguments
2019-08-29 10:58:10 +08:00
xuxiaoyan
5bb3ba41ba
style: update theme variables
2019-08-13 12:34:45 +08:00
xuxiaoyan
15fd9a49c6
test: update snapshots
2019-08-13 12:34:23 +08:00
Shawn Xu
455b583656
fix(field-item): align headings and content vertically ( #529 )
...
* fix(field-item): align headings and content vertically
#528
* fix(field-item & input-item): bolder font weight in android devices
* style: add variables for field-item font-weight in android devices
2019-08-13 11:42:27 +08:00
xuxiaoyan
ce27913e77
doc(scroll-view): update readme
2019-08-13 11:00:14 +08:00
xuxiaoyan
e673d54988
example: update demos configration
2019-08-12 17:15:21 +08:00
xuxiaoyan
2be515481b
example(selector): update demo configration
2019-08-07 16:06:06 +08:00
xuxiaoyan
2938daca20
doc(selector): update readme
2019-08-07 16:05:42 +08:00
xuxiaoyan
3b12be12fa
doc(dialog): udpate readme
2019-08-07 16:05:25 +08:00
xuxiaoyan
1b2d1a52c0
update(input-item): limit the length of characters entered by the virtual keyboard
2019-08-03 11:07:20 +08:00
xuxiaoyan
214aefc31d
test(input-item): update test case
2019-08-03 11:01:30 +08:00
xuxiaoyan
fe246033a4
fix(input-item): limit the length of characters entered by the virtual keyboard
...
update
2019-08-03 11:01:21 +08:00
Shawn Xu
bb487cf470
fix(input-item): limit the length of characters entered by the virtual keyboard ( #525 )
...
* fix(input-item): limit the length of characters entered by the virtual keyboard
#524
* test(input-item): update test case
2019-08-03 10:09:44 +08:00
liupei2012
47e03c93cc
fix(amount): fixed the loss of precision in animation mode ( #523 )
...
* fix(amount): fixed the loss of precision in animation mode
* fixed(amount): fixed unit case error
2019-08-03 10:09:26 +08:00
xuxiaoyan
72ed996a04
fix(icon): update iconfont file
2019-07-30 11:06:50 +08:00
xuxiaoyan
5afebf5e1e
Update theme variables
2019-07-29 11:39:37 +08:00
xuxiaoyan
aeb7eaeaca
Update snapshots & test cases
2019-07-29 10:54:28 +08:00
Shawn Xu
2b3a55f1ff
feat(title-bar): add prop large-radius for "Popup" ed components ( #508 )
...
* feat(selector): add props large-radius, hide-title-bar & add slots header, footer
* feat(date-picker): add prop large-radius
* feat(picker): add prop large-radius & update style
* feat(tab-picker): add prop large-radius & update demo
* feat(cashier): add prop large-radius & update demo
* feat(popup): add props large-radius, only-close & update demo
* style: update variables of popup
* doc: update readme of components based on popup & popup add props large-radius, only-close
* feat(popup): add prop title-align
* feat(action-sheet): add prop large-radius
* fix(cashier): replace slot content by only-close
2019-07-29 10:42:35 +08:00
Shawn Xu
fab03e4215
feat(dialog): add prop disabled to btns & add slot header & update style ( #509 )
...
* feat(dialog): add prop disabled to btns & add slot header & update style
* feat(dialog): add props loading, icon, iconSvg to btns
* test(dialog): update test cases & snapshots
* example&doc(dialog): update demos & readme
* fix(dialog): improve the warning conditions
2019-07-29 10:42:15 +08:00
Shawn Xu
b427bcfeed
fix(stepper & input-item): avoid triggering change events when initia… ( #512 )
...
* fix(stepper & input-item): avoid triggering change events when initializing assignments
#495
* doc(stepper): remove default-value
2019-07-29 10:42:02 +08:00
Shawn Xu
cafa5bbe18
fix(amount): conversion of negative numbers to capitals ( #511 )
...
#510
2019-07-29 10:41:50 +08:00
Shawn Xu
e32342d379
feat(button): add props loading ( #507 )
...
* feat(button): add props loading
* example(button): add loading cases
* test(button): update test cases & snapshots
* doc(button): update readme
2019-07-29 10:41:37 +08:00
xuxiaoyan
49824be461
style: update theme variable
2019-07-18 15:08:32 +08:00
supergaojian
dd4bba069d
fix(check-list): fix click md-icon without any action bug ( #494 )
...
fix #491
2019-07-18 11:34:26 +08:00
supergaojian
cecf3039ab
fix(toast): fix toast in Android v4.4.4 wrong postion with top or bottom ( #496 )
...
fix #485
2019-07-18 11:34:08 +08:00
Shawn Xu
18d0428444
fix(tab-picker): some exceptions in tabs rendering ( #498 )
...
1. select the tab corresponding to the last item of default-value automatically
2. re-render tabs after cancel event
2019-07-18 11:33:08 +08:00
xuxiaoyan
78a7fc549d
Merge branch 'dev' of https://github.com/didi/mand-mobile into dev
2019-07-15 14:07:57 +08:00
xuxiaoyan
3a5fa39c29
fix(notice-bar): update zindex lower than popup
...
#492
2019-07-15 14:07:00 +08:00
xuxiaoyan
ed9f320430
style: partial format adjustment
2019-07-09 15:57:08 +08:00
xuxiaoyan
813e666f5a
fix(stepper): fix stylus variables usage
2019-07-09 15:56:25 +08:00
xuxiaoyan
d86102897e
example(scroll-view): update end-reached event usage
2019-07-06 20:57:56 +08:00
xuxiaoyan
c95c951d0b
doc(scroll-view): fix end-reached event name
2019-07-06 20:57:16 +08:00
xuxiaoyan
14ecef99e8
style:update style variables
2019-07-05 16:08:25 +08:00
xuxiaoyan
f712464a63
test(codebox): update snapshots
2019-07-05 15:50:14 +08:00
Shawn Xu
f7eabaef98
fix(number-keyboard): numberkeyboard action ( #479 )
...
* fix(number-keyboard): number keys misuse & update style
#477
* test: update snapshots
2019-07-05 15:34:29 +08:00
supergaojian
81ff17cac6
fix(codebox): fix codebox with wrong watch options ( #486 )
2019-07-05 15:34:17 +08:00
xuxiaoyan
f03c0ef9bc
test: update snapshots
2019-06-22 20:51:10 +08:00
Shawn Xu
73165ec2a3
feat(number-keyboard): add prop isHideConfirm & slot ( #475 )
...
* feat(number-keyboard): add prop isHideConfirm & slot
* example(number-keyboard): update cases
* doc(number-keyboard): update readme
* fix(number-keyboard): avoiding border from being touched by mistake
#477
2019-06-22 20:31:28 +08:00
supergaojian
f016d8b8cd
fix(slider): fix wrong tab-bar display bug without range in min & max ( #473 )
...
fix #472
2019-06-22 20:31:05 +08:00
supergaojian
8ca9ffc9f8
fix(dialog): fix dialog with wrong icon size
2019-06-13 17:53:08 +08:00
supergaojian
8badde40fc
fix(dialog): fix dialog with maskClosable change props bug
...
fix #471
2019-06-13 17:51:10 +08:00
supergaojian
b3be303fb1
Merge remote-tracking branch 'origin/dev' into dev
2019-06-13 17:05:29 +08:00
supergaojian
e53fc41015
test(selector): update snapshot with multi
2019-06-13 17:05:10 +08:00
xuxiaoyan
43138127d4
Merge branch 'dev' of https://github.com/didi/mand-mobile into dev
2019-06-13 16:49:39 +08:00
supergaojian
43633b682a
doc(selector): fix selector docs wrong support version
2019-06-13 16:45:59 +08:00
xuxiaoyan
6389909b2d
test(toast): update test cases
2019-06-13 16:40:21 +08:00
Shawn Xu
8cef3d4a1b
feat(scroll-view): add prop is-prevent ( #468 )
...
* feat(scroll-view): add prop is-prevent
* doc(scroll-view): update readme
* example(scroll-view): update horizontal scrolling
* code-style(scroll-view): add variable in touchmove
* fix(scroll-view): fix error with event.cancelable is false, event.preventDefault can not prevent
2019-06-13 16:16:15 +08:00
Shawn Xu
bec8908ab0
feat(toast):add Toast.component for componentized usage ( #464 )
...
* feat(toast): add Toast.component for componentized usage & toast slot
* doc(toast): add Toast.component to readme
* example(toast): add componentized usage
* doc(toast): update readme
2019-06-13 16:15:58 +08:00
supergaojian
9780f2ff53
feat(selector): support multi select ( #460 )
...
feat #296
2019-06-13 16:15:42 +08:00
hangzou
47a883841f
feat(radioList):add props for slot-scope & add removing icon configration ( #446 )
...
* ⚡ add new props noIcon for radioList
* feat(radioList):add props 'noIcon' for radioList
2019-06-13 16:15:29 +08:00
supergaojian
ef56216c6b
feat(check-list): support check-list icon slot ( #439 )
...
* feat(check-list): support check-list icon slot
BREAKING CHANGE: new props only support for new version v2.2.2
feat #383
* doc(check): add icon slot support version
feat #383
* feat(check-list): slot-scope add new props
2019-06-13 16:15:12 +08:00
supergaojian
5c4100b9f0
fix(swiper): fix swiper bug with isLoop & autoplay ( #453 )
...
fix #452
2019-06-13 16:14:53 +08:00
xuxiaoyan
8659270cbd
fix(tab-bar): supplement scrolling of the first and last options & change items to not selectable
...
434
2019-05-26 19:51:29 +08:00
Shawn Xu
2ebace5997
fix(fix(style-utils):hairline size optimization): ( #448 )
2019-05-25 09:48:24 +08:00
Shawn Xu
1199da68ce
fix(tab-bar): supplement scrolling of the first and last options ( #442 )
...
#434
2019-05-25 09:48:03 +08:00
Shawn Xu
c04f87fa0a
feat(tab-picker):add select event & optimize container scrolltop ( #436 )
...
* feat(tab-picker): add select event & optimize the scrollview container
* doc(tab-picker): update readme
2019-05-11 20:24:36 +08:00
Shawn Xu
44b846d92f
fix(date-picker): support HH in custom-types ( #433 )
...
#418
2019-05-11 20:24:14 +08:00
supergaojian
cf3ec2103e
fix(radio-list): fix radio-list input bug ( #437 )
2019-05-11 20:24:00 +08:00
xuxiaoyan
6f11a80e87
doc(action-bar): add tips of padding-bottom
...
#431
2019-05-07 16:06:31 +08:00
xuxiaoyan
4c366e00e4
doc(icon): add a description of importing local font file
2019-05-06 18:01:40 +08:00
xuxiaoyan
cc29cd102f
example(tab-bar): add gesture switching
2019-04-25 16:33:10 +08:00
xuxiaoyan
d70f46cbc6
fix(ruler): prop validator
2019-04-23 00:22:44 +08:00
supergaojian
90ba25e4cf
examples(picker): demo ( #419 )
...
* fix(ActivityIndicator): fix wrong roller-success background-color
* feat(ruler): add new component Ruler
* feat(ruler): update for ruler
* feat(ruler): finish ruler
* code-style(activity-indicator): change color
* feat(ruler): remove mouse event and add throttle
* test(jest): add jest-canvas-mock
* feat(ruler): add new props: stepTextPosition, stepTextRender
* example(picker): fix picker demo, should use v-key
fix #416
* fix(picker): fix picker with defaultIndex
* example(picker): remove picker v-key
2019-04-22 23:57:20 +08:00
xuxiaoyan
762e73c326
fix(steps): update style
2019-04-22 23:49:13 +08:00
supergaojian
b0e931a6ef
feat(ruler):add new props ( #415 )
...
* fix(ActivityIndicator): fix wrong roller-success background-color
* feat(ruler): add new component Ruler
* feat(ruler): update for ruler
* feat(ruler): finish ruler
* code-style(activity-indicator): change color
* feat(ruler): remove mouse event and add throttle
* test(jest): add jest-canvas-mock
* feat(ruler): add new props: stepTextPosition, stepTextRender
2019-04-22 23:17:02 +08:00
Shawn Xu
28fa352f2a
feat(steps):support unreached step icon customization & unify customization ( #414 )
...
* feat(steps): add slot icon & unreached
#405
* doc(steps): update readme
2019-04-22 23:16:34 +08:00
xuxiaoyan
b5a47f9455
example(input-item): add demo description
2019-04-22 19:10:15 +08:00
supergaojian
f9cc74f5ac
fix(ruler,water-mark): change canvas font family ( #408 )
...
* fix(ruler,water-mark): change canvas font family
* example(ruler): change ruler demo doc
* feat(ruler,water-mark): change canvas font-family
2019-04-19 11:45:48 +08:00
Shawn Xu
58352d6dc4
feat(input-item):add prop solid to custom title width ( #413 )
...
* Update readme
* feat(input-item): add prop solid to custom title width
#411
2019-04-18 23:57:36 +08:00
xuxiaoyan
2c21acda36
doc(stepper): update readme
2019-04-15 15:23:14 +08:00
xuxiaoyan
d164f40f81
doc(scroll-view): update readme
2019-04-15 15:22:36 +08:00
moyus
ffd9d29fc5
test: Update snapshots
2019-04-13 10:33:01 +08:00
supergaojian
d842e719ec
feat(water-mark):optimize with canvas ( #398 )
...
change water-mark render with canvas
2019-04-12 11:22:47 +08:00
laoxiong
d054737ab6
feat(stepper): add events(add & reduce) ( #375 )
...
re #371
2019-04-10 15:20:19 +08:00
xuxiaoyan
8d046eacf6
feat(scroll-view-refresh): add prop roller-color
...
#399
2019-04-10 11:44:48 +08:00
supergaojian
86cd506c0e
test(ruler): add ruler jest test ( #395 )
...
* fix(ActivityIndicator): fix wrong roller-success background-color
* feat(ruler): add new component Ruler
* feat(ruler): update for ruler
* feat(ruler): finish ruler
* code-style(activity-indicator): change color
* feat(ruler): remove mouse event and add throttle
* test(jest): add jest-canvas-mock
2019-04-09 17:53:58 +08:00
xuxiaoyan
5687d4f244
Merge branch 'dev' of https://github.com/didi/mand-mobile into dev
2019-04-09 17:46:02 +08:00
xuxiaoyan
e0f66cbf6c
doc(dialog): update transition description
...
#397
2019-04-09 17:45:47 +08:00
Shawn Xu
c1553a28a6
fix(swiper): fix incorrect index jumping with method goto ( #393 )
...
first distinguish real index & display index, and then transform display index to real index before
call translate in goto
#366
2019-04-09 16:09:47 +08:00
xuxiaoyan
be5a2d496e
doc(ruler):update readme & meta info
2019-04-06 22:38:44 +08:00
supergaojian
bb71db59ba
feat(Ruler):add new component ( #382 )
2019-04-02 20:31:45 +08:00
Shawn Xu
42a30433bc
fix(progress): hide inner circle when value is 0 ( #385 )
...
#381
2019-04-02 18:14:04 +08:00
laoxiong
b1679e345d
fix(codebox): fix the bottom border of codebox is not displayed in oppo r9m. ( #373 )
2019-03-22 20:20:46 +08:00
laoxiong
83ea19c48f
fix: input-item slot render error ( #368 )
...
* fix(input-item): remove prop key when use error slot
* fix: input-item slot render error
2019-03-22 00:11:46 +08:00
Shawn Xu
c0b1895cb0
extract iconfont font-family into variables ( #369 )
...
* fix(icon): extract font-family into variables
* build: update stylus variables regex
2019-03-21 23:58:49 +08:00
xuxiaoyan
14f0cb620b
doc(field-item): update readme
...
#365
2019-03-21 23:08:14 +08:00
xuxiaoyan
623b8c46c7
doc(icon): update readme
2019-03-21 23:07:22 +08:00
xuxiaoyan
6ca678623f
Update docs
2019-03-16 22:21:49 +08:00
xuxiaoyan
eae4248596
fix(cashier): update channel-item style
2019-03-16 10:55:49 +08:00
moyu
bf377a3073
fix(swiper): remove all listeners ( #361 )
...
338
2019-03-15 16:55:01 +08:00
Shawn Xu
a01979e64f
fix(input-item): change virtualKeyboardVm type to string ( #357 )
...
use ref name to look up a component instance in context instead of passing a reference directly
2019-03-15 15:58:15 +08:00
xuxiaoyan
5f6df6112e
fix(cashier): update style
2019-03-13 10:45:21 +08:00
moyu
af99607ab3
fix: fix css variables not working on some components ( #351 )
2019-03-08 15:44:49 +08:00
Shawn Xu
85b0fad3c6
fix(popup): display popup box synchronously ( #342 )
...
support for toast show and hide synchronous calls
#341
2019-03-08 13:35:44 +08:00
moyu
0c971e4653
fix(scroll-view): fix move outside screen not trigger scroll end ( #344 )
2019-03-08 11:53:57 +08:00
Shawn Xu
5b8701d9c5
Optimized swiper page flip trigger ( #350 )
...
* fix(utils): fix scroller zooming
* fix(swiper): Optimized page flip trigger
update params for render function
2019-03-08 11:53:42 +08:00
Shawn Xu
bdbcba280d
fix(utils): fix scroller zooming ( #349 )
2019-03-07 23:28:40 +08:00
xuxiaoyan
46dbcf375c
fix(utils): update randomId
2019-02-27 14:23:53 +08:00
moyus
d44f5bc852
test(input-item): update snapshots
2019-02-25 19:55:25 +08:00
Shawn Xu
626cd65234
Fix scrollview ( #336 )
...
* feat(utils): add throttle
* fix(utils): update scroller minVelocityToStartDeceleration
* fix(scroll-view): update trigger condition of endReached
* fix(utils): update scroller minVelocityToStartDeceleration
* fix(scroll-view): fix more slot prop & add end-reached event
2019-02-25 19:46:26 +08:00
xuxiaoyan
2cb66f065a
fix(input-item): fix the type of native input for money
2019-02-25 18:57:23 +08:00
supergaojian
c7c88909d9
fix(input-item): no wrap title with isTitlelatent ( #337 )
2019-02-25 17:27:54 +08:00
xuxiaoyan
c62ad77727
doc(input-item): update title
2019-02-25 16:15:54 +08:00
xuxiaoyan
73a1a40bcf
example: remove empty style
2019-02-23 18:52:05 +08:00
xuxiaoyan
5222f0f148
test(steps): update test cases
2019-02-22 20:25:01 +08:00
xuxiaoyan
6a344fbbbd
test(steps): update snapshots
2019-02-22 19:44:50 +08:00
moyus
9c9b2d088a
test(steps): update snapshots
2019-02-22 15:39:23 +08:00
moyus
d0368ae387
test(captcha): fix a test case
2019-02-22 15:38:55 +08:00
xuxiaoyan
8ed04e8cc1
test: update test cases & snapshots
2019-02-22 15:29:07 +08:00
moyus
867ae73ac4
test(tab-picker): update snapshot
2019-02-22 15:02:25 +08:00
supergaojian
e1c59f72d4
fix(input-item): fix input-item with virtualKeyboard in vue@2.6 bug ( #327 )
...
fix #324
2019-02-22 14:32:30 +08:00
Shawn Xu
6cc6141cb5
feat(scroll-view): add prop touch-angle ( #326 )
...
limit the angle at which triggers scroll events to reduce scroll sensitivity
2019-02-22 14:31:14 +08:00
xuxiaoyan
08e770d17e
fix(amount): use of system built-in fonts defaultly
2019-02-22 11:49:21 +08:00
xuxiaoyan
b8cdfb483c
doc: update
2019-02-22 10:44:36 +08:00
xuxiaoyan
c98856d73c
feat(picker & date-picker): add prop line-height
...
#323
2019-02-22 10:30:23 +08:00
xuxiaoyan
ab5c5c63cb
add financial amount font #325
2019-02-21 17:21:40 +08:00
xuxiaoyan
33ff4ea8c4
fix(input-item): add debounce for setting cursor position
...
#322
2019-02-20 14:27:25 +08:00
xuxiaoyan
26f67834f2
feat(picker): add prop line-height
...
option height setting
#323
2019-02-20 11:51:14 +08:00
xuxiaoyan
b5c7535fa3
doc(check): add props
2019-02-19 11:03:40 +08:00
xuxiaoyan
6636159940
Merge branch 'dev' of https://github.com/didi/mand-mobile into dev
2019-02-18 15:21:14 +08:00
xuxiaoyan
def6b00800
fix(scroll-view): increase scrolling speed
2019-02-18 15:20:53 +08:00
moyu
1c6d3e1000
Fix TabPicker scroll problem ( #321 )
...
* fix(tabs): parent child relationship context
* fix(tab-picker): prevent body scroll when manipulate with option list
* example(tab-picker): add more city data
2019-02-18 14:17:59 +08:00
xuxiaoyan
79f64b7ee0
feat(scroll-view): debounced endReached event
2019-02-16 20:52:40 +08:00
xuxiaoyan
29e7527185
feat(utils): add debounce
2019-02-16 20:50:14 +08:00
xuxiaoyan
6910e83057
feat(scrollview): add prop immediateCheckEndReaching
...
trigger endReaching event when the content is less than one screen
2019-02-15 13:10:47 +08:00
xuxiaoyan
bceb213ca5
feat(selector): remove limit of default-value type
...
#305
2019-02-14 17:01:47 +08:00
xuxiaoyan
f1cce00843
feat(radio): remove limit of name & value type
2019-02-14 17:00:57 +08:00
xuxiaoyan
0fecadf71c
fix(swiper): change dom target at scroller size initialization
...
#311
2019-02-14 16:53:08 +08:00
xuxiaoyan
ccdd71cdc9
doc(icon): fix icon usage
2019-02-14 14:42:54 +08:00
xuxiaoyan
92cf1a3692
doc(radio-list): update change event
2019-02-13 16:42:58 +08:00
xuxiaoyan
49a621aadb
feat(water-mark): Increase z-index of content container
...
#304
2019-01-30 16:14:34 +08:00
xuxiaoyan
c7b6515f1c
example(image-reader): update style
2019-01-30 15:35:43 +08:00
xuxiaoyan
4d307c1e4e
example(input-item): fix error
2019-01-30 11:47:37 +08:00
xuxiaoyan
26cdf6dee0
feat(check): extend supported types
2019-01-29 20:12:21 +08:00
xuxiaoyan
6998a6cf80
doc: update preview links
2019-01-29 16:31:24 +08:00
xuxiaoyan
978ad7052d
test: update snapshots
2019-01-29 11:34:25 +08:00
xuxiaoyan
b5502396f6
feat(icon): add classname for 3rd party icon font
...
#295
2019-01-28 22:07:04 +08:00
xuxiaoyan
a27657cec3
test: add ignore comments
2019-01-26 22:28:11 +08:00