CHANGELOG.md in neat-2.1.0 vs CHANGELOG.md in neat-3.0.0
- old
+ new
@@ -5,10 +5,14 @@
## [Unreleased (`master`)][unreleased]
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 `--path` CLI option, which lets you install Neat into specific
@@ -26,36 +30,36 @@
[#459]: https://github.com/thoughtbot/neat/pull/459
[#514]: https://github.com/thoughtbot/neat/pull/514
[#569]: https://github.com/thoughtbot/neat/pull/569
[#612]: https://github.com/thoughtbot/neat/pull/612
-## [2.0.0]
+## [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]
+## [2.0.0.beta.2] - 2016-12-08
### 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]
+## [2.0.0.beta.1] - 2016-08-20
### Added
- Added `grid-collapse` to allow the creation of nested layouts
-## [2.0.0.alpha.1]
+## [2.0.0.alpha.1] - 2016-07-23
### Added
- Added `grid-shift` functionality
- Added `grid-media` to allow the creation of media queries with custom grids
@@ -106,10 +110,34 @@
- `$visual-grid` has been removed
- `$visual-grid-color` has been removed
- `$visual-grid-index` has been removed
- `$visual-grid-opacity` has been removed
+## [1.9.0] - 2017-06-27
+
+### 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])
+
+[#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
@@ -331,12 +359,14 @@
## 0.4.2 - 2012-08-31
- Initial release
-[unreleased]: https://github.com/thoughtbot/neat/compare/v2.1.0...HEAD
+[unreleased]: https://github.com/thoughtbot/neat/compare/v3.0.0...HEAD
+[3.0.0]: https://github.com/thoughtbot/neat/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/thoughtbot/neat/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.2...v2.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
+[1.9.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v1.9.0