CHANGELOG.md in neat-1.9.1 vs CHANGELOG.md in neat-2.0.0.alpha.1

- old
+ new

@@ -1,37 +1,60 @@ -## [1.9.1] - 2018-09-11 +# Change Log -### Fixed +All notable changes to this project will be documented in this file. This +project adheres to [Semantic Versioning](http://semver.org). -- Fix Sass warning about "&&" vs "and" ([#646]) +## [Unreleased] -[#646]: https://github.com/thoughtbot/neat/pull/646 - -## [1.9.0] - 2017-06-27 - ### Added -- Add support for complex `nth-child` selectors in `omega()`. ([#340]) +- 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 +- Added `grid-shift` functionality +- Added `grid-media` to allow the creation of media queries with custom grids ### Changed -- The background color for visual grid columns now alternates. ([#373]) -- Update node-sass dependency to 4.1.1. ([#520]) +- Use `core/` as the primary Neat source directory -### Fixed +### Removed -- Removed unnecessary deprecation warning when using the `reset-display` mixin. - ([#456]) -- The description of the `remove` CLI command now correctly outputs "remove". - ([#451]) +- 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 -[#340]: https://github.com/thoughtbot/neat/pull/340 -[#373]: https://github.com/thoughtbot/neat/pull/373 -[#451]: https://github.com/thoughtbot/neat/pull/451 -[#456]: https://github.com/thoughtbot/neat/pull/456 -[#520]: https://github.com/thoughtbot/neat/pull/520 - ## 1.8.0 - 2016-06-21 ### Added - Added `--version` and `-v` options to the CLI now has that show the version of @@ -253,7 +276,6 @@ ## 0.4.2 - 2012-08-31 - Initial release -[1.9.1]: https://github.com/thoughtbot/neat/compare/v1.9.0...v1.9.1 -[1.9.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v1.9.0 +[Unreleased]: https://github.com/thoughtbot/neat/compare/v1.8.0...neat-2.0.0