Releases: umijs/qiankun
Releases · umijs/qiankun
v2.10.7
v3.0.0-alpha.0
✨ New Features
- Standalone App Loader Module
- Streaming rendering in client for best performance
- Standalone Sandbox Module
- Support bundless (Vite)
- Compatible with CSP security strategy
💥 Breaking Changes
- Remove the deprecated render config
- Remove globalState API
- Remove addGlobalUncaughtErrorHandler
✨ 新特性
- 独立的应用加载器模块
- 基于客户端流式渲染的极致性能
- 独立的沙箱模块
- 支持 bundless 微应用
- 兼容 CSP 安全策略
💥 不兼容更新
- 移除不推荐的 render 配置
- 移除 globalState API
- 移除 addGlobalUncaughtErrorHandler
v2.10.6
v2.10.5
v2.10.4
- 🐛 compatible with overwritten appendChild by apps themselves (#2449) 6e5b145
- 🐛 use const instead of function parameters to cache global variables while speedy mode running (#2447) 601696a
- 🐛 invoking nextTick will trigger infinite angular change detection (#2439) bb40e63
- 🔧 tsconfig.json - add paths qiankun -> src (#2428) 0b56bcb
- 🩹 should invoke removeChild on original node while it not calling by micro app c9dff6f