Skip to content

19.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 17:55
· 5811 commits to main since this release
a11c4f3

Changed

  • BREAKING: Split AssetsDetectionController into CollectiblesDetectionController and TokenDetectionController (#619)
    • Consumers of the AssetsDetectionController will have to now import both TokenDetectionController and CollectibleDetectionController and split up the calling of any methods accordingly.
  • BREAKING: Set the CurrencyRateController property conversionDate to null if fetching the data fails. (#621)
    • Consumers of the CurrencyRateController will need to ensure their code anticipates that conversionDate will sometimes be set to null.