| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-04-07 | 833 Bytes | |
| v2.7.3.tar.gz | 2022-04-07 | 1.3 MB | |
| v2.7.3.zip | 2022-04-07 | 1.4 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
EN
- fix: Axios, Moment, and other callable functions can work well in the sandbox, # https://github.com/ice-lab/icestark/pull/557
- fix: tackle with the problem that styles suddenly missed after transistion, which only happens in development mode of vite, closes [#555]
- fix: If
activePathgot falsy values, a warning will be thrown, closes [#558]
中文
- fix: Axios,Moment 这些库存在可调用的 api,比如 Axios.create,现在在沙箱中调用这些 api 可以执行正常了。 # https://github.com/ice-lab/icestark/pull/557
- fix: 修复 Vue3.0 + Vite 的模板在 development 开发环境样式异常丢失。 closes [#555]
- fix: 如果
activePath传入 undefined、null 等非法值,会有 warn 提示。 closes [#558]