57 Commits

Author SHA1 Message Date
rex
284dba4d20 feat(sticky): add new prop scroll-top
fix #3114
2020-05-07 14:50:21 +08:00
Lindy
ac6b34a823
fix(Sticky): pageScroll bind page (#3092)
* fix(Sticky): pageScroll miss this

* fix(Sticky): pageScroll miss this
2020-04-28 20:38:50 +08:00
chenjiahan
44fc8b065c chore: prettier evenything 2020-04-25 10:59:58 +08:00
rex
26fd387ee8
refactor(Sticky): refactor component with page scroll (#2950)
fix #2651, fix #2418
2020-04-03 09:58:23 +08:00
rex-zsd
03cd984393 fix(Transition): fix typescript error 2020-03-21 11:52:02 +08:00
rex
163ac52542
feat(Calendar): add new component calendar (#2894) 2020-03-20 23:15:18 +08:00
rex
0af61992a3
fix(Button): remove default lang (#2883)
fix #2881
2020-03-19 13:36:00 +08:00
rex
9f8fe59650
feat(DropdownItem): add new event open close opend closed & new prop popup-style (#2804)
fix #2361, fix #2796
2020-03-01 20:44:14 +08:00
rex
8e1af8e420
refactor(mixins): remove observer behavior (#2640) 2020-01-09 19:34:07 +08:00
rex
7165b399c7
refactor(Common): refactor set method with nextTick (#2561) 2019-12-19 20:41:17 +08:00
rex
c73bc5d3c4
feat(SwipeCell): add new event open & stop catch touchend (#2432)
fix #2402
2019-11-29 16:15:56 +08:00
rex
be1b6c69e9
feat(Transition): add new lifecycle events & drop transitionend event
BREAKING CHANGE: drop transitionend event

fix #2071
2019-10-14 15:15:41 +08:00
rex
147080bf54
refactor: compatible with iphone by env 2019-09-25 10:50:11 +08:00
neverland
c0901b8023
fix(Circle): initial ctx (#2005) 2019-09-09 20:41:23 +08:00
neverland
31b7234864
feat: remove computed option support (#2002) 2019-09-09 20:16:47 +08:00
neverland
79c994e380
fix: invalid prop types (#1991) 2019-09-09 11:59:37 +08:00
neverland
d904e4218f
breaking change(Popup): rename transitionend event (#1940) 2019-09-03 14:32:26 +08:00
neverland
8b1acf3f2b
fix: eslint (#1929) 2019-08-29 14:08:49 +08:00
郭世伟
366d1e6c4c [bugfix] Transition:动画enter的时候应该时候duration应该是duration.enter
动画enter的时候应该时候duration应该是duration.enter
2019-08-20 20:38:35 +08:00
rex
c9fcdd70bf
build: update compiler
fix #1591
2019-08-12 19:57:38 +08:00
neverland
54470a77c8
[improvement] update lint rules (#1801) 2019-07-26 16:04:24 +08:00
rex
56c3f5529b
[improvement] Transition: remove classNames from data
fix #1761
2019-07-15 10:46:15 +08:00
rex
bad324a4c4
[bugfix] Transition: fix timing error
fix #1695 #1680
2019-06-17 14:19:53 +08:00
rex
98ce810986
[bugfix] Transition: 修复leave阶段时节点不消失
fix #1565
2019-05-14 11:14:50 +08:00
rex
60c2bf212f
[improvement] SwipeCell: improve performance & fix prevent scroll
fix #1493
2019-04-09 21:34:15 +08:00
rex
f95cad50ce
[new feature]: support safe-area-inset-top
#1327
2019-04-01 18:46:53 +08:00
rex
b5238ed753
[bugfix] Transition: behavior error when set duration zero 2019-03-20 20:46:15 +08:00
rex
12dbaa56ce
[bugfix] Transition: overlay still show after closed (#1404)
fix #1377

+ Transition: fix overlay still show after closed
+ Dialog: add new transition none
2019-03-12 21:40:15 +08:00
rex
11b6aa9b03
[new feature] Transition: refactor with css transition 2019-02-25 16:01:21 +08:00
rex
74cb663c85
[new feature] Tab: refactor component & add new slot
支持 #1316

pull request 改动点:

* refactor sticky implementation
* improve performance
* add new slot left-nav & right-nav
2019-02-25 10:11:35 +08:00
rex
84f73456fc
[new feature] Dialog: 支持openType相关参数
support #1093
2019-02-18 13:34:03 +08:00
neverland
a8a3866254
[new feature] Button: add business-id prop (#1308) 2019-02-15 16:37:05 +08:00
rex
386322b44a
[new feature] Button: 增加新属性 ariaLabel、增加外部样式类 hover-class、增加launchapp事件 2019-02-03 10:10:27 +08:00
rex
df1a90c86b fix(Area): fix initial option error @rex-zsd (#1196) 2019-01-10 17:30:37 +08:00
neverland
df238651c2
[improvement] extract safeAreaInsetBottom to mixin (#1052) 2018-12-11 16:05:13 +08:00
neverland
339df6c0e6
[improvement] use wxs.bem instead of computed classNames (#1051) 2018-12-11 15:51:57 +08:00
rex
cd0544e68d perf: iPhoneX适配提取到独立behaviors @rex-zsd (#1048) 2018-12-11 14:55:34 +08:00
neverland
e7b8f6741e
[bugfix] Popup: can not hide in iOS 8 (#1029) 2018-12-07 16:11:34 +08:00
neverland
d7fc30fed7
[bugfix] not proxy setData (#1023) 2018-12-06 15:29:51 +08:00
rex
43a9989673 feat: adapt iPhoneX @rex-zsd (#989) 2018-12-05 17:41:48 +08:00
neverland
5f87de0803
[improvement] remove unworked button props (#870) 2018-11-06 21:41:27 +08:00
neverland
606c2896c1
[improvement] add link mixin (#750) 2018-10-12 16:36:57 +08:00
neverland
43bf3a014a
[improvement] Dialog: optimize template (#729) 2018-10-10 15:12:33 +08:00
neverland
7c7d69230d
[bugfix] Tab: active type should be number (#665) 2018-09-28 15:38:29 +08:00
neverland
46ac52578a
[improvement] Dialog: support open-type event (#651) 2018-09-27 11:42:38 +08:00
neverland
8b65086bd4
[improvement] Button: add id prop (#650) 2018-09-27 10:53:42 +08:00
neverland
0c4e200d40
[improvement] types (#648) 2018-09-26 19:58:30 +08:00
neverland
2168cc06b5
[improvement] watcher (#645) 2018-09-26 19:22:56 +08:00
neverland
f35edf2662
[type] getCurrentPages (#626) 2018-09-21 20:17:48 +08:00
neverland
f9fb953422
[improvement] rewrite with typescript (#604) 2018-09-21 10:32:25 +08:00