mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Add missing issue numbers to 0.2.1 HISTORY, tag people, and make links
This commit is contained in:
parent
8f3be02036
commit
be2fbfc69f
68
HISTORY.md
68
HISTORY.md
@ -4,43 +4,46 @@ Pure Change History
|
|||||||
NEXT
|
NEXT
|
||||||
----
|
----
|
||||||
|
|
||||||
### Forms
|
|
||||||
|
|
||||||
* Added `.pure-form input.pure-input-rounded` in forms.css to have more specificity for `<input>`s [#109](https://github.com/yui/pure/issues/109)
|
|
||||||
|
|
||||||
* Removed the gray color of forms' labels. ([#89][])
|
|
||||||
|
|
||||||
* 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
|
### Buttons
|
||||||
|
|
||||||
* Pure Buttons no longer inherit from `a:visited` style rules on a page.
|
* Pure Buttons no longer inherit from `a:visited` style rules on a page.
|
||||||
([#87][])
|
([#87][])
|
||||||
|
|
||||||
|
### Forms
|
||||||
|
|
||||||
|
* Added `.pure-form input.pure-input-rounded` in forms.css to have more
|
||||||
|
specificity for `<input>`s. ([#109][]: @AurelioDeRosa)
|
||||||
|
|
||||||
|
* Removed the gray color of forms' labels. ([#89][]: @AurelioDeRosa)
|
||||||
|
|
||||||
|
* 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 `input` elements. ([#96][])
|
||||||
|
|
||||||
|
* Added `display: block` to `textarea` in `.pure-form-stacked` to fix an
|
||||||
|
alignment issue for subsequent elements. ([#90][]: @AurelioDeRosa)
|
||||||
|
|
||||||
|
* `[readonly]` inputs look visually different to `[disabled]` inputs and
|
||||||
|
regular inputs. `[readonly]` inputs do not have any `:focus` styles.
|
||||||
|
([#102][]: @jaseg)
|
||||||
|
|
||||||
|
### Grids
|
||||||
|
|
||||||
|
* Fixed `width` value typo in `.pure-u-1-6`, changed it from `16.656%` to
|
||||||
|
`16.666%`. ([#115][]: @chilts)
|
||||||
|
|
||||||
|
* Grid unit `.pure-u-1` is now `{ display: inline-block; width: 100%; }` instead
|
||||||
|
of `{ display: block; }` ([#94][])
|
||||||
|
|
||||||
### Menus
|
### Menus
|
||||||
|
|
||||||
* Active Paginator buttons no longer have a broken inner box-shadow on the
|
* Active Paginator buttons no longer have a broken inner box-shadow on the
|
||||||
right-side. (Issue [#127](https://github.com/yui/pure/issues/127))
|
right-side. ([#127][])
|
||||||
|
|
||||||
|
### Tables
|
||||||
|
|
||||||
|
* Removed `white-space: nowrap` from `.pure-table thead`.
|
||||||
|
([#95][]: @AurelioDeRosa)
|
||||||
|
|
||||||
|
|
||||||
[#87]: https://github.com/yui/pure/issues/87
|
[#87]: https://github.com/yui/pure/issues/87
|
||||||
@ -48,6 +51,11 @@ NEXT
|
|||||||
[#90]: https://github.com/yui/pure/issues/90
|
[#90]: https://github.com/yui/pure/issues/90
|
||||||
[#94]: https://github.com/yui/pure/issues/94
|
[#94]: https://github.com/yui/pure/issues/94
|
||||||
[#95]: https://github.com/yui/pure/issues/95
|
[#95]: https://github.com/yui/pure/issues/95
|
||||||
|
[#96]: https://github.com/yui/pure/issues/96
|
||||||
|
[#102]: https://github.com/yui/pure/issues/102
|
||||||
|
[#109]: https://github.com/yui/pure/issues/109
|
||||||
|
[#115]: https://github.com/yui/pure/issues/115
|
||||||
|
[#127]: https://github.com/yui/pure/issues/127
|
||||||
|
|
||||||
|
|
||||||
0.2.0 (2013-06-11)
|
0.2.0 (2013-06-11)
|
||||||
@ -104,7 +112,7 @@ NEXT
|
|||||||
|
|
||||||
### Menus
|
### Menus
|
||||||
|
|
||||||
* Added `pure-menu-separator` classname that can be used to visually
|
* Added `.pure-menu-separator` classname that can be used to visually
|
||||||
separate horizontal menu items. ([#53][]: @codepb, @mseri)
|
separate horizontal menu items. ([#53][]: @codepb, @mseri)
|
||||||
|
|
||||||
* Focused menus have an `outline: none` by default. Instead, menu-items that
|
* Focused menus have an `outline: none` by default. Instead, menu-items that
|
||||||
|
Loading…
Reference in New Issue
Block a user