Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@ArthurClemens ArthurClemens released this 26 Jul 23:01
· 394 commits to master since this release

Components

  • Card
    • It is now possible to embed a video using the media item
    • The image dimmer element is now only created when option showDimmer is passed
  • Icon Button
    • Icon Button can now have an optional label; visually consistent with a Checkbox with a custom icon.
  • List Tile
    • Added CSS style variable title_line_count to make the line count of the title configurable
  • Tabs
    • Option selectedTab is deprecated in favor of selectedTabIndex
    • CSS style variable label_opacity has been removed in favor of setting the transparency in the label color (using rgba); this creates a better color transition when selecting the tab
  • Hover styles: Button, Raised Button and Icon Button have optional hover CSS variables to generate hover styles

Other

  • Various bug fixes