CHANGELOG.md in bitters-1.6.0 vs CHANGELOG.md in bitters-1.7.0

- old
+ new

@@ -1,12 +1,44 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). -## [Unreleased] +## [Unreleased (`master`)][unreleased] +Nothing at the moment. + +[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.7.0...HEAD + +## [1.7.0] - 2017-06-30 + +### Changed + +- `table` styles have been improved with left text-alignment throughout the + whole table, bottom vertical-alignment within the `thead`, top + vertical-alignment within the `tbody`, right padding within each cell and + borders being set on the `tr`s. ([#288]) +- The value of `$base-spacing` is no longer derived from `$base-line-height`. + ([#292]) +- The color of button text is now set using Bourbon's + [`contrast-switch`][contrast-switch] function, to automatically ensure + sufficient contrast against the button's background color. ([#294]) + +### Removed + +- Remove unused `$medium-screen` and `$large-screen` breakpoint + variables. ([#285]) + +[1.7.0]: https://github.com/thoughtbot/bitters/compare/v1.6.0...v1.7.0 +[#285]: https://github.com/thoughtbot/bitters/pull/285 +[#288]: https://github.com/thoughtbot/bitters/pull/288 +[#292]: https://github.com/thoughtbot/bitters/pull/292 +[#294]: https://github.com/thoughtbot/bitters/pull/294 +[contrast-switch]: http://bourbon.netlify.com/docs/latest/#contrast-switch + +## [1.6.0] - 2017-05-12 + ### Added - Set `margin` to `0` on the `body` element. ([#280]) - Global variables for the styling of focus outlines. ([#284]) @@ -27,10 +59,10 @@ ### Removed - Removed `$base-font-size` in favor of more specific implimentations specific to the particular object being modified. ([#272]) -[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.5.0...HEAD +[1.6.0]: https://github.com/thoughtbot/bitters/compare/v1.5.0...v1.6.0 [#272]: https://github.com/thoughtbot/bitters/pull/272 [#275]: https://github.com/thoughtbot/bitters/pull/275 [#279]: https://github.com/thoughtbot/bitters/pull/279 [#280]: https://github.com/thoughtbot/bitters/pull/280 [#283]: https://github.com/thoughtbot/bitters/pull/283