Skip to content

v0.13.0

Compare
Choose a tag to compare
@zrumenjak zrumenjak released this 10 Apr 15:34
· 1014 commits to master since this release

Thanks to 5 contributors who worked on this release!

Breaking changes

light and dark style names removed

light and dark styleNames are no longer supported. Use primary and secondary instead:

light -> primary
dark -> secondary

This change was implemented in order to allow more flexibility when creating themes. Each theme now has a primary and a secondary color. The original names were misleading in some situations because a dark theme will usually have a dark primary color, and a light secondary color.

New features

Bug fixes