CHANGELOG.md in bitters-1.8.0 vs CHANGELOG.md in bitters-2.0.0

- old
+ new

@@ -3,13 +3,34 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased (`master`)][unreleased] -Nothing at the moment. +### Added +- Added variables for all font weights +- Added CSS to make `input[type="search"]` behave as a textfield in Safari + +### Changed + +- Changed project Sass variables to native CSS variables +- Changed variables name structures: + - Remove "`base`" from CSS vars (`--base-font-family` to `--font-family`) + - Placing the modifier after the noun instead of before. Example: `--font-family--heading` + - Separating the modifier and noun with 2 dashes. Example: `--font-weight--extra-light` +- Changed the default border to use `currentColor` +- Changed remaining pixel (`px`) values to `rem`s + +### Removed + +- Removed unused `base-z-index` variable +- Removed unused `medium-gray` variable +- Removed unused `gray-light` variable +- Removed [Bourbon] dependency + [unreleased]: https://github.com/thoughtbot/bitters/compare/v1.8.0...HEAD +[Bourbon]: https://github.com/thoughtbot/bourbon ## [1.8.0] - 2018-02-05 ### Added @@ -80,10 +101,10 @@ `[type="checkbox"]`, `[type="radio"]`, `[type="file"]`, `select`) is now solid and offset from the element. ([#284]) ### Removed -- Removed `$base-font-size` in favor of more specific implimentations specific +- Removed `$base-font-size` in favor of more specific implementations specific to the particular object being modified. ([#272]) [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