Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jun 27, 2017
1 parent a2d62a9 commit 8ddf5a0
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions CHANGELOG.md
Expand Up @@ -28,15 +28,15 @@ Nothing at the moment.
[#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

Expand All @@ -47,13 +47,13 @@ Nothing at the moment.

- 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

Expand Down Expand Up @@ -108,6 +108,30 @@ Nothing at the moment.
- `$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
Expand Down Expand Up @@ -340,3 +364,4 @@ Nothing at the moment.
[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

0 comments on commit 8ddf5a0

Please sign in to comment.