Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Releases: bartkozal/hocus-pocus

v0.3.5

19 Apr 18:02
Compare
Choose a tag to compare

General:

v0.3.4

17 Jan 13:57
Compare
Choose a tag to compare

Features:

  • Add %box
  • Add .img-rwd

v0.3.3

26 Oct 11:10
Compare
Choose a tag to compare

Features:

  • Add $cautionary-color (included in $color-map) and .box-cautionary

Bugfixes:

  • Fix how buttons and labels collapse inside a stacked form

v0.3.2

11 Oct 20:33
Compare
Choose a tag to compare

Features:

  • Add text color parameter to +btn mixin

v0.3.1

11 Oct 16:13
Compare
Choose a tag to compare

General:

  • Post v0.3.0 release fixes

v0.3.0

10 Oct 23:59
Compare
Choose a tag to compare

Due to many API changes please be careful with the upgrade from v0.2.x

General:

  • Focus on base elements and typography
  • Remove hero and navbar objects
  • Remove layout helpers
  • Simplify implementation of vertical rhythm (drop +font-size() mixin)
  • Rename default breakpoints to "compact" and "regular" e.g. .compact-1/2, .compact-hidden
  • Rename size classes to use fractions and "vertical/horizontal" keywords e.g. .margin-1/2-top, .padding-3/1-vertical, .no-margin-horizontal
  • Change the base and monospace font family to system fonts i.e. San Francisco for macOS
  • Change the default font size and leading
  • Reimplement sticky footer to use flexbox
  • Redesign documentation
  • Reduce code size

Features:

  • +box($name, $color, $contrast) mixin
  • $color-body variable to set body background color
  • $color-small variable to set color of <small>
  • Style read-only text input as disabled
  • Style search input

Bugfixes:

  • Fix collapsing of nested form elements

v0.2.11

17 Aug 13:28
Compare
Choose a tag to compare

Bugfixes:

  • Fix text size helpers for lists

v0.2.10

11 May 20:09
Compare
Choose a tag to compare

Features:

  • Allow to change font size of buttons with $font-size-btn
  • Add .btn-flat and .btn-shadow helpers
  • Add hidpi mixin

Bugfixes:

  • Defaults border-collapse to collapse

v0.2.9

10 May 21:04
Compare
Choose a tag to compare

General:

  • Upgrade Normalize to 4.1.1

Features:

  • Add .list-divided
  • Add responsive versions of .grid-stack and .grid-reverse
  • Alias $color-text to $color-font
  • Add $ui-padding-vertical-ratio

Bugfixes:

  • Remove space between inline list elements

v0.2.8

03 Apr 15:40
Compare
Choose a tag to compare

Bugfixes:

  • Fix broken body font size (introduced in v0.2.7, sorry!)