Commit Graph

161 Commits

Author SHA1 Message Date
Kuitos
3fa008be96 hijack dynamic document appending in evalling code (#1052) 2020-11-05 17:03:05 +08:00
bloody-ux
798f3437b9 🐛 fix the issue we can't detect document.createElement while qiankun run in another sandbox while may rewrite document(#1046) 2020-11-05 15:37:26 +08:00
Kuitos
10c10d32ed 👷 upgrade to travis-ci.com 2020-11-03 17:28:04 +08:00
Kuitos
e8cfe054d8 v2.2.3 2020-11-03 16:12:21 +08:00
Kuitos
36c5d44d61 🐛 fix the document.body returns undefined if we load qiankun in head script (#1045) 2020-11-03 16:03:10 +08:00
Pengfei Yang
986482f213 fix example linting warning (#1037) 2020-10-30 23:05:58 +08:00
qtpalmtop
e6975bfc3f 📝fix vue3.0 example (#1028)
Co-authored-by: linli <lilin@lantunet.com>
2020-10-27 15:18:13 +08:00
Kuitos
666b6962f4 v2.2.2 2020-10-23 17:45:59 +08:00
Kuitos
e0cc86019b 🐛 should use the new element reference while in cache scenario (#1021) 2020-10-23 17:44:29 +08:00
Kuitos
c7b0fb8c37 v2.2.1 2020-10-22 20:19:32 +08:00
Kuitos
971b13bc31 add internal force cache config (#1018) 2020-10-22 20:14:16 +08:00
gongshun
917c4f0cf3 🏁 ie does not support document.contains (#1016)
Co-authored-by: gongshun <gongshun@gridsum.com>
2020-10-22 14:50:30 +08:00
Kuitos
6f12329b41 📝 update docs 2020-10-21 14:10:58 +08:00
Kuitos
6d817c6a48 v2.2.0 2020-10-21 13:59:39 +08:00
Kuitos
7deb05cae2 📝 update docs (#1010) 2020-10-21 14:01:34 +08:00
Kuitos
08c0202a8e v2.2.0-1 2020-10-20 14:20:46 +08:00
Kuitos
80ea734084 🐛 manual invoke dynamic link load event (#1007) 2020-10-20 14:09:16 +08:00
Kuitos
9e5b9da2ee 🐛 re-process the internal style in element after app remount (#1006) 2020-10-20 11:06:15 +08:00
Kuitos
f130a10ab6 v2.2.0-0 2020-10-19 18:57:19 +08:00
Kuitos
66c94a66f3 experimentalStyleIsolation support dynamic link style appending (#1005)
*  experimentalStyleIsolation support dynamic link style appending

* 🎨 rename function name
2020-10-19 18:55:23 +08:00
Kuitos
96ebf72bf0 🎨 format code (#1003) 2020-10-15 23:23:49 +08:00
Kuitos
261eef8f84 v2.1.1 2020-10-15 21:00:45 +08:00
Kuitos
8ede338a52 ️ use weakmap to instead symbol (#1002) 2020-10-15 20:57:51 +08:00
Kuitos
157cba7a44 support for react hot load (#999) 2020-10-15 20:46:48 +08:00
Kuitos
73979e3f5b 📝 typo doc 2020-10-15 15:39:50 +08:00
Kuitos
1564131771 📝 polish antd prefix doc (#998) 2020-10-15 15:30:27 +08:00
Kuitos
f88799ee28 v2.1.0 2020-10-14 14:39:54 +08:00
Kuitos
d537790f7d split dynamic append patcher for loose and strict sandbox (#995)
*  split dynamic append patcher for proxy and non-proxy sandbox

*  change useLooseSandbox to sandbox.loose configuration

*  improve warning message for non-proxy environment
2020-10-14 14:26:58 +08:00
Kuitos
d97bf55d20 support to pass a new container reference for remounting (#992) 2020-10-12 22:41:50 +08:00
Kuitos
d2e2e760d6 🐛 xpath return undefined while the dom have not append to document yet (#991) 2020-10-12 18:27:08 +08:00
D1N910
9b5cafc328 📝 fix docs details (#990)
* fix docs details

* Update docs/api/README.zh.md

Co-authored-by: D1N910 <pengjiangao@photonpay.com>
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2020-10-12 16:00:35 +08:00
Kuitos
1446c6b212 ️ optimize sandbox performance (#978) 2020-10-12 15:20:33 +08:00
gongshun
b7d5adeb2a doc: fix the problem of font file loading failure (#985)
* doc: fix the problem of font file loading failure

* doc: Improve the solution of font file and background image loading failure

* doc: recommend static resources to upload to CDN

* Update docs/faq/README.md

* Update docs/faq/README.md

Co-authored-by: gongshun <gongshun@gridsum.com>
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2020-10-12 13:42:34 +08:00
Kuitos
efe5d2bf87 ️ cache for loadMicroApp (#986) 2020-10-12 09:50:04 +08:00
Kuitos
f127251884 ♻️ refactor some variable name (#987) 2020-10-10 21:53:05 +08:00
Kuitos
0b8027236f upgrade single-spa to latest version (#984) 2020-10-10 17:46:31 +08:00
Kuitos
cf85eac661 📝 add config entry faq doc 2020-10-10 17:45:37 +08:00
Kuitos
0564c00236 🐛 just prefetch the apps which not loaded, rather than the loading or loaded error ones (#980) 2020-10-10 15:51:32 +08:00
禾呈
b57f94cff1 📝 add vue3.0 example (#976)
* #0: add vue3 demo

* #0: add router for vue3 demo in main demo

* #0: update package.json

* #0: update name

Co-authored-by: chaunjie <chaunjie@dingtalk.com>
2020-10-09 23:24:13 +08:00
Kuitos
2319edf022 🐛 copy function prototype if it had while we create a new function using bind (#977) 2020-10-09 19:52:40 +08:00
Kuitos
0a0bdaa9be 🐛 fix the exception while removing a dynamic appending script in a micro app (#975)
* 🐛 fix the exception while removing a dynamic appending script in a micro app

* ️ use weakmap instead
2020-10-09 17:56:41 +08:00
Kuitos
bde70ca293 upgrade dumi to beta version (#974) 2020-10-09 11:43:18 +08:00
gongshun
dfef7d5f89 📝 add some frequently questions to the FAQ (#948) 2020-10-09 11:40:56 +08:00
cloudstone
613f6d2ddc 🐛 use lodash forEach instead to traverse NodeList for compatible reason (#965)
Co-authored-by: 陈师东 <chensd@servyou.com.cn>
2020-09-30 00:28:41 +08:00
Kuitos
8fd2ac6ff7 2.0.26 2020-09-24 21:27:14 +08:00
Kuitos
b0f5a73f87 🐛 lazy added non-configurable props should be reported as configurable to avoid TypeError (#953) 2020-09-24 21:17:40 +08:00
gongshun
969761a11b 📝 supplement and improve api documentation (#942) 2020-09-21 18:13:24 +08:00
Kuitos
ed4f6d0900 v2.0.25 2020-09-14 16:25:51 +08:00
Kuitos
55513f0e3a 🐛 lazy init ScopedCSS to support referenced by html head script block (#923) 2020-09-11 18:41:19 +08:00
壹十八画生
447454f97c 🐛 set the event target during dynamic script onload/onerror events (#914)
Co-authored-by: wangzongxu <wangzongxu@vipkid.com.cn>
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2020-09-09 10:49:21 +08:00