Releases: worktile/ngx-planet
Releases · worktile/ngx-planet
1.0.4
1.0.4 (2019-09-25)
Bug Fixes
- app: can't start when url is same, don't reload active app #265669 (af61eb4)
1.0.3
Features
- app-ref: sync portal route when route change, rename navigateByUrl (dc104f9)
- application: add active status, appsLoadingStart event for loader (c09f7d7)
BREAKING CHANGES
Rename onRouteChange
to navigateByUrl
in PlanetApplicationRef, please upgrade planet to 1.0.3 in portal and sub apps at the same. if you upgrade only in portal, it will throw error navigateByUrl is not defined.
1.0.2
1.0.2 (2019-09-25)
Bug Fixes
- app-loader: should call errorHandle when preload app assets failed (f043018)
1.0.1
1.0.1 (2019-09-16)
Bug Fixes
- application: should reload last fail app which status is loadError (a28b97f)
- application: should trigger next route change when last throw error (75b3ca3)
1.0.0
1.0.0 (2019-09-16)
Bug Fixes
- application: cancel bootstrapped app when next change #264544 (8a997a9)
Features
- application: support simultaneous load and rendering multiple applications
- application: cancel last app loader which asserts is loading when next route change (d737713)
0.0.11
0.0.11 (2019-08-16)
Features
- manifest: load manifest file don't use resource prefix (40dee5f)