Skip to content

v137.0.0

Choose a tag to compare

@cozy-bot cozy-bot released this 19 Mar 08:47

137.0.0 (2026-03-19)

Features

  • Pass appIcon and appTextIcon instead of slug to AppTitle (8b5c6cf)
  • Remove app text icons (abea61b)

BREAKING CHANGES

  • All app text icons have been changed. If you imported them, copy the code from cozy-ui to your app.
  • Replace <AppTitle slug="drive" /> by <AppTitle appIcon={DriveIcon} appTextIcon={DriveTextIcon} />. tag and children prop are also removed but were unused.