Skip to content

cozy-harvest-lib@16.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 11 Jul 14:30
· 817 commits to master since this release

16.0.0 (2023-07-11)

Bug Fixes

  • Don't export LegacyTriggerManager (5e3adf6)

Code Refactoring

  • Remove DeleteAccountButton (38e10f0)
  • Remove KonnectorModal and withKonnectorModal (6d82687)
  • Remove TriggerLauncher (dd6c497)

BREAKING CHANGES

  • TriggerLauncher is removed, please use FlowProvider.
    The API has not changed, only the name and import call.

import { FlowProvider } from "cozy-harvest-lib"

  • Those two components should not be used.
  • DeleteAccountButton is removed. It should not be used
    anymore.
  • LegacyTriggerManager should only be used
    internally by Harvest. Third party app / lib, shoud use
    HarvestRoutes or IntentTriggerManager.