Skip to content

v43.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 08 Jan 13:23
· 2565 commits to master since this release

43.0.0 (2021-01-08)

Bug Fixes

  • Remove one gutterBottom in HistoryRow (959033b)

Features

  • Better spacing for Empty text (5e921fd)
  • Better support inverted theme for UploadQueue (eacd8af)
  • Deprecate Modal and Text (6e7163d)
  • Move CompositeRow & InlineCard to deprecated section of styleguide (1ae301e)
  • Move tooltip styles to theme and support inverted theme (27ae826)
  • Remove ContextHeader./ Well / ThresholdBar / PushClientBanner (c2cf02b)
  • Remove old Tabs (36d02e8)
  • UploadQueue better supports the theme (ed0b64c)
  • Use MuiButton for Upload header in mobile (d621ef4)

BREAKING CHANGES

  • Old tabs are removed, MUI tabs should be used now
  • Modal and Text are no longer importable via
    import cozy-ui/transpiled/react, they still are importable from
    import cozy-ui/transpiled/react/{Text,Modal} though
  • Removed ContextHeader / Well and ThresholdBar