Commit Graph

274 Commits

Author SHA1 Message Date
Kuitos
fb7f70221f v2.9.3 2023-02-16 22:42:09 +08:00
Kuitos
b6517af998
⬆️ bump import-html-entry version (#2401) 2023-02-16 22:31:25 +08:00
Kuitos
ab2c29737e
🐛 compatible with legacy browser which not support globalThis in speedy mode (#2400) 2023-02-16 21:30:23 +08:00
Kuitos
25c0449690 v2.9.2 2023-02-10 11:48:57 +08:00
Kuitos
bac5e2ac69
🐛window variable should in with lexical scope while speedy mode enabled (#2390) 2023-02-10 11:34:09 +08:00
Kuitos
52b1a3c441
🐛 should trigger scripts loading before them executing (#2389) 2023-02-09 21:58:08 +08:00
Kuitos
0a87e4586d
📝 upgrade ci badge (#2383) 2023-01-31 15:38:59 +08:00
Kuitos
3ede6cfaa9 v2.9.1 2023-01-31 15:27:48 +08:00
Kuitos
bd617f70ac
🚚 rename data-sandbox-configuration to data-sandbox-cfg (#2382) 2023-01-31 15:14:26 +08:00
Kuitos
3bebb7ecc6 v2.9.0 2023-01-30 11:13:48 +08:00
Kuitos
141d86807c
enabled speedy mode by default (#2373) 2023-01-12 18:57:59 +08:00
pshu
68d0e12bdb
🐛 delete defineProperty to recover doc.currentScript (#2372) 2023-01-12 17:31:07 +08:00
Kuitos
2fc395e51f
📝 add new faq about import-html-entry (#2354) 2022-12-08 15:29:10 +08:00
gongshun
c26705fc40
📝 update dingtalk group 9 QR Code (#2344) 2022-11-24 20:36:59 +08:00
Kuitos
f994f0ed88 v2.8.4 2022-10-30 19:45:01 +08:00
Kuitos
4baec4502b
revert default enabled speedy mode (#2321) 2022-10-30 19:44:00 +08:00
Kuitos
743473ae51
enable speedy sandbox mode by default (#2320) 2022-10-30 19:37:58 +08:00
李凤宝(Ted)
6544b17f9b
🐛 proxy sandboxshould not delete untouched globals (#2310) 2022-10-20 10:55:40 +08:00
Kuitos
cec27b6c16 v2.8.3 2022-10-13 21:56:32 +08:00
Kuitos
9df1bf9c83
🐛 should keep the property writable while it only have setter accessor (#2302) 2022-10-13 21:37:43 +08:00
Kuitos
4e7bfd2732 v2.8.2 2022-10-12 17:44:22 +08:00
Kuitos
b5ad5a4e43
♻️ refactor the global whitelist recovery logic and fix the unit test (#2291) 2022-10-07 16:42:53 +08:00
李凤宝(Ted)
c14ae3f083
🐛 prevent sandbox from deleting an existed whitelisted global variable, should restore it instead (#2287) 2022-10-05 16:22:29 +08:00
Kuitos
e5a175caa4
import global variables from https://github.com/sindresorhus/globals/blob/main/globals.json (#2288) 2022-10-05 15:50:57 +08:00
Tanveer Gill
edd19b11b9
📝 Update getting started docs: jsonpFunction -> chunkLoadingGlobal Webpack v5 (#2226) 2022-09-26 22:19:36 +08:00
Fendi
426b0dd674
📝 add an important detail for react's doc (#2178) 2022-09-26 22:12:39 +08:00
tangxiaomian
7d0116c322
add getContainerXPath test (#2132)
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2022-09-26 22:10:28 +08:00
Kuitos
b71e1ab6de v2.8.1 2022-09-26 22:01:21 +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
张雨涵
3a365382da
📝 fix example bug in doc demo (#2234) 2022-09-22 19:44:46 +08:00
Kuitos
07bd541880 v2.8.0 2022-09-18 22:29:49 +08:00
Kuitos
7f517264bb
️ add speedy mode for sandbox to improve performance (#2271) 2022-09-18 22:28:46 +08:00
Kuitos
a04e9ebf4d
👷 add out-of-scope label to inactive bot blacklist (#2272) 2022-09-13 00:32:06 +08:00
gwuhaolin
d9f7d1431d
👷 remove tslib and use @babel/runtime instead (#2264) 2022-09-05 18:56:38 +08:00
Kuitos
e9e492ba8e 🏷 bring back Navigator.connection type to fix tsc error temporary 2022-08-26 14:51:30 +08:00
Kuitos
96d2e57f73 2.7.5 2022-08-26 14:23:57 +08:00
Kuitos
a5a0273a11
🐛 fix the counter issue while multiple apps mounting concurrently (#2250) 2022-08-26 14:23:03 +08:00
Kuitos
59da80eb9c 2.7.4 2022-07-14 10:44:41 +08:00
Kuitos
1be899052d
🐛 dynamic head script should be append to qiankun head (#2181) 2022-07-12 16:14:43 +08:00
Kuitos
9f345509dc 2.7.3 2022-06-16 00:32:29 +08:00
Kuitos
c73265db50
🐛 use shadow root element to query qiankun head directlly (#2148) 2022-06-16 00:16:14 +08:00
Kuitos
1faa094eb3
🐛 avoid accidentally deleted for dynamic stylesheet (#2147) 2022-06-15 23:46:02 +08:00
xiaochao
ad5d85d27d
🐛 compatible with lower version chrome that does't support css rule conditionText
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2022-06-02 21:10:48 +08:00
Kuitos
44e7275e99 2.7.2 2022-05-30 10:45:44 +08:00
Kuitos
81861b0b5d 🐛 fix version omit 2022-05-30 10:45:09 +08:00
Kuitos
9c77055535 🐛 fix the simulated head issues (#2121) 2022-05-29 23:06:23 +08:00
gongshun
a885c4ab8a 💚 fix build-error caused by ts check (#2110) 2022-05-27 11:19:41 +08:00
gongshun
ca209e87f9 📝 update dingtalk group QR Code (#2107) 2022-05-27 10:49:44 +08:00