Compose for Wear OS
1.3.0-rc01 was released this week and contains one important bug fix.
Our 1.3.0-alpha02 release introduced a change to ensure that Chips/ToggleChips would grow in height to better support user selected font scaling. As a result, we have noticed that some clipping could occur (see image). We have fixed this new issue by increasing the corner radius of the MaterialTheme large shape from 24 dp to 26 dp and using it for Chip and ToggleChip to avoid clipping content on the corners of Chip and ToggleChip.
Most Chips and ToggleChips will be unchanged, given their default 52 dp height. However, Chips and ToggleChips with multiple lines of primary or secondary label text, or for which the height has been overridden, could see a change that unfortunately breaks some screenshot tests (we saw some changes between 1%-2%), and we are sorry for the inconvenience caused.
There is also a minor change to the appearance of corners on Cards, since those also use the MaterialTheme large shape.