Commit Graph

2393 Commits

Author SHA1 Message Date
pengfei.zhou
37d2df9eea js: fix type error 2022-12-29 09:03:57 +08:00
osborn
be4fb05f91
Feature/zpf (#564)
* iOS: fix memory leak of blur effect

* js: fix callback cause memory leak
2022-12-20 15:06:46 +08:00
pengfei.zhou
c60754c53d js: fix when first input, onTextChange or onSubmitEditing pass editing undefined 2022-12-15 19:05:03 +08:00
osborn
2cfab62e11
js: fix when first input, beforeTextChange pass editing undefined (#562) 2022-12-13 17:32:20 +08:00
osborn
0668e0fe86
android: fix when load image from remote server cause non ui thread touch view (#561) 2022-12-10 14:25:36 +08:00
osborn
9be6bb2051
iOS: fix in list when not combine view model cause UI have no update (#559) 2022-12-09 16:33:00 +08:00
王劲鹏
44d971b870 Android: fix props mixin in blend sub node 2022-12-09 16:32:53 +08:00
pengfei.zhou
875f3a5066 iOS: when not set onclick on view, should passthrough touch event 2022-12-07 10:29:02 +08:00
王劲鹏
f175a94b28 fix signature 2022-11-10 11:45:17 +08:00
pengfei.zhou
7899896b80 android: create empty doric context instead of static one 2022-11-08 17:35:10 +08:00
pengfei.zhou
1c306bd3f6 feat: iOS add ssr demo 2022-11-08 17:35:10 +08:00
pengfei.zhou
d416e9dc81 feat:android add ssr demo 2022-11-08 17:35:10 +08:00
pengfei.zhou
c3b9638434 Add SSR mode and test on Android 2022-11-08 17:35:10 +08:00
王劲鹏
5782a0d161 fix text node shadow & gradient conflict 2022-11-03 15:03:26 +08:00
王劲鹏
0a305b3104 fix security issue 2022-10-17 17:34:24 +08:00
pengfei.zhou
d8615b2f9a iOS: compat API with iOS 16 2022-09-26 12:03:08 +08:00
pengfei.zhou
d9c376f772 js: Add _ref property in view,store ref, for combine action in mobx 2022-09-17 03:54:59 +08:00
王劲鹏
b496be1e6e bugfix: fix intrinsic size caused side effect 2022-09-13 18:00:05 +08:00
pengfei.zhou
0df882f28c iOS: Fix layout in flowlayout or list 2022-09-08 18:37:44 +08:00
pengfei.zhou
1dc167a43c iOS: fix compile error 2022-09-05 19:02:47 +08:00
pengfei.zhou
b819d7df37 Revert "iOS : fix compile error"
This reverts commit 1d6738b8c9.
2022-09-05 19:02:47 +08:00
pengfei.zhou
1d6738b8c9 iOS : fix compile error 2022-09-05 18:04:37 +08:00
pengfei.zhou
51d1c5c91b iOS: fix flexlayout when sometimes width is not correct 2022-09-05 17:25:39 +08:00
pengfei.zhou
8e22108cc9 iOS: Add DoricFlexLayout to DoricLayouts 2022-09-05 17:25:39 +08:00
pengfei.zhou
390ef52632 fix js compile error 2022-09-04 13:33:38 +08:00
王劲鹏
8dd39398b9 iOS: update list beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
ef4eb4d517 iOS: update horizontal list beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
a452cde882 iOS: update flowlayout beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
7632fa9a9d Android: update horizontal list beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
c9eb2fd8bb Android: update list beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
6236429e25 Android: update flowlayout beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
fd9a9e1eed web: update dist 2022-09-01 10:30:14 +08:00
王劲鹏
11c6c72792 update flow layout drag demo 2022-09-01 10:30:14 +08:00
王劲鹏
13c151a9e4 js: update beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
3a28941c04 iOS: implement flowlayout drag 2022-09-01 10:30:14 +08:00
王劲鹏
9ccce783cf Android: implement flowlayout drag 2022-09-01 10:30:14 +08:00
王劲鹏
01ccf91a59 add flowlayout drag demo 2022-09-01 10:30:14 +08:00
王劲鹏
8f986a4a7e web: update dist 2022-09-01 10:30:14 +08:00
王劲鹏
be6a0cd64c js: add flowlayout drag declaration 2022-09-01 10:30:14 +08:00
pengfei.zhou
55efff976a iOS: Scroller support fit width or height 2022-08-25 14:23:14 +08:00
pengfei.zhou
0c868f095d iOS: HorizontalList support fit width or height 2022-08-25 14:23:14 +08:00
pengfei.zhou
921829ba53 iOS: List support fit width or height 2022-08-25 14:23:14 +08:00
pengfei.zhou
3937a3f4d3 js: padding currently only support group or text,input 2022-08-25 14:23:14 +08:00
王劲鹏
02259823da iOS: implement horizontal list 2022-08-25 10:22:23 +08:00
王劲鹏
87501e0eb3 update scroller in list demo 2022-08-25 10:22:23 +08:00
王劲鹏
0926c923c9 web: update dist 2022-08-25 10:22:23 +08:00
王劲鹏
c1edc1376b demo: update horizontal list demo 2022-08-25 10:22:23 +08:00
王劲鹏
e69465e203 Android: implement horizontal list 2022-08-25 10:22:23 +08:00
王劲鹏
9af7f389bc js: add horizontal list declaration 2022-08-25 10:22:23 +08:00
pengfei.zhou
6a4c69340e iOS: DoricLayout UIImageView support fit width or height when another dimension is certained 2022-08-24 20:13:16 +08:00