Skip to content

v122.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 03 Apr 10:04
· 160 commits to master since this release

122.0.0 (2025-04-03)

Features

  • Accept a number as elevation in SearchBar (280fc63)
  • Update font size of SearchBar (60ea8e8)

BREAKING CHANGES

  • SearchBar accepts now a number as elevation instead
    of a bool. If you used elevation={true} you can use
    elevation={1} and if you used elevation={false} you can use
    elevation={0}. Default value is kept (it was true so it is 1).