From 8f3be02036f7bad59b66c92af94b7ea8a26930a5 Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Wed, 17 Jul 2013 09:40:41 -0700 Subject: [PATCH] Update HISTORY.md for 0.2.1 to add module section headings --- HISTORY.md | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index fba3cb0..eefa3d3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,33 +4,43 @@ Pure Change History NEXT ---- -!!TODO: This needs a lot of work: Missing issue numbers, and more details, -written in past tense. +### Forms * Added `.pure-form input.pure-input-rounded` in forms.css to have more specificity for ``s [#109](https://github.com/yui/pure/issues/109) -* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95) - -* Removed `white-space: nowrap` from `.pure-table thead`. ([#95][]) - * Removed the gray color of forms' labels. ([#89][]) -* Fix class `.pure-u-1-6` to change width from 16.656% to 16.666%. (Issue #?) - * Apply `.pure-form-group input` styling to all text-ish `input` elements. (Issue #?) * Added `display: block` to `textarea` in `.pure-form-stacked` to fix an alignment issue for subsequent elements ([#90][]) +* `[readonly]` inputs look visually different to `[disabled]` inputs and + regular inputs. `[readonly]` inputs do not have any `:focus` styles. (Issue [#102](https://github.com/yui/pure/issues/102)) (jaseg) + +### Tables + +* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95) + +* Removed `white-space: nowrap` from `.pure-table thead`. ([#95][]) + +### Grids + +* Fix class `.pure-u-1-6` to change width from 16.656% to 16.666%. (Issue #?) + * Grid unit `pure-u-1` is now `{ display: inline-block; width: 100%; }` instead of `{ display: block; }` ([#94][]) +### Buttons + * Pure Buttons no longer inherit from `a:visited` style rules on a page. ([#87][]) -* `[readonly]` inputs look visually different to `[disabled]` inputs and - regular inputs. `[readonly]` inputs do not have any `:focus` styles. (Issue [#102](https://github.com/yui/pure/issues/102)) (jaseg) +### Menus + +* Active Paginator buttons no longer have a broken inner box-shadow on the + right-side. (Issue [#127](https://github.com/yui/pure/issues/127)) [#87]: https://github.com/yui/pure/issues/87 @@ -39,8 +49,6 @@ written in past tense. [#94]: https://github.com/yui/pure/issues/94 [#95]: https://github.com/yui/pure/issues/95 -* Active Paginator buttons no longer have a broken inner box-shadow on the -right-side. (Issue [#127](https://github.com/yui/pure/issues/127)) 0.2.0 (2013-06-11) ------------------