Commit Graph

30 Commits

Author SHA1 Message Date
Kuitos
bd617f70ac
🚚 rename data-sandbox-configuration to data-sandbox-cfg (#2382) 2023-01-31 15:14:26 +08:00
Kuitos
141d86807c
enabled speedy mode by default (#2373) 2023-01-12 18:57:59 +08:00
Kuitos
b5ad5a4e43
♻️ refactor the global whitelist recovery logic and fix the unit test (#2291) 2022-10-07 16:42:53 +08:00
Kuitos
73a507f891
🐛 frozen property must be returned its actual value rather than bound value (#2285) 2022-09-26 21:59:24 +08:00
Kuitos
9a343b4074
🐛 isPropertyReadonly support accessor assert (#2284) 2022-09-26 20:57:39 +08:00
xioozq
0aaf55a77f
🐛 proxy sandbox should not overwrite read-only fields. (#2123) 2022-09-26 20:22:20 +08:00
Kuitos
9c77055535 🐛 fix the simulated head issues (#2121) 2022-05-29 23:06:23 +08:00
Kuitos
526a3f610c 🐛 simulate micro app head element for dynamic appending styles (#2097) 2022-05-23 12:18:22 +08:00
Kuitos
ff93c6fd10 🐛 app instance id generator compatible with nested sandbox (#1866) 2021-12-10 16:22:45 +08:00
Kuitos
aa6d4afc27 🐛 init global name map for app instance (#1860) 2021-12-08 21:06:33 +08:00
Kuitos
b8571b2346 use new unique instance name generator (#1859) 2021-12-08 20:36:42 +08:00
Kuitos
df24f02e92 🐛 avoid illegal invocation error while using some dom api in nest sandbox (#1768) 2021-10-15 16:55:32 +08:00
Kuitos
cbad8c8d7d 🐛 compute container xpath at beginning to keep it consist around app running (#1725) 2021-09-16 16:15:33 +08:00
Kuitos
5aacbd5905 ️ add version attribute on container dom to improve developer experience (#1682) 2021-08-30 21:30:30 +08:00
Kuitos
85ae42adbc hijack document event listener and destroy it after unmount (#1655) 2021-08-16 23:17:56 +08:00
Kuitos
d7e96a02ae ️reduce the invocation times with next tick in sandbox to make qiankun performance in control (#1629) 2021-08-04 13:05:32 +08:00
Kuitos
60ce3982cc 🏁 fix that it might throw a TypeError about reassign a readonly property error meesage in Safari (#1408) 2021-04-23 17:13:54 +08:00
Kuitos
6953ba3d0b 🐛 constructable checking should not be cached if the function prototype function was added after first running (#1381) 2021-04-13 14:24:48 +08:00
Haitao Lee
093dd97af3 🏁 upgrade compatibility of performance.getEntriesByName api (#1173)
Co-authored-by: 李海涛 <“liht@dustess.com”>
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2020-12-24 15:47:31 +08:00
Kuitos
aa84eaa289 🚨 upgrade to follow eslint new rules (#1179) 2020-12-24 12:25:36 +08:00
Kuitos
f70027cb47 👽 fix typescript typing error (#1096) 2020-11-24 22:15:54 +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
96ebf72bf0 🎨 format code (#1003) 2020-10-15 23:23:49 +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
Kuitos
1446c6b212 ️ optimize sandbox performance (#978) 2020-10-12 15:20:33 +08:00
Kuitos
efe5d2bf87 ️ cache for loadMicroApp (#986) 2020-10-12 09:50:04 +08:00
Kuitos
cbaad7ed2d 🐛 identify host app dynamic creation (#897) 2020-08-26 11:32:46 +08:00
Kuitos
a889c992b9 revert UIEvent patch (#885) 2020-08-21 15:07:24 +08:00