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

Releases: thoughtbot/neat

v4.0.0

10 Jul 18:38
Compare
Choose a tag to compare

Removed

  • Installation through Bower is no longer supported.
  • The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.

v3.0.1

07 Jan 15:48
Compare
Choose a tag to compare

Fixed

  • Fixed an issue that would cause Neat to not be found when using SassC.
  • Fixed if function syntax error.

v1.9.1

11 Sep 14:22
Compare
Choose a tag to compare

Fixed

  • Fix Sass warning about "&&" vs "and" (#646)

v3.0.0

11 Sep 14:24
Compare
Choose a tag to compare
  • Extend grid-media to accept multiple custom grids

v2.1.0

27 Jun 14:56
Compare
Choose a tag to compare

Added

  • A --path CLI option, which lets you install Neat into specific
    directory. (#459)
  • A style property has been added to our package.json, which makes for easy
    importing when using npm-sass, sass-module-importer and others. (#514)

Fixed

  • Fixed an issue that would cause Neat to not be found within Rails
    apps. (#612)
  • Simplified the gradient used in the grid-visual mixin for more consistent
    cross-browser behaviour. (#569)

v1.9.0

27 Jun 18:08
Compare
Choose a tag to compare

Added

  • Add support for complex nth-child selectors in omega(). (#340)

Changed

  • The background color for visual grid columns now alternates. (#373)
  • Update node-sass dependency to 4.1.1. (#520)

Fixed

  • Removed unnecessary deprecation warning when using the reset-display mixin.
    (#456)
  • The description of the remove CLI command now correctly outputs "remove".
    (#451)

v2.0.0

17 Feb 20:39
Compare
Choose a tag to compare

Fixed

  • Custom grids inherit undefined properties from global $neat-grid
  • Fixed instillation from CLI
  • Remove float property from grid-collapse

v2.0.0.beta.2

20 Dec 18:45
Compare
Choose a tag to compare
v2.0.0.beta.2 Pre-release
Pre-release
Version 2.0.0.beta.2

v2.0.0.beta.1

20 Aug 18:48
Compare
Choose a tag to compare
v2.0.0.beta.1 Pre-release
Pre-release
Version 2.0.0.beta.1

v2.0.0.alpha.1

23 Jul 21:50
Compare
Choose a tag to compare
v2.0.0.alpha.1 Pre-release
Pre-release

⚠️ The changes mentioned below are not be complete, but should cover the majority of new functionality, deprecations, and changes.

Added

  • Added grid-shift functionality
  • Added grid-media to allow the creation of media queries with custom grids