Commit Graph

306 Commits

Author SHA1 Message Date
王劲鹏
800365645c fix: iOS load more view abnormal when item count zero 2021-07-08 14:41:55 +08:00
王劲鹏
98f2d29cee fix crash when looped slider with item count zero 2021-07-08 10:13:28 +08:00
pengfei.zhou
e6595d5c51 feat:add set environment value api 2021-07-07 18:51:21 +08:00
pengfei.zhou
0c10b513b9 feat: add onEnvChanged 2021-07-07 18:51:21 +08:00
pengfei.zhou
70bde4fba9 feat:Environment add locale 2021-07-07 18:51:21 +08:00
王劲鹏
666998d3a6 fix wrong page slided index 2021-07-05 12:44:41 +08:00
王劲鹏
84ca53c3b7 iOS: set property to strong for test 2021-06-30 10:05:43 +08:00
王劲鹏
8366e1c508 iOS: fix text alignment sync on placeholder label 2021-06-29 16:08:20 +08:00
王劲鹏
07a958c3bd fix: iOS dynamic set gradient props does not take effect 2021-06-22 17:43:24 +08:00
pengfei.zhou
901d3fdf72 feat:add protect case for plugin and view 2021-06-22 17:19:50 +08:00
pengfei.zhou
8339a64663 optimize: make lazy registered doric library effective 2021-06-22 17:19:50 +08:00
王劲鹏
25b6a69d02 fix: markedTextRange overlap with placeholder while inputing 2021-06-18 14:55:54 +08:00
王劲鹏
48d6a84394 revert apply 2021-06-18 14:55:17 +08:00
王劲鹏
28513efd67 fix: flow layout cell order 2021-06-18 09:38:03 +08:00
王劲鹏
9bf4072777 fix: scroller parent aware child size change 2021-06-15 16:11:08 +08:00
pengfei.zhou
9fed9e431c feat:Input add beforeTextChange API 2021-06-11 17:48:56 +08:00
pengfei.zhou
e528630f71 feat:Input add getSelection API 2021-06-11 17:48:56 +08:00
pengfei.zhou
5263731dd7 feat:input add onSubmitEditing 2021-06-11 17:48:56 +08:00
pengfei.zhou
ff641bf983 feat:Input add editable and returnKeyType 2021-06-11 17:48:56 +08:00
王劲鹏
188e3b55f6 fix: flow layout load more view not span entirely 2021-06-11 14:52:43 +08:00
王劲鹏
cbaa560dea avoid plugin call after context destroy 2021-06-09 20:10:30 +08:00
pengfei.zhou
d834336b3c iOS: code optimize,delete useless code 2021-06-08 18:31:05 +08:00
pengfei.zhou
4da1f3be9d feat: enhance plugin navigator,add popSelf and popToRoot 2021-06-08 11:56:11 +08:00
王劲鹏
5a9b55c75b filter the candidate while inputing 2021-06-07 17:17:42 +08:00
pengfei.zhou
783f77e7ac iOS:fix refreshable cannot scroll properly 2021-05-21 18:29:36 +08:00
pengfei.zhou
c1ac0a04a5 bugfix: read callbackId before read other properties. 2021-05-21 18:29:36 +08:00
pengfei.zhou
053e06ff2e iOS: fix when main bundle load error, exception is nil 2021-05-19 17:35:04 +08:00
pengfei.zhou
466aa0ff54 iOS: fix scroller cannot be fit 2021-05-14 21:00:25 +08:00
pengfei.zhou
c27a9bd672 iOS: measure undefined set content size 2021-05-14 19:58:34 +08:00
王劲鹏
8d8c44c8f6 handle shadow conflict with corners 2021-05-11 16:45:30 +08:00
pengfei.zhou
98db105a73 iOS: fix when set padding 2021-05-08 10:30:45 +08:00
pengfei.zhou
a46bfe9284 iOS: Stack gravity default to left and top 2021-05-08 10:30:45 +08:00
pengfei.zhou
d8412f3a96 iOS: fix case when parent is fit,child is most, align to android 2021-05-08 10:30:45 +08:00
pengfei.zhou
6da8d5658b feat: add bounces for list,scroller,nestedSlider,flowlayout 2021-04-30 14:34:54 +08:00
pengfei.zhou
e621db48b9 feat: slider add bounces for iOS 2021-04-30 14:34:54 +08:00
pengfei.zhou
f8b983b8d2 iOS: do not show indication in slider 2021-04-30 14:34:54 +08:00
pengfei.zhou
bdab13209c iOS: fix callback error.Use item's node instead 2021-04-25 15:49:01 +08:00
pengfei.zhou
e18b7e781e iOS:add ListItem actions api 2021-04-25 15:49:01 +08:00
pengfei.zhou
5982b15b0d feat:NestedScroller add scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
056f2f041f feat:Slider add scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
c2ca3c0b31 feat:Flowlayout support scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
418b71c7a3 feat:List support scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
4cc67a463d feat:Scroller support scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
c82fdf1a0d iOS: fix iOS 11 & iOS 12 DoricListNode crash 2021-04-22 15:44:40 +08:00
pengfei.zhou
cdd25caa7d feat:when cancel Animation,sync the properties from native 2021-04-22 14:57:51 +08:00
pengfei.zhou
e7ced92281 feat:Add cancelAnimation and clearAnimation 2021-04-22 14:57:51 +08:00
pengfei.zhou
2fe2cded48 iOS: fix when parent and parent's parent is fit,child is most,cannot be extend to right size. 2021-04-19 17:44:04 +08:00
pengfei.zhou
009e8734b6 feat:add pureCallEntityMethod,avoid hook affects 2021-04-19 17:44:04 +08:00
pengfei.zhou
b762b9db4b iOS:Fix ListNode cannot measure content height properly 2021-04-14 16:56:19 +08:00
pengfei.zhou
526234b878 iOS: Fix size change cause corners show error 2021-04-07 17:25:47 +08:00