Skip to content

Latest commit

History

History
587 lines (272 loc) 路 29.7 KB

CHANGELOG.md

File metadata and controls

587 lines (272 loc) 路 29.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

17.1.0 (2024-04-23)

Features

17.1.0-next.1 (2024-04-18)

Features

17.1.0-next.0 (2024-04-16)

Features

  • add projectableNodes for PlantComponentConfig (2ca3646)

17.0.0 (2024-03-17)

Features

  • support index.html as assets manifest and add entry instead of manifest, scripts, styles and resourcePathPrefix (#308) (0670411)
  • support load standalone app #INFR-11810 (#305) (9a750ad), closes #INFR-11810
  • upgrade ng to 17 (#302) (acc1525)
  • add loading signal for planet (5034351)

17.0.0-next.3 (2024-03-15)

Features

  • load script use type module when html script has type="module" (#314) (4f50364)

17.0.0-next.2 (2024-03-14)

Bug Fixes

17.0.0-next.1 (2024-03-13)

Bug Fixes

  • can't build basePath for manifest (ca6acf4)
  • sync portal router navigate in ngZone (20259f9)

Features

  • support index.html as assets manifest and add entry instead of manifest, scripts, styles and resourcePathPrefix (#308) (0670411)

17.0.0-next.0 (2024-03-08)

Features

16.0.0 (2023-08-22)

16.0.0-next.0 (2023-08-10)

Features

  • add redirectToRoute empty route (4364395)
  • add routeRedirect function redirect to relative url instead of route definition redirectTo (#291) (4f77bb1)
  • bump angular to 16.x (#290) (1f21944)
  • planetComponentLoader supports direct register of component types and load with component selector #286 (e10fae4)

15.1.1 (2023-08-10)

Features

  • add redirectToRoute empty route (918c026)

15.1.0 (2023-08-09)

Features

  • add routeRedirect function redirect to relative url instead of route definition redirectTo (#291) (16dd203)
  • planetComponentLoader supports direct register of component types and load with component selector #286 (e10fae4)

15.0.0 (2023-03-09)

Features

  • bump ngx-tethys to ngx-tethys and @angular/* to 15.2.2 (e2a4c55)

15.0.0-next.1 (2023-03-07)

Features

  • support standalone component for empty-component and planetComponentOutlet (a2eacb5)

15.0.0-next.0 (2023-02-02)

Features

14.1.1 (2023-02-01)

Bug Fixes

  • planet-component: invoke componentRef's destroy when plantComponentRef dispose (#270) (73ace3c)

14.1.0 (2022-11-28)

Features

  • add planetComponentOutlet and refactor attachComponent, remove wrapper element and cdk (#261) (516ba55)

14.0.0 (2022-08-23)

  • build: upgrade Angular to 14

14.0.0-next.1 (2022-08-16)

14.0.0-next.0 (2022-08-12)

13.0.0 (2022-05-16)

12.1.2 (2022-01-12)

Bug Fixes

  • can not reload component without refresh page (8a9b352)
  • app-loader: load assets error will cause other preloaded apps to fail to bootstrap #214 (609b65d)

Features

  • planet: update type of BootstrapAppModule for ts strict mode #OSP-248 (2473004), closes #OSP-248

12.1.1 (2022-01-12)

Bug Fixes

  • app-loader: load assets error will cause other preloaded apps to fail to bootstrap #214 (609b65d)
  • can not reload component without refresh page (8a9b352)

Features

  • planet: update type of BootstrapAppModule for ts strict mode #OSP-248 (2473004), closes #OSP-248

12.1.0 (2021-09-29)

Bug Fixes

  • update peerDependencies to 12.0.0 (4ff9f6d)

Features

12.0.0 (2021-06-24)

Bug Fixes

  • app-loader: add hack isInAngularZoneisInAngularZone for resolve error Expected to not be in Angular Zone, but it is! #197 (14c6f9d)
  • app-loader: should active subapp when subapp is bootstrapping by preload #OSP-127 (db1f4f9), closes #OSP-127

Features

11.0.0 (2021-05-21)

Features

Bug Fixes

  • app-loader: should active subapp when subapp is bootstrapping by preload #OSP-127 (db1f4f9), closes #OSP-127

10.0.0 (2021-05-20)

Features

  • update angular and ngx-tethys to 10.x (#167) (dc110df)

9.2.0 (2021-05-20)

Features

  • update angular and ngx-tethys to 10.x (#167) (dc110df)

9.1.0 (2020-12-28)

Features

9.0.6 (2020-12-17)

Bug Fixes

  • app-loader: should not set loading when app assets is loaded #107 (09a3f2e)
  • app-loader: should throw specify error when sub app not found in bootstrapApp #113 (#158) (20deb37)
  • component: add TComp generic for component load type (c53e105)
  • component: load component set TComp as first (a7f79ce)
  • planet-component-loader: move delay to load function and replace delay with delayWhen #159 (fbc5610)
  • resolve error Expected to not be in Angular Zone, but it is! (d51fb8f)

9.0.5 (2020-12-17)

Bug Fixes

  • app-loader: should not set loading when app assets is loaded #107 (09a3f2e)
  • app-loader: should throw specify error when sub app not found in bootstrapApp #113 (#158) (20deb37)
  • component: add TComp generic for component load type (c53e105)
  • component: move delay to load function and replace delay with delayWhen #159 (fbc5610)
  • resolve error Expected to not be in Angular Zone, but it is! (d51fb8f)

9.0.4 (2020-12-12)

Bug Fixes

  • resolve error Expected to not be in Angular Zone, but it is! (d51fb8f)
  • app-loader: should not set loading when app assets is loaded #107 (09a3f2e)

9.0.3 (2020-12-12)

Bug Fixes

  • app-loader: should not set loading when app assets is loaded #107 (09a3f2e)

9.0.2 (2020-12-10)

Bug Fixes

  • application-loader: fix preload app load component not display (0a3abd2)
  • application-loader: remove debug logs, fix preload app load component (#153) (24413e6)

9.0.1-beta.6 (2020-12-10)

Bug Fixes

  • application-loader: fix preload app load component not display (0a3abd2)

9.0.1-beta.5 (2020-12-10)

Bug Fixes

  • application-loader: fix preload app load component not display (0a3abd2)

9.0.1-beta.4 (2020-12-10)

Bug Fixes

  • application-loader: fix preload app load component not display (0a3abd2)

9.0.1-beta.3 (2020-12-09)

Bug Fixes

  • application-loader: fix preload error when app assetsLoaded (e1fba40)

9.0.1-beta.2 (2020-12-09)

Features

  • asset-loader,application-loader,component-loader, preload add debug logs (#142) (2e21ab0)
  • release 9.0.1-beta.0 for debug (23a305b)

Bug Fixes

  • application-loader: when load preloaded component, bootstrap directly (3a50f1a)
  • update peerDependencies to 9.0.0 (a0e3c1b)

9.0.1-beta.1 (2020-12-09)

Features

  • asset-loader,application-loader,component-loader, preload add debug logs (#142) (2e21ab0)
  • release 9.0.1-beta.0 for debug (23a305b)

Bug Fixes

  • application-loader: when load preloaded component, bootstrap directly (3a50f1a)
  • update peerDependencies to 9.0.0 (a0e3c1b)

9.0.1-beta.0 (2020-12-09)

Features

  • asset-loader,application-loader,component-loader, preload add debug logs (#142) (2e21ab0)

Bug Fixes

  • update peerDependencies to 9.0.0 (a0e3c1b)
  • application-loader: when load preloaded component, bootstrap directly (3a50f1a)

9.0.0 (2020-12-09)

Bug Fixes

  • update peerDependencies to 9.0.0 (a0e3c1b)
  • application-loader: when load preloaded component, bootstrap directly (3a50f1a)

1.2.4 (2020-11-21)

Bug Fixes

  • application-loader: when load preloaded component, bootstrap directly (3a50f1a)

1.2.3 (2020-11-18)

1.2.2 (2020-11-18)

Bug Fixes

  • component-loader: fix load component error when preload app (edd4ea3)

1.2.1 (2020-11-09)

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.2.0 (2020-07-30)

Features

  • planet: add stop feature to planet service (#117) (eb9c93a)

Bug Fixes

  • planet: should load sub app when route redirectTo to sub app #108 (#111) (6ddd143)

1.1.3 (2020-07-11)

Bug Fixes

  • planet: should load sub app when route redirectTo to sub app #108 (#111) (6ddd143)

1.1.2 (2020-05-19)

Bug Fixes

  • component-loader: fix component register after load bug (faaa57d)

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 (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 (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.8 (2019-10-15)

Bug Fixes

  • app-loader: should call error handler in ngZone, add test by way (164adfc)
  • planet: should reroute once when start planet (7f1bb3b)

1.0.7 (2019-10-11)

Bug Fixes

  • app-loader: backwards compatibility get current url, add test cases (bd754e4)

1.0.6 (2019-10-10)

Bug Fixes

  • portal route change out ngZone when sub app route trigger change (c2a5a66)

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

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 (2019-09-25)

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 are only upgrade planet in portal, it will throw error navigateByUrl is undefined.

1.0.2 (2019-09-18)

Bug Fixes

  • app-loader: should call errorHandle when preload app assets failed (f043018)

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 (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 (2019-08-16)

Features

  • manifest: load manifest file don't use resource prefix (40dee5f)