Releases: thoughtbot/neat
Releases · thoughtbot/neat
v4.0.0
Removed
- Installation through Bower is no longer supported.
- The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.
v3.0.1
Fixed
- Fixed an issue that would cause Neat to not be found when using SassC.
- Fixed if function syntax error.
v1.9.1
Fixed
- Fix Sass warning about "&&" vs "and" (#646)
v3.0.0
- Extend grid-media to accept multiple custom grids
v2.1.0
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
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
Fixed
- Custom grids inherit undefined properties from global
$neat-grid
- Fixed instillation from CLI
- Remove float property from
grid-collapse
v2.0.0.alpha.1
⚠️ 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