This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
Releases: thoughtbot/neat
Releases · thoughtbot/neat
v2.0.0.alpha.0
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 removeddisplay-context
has been removedfill-parent
has been removedmedia
has been removedomega
has been removedouter-container
has been removedpad
has been removedrow
has been removedshift
has been removedshift-in-context
has been removedspan-columns
has been removedreset-display
has been removedreset-layout-direction
has been removedreset-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
- Mixins
v1.8.0
v1.7.4
v1.7.3
v1.7.2
v1.7.1: To not() or not to not()
v1.7.0
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 morereset-direction()
! (25496b1)display-context() {...}
mixin changes the display property inside an entire block. No morereset-display()
! (4eb67b8)outer-container()
now takes amax-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
v1.7.0.pre
Version 1.7.0.pre