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

Releases: thoughtbot/neat

v2.0.0.alpha.0

22 Jul 15:19
Compare
Choose a tag to compare
v2.0.0.alpha.0 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 $neat-grid map to store user defined default grid properties
  • Added core grid functionality in grid-column
  • Added improved documentation and releasing information
  • Added grid-container for floated grid which contains a simple clearfix
  • Added grid-push functionality

Changed

  • Use core/ as the primary Neat source directory

Removed

  • Removed all previous Neat Sass
    • Mixins
      • direction-context has been removed
      • display-context has been removed
      • fill-parent has been removed
      • media has been removed
      • omega has been removed
      • outer-container has been removed
      • pad has been removed
      • row has been removed
      • shift has been removed
      • shift-in-context has been removed
      • span-columns has been removed
      • reset-display has been removed
      • reset-layout-direction has been removed
      • reset-all has been removed
    • Functions
      • new-breakpoint has been removed
    • Variables
      • $disable-warnings has been removed
      • $column has been removed
      • $gutter has been removed
      • $grid-columns has been removed
      • $max-width has been removed
      • $border-box-sizing has been removed
      • $default-feature has been removed
      • $default-layout-direction has been removed
      • $visual-grid has been removed
      • $visual-grid-color has been removed
      • $visual-grid-index has been removed
      • $visual-grid-opacity has been removed

v1.8.0

21 Jun 13:39
Compare
Choose a tag to compare

Added

  • The CLI now has --version and -v options that show the version of Neat you have installed.

Changed

v1.7.4

04 Mar 20:57
Compare
Choose a tag to compare

Added

  • Added an explicit sass requirement

v1.7.3

29 Feb 18:37
Compare
Choose a tag to compare

Added

  • Neat’s npm package now includes the proper Sass paths
  • Add eyeglass support

Changed

  • The default $max-width is now 1200px

v1.7.2

13 Mar 15:14
Compare
Choose a tag to compare

Improvements

  • Remove prefixes for box-sizing (60dc0a3)
  • Use Bourbon’s updated modular-scale function for grid settings (863c394)

v1.7.1: To not() or not to not()

02 Jan 14:11
Compare
Choose a tag to compare

v1.7.0

17 Oct 14:20
Compare
Choose a tag to compare

New Context Mixins and Better Compatibility with Sass 3.4+ and Libsass 3.0

New Features

  • direction-context() {...} mixin changes the direction inside an entire block. No more reset-direction()! (25496b1)
  • display-context() {...} mixin changes the display property inside an entire block. No more reset-display()! (4eb67b8)
  • outer-container() now takes a max-width argument. (af4c2fe)
  • Full compatibility with Sass 3.4+ and Libsass 3.0+

Improvements

  • Updated box sizing reset (8e8b695)
  • Lots of refactors.

Bug Fixes

  • clearfix applies only to block elements now (cf480dc)
  • Remove deprecated Webkit gradient that caused the visual grid to not appear in Chrome (2733265
    )

Deprecations

  • The reset() family of mixins. Overall, Neat is moving away from global variables and the use of context mixins is encouraged for all your one-time context-switching needs.

v1.7.0.rc

15 Oct 15:03
Compare
Choose a tag to compare
v1.7.0.rc Pre-release
Pre-release
Version 1.7.0.rc

v1.7.0.pre

01 Aug 16:36
Compare
Choose a tag to compare
v1.7.0.pre Pre-release
Pre-release
Version 1.7.0.pre

v1.5.1

06 Apr 17:25
Compare
Choose a tag to compare

Restore compatibility with Sass 3.2.x. Feature parity with 1.6 is maintained.