Commit Graph

312 Commits

Author SHA1 Message Date
Kuitos
f17b416722
📝 correct faq (#2556) 2023-07-13 18:59:41 +08:00
Kuitos
63dd00c317 v2.10.11 2023-07-06 18:43:21 +08:00
Kuitos
d9502f5795
🐛 compatiable with react development for event rewrite scenarios (#2545) 2023-07-05 15:15:56 +08:00
Kuitos
f0b63e7290 v2.10.10 2023-06-30 16:31:07 +08:00
aique.li
becb7ada77
🐛 fix IE bug that cssText cannot be accessed while it prefixing with -webkit (#2532) 2023-06-28 12:12:27 +08:00
Kuitos
c007c702da
👥 add pr contributor workflow (#2539) 2023-06-28 12:05:45 +08:00
Kuitos
30fa959bcf v2.10.9 2023-06-13 15:11:46 +08:00
Kuitos
521efb828d
🐛 document.head.removeChild should be hooked in sandbox (#2522) 2023-06-07 11:17:57 +08:00
Kuitos
cf0ee02751 v2.10.8 2023-05-16 16:39:42 +08:00
Kuitos
ad23bbf459
🐛 support Node.prototype.compareDocumentPosition in sandbox (#2503) 2023-05-16 16:36:00 +08:00
Kuitos
8440aa5483
🐛 document head in micro app should use the proxied appendChild methods (#2502) 2023-05-16 16:21:27 +08:00
Kuitos
5f26a1a646 v2.10.7 2023-05-12 19:48:59 +08:00
Kuitos
a8f5b766f8
port document.querySelector('head') to qiankun head in micro app (#2499) 2023-05-12 19:47:41 +08:00
HJM515
bf01881c97
📝 add vue-cli5 solutions of "After the micro-app is bundled, the font files and images in the css load 404" (#2485) 2023-05-07 17:36:25 +08:00
Kuitos
b2b5d95e2a v2.10.6 2023-04-23 20:49:46 +08:00
Jinghui Chen
b315f1b9ea
🐛 should avoid document.all accessing exception in micro app (#2465)
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2023-04-19 17:46:43 +08:00
Kuitos
a7a991c51e
🐛 prevent element from processing multi times in nest sandbox (#2472) 2023-04-18 23:09:57 +08:00
Kuitos
d9200ff5f3
🐛 prevent element from processing multi times in nest sandbox (#2471) 2023-04-18 21:21:21 +08:00
Umberto Toniolo
8bb5c948be
🐛 document proxy in strict sandbox mode replaces receiver with target in methods args (#2450) 2023-04-13 12:09:18 +08:00
Kuitos
38fa818273 v2.10.5 2023-04-03 11:07:30 +08:00
Kuitos
4f064a4831
🐛 hasOwnProperty should work well with special [[this]] binding (#2452) 2023-04-03 11:04:51 +08:00
Kuitos
8098d15176 v2.10.4 2023-03-29 20:40:47 +08:00
Kuitos
6e5b145046
🐛 compatible with overwritten appendChild by apps themselves (#2449) 2023-03-29 20:37:35 +08:00
Kuitos
601696ad7f
🐛 use const instead of function parameters to cache global variables while speedy mode running (#2447) 2023-03-29 18:37:17 +08:00
whg4
bb40e63089
🐛 invoking nextTick will trigger infinite angular change detection (#2439) 2023-03-16 22:39:47 +08:00
jser_cc
0b56bcb8a7
🔧 tsconfig.json - add paths qiankun -> src (#2428) 2023-03-11 11:42:43 +08:00
kiloc
c9dff6fe42
🩹 should invoke removeChild on original node while it not calling by micro app 2023-03-10 16:57:21 +08:00
Kuitos
385dc8c53a v2.10.3 2023-03-10 16:13:18 +08:00
Kuitos
cf7e6b4eb8
🐛 compatible with old browser like chrome55 (#2427) 2023-03-10 16:12:28 +08:00
Kuitos
f4425d1fba v2.10.2 2023-02-27 23:00:54 +08:00
Kuitos
a5cede8484
💚 fix github pages ci (#2416) 2023-02-27 22:57:21 +08:00
Kuitos
6732f8b4b0
🐛 speedy mode sandbox should compatible with element-ui popper (#2415) 2023-02-27 22:48:40 +08:00
Kuitos
bcfc96cd62
🐛 compatible with nested sandbox to avoid stack overflow while createElement calling (#2414) 2023-02-27 22:06:41 +08:00
Kuitos
901dac8c7b
🧑‍💻not rebind a bounded function of document (#2412) 2023-02-26 16:49:55 +08:00
Kuitos
97af9ab187 v2.10.1 2023-02-22 14:01:36 +08:00
Kuitos
42dbcaeabe
🐛 compatible with MutationObserver as document had been wrapped as a proxy (#2407) 2023-02-22 13:58:56 +08:00
Kuitos
370238d2bb v2.10.0 2023-02-22 01:15:58 +08:00
Kuitos
dd6aa4a042
patch sandbox document to aviod chaos of dynamic element appending when speedy mode enabled (#2404) 2023-02-22 01:12:43 +08:00
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