Skip to content

v3.1.0

Compare
Choose a tag to compare
@jmjuanes jmjuanes released this 24 Jun 18:22
· 1853 commits to develop since this release

v3.1.0 (June 24, 2018)

New features

  • Added card and list components.
  • Added rule element (thanks to @BerkhanBerkdemir on #33 )
  • Added color, display, float, sizing and text helpers.
  • Introduced a new and simplified colors API. Moved old colors to legacy colors.
  • Added the extra-small size to the layout size modifiers and to the grid responsive breakpoints.
  • Added modifier to hide a grid column at specific breakpoint.
  • Added fluid button style.
  • Added rounded tag style.
  • Added radio button for forms.
  • Added navbar subtitle style.
  • Added alert title style.
  • Added menu selected item style.

Changes

  • Renamed siimple-form-field class to siimple-field.
  • Changed the size values of the layout size modifiers.
  • Changed the grid responsive breakpoints values.
  • Renamed siimple-tabs-tab class to siimple-tabs-item.
  • Renamed siimple-breadcrumb-crumb class to siimple-breadcrumb-item.
  • Renamed siimple-navbar-link class to siimple-navbar-item.

Internal changes

  • Added a new group called components. Moved alert, breadcrumb, menu, table and tabs to the new group.

Bugs

  • Fixed bug with the grid breakpoints format.
  • Fixed bug with the switch element in some browsers (thanks to @alextjd and @chaitanyanettem on #23 )