Commit Graph

18 Commits

Author SHA1 Message Date
Kuitos
4691c652ec 🗑 add warning for deprecated apis (#1836)
* 🗑 add warning for deprecated apis

* 💚 remove 12.x version in ci for compatible
2021-11-25 11:43:01 +08:00
Kuitos
91a238875b support nest sandbox scenario (#1722) 2021-09-15 20:53:17 +08:00
Kuitos
9e4274e3f8 🐛 keep the lifecycle execution order while multiple apps mounting on the same container parallelly (#1625) 2021-08-03 21:42:14 +08:00
Troy Li
f00f2ca655 🎨 uniformed error message (#1580) 2021-07-19 15:45:08 +08:00
xinhailishi
a3d240ca47 🏁 fix shadow dom compatible issue (#1530) 2021-06-23 11:36:23 +08:00
xinhailishi
6de0ac9721 🏁 fix clearInterval compatible bug in ie10 and ie11 (#1490)
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
2021-06-16 12:28:51 +08:00
lsdsjy
7ae60e3f7f 🐛 disable strictGlobal if sandbox was false (#1492) 2021-06-08 15:39:27 +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
44726a22b6 record latest set property to use to fallback in some incompatible scenario (#1056) 2020-11-06 19:46:17 +08:00
Kuitos
e0cc86019b 🐛 should use the new element reference while in cache scenario (#1021) 2020-10-23 17:44:29 +08:00
Kuitos
9e5b9da2ee 🐛 re-process the internal style in element after app remount (#1006) 2020-10-20 11:06:15 +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
f127251884 ♻️ refactor some variable name (#987) 2020-10-10 21:53:05 +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
a889c992b9 revert UIEvent patch (#885) 2020-08-21 15:07:24 +08:00