Skip to content

Releases: wispcode/wisp-css

2.2.0

09 Jun 21:13

Choose a tag to compare

Change Log

Added

  • button-group component
  • popover behavior

Fixes

  • Additional normalization to preflight

2.1.0

07 Jun 02:47

Choose a tag to compare

Change Log

Added

  • u-hidden-sm hides content below 48rem.
  • u-hidden-md hides content below 64rem.
  • c-table--stripe alternates row background color on even rows.
  • c-badge--outline outline style badge.
  • c-button--outline outline style button.
  • c-button--pill pill shaped button.

Fixed

  • Renamed --bordered to --border and --rounded to --round across components for consistency.

2.0.0

05 Jun 23:14

Choose a tag to compare

Changelog

Added

  • b-tint - New behavior to add tint on :hover and :active states.
  • b-sticky - New behavior to add sticky elements to the top of the page
  • u-type-lead - New typography class

Fixed

  • ul, ol - Missing from shared section
  • o-input-addin - Moved to components layer to prevent specificity issues
  • 'o-media--align' - Modifiers are only applied on screen and up since it stacks on mobile
  • --wisp-press-duration - Renamed to --wisp-transition-duration;

1.2.0

01 Jun 16:09

Choose a tag to compare

Moved box from the objects layer to the components layer. Its common enough for a box to have a rounded modifier, which is a visual style and warrants the move. In addition, I added a bordered modifier, similar to what is available on the card. In addition, name changes were made to some of the variables to keep things consistent.

1.1.1

01 Jun 15:01

Choose a tag to compare

Fixed missing font-family from foundation.css

1.1.0

31 May 17:48

Choose a tag to compare

Added Sticky behavior

1.0.0

30 May 15:17

Choose a tag to compare

Wisp 1.0.0 has been summoned into the human realm!

Included

  • Foundation and preflight modules
  • Objects: container, grid, stack, cluster, media, pair, ration, link-block, link-inline
  • Behaviors: press, scroll, transition
  • Components:: button, input, card, badge, table
  • Utilities: type, width, text, margin, color, visually-hidden

0.6.2

29 May 04:11

Choose a tag to compare

0.6.2 Pre-release
Pre-release

Fixed: Breakpoints were unnecessary for align-items. Added missing justify modifiers.

0.6.1

29 May 03:16

Choose a tag to compare

0.6.1 Pre-release
Pre-release

Fixed missing @import

0.6.0

29 May 03:10

Choose a tag to compare

0.6.0 Pre-release
Pre-release

Changelog

[0.2.0]

Added

  • o-input-addin - New object for creating search text boxes.
  • u-width - New utility for applying a width to an element.

Fixed

  • c-input - Added box-sizing to prevent browsers from overriding the preflight box-sizing: border-box.

Removed

  • c-input-width - Modifers were too dependant on font-family, font-size, and font-weight to be reliable. Use width utility.