diff --git a/HISTORY.md b/HISTORY.md index fba3cb0..79c84ac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,33 +4,51 @@ Pure Change History NEXT ---- -!!TODO: This needs a lot of work: Missing issue numbers, and more details, -written in past tense. +### Buttons -* Added `.pure-form input.pure-input-rounded` in forms.css to have more specificity for ``s [#109](https://github.com/yui/pure/issues/109) +* `` buttons no longer inherit default `a:visited` styles. This prevents the + button's foreground `color` from changing after the URL is visited. ([#87][]) -* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95) +### Forms -* Removed `white-space: nowrap` from `.pure-table thead`. ([#95][]) +* (!) Made `[readonly]` ``s look visually different to `[disabled]` and + regular ``s. ([#102][]: @jaseg) -* Removed the gray color of forms' labels. ([#89][]) +* Fixed copy/paste bug that mapped text inputs to `.pure-form` instead of + `.pure-group`. The `.pure-form-group input` styles are now applied to all + text-ish `` elements. ([#96][]) -* Fix class `.pure-u-1-6` to change width from 16.656% to 16.666%. (Issue #?) +* Fixed `.pure-input-rounded` styles to now apply correctly. The change to use + more specific selectors for text-ish inputs in v0.2.0 caused the + `.pure-input-rounded` selector to not apply because it was less specific. This + selector now has right specificity. ([#109][]: @AurelioDeRosa) -* Apply `.pure-form-group input` styling to all text-ish `input` elements. - (Issue #?) +* Added `display: block` to `