Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 20:41
· 1018 commits to main since this release
52e10d3

Changes in this release:

🚀 Features

  • Icons: added DealsV2 icon @github-actions (#58)
  • Add SelectField() & ClickableField() controls @hrach (#44)
  • Tag: add modifier argument @hrach (#54)
  • TextField sizing supporting smaller & intrinsic sizes @hrach (#53)
  • Unify LocalTextStyle & LocalContentColor with Material @hrach (#52)
  • Alerts: decrease button size @hrach (#42)
  • Checkbox: animated checkbox mark @hrach (#41)
  • update to Compose 1.1 beta @hrach (#40)

🐛 Bug Fixes

  • Badge: correct icon sizing and padding @hrach (#51)
  • TextField: present info message only when focused @hrach (#50)

🧰 Maintenance