Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Unreleased (master)
Nothing at the moment.
3.0.0 - 2018-06-29
- Extend grid-media to accept multiple custom grids
2.1.0 - 2017-06-27
Added
- A
--pathCLI option, which lets you install Neat into specific directory. (#459) - A
styleproperty has been added to ourpackage.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-visualmixin for more consistent cross-browser behaviour. (#569)
2.0.0 - 2017-02-17
Fixed
- Custom grids inherit undefined properties from global
$neat-grid - Fixed instillation from CLI
- Remove float property from
grid-collapse
2.0.0.beta.2 - 2016-12-08
Added
- Added
grid-visualto show visual grid guides - Added ltr/rtl support
Removed
- Removed
node-sassdependency frompackage.json
2.0.0.beta.1 - 2016-08-20
Added
- Added
grid-collapseto allow the creation of nested layouts
2.0.0.alpha.1 - 2016-07-23
Added
- Added
grid-shiftfunctionality - Added
grid-mediato allow the creation of media queries with custom grids
2.0.0.alpha.0
Added
- Added
$neat-gridmap to store user defined default grid properties - Added core grid functionality in
grid-column - Added improved documentation and releasing information
- Added
grid-containerfor floated grid which contains a simple clearfix - Added
grid-pushfunctionality
Changed
- Use
core/as the primary Neat source directory
Removed
- Removed all previous Neat Sass
- Mixins
direction-contexthas been removeddisplay-contexthas been removedfill-parenthas been removedmediahas been removedomegahas been removedouter-containerhas been removedpadhas been removedrowhas been removedshifthas been removedshift-in-contexthas been removedspan-columnshas been removedreset-displayhas been removedreset-layout-directionhas been removedreset-allhas been removed- Functions
new-breakpointhas been removed- Variables
$disable-warningshas been removed$columnhas been removed$gutterhas been removed$grid-columnshas been removed$max-widthhas been removed$border-box-sizinghas been removed$default-featurehas been removed$default-layout-directionhas been removed$visual-gridhas been removed$visual-grid-colorhas been removed$visual-grid-indexhas been removed$visual-grid-opacityhas been removed
1.9.0 - 2017-06-27
Added
- Add support for complex
nth-childselectors inomega(). (#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-displaymixin. (#456) - The description of the
removeCLI command now correctly outputs “remove”. (#451)
1.8.0 - 2016-06-21
Added
- Added
--versionand-voptions to the CLI now has that show the version of Neat you have installed
Removed
- Neat no longer requires Bourbon
1.7.4 - 2016-03-04
Added
- Added an explicit sass requirement
1.7.3 - 2016-02-29
Added
- Added eyeglass support
Changed
- Neat’s npm package now includes the proper Sass paths
- The default
$max-widthis now1200px
1.7.2 - 2015-03-13
Added
- Added Bourbon’s updated
modular-scalefunction for grid settings
Removed
- Removed prefixes for
box-sizing
1.7.1 - 2015-01-02
Added
- Added custom
notfunction for Libsass 3.0 compatibility
Changed
- Fixed bug related to the
omega‘s query argument
1.7.0 - 2014-10-17
Added
- Full compatibility with Sass 3.4+ and Libsass 3.0+
Changed
direction-contextmixin changes the direction inside an entire block.display-contextmixin changes the display property inside an entire block.outer-containernow takes a max-width argument
Removed
- Removed
reset-direction - Removed
reset-display
1.5.1 - 2014-04-06
Added
- Restore compatibility with Sass 3.2.x
1.6.0 - 2014-03-28
Added
- Added multiple media queries support to the
mediamixin, including queries such as orientation
Changed
- Updated to Sass 3.3 and silence
!globalvariable warnings - Use absolute percentage widths for table displays
Removed
- Passing table no longer adds padding to elements
- Omega no longer supports table display
1.6.0.pre2 - 2014-03-21
Changed
- Use Sass 3.3 and silence global variable warnings
1.6.0.pre - 2014-02-10
Added
- Added multiple media queries support to the
mediamixin, including queries such as orientation
Changed
- Use absolute percentage widths for table displays
Removed
- Passing table no longer adds padding to elements
- Omega no longer supports table display
1.5.0 - 2013-22-15
Added
- Added the ability for
span-columnsto omit display property from the output - Improved browser support
Changed
- Renamed
span-columnscollapse argument to block-collapse - Made
shifttake parent column argument (useful when otherspan-columnscalls override the nesting context)
1.4.0 - 2013-08-28
Added
- Added collapse argument to
span-columnsin order to remove gutter
Changed
- Fixed visual grid overrides by reordering breakpoints
- Unified padding across table cells
- Specified comma as separator for gradient-stops append for libsass
Removed
1.3.0 - 2013-05-03
Added
- Added global RTL layout support
- Added row-specific RTL layout support
- Added auto-clearing for elements using
omega(nth-child)(works only with simplenth-childarguments due to limited string operations in Sass)
Changed
reset-display,reset-layout-direction, andreset-allfor all your reset needs!
Removed
- The visual grid no longer blocks user interactions
omegawill no longer take$directionin favor ofrow($direction)or$default-layout-direction
1.2.1 - 2013-04-04
Added
- Added stylesheets path to
Sass.load_paths - Official Docset
Changed
- Force full-width and fixed table-layout on
row(table)
1.2.0 - 2013-02-18
Added
- Auto-detect table layout when
span-columnsis called insiderow(table)
Changed
- Make
shiftreset context after each nested call
1.1.0 - 2013-01-09
Added
padtakes shorthand arguments
Changed
- Merge
omegaandnth-omega - Last child in table layouts keeps its right-padding
1.0.2 - 2012-11-19
Added
- Add explicit require to the bourbon gem #38
1.0.1 - 2012-11-06
Added
- Relative path imports in Rails
Changed
- Make
emalways return a number
1.0.0 - 2012-10-29
Added
- Added executable for non-Rails projects
- Added visual grid
- Added
mediaandnew-breakpointmixins - Added
_neat-helpers.scssas a public interface for Neat
Changed
- Made
shiftwork properly in nested contexts
Removed
- Removed typography mixins and settings
0.4.2 - 2012-08-31
- Initial release