From 5ec83f04dc1e5c5cfa84e7e217d670cb108b3d94 Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Thu, 11 Jul 2013 17:34:08 -0400 Subject: [PATCH] Change format of issue numbers listed in HISTORY.md --- HISTORY.md | 61 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 18 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9c99a5a..b29eb7d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,22 +4,33 @@ Pure Change History NEXT ---- -* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95) +!!TODO: This needs a lot of work: Missing issue numbers, and more details, +written in past tense. -* Removed the gray color of forms' labels. Fix for issue [#89](https://github.com/yui/pure/issues/89) +* Removed `white-space: nowrap` from `.pure-table thead`. ([#95][]) -* Fix class `.pure-u-1-6` to change width from 16.656% to 16.666% +* 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 (Issue [#90](https://github.com/yui/pure/issues/90)) + alignment issue for subsequent elements ([#90][]) * Grid unit `pure-u-1` is now `{ display: inline-block; width: 100%; }` instead - of `{ display: block; }` (Issue [#94](https://github.com/yui/pure/issues/94)) + of `{ display: block; }` ([#94][]) * Pure Buttons no longer inherit from `a:visited` style rules on a page. - (Issue [#87](https://github.com/yui/pure/issues/87)) + ([#87][]) + + +[#87]: https://github.com/yui/pure/issues/87 +[#89]: https://github.com/yui/pure/issues/89 +[#90]: https://github.com/yui/pure/issues/90 +[#94]: https://github.com/yui/pure/issues/94 +[#95]: https://github.com/yui/pure/issues/95 0.2.0 (2013-06-11) @@ -34,7 +45,7 @@ NEXT * Added improvements to developer workflow: - * Added basic Tests using CSSLint via `grunt test` (Issue #25) + * Added basic Tests using CSSLint via `grunt test` ([#25][]) * Integrated Travis CI which runs `grunt test` on pushes to `master` and for pull requests. @@ -42,46 +53,60 @@ NEXT * Added `grunt watch` task which runs tests and build. * Added support to `pure-site` for serving `pure` locally during - development. (Issue #46, yui/pure-site#111) + development. ([#46][], [yui/pure-site#111][]) * Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All modern browsers support the non-prefixed versions of these properties. - (Issue #23) + ([#23][]) ### Forms * (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We still support the older classname but it is deprecated and will be going away - in a future release. (Issue #32) (dannytatom) + in a future release. ([#32][]: @dannytatom) * Added a new class called `.pure-form-message`. It works the same way as - `.pure-form-message-inline` but is meant for block elements. (Issue #32) - (dannytatom) + `.pure-form-message-inline` but is meant for block elements. + ([#32][]: @dannytatom) * Added focus styles for file, radio, and checkbox ``s to improve - accessibility. (Issue #42) (codepb) + accessibility. ([#42][]: @codepb) -* `