Releases: worktile/ngx-planet
Releases · worktile/ngx-planet
1.2.2
Bug Fixes
- component-loader: fix load component error when preload app (edd4ea3)
1.2.1
Features
- global-planet: simplify sub application's definition #58 (#131) (b738b26)
- planet: add stop feature to planet service (#117) (eb9c93a)
Bug Fixes
- component-loader: fix load component error when prod env #132 (30540b2)
- planet: should load sub app when route redirectTo to sub app #108 (#111) (6ddd143)
1.1.2
1.1.2 (2020-05-19)
Bug Fixes
- component-loader: fix component register after load bug (faaa57d)
1.1.1
1.1.1 (2020-05-19)
Features
- ensure global services only be injected once #95 (0652bac)
- component-loader: support set wrapper class (bbdab9d)
1.1.0
1.1.0 (2020-03-03)
Features
- build: bump angular to 8.x #56 (52d6bdf)
- component-loader: load component support preload appliction (f1f4a4e)
- demo: support lazy loading route (app1's user module) #55 (4b78b78)
1.0.9
1.0.9 (2019-11-11)
Bug Fixes
- app-loader: should call error handler in ngZone, add test by way (164adfc)
- planet: should reroute once when start planet (7f1bb3b)
- planet-application-service: fix match router path (1571f82)
1.0.7
1.0.7 (2019-10-11)
Bug Fixes
- app-loader: backwards compatibility get current url, add test cases (bd754e4)
1.0.6
1.0.6 (2019-10-10)
Bug Fixes
- portal route change out ngZone when sub app route trigger change (c2a5a66)
1.0.5
1.0.5 (2019-10-10)
Bug Fixes
- app-loader: should navigate when reroute active app #267024 (34bdc1a)
- app-loader: should not circulate redirect apps (a009a6a)
Code Refactoring
- planet: rename app's host to hostParent, add settings for demo (1bdb21e)
Features
BREAKING CHANGES
- planet: should change host to hostParent when register app