Skip to content

Latest commit

 

History

History
202 lines (88 loc) · 9.66 KB

CHANGELOG.md

File metadata and controls

202 lines (88 loc) · 9.66 KB

3.0.0 (2024-02-16)

  • feat!: add componentDidCatch for error handling (#60) (ea32b0e), closes #60

BREAKING CHANGES

  • Add enableKopytkoComponentDidCatch bs_const to the manifest file

2.1.5 (2023-12-05)

Bug Fixes

  • wrong previousRoute after back journey (#57) (cdd6652)

2.1.4 (2023-12-04)

Bug Fixes

  • isCachingEnabled checks incorrect options object (#58) (dd109bb)

2.1.3 (2023-11-08)

Bug Fixes

  • more defensive code in KopytkoRoot (#55) (6d640c1)

2.1.2 (2023-11-03)

Bug Fixes

  • HttpResponse.rawData accepts only AssocArray (#54) (33b5caa)

2.1.1 (2023-10-20)

Bug Fixes

  • attaching observer in kopytkoRoot (#52) (ee85fd0)

2.1.0 (2023-09-13)

Features

  • HttpCache improvements - supporting CacheFS folders (#51) (11752b5)

2.0.0 (2023-07-21)

  • feat!: Add HTTP request and support HTTP caching (#49) (1a09ae8), closes #49

BREAKING CHANGES

  • New HttpRequest node extending current base Request task node

1.4.2 (2023-04-28)

Bug Fixes

  • event bus storing last payload of each event (#47) (445c7e8)

1.4.1 (2023-04-28)

Bug Fixes

  • clearing EventBus registered events on component destroy (#43) (38b506f)

1.4.0 (2023-03-23)

Features

  • store's subscribe callback accepts a context (#40) (3b9afb2)

1.3.4 (2023-01-30)

Bug Fixes

  • not using findNode when removing component's children (#37) (d82d2b2)
  • update workflow files (#38) (1e56ba8)
  • workflow ms-teams-deploy-card action version (#39) (d60abe6)

1.3.3 (2022-12-09)

Bug Fixes

  • subscriptions remove own entries during iteration (#36) (f67b6bd)

1.3.2 (2022-09-01)

Bug Fixes

  • Ignoring Invalid elements when calculating elements' index in children array (#31) (73aed6e)

1.3.1 (2022-08-05)

Bug Fixes

1.3.0 (2022-08-01)

Features

  • enhanced destroyKopytkoRoot to call destroyKopytko (#34) (c21c2bb)

1.2.0 (2022-08-01)

Features

  • introduced KopytkoRoot that makes integration easier (#32) (11efb22)

1.1.2 (2022-07-14)

Bug Fixes

  • allow to render array of elements in root component (#30) (8609122)

1.1.1 (2022-06-02)

Bug Fixes

  • validating parent when removing children from Kopytko component (#29) (fefe313)

1.1.0 (2022-05-20)

Features

  • added enqueueUpdate function to reduce number of rerenders (#28) (4c80273)

1.0.6 (2022-05-20)

Bug Fixes

  • not calling state update callbacks if kopytko is not mounted (#27) (27d5618)

1.0.5 (2022-05-19)

Bug Fixes

  • expose response headers in HttpResponse (#26) (5517ff2)

1.0.4 (2022-04-11)

Bug Fixes

  • active route should skip is omitted in history (#24) (970ff96)

1.0.3 (2022-03-04)

Bug Fixes

1.0.2 (2021-12-03)

Bug Fixes

1.0.1 (2021-10-01)

Bug Fixes

1.0.0 (2021-10-01)

Bug Fixes

  • Removed ThemeFacade import in ModalComponent (#8) (ad60b1a)

Features