- Better support for RTL languages (#85)
- Update Compose to
BOM 2024.09.03
and other updates of dependencies.
- Import Semantics color and typography from compound tokens.
- Replace avatar colors with updated values.
- Update Compose to
BOM 2024.09.02
and Material 3 tov1.3.0
.
- Import Semantics color from compound token, and new color:
iconAccentPrimary
, and make them public so that they can be copied to override colors. - New icons:
ExtensionsSolid
,MarkAsRead
,MarkAsUnread
,Minus
- Add more screenshot tests.
- Remove Accompanist SystemUiController library.
- Bump dependencies: Kotlin
1.9.23
, Compose BOM2024.04.00
, Material31.3.1
, AGP8.3.1
, Robolectric4.12.1
. - Update Compound tokens (new decorative colors, photo solid icon).
- Update icons from Compound, also change how the
CompoundIcons
helper works. This is a breaking change. - Add regression tests, coverage support and a publishing flow.
- Add
applySystemBarsUpdate
toElementTheme
to control whether using nested theming should affect the system bars tinting. - Improve how the Material3 color schemes are provided to the theming.
- Disable vector icons rasterization to PNGs.
- Prevent minification of the library.
- Initial version.