Neat Versions Save

[no longer maintained]

v4.0.0

4 years ago

Removed

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

v3.0.1

5 years ago

Fixed

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

v3.0.0

5 years ago
  • Extend grid-media to accept multiple custom grids

v1.9.1

5 years ago

Fixed

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

v1.9.0

6 years ago

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.1.0

6 years ago

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)

v2.0.0

7 years ago

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

7 years ago

v2.0.0.beta.1

7 years ago

v2.0.0.alpha.1

7 years ago

⚠️ 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