CHANGELOG.md in neat-2.0.0.beta.1 vs CHANGELOG.md in neat-2.0.0.beta.2
- old
+ new
@@ -3,20 +3,43 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).
## [Unreleased]
+## [2.0.0.beta.2]
+
### Added
+- Added `grid-visual` to show visual grid guides
+- Added ltr/rtl support
+
+### Removed
+
+- Removed `node-sass` dependency from `package.json`
+
+## [2.0.0.beta.1]
+
+### Added
+
+- Added `grid-collapse` to allow the creation of nested layouts
+
+## [2.0.0.alpha.1]
+
+### Added
+
+- Added `grid-shift` functionality
+- Added `grid-media` to allow the creation of media queries with custom grids
+
+## [2.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
-- Added `grid-shift` functionality
-- Added `grid-media` to allow the creation of media queries with custom grids
-- Added `grid-collapse` to allow the creation of nested layouts
### Changed
- Use `core/` as the primary Neat source directory
@@ -52,10 +75,11 @@
- `$visual-grid` has been removed
- `$visual-grid-color` has been removed
- `$visual-grid-index` has been removed
- `$visual-grid-opacity` has been removed
+
## 1.8.0 - 2016-06-21
### Added
- Added `--version` and `-v` options to the CLI now has that show the version of
@@ -277,6 +301,10 @@
## 0.4.2 - 2012-08-31
- Initial release
-[Unreleased]: https://github.com/thoughtbot/neat/compare/v1.8.0...neat-2.0.0
+[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...neat-2.0.0
+[2.0.0.beta.2]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...v2.0.0.beta.2
+[2.0.0.beta.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.1...v2.0.0.beta.1
+[2.0.0.alpha.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.0...v2.0.0.alpha.1
+[2.0.0.alpha.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v2.0.0.alpha.0