v122.0.0
122.0.0 (2025-04-03)
Features
BREAKING CHANGES
- SearchBar accepts now a number as elevation instead
of a bool. If you usedelevation={true}
you can use
elevation={1}
and if you usedelevation={false}
you can use
elevation={0}.
Default value is kept (it was true so it is 1).