56 Commits

Author SHA1 Message Date
陈嘉涵
4119b5b3c7 [improvement] check event.cancelable before preventDefault 2019-05-10 14:18:46 +08:00
neverland
ad6be337cc
[bugfix] Toast: should add z-index if previous toast has not disappeared (#3153) 2019-04-15 19:32:02 +08:00
neverland
ae73af819d
[bugfix] Popup: may cause event uncancelable warning (#3150) 2019-04-15 17:10:39 +08:00
neverland
3e1b048d88
[improvement] Icon: update shop icons (#3044) 2019-03-22 20:11:36 +08:00
neverland
784b279738
[bugfix] Dialog: overlay incorrect locate when use getContainer (#3041) 2019-03-22 16:16:35 +08:00
neverland
c1adaebaa6
[new feature] Dialog: add getContainer option (#3040) 2019-03-22 15:13:30 +08:00
neverland
055387108f
[bugfix] Toast: should not render overlay when cleared (#3025) 2019-03-21 14:18:50 +08:00
neverland
7eda33eb44
[improvement] popup mixin ts (#3022) 2019-03-21 10:08:26 +08:00
neverland
91a9345a7d
[improvement] Overlay: functional & tsx (#2822) 2019-02-22 09:27:00 +08:00
neverland
52e6fd2f0b
[improvement] Actionsheet: tsx (#2807) 2019-02-20 15:55:02 +08:00
neverland
9d0255d9e1
[improvement] unify mixin name (#2795) 2019-02-19 16:04:29 +08:00
neverland
ba811b50b0
[new feature] Toast: add get-container prop (#2724) 2019-02-12 19:39:45 +08:00
neverland
e64b908a32
[bugfix] Dialog: beforeClose not work for click overlay (#2707) 2019-02-09 10:26:05 +08:00
neverland
d20b7fdcbf
[bugfix] Popup: get-container error when destoryed (#2679) 2019-02-03 11:50:39 +08:00
neverland
f0056297c6
[improvement] sort out utils (#2672) 2019-02-02 10:41:01 +08:00
neverland
466bb3ce1e
[new feature] Popup: add open/close event (#2649) 2019-01-30 19:39:29 +08:00
neverland
d2751ffdfa
[improvement] optimize instance assign (#2284) 2018-12-13 16:05:11 +08:00
neverland
89ff50944c
[improvement] move overlay component (#2192) 2018-11-30 16:40:50 +08:00
neverland
916dbd9927
[improvement] props default value (#2183) 2018-11-29 22:20:42 +08:00
neverland
88d8eb0897
[improvement] optimize popup mixin (#1979) 2018-10-25 13:10:09 +08:00
neverland
9e22eb4c1f
[Improvement] Popup: get-container support selector (#1699) 2018-08-27 17:10:50 +08:00
neverland
fddf566f42
[Improvement] AddressEdit: optimize style (#1676) 2018-08-24 10:44:09 +08:00
packy
7d8fff70af [bugfix] Popop: fix DOM destroy when use getContainer (#1665) 2018-08-23 13:44:43 +08:00
neverland
0afbd92d32
[Improvement] Actionsheet: support lazy render (#1365) 2018-06-29 20:34:55 +08:00
neverland
cb992ce979
[Improvement] Popup: support lazy render (#1138) 2018-05-23 11:01:27 +08:00
neverland
d92edf871e
[bugfix] Popup: should remove touch event listener when distroyed (#912) 2018-04-23 13:07:19 +08:00
neverland
0192eb7ee8
[Improvement] Cell: optimize left icon (#893) 2018-04-19 16:10:37 +08:00
WyTiny
24b95af824 [bugfix] Popup: fix lock scroll (#891) 2018-04-19 15:01:51 +08:00
neverland
bd80fe4e05
[Improvement] add touch mixin (#869) 2018-04-13 15:26:41 +08:00
neverland
a5ddfeee68
[bugfix] ImagePreview: manually close not work (#864) 2018-04-12 20:08:20 +08:00
neverland
1b6f9ba075
[bugfix] Popup: lock-scroll not work when open multi popup (#842) 2018-04-10 10:39:54 +08:00
neverland
72cca2c961
[bugfix] Toast: mask not remove when hidden (#762) 2018-03-23 11:32:26 +08:00
neverland
ddbe338919
[bugfix] List: should not trigger load event when hidden (#751) 2018-03-22 13:18:38 +08:00
neverland
bca3401d81
[bugfix] Toast: overlay blocked by other element (#740) 2018-03-21 15:58:11 +08:00
neverland
ffd72e5442
[Improvement] extract component common part (#703) 2018-03-16 17:10:46 +08:00
neverland
d36dd61bc9
[breaking change] Popup: add lockScroll instead of lockOnScroll & preventScroll (#688) 2018-03-14 11:07:48 +08:00
neverland
7d3768591f
[bugfix] Badge info font weight (#687) 2018-03-14 10:28:51 +08:00
neverland
5d25d7aff9
[Improvement] Popup: add click-overlay event (#647) 2018-02-24 15:22:41 +08:00
neverland
30e42284e9
[new feature] Popup: support getContaienr (#611) 2018-02-06 19:55:40 +08:00
neverland
30f22b28ed
[Improvement] optimize passive events (#478) 2017-12-25 15:58:44 +08:00
neverland
2d2a368e2c
[bugfix] Popup should remove event handler when destroyed (#477) 2017-12-25 14:28:10 +08:00
WyTiny
a024399fbe [bugfix] popup scrollable element (#429) 2017-12-14 14:47:24 +08:00
neverland
7dbb5db256
[Improvement] uniform fade animation (#410) 2017-12-11 20:00:26 +08:00
neverland
03824c5b07
[bugfix] Popup overlayClass type (#374) 2017-12-04 16:42:28 +08:00
neverland
121e2de375
[Improvement] add type definition files (#361) 2017-11-29 18:00:08 +08:00
neverland
ccf868c239
[bugfix] Popup: update overlay style & class (#349)
* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style

* [Doc] add toast english ducoment

* [bugfix] Search box-sizing wrong

* [Doc] update vant-demo respo

* [Doc] translate theme & demo pages

* [Doc] add Internationalization document

* [bugfix] remove unnecessary props

* [fix] optimize clickoutside

* [new feature] optimize find-parent

* [new feature]: change document title accordinng to language

* [new feature] Pagination code review

* [improvement] adjust icon-font unicode

* [improvement] Icon spinner color inherit

* [improvement] icon default width

* [bugfix] DateTimePicker validate date props

* [bugfix] Tab item text ellipsis

* [improvement] optimize single line ellipsis

* [Improvement] optimzie staticClass

* [Improvement] Button: use sfc instread of jsx

* [Improvement] update actionsheet close icon style

* fix: yarn.lock

* fix: icon test cases

* [bugfix] errors during ssr

* [Improvement] SubmitBar add left slot

* [new feature] ImagePreview support manually close

* fix: ImagePreview test case

* [Doc] add switch lang button in mobile

* [bugfix] Popup overlay style update
2017-11-24 14:18:14 +08:00
neverland
4ff7987cde
[new feature] ImagePreview support manually close (#346)
* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style

* [Doc] add toast english ducoment

* [bugfix] Search box-sizing wrong

* [Doc] update vant-demo respo

* [Doc] translate theme & demo pages

* [Doc] add Internationalization document

* [bugfix] remove unnecessary props

* [fix] optimize clickoutside

* [new feature] optimize find-parent

* [new feature]: change document title accordinng to language

* [new feature] Pagination code review

* [improvement] adjust icon-font unicode

* [improvement] Icon spinner color inherit

* [improvement] icon default width

* [bugfix] DateTimePicker validate date props

* [bugfix] Tab item text ellipsis

* [improvement] optimize single line ellipsis

* [Improvement] optimzie staticClass

* [Improvement] Button: use sfc instread of jsx

* [Improvement] update actionsheet close icon style

* fix: yarn.lock

* fix: icon test cases

* [bugfix] errors during ssr

* [Improvement] SubmitBar add left slot

* [new feature] ImagePreview support manually close

* fix: ImagePreview test case
2017-11-23 21:50:10 +08:00
Mickey
99f739bfee [new feature]Popup: 增加遮罩层overlayClass和overlayStyle属性,以提供遮罩层自定义样式 (#343)
* 增加遮罩层overlayClass和overlayStyle属性,以提供遮罩层自定义样式

* Revert "增加遮罩层overlayClass和overlayStyle属性,以提供遮罩层自定义样式"

This reverts commit 3ae02a0f103595cb0c93e6a0f422c63fe363b129.

* 增加遮罩层overlayClass和overlayStyle属性,以提供遮罩层自定义样式
2017-11-23 19:51:20 +08:00
陈嘉涵
ade8a97d6d [bugfix] Popup modal display error 2017-10-16 16:24:10 +08:00
WyTiny
1418117681 Add deep-select component and fix a popup bug. (#103)
* feat: new deep select

* fix: add deep-select test

* fix: import

* fix: icon import
2017-09-01 10:15:53 +08:00