Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
237 lines (87 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

237 lines (87 loc) · 11.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.8.2 (2023-09-18)

Bug Fixes

  • loadModule: missing getTenantRootModule (#152) (55daa5d)

1.8.1 (2023-08-24)

Bug Fixes

  • externalRegistry: prevent undefined entries (#150) (0676c06)
  • RenderModule: check module loaded state before rendering (#149) (ac729f2)

1.8.0 (2023-08-18)

Features

  • compose: add console error (#148) (d9977d7)
  • externals-registry: manage module external dependencies (#143) (f66aebf)

1.7.0 (2023-03-27)

Features

  • updateModuleRegistry: allow rejected modules to be listed (#140) (fd2a468)
  • updateModuleRegistry: include reason for rejection (#141) (a2cd2f8)

1.6.0 (2023-03-14)

Features

  • holocronModule: add mapStateToProps to holocron api (#138) (80194db)

1.5.0 (2023-03-07)

Features

  • compose: allow modules to abort composeModules (#137) (5cad922)

1.4.0 (2023-02-15)

Features

  • holocronModuleWrapper: make moduleState opt out (f247e7f)

1.3.0 (2022-06-07)

Features

  • forceLoadModule: expose loadModule function for browsers (#124) (2d0fee6)

1.2.3 (2022-04-13)

Bug Fixes

  • ModuleName: use correct default for old bundler (#123) (f694c0e)

1.2.2 (2022-04-11)

Bug Fixes

  • labeler-workflow: proper globing (#119) (6b71f71)
  • lazy-loading: fixed webpack filename clashing issue (#104) (fa84f13)
  • release: addressed PR comments (45d0c12)

1.2.1 (2022-02-10)

Bug Fixes

  • updateModuleRegistry: flatModuleMap contained problem modules (#95) (e7e29be)

1.2.0 (2021-12-16)

Bug Fixes

  • externals: mismatched externals caused one-app to fail to start (#90) (fe49f8c)

1.1.5 (2021-12-02)

Bug Fixes

  • commitlint: validate commit message on ci (347cb74)
  • deps: move react to peerDeps (#92) (5128617)
  • holocron-module: moduleLoadStatus 'loading' even with no load or loadModuleData (7b7d2d8)
  • holocronModule: remove check for initial-state (#56) (76c73b1)
  • moduleRoute: correctly catch route props errors (#76) (8497ef5)
  • moduleRoute: return promises (#68) (cbaa54d)
  • yarn-lock: add missing dep update (#70) (023399c)

Reverts

  • Revert "chore(release): 1.1.3" (#72) (43e924c), closes #72

1.1.4 (2021-01-27)

Bug Fixes

  • holocron-module: moduleLoadStatus 'loading' even with no load or loadModuleData (7b7d2d8)
  • holocronModule: remove check for initial-state (#56) (76c73b1)
  • moduleRoute: correctly catch route props errors (#76) (8497ef5)
  • moduleRoute: return promises (#68) (cbaa54d)
  • yarn-lock: add missing dep update (#70) (023399c)

Reverts

  • Revert "chore(release): 1.1.3" (#72) (43e924c), closes #72

1.1.3 (2021-01-21)

Bug Fixes

  • holocron-module: moduleLoadStatus 'loading' even with no load or loadModuleData (7b7d2d8)
  • holocronModule: remove check for initial-state (#56) (76c73b1)
  • moduleRoute: return promises (#68) (cbaa54d)
  • yarn-lock: add missing dep update (#70) (023399c)

Reverts

  • Revert "chore(release): 1.1.3" (#72) (43e924c), closes #72

1.1.2 (2020-10-01)

Bug Fixes

  • holocronModule: remove check for initial-state (#56) (76c73b1)

1.1.1 (2020-09-15)

Bug Fixes

  • holocron: ignore block list in development (c21f5a4)
  • holocron: initial state check (af88adb)
  • holocron/load: prevent rebuilding without reducer (9fd4161)

1.1.0 (2020-03-27)

Bug Fixes

  • vulnerability/lerna: update to fix security vulnerability (#3) (570a0b8)

Features

  • holocron-config: added holocron module config (af45613)
  • loadModule: optional cache bust key (#11) (bf1bc27)
  • loadModule: rename "key" to "clientCacheRevision" (#20) (1880972)