From 087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:56:52 +0200 Subject: Adding debian version 2.0.0+dfsg-1. Signed-off-by: Daniel Baumann --- debian/missing-sources/bourbon-neat/CHANGELOG.md | 259 +++++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 debian/missing-sources/bourbon-neat/CHANGELOG.md (limited to 'debian/missing-sources/bourbon-neat/CHANGELOG.md') diff --git a/debian/missing-sources/bourbon-neat/CHANGELOG.md b/debian/missing-sources/bourbon-neat/CHANGELOG.md new file mode 100644 index 0000000..508ac9c --- /dev/null +++ b/debian/missing-sources/bourbon-neat/CHANGELOG.md @@ -0,0 +1,259 @@ +## [1.9.1] - 2018-09-11 + +### Fixed + +- Fix Sass warning about "&&" vs "and" ([#646]) + +[#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]) + +### 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.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 -- cgit v1.2.3