From 2ed16d23fcc4a6dc511771ab052abb271edc9dc2 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 10 Sep 2018 14:09:29 -0400 Subject: [PATCH] Move NEWS.md to CHANGELOG.md and sync from master There were a bunch of 1.x releases missing from the NEWS file in the v1-stable branch. --- CHANGELOG.md | 250 +++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS.md | 47 ---------- 2 files changed, 250 insertions(+), 47 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 NEWS.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e33c0cb1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,250 @@ +## [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 + 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-width` is now `1200px` + +## 1.7.2 - 2015-03-13 + +### Added + +- Added Bourbon's updated `modular-scale` function for grid settings + +### Removed + +- Removed prefixes for `box-sizing` + +## 1.7.1 - 2015-01-02 + +### Added + +- Added custom `not` function 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-context` mixin changes the direction inside an entire block. +- `display-context` mixin changes the display property inside an entire block. +- `outer-container` now 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 `media` mixin, including queries + such as orientation + +### Changed +- Updated to Sass 3.3 and silence `!global` variable 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 `media` mixin, 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-columns` to omit display property from the output +- Improved browser support + +### Changed + +- Renamed `span-columns` collapse argument to block-collapse +- Made `shift` take parent column argument (useful when other `span-columns` + calls override the nesting context) + +## 1.4.0 - 2013-08-28 + +### Added + +- Added collapse argument to `span-columns` in 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 + simple `nth-child` arguments due to limited string operations in Sass) + +### Changed + +- `reset-display`, `reset-layout-direction`, and `reset-all` for all your reset needs! + +### Removed + +- The visual grid no longer blocks user interactions +- `omega` will no longer take `$direction` in favor of `row($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-columns` is called inside `row(table)` + +### Changed + +- Make `shift` reset context after each nested call + +## 1.1.0 - 2013-01-09 + +### Added + +- `pad` takes shorthand arguments + +### Changed + +- Merge `omega` and `nth-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](https://github.com/thoughtbot/neat/issues/38) + +## 1.0.1 - 2012-11-06 + +### Added + +- Relative path imports in Rails + +### Changed + +- Make `em` always return a number + +## 1.0.0 - 2012-10-29 + +### Added + +- Added executable for non-Rails projects +- Added visual grid +- Added `media` and `new-breakpoint` mixins +- Added `_neat-helpers.scss` as a public interface for Neat + +### Changed + +- Made `shift` work properly in nested contexts + +### Removed + +- Removed typography mixins and settings + +## 0.4.2 - 2012-08-31 + +- Initial release + +[1.9.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v1.9.0 diff --git a/NEWS.md b/NEWS.md deleted file mode 100644 index 076a75a4..00000000 --- a/NEWS.md +++ /dev/null @@ -1,47 +0,0 @@ -### 1.3.0 (2013-05-03) - - * New: Add global RTL layout support - * New: Add row-specific RTL layout support - * New: Add auto-clearing for elements using `omega(nth-child)` (works only with simple nth-child arguments due to limited string operations in Sass) - * New: `reset-display`, `reset-layout-direction`, and `reset-all` for all your reset needs! - * Fix: The visual grid no longer blocks user interactions - * Deprecate: `omega()` will no longer take `$direction` in favor of `row($direction)` or `$default-layout-direction` - -### 1.2.1 (2013-04-04) - - * New: Add stylesheets path to Sass.load_paths - * Fixed: Force full-width and fixed table-layout on `row(table)` - * Official Docset - -### 1.2.0 (2013-02-18) - - * New: Auto-detect table layout when `span-columns()` is called inside `row(table)` - * Fix: Make `shift()` reset context after each nested call - -### 1.1.0 (2013-01-09) - - * New: `pad()` takes shorthand arguments - * Refactor: Merge `omega()` and `nth-omega()` - * Fix: Last child in table layouts keeps its right-padding - -### 1.0.2 (2012-11-19) - - * Fix: Add explicit require to the bourbon gem [#38](https://github.com/thoughtbot/neat/issues/38) - -### 1.0.1 (2012-11-06) - - * Fix: Make `em()` always return a number - * Fix: Relative path imports in Rails - -### 1.0.0 (2012-10-29) - - * New: Add executable for non-Rails projects - * New: Add visual grid - * New: Add `media` and `new-breakpoint` mixins - * New: Add `_neat-helpers.scss` as a public interface for Neat - * Fix: Make `shift()` work properly in nested contexts - * Refactor: Remove typography mixins and settings - -### 0.4.2 (2012-08-31) - - * Initial release