Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Releases: thoughtbot/neat

v1.6.0

28 Mar 15:08
Compare
Choose a tag to compare

Multiple media-queries support and dumbed down table layouts:

  • Added: Add multiple media queries support to the media() mixin, including queries such as orientation (a9da0cf).
  • Updated: Use Sass 3.3 and silence !global variable warnings.
  • Fixed: Use absolute percentage widths for table displays. The last element is no longer narrower than the rest (df86ac0). This also breaks alignment with the block-based grid.
  • Fixed: Passing table no longer adds padding to elements (536ccff). If you need padding, you'll have to add it manually going forward.
  • Removed: Omega no longer supports table display. Removing padding should be done manually on the target element (7eeeec3).

v1.6.0.pre2

21 Mar 13:52
Compare
Choose a tag to compare
v1.6.0.pre2 Pre-release
Pre-release
  • Use Sass 3.3 and silence global variable warnings.

v1.6.0.pre

10 Feb 15:43
Compare
Choose a tag to compare
v1.6.0.pre Pre-release
Pre-release
  • NEW: Add multiple media queries support to the media() mixin, including queries such as orientation (a9da0cf).
  • Refactor: Use absolute percentage widths for table displays. The last element is no longer narrower than the rest (df86ac0).
  • Refactor: Passing table no longer adds padding to elements (536ccff). If you need padding, you'll have to add it manually going forward.
  • Refactor: Omega no longer supports table display. Removing padding should be done manually on the target element (7eeeec3).

1.5.0

22 Nov 10:02
Compare
Choose a tag to compare
  • Better Bower support
  • Rename span-columns() collapse argument to block-collapse
  • Add ability for span-columns() to omit display property from the output
  • Make shift() take parent column argument (useful when other span-columns() calls override the nesting context)

1.4.0

28 Aug 16:22
Compare
Choose a tag to compare
  • Add collapse argument to span-columns() in order to remove gutter
  • Fix visual grid overrides by reordering breakpoints
  • Unify padding across table cells
  • Specify comma as separator for gradient-stops append for libsass