2013-05-16 17:01:32 +00:00
|
|
|
Pure Change History
|
|
|
|
===================
|
|
|
|
|
2013-06-11 22:38:05 +00:00
|
|
|
NEXT
|
|
|
|
----
|
|
|
|
|
2013-07-01 20:31:57 +00:00
|
|
|
* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95)
|
|
|
|
|
2013-07-01 21:03:26 +00:00
|
|
|
* Removed the gray color of forms' labels. Fix for issue [#89](https://github.com/yui/pure/issues/89)
|
|
|
|
|
2013-06-25 08:36:01 +00:00
|
|
|
* Fix class `.pure-u-1-6` to change width from 16.656% to 16.666%
|
|
|
|
|
2013-06-14 05:07:45 +00:00
|
|
|
* Apply `.pure-form-group input` styling to all text-ish `input` elements.
|
2013-06-11 22:38:05 +00:00
|
|
|
|
2013-06-19 08:14:26 +00:00
|
|
|
* Added `display: block` to `textarea` in `.pure-form-stacked` to fix an
|
2013-07-01 20:31:57 +00:00
|
|
|
alignment issue for subsequent elements (Issue [#90](https://github.com/yui/pure/issues/90))
|
2013-06-19 08:14:26 +00:00
|
|
|
|
2013-07-09 21:52:34 +00:00
|
|
|
* Active Paginator buttons no longer have a broken inner box-shadow on the
|
|
|
|
right-side. (Issue [#127](https://github.com/yui/pure/issues/127))
|
2013-06-11 22:38:05 +00:00
|
|
|
|
2013-06-11 22:33:44 +00:00
|
|
|
0.2.0 (2013-06-11)
|
|
|
|
------------------
|
2013-05-24 19:02:09 +00:00
|
|
|
|
2013-06-11 20:44:54 +00:00
|
|
|
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
|
|
|
|
from `buttons-core.css`.
|
|
|
|
|
2013-06-11 22:30:36 +00:00
|
|
|
* (!) Improved `:focus` styles by applying the same rules that are used by
|
|
|
|
`:hover` styles. When overriding Pure's `:hover` styles, be sure to include
|
|
|
|
`:focus` selectors as well.
|
2013-06-05 13:31:48 +00:00
|
|
|
|
2013-06-05 23:27:41 +00:00
|
|
|
* Added improvements to developer workflow:
|
|
|
|
|
|
|
|
* Added basic Tests using CSSLint via `grunt test` (Issue #25)
|
|
|
|
|
|
|
|
* Integrated Travis CI which runs `grunt test` on pushes to `master` and for
|
|
|
|
pull requests.
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
2013-06-08 03:21:57 +00:00
|
|
|
* Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All
|
|
|
|
modern browsers support the non-prefixed versions of these properties.
|
2013-06-06 14:16:53 +00:00
|
|
|
(Issue #23)
|
|
|
|
|
2013-06-04 04:43:17 +00:00
|
|
|
### Forms
|
2013-06-03 21:15:00 +00:00
|
|
|
|
2013-06-03 23:54:50 +00:00
|
|
|
* (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We
|
2013-06-04 04:43:17 +00:00
|
|
|
still support the older classname but it is deprecated and will be going away
|
|
|
|
in a future release. (Issue #32) (dannytatom)
|
2013-06-03 23:54:50 +00:00
|
|
|
|
|
|
|
* Added a new class called `.pure-form-message`. It works the same way as
|
2013-06-04 04:43:17 +00:00
|
|
|
`.pure-form-message-inline` but is meant for block elements. (Issue #32)
|
|
|
|
(dannytatom)
|
|
|
|
|
2013-06-04 16:59:50 +00:00
|
|
|
* Added focus styles for file, radio, and checkbox `<input>`s to improve
|
|
|
|
accessibility. (Issue #42) (codepb)
|
|
|
|
|
2013-06-04 04:43:17 +00:00
|
|
|
* `<textarea>`s now have the same styling as `<input>`s. (Issue #49) (rcbdev)
|
|
|
|
|
2013-06-08 03:21:57 +00:00
|
|
|
* `.pure-form input` rules are now more specific by targetting only "texty"
|
|
|
|
`<inputs>`. This prevents these styles from affecting "buttony" `<input>`s.
|
|
|
|
(Issue #54)
|
2013-06-06 14:08:36 +00:00
|
|
|
|
2013-06-04 04:43:17 +00:00
|
|
|
### Grids
|
|
|
|
|
2013-06-11 22:30:36 +00:00
|
|
|
* Elements with classnames before the responsive grid's unit classnames now
|
|
|
|
works correctly. Before units were targeted using the `^=` ("starts with")
|
|
|
|
selector, which meant that if another classname preceded the unit classname,
|
|
|
|
then the rule would not apply. (Issue #44)
|
2013-06-03 23:54:50 +00:00
|
|
|
|
2013-06-04 16:59:50 +00:00
|
|
|
### Menus
|
|
|
|
|
2013-06-13 22:48:41 +00:00
|
|
|
* Added `pure-menu-separator` classname that can be used to visually
|
2013-06-08 03:21:57 +00:00
|
|
|
separate horizontal menu items. (Issue #53) (codepb, mseri)
|
2013-06-04 16:59:50 +00:00
|
|
|
|
2013-06-06 14:37:07 +00:00
|
|
|
* Focused menus have an `outline: none` by default. Instead, menu-items that
|
|
|
|
have been opened to display children (in a drop-down menu) get a slight
|
|
|
|
background (`#dedede`) for accessibility. (Issue #22)
|
2013-05-24 19:02:09 +00:00
|
|
|
|
2013-06-08 03:21:57 +00:00
|
|
|
|
2013-05-24 18:54:42 +00:00
|
|
|
0.1.0 (2013-05-24)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* (!) Initial public release.
|
2013-05-16 18:18:43 +00:00
|
|
|
|
2013-05-23 12:59:13 +00:00
|
|
|
* Upgraded Normalize.css to 1.1.2.
|
|
|
|
|
2013-05-23 12:54:51 +00:00
|
|
|
* Integrated Bower into `grunt import` process.
|
|
|
|
|
|
|
|
* Cleaned up manual test files, removing unnecessary CSS files and cruft.
|
|
|
|
|
2013-05-24 16:19:27 +00:00
|
|
|
### Buttons
|
2013-05-24 14:38:55 +00:00
|
|
|
|
2013-05-24 16:19:27 +00:00
|
|
|
* Added `border-radius: 2px` to enhance the appearance the they are click-able.
|
|
|
|
|
|
|
|
### Menus
|
|
|
|
|
|
|
|
* Removed `border-radius` from vertical menus.
|
|
|
|
|
|
|
|
* Replaced blue hover for menus with light grey (`#eee`)
|
|
|
|
|
|
|
|
* Removed `font-weight: bold` from selected menu items.
|
2013-05-24 14:38:55 +00:00
|
|
|
|
2013-05-16 18:18:43 +00:00
|
|
|
|
2013-05-16 18:13:22 +00:00
|
|
|
0.0.2 (2013-05-16)
|
|
|
|
------------------
|
2013-05-16 17:01:32 +00:00
|
|
|
|
2013-05-24 16:19:27 +00:00
|
|
|
* (!) Renamed to Pure.
|
2013-05-16 17:01:32 +00:00
|
|
|
|
2013-05-24 16:19:27 +00:00
|
|
|
* (!) Renamed CSS classname prefix to `pure`.
|
2013-05-16 17:33:57 +00:00
|
|
|
|
2013-05-16 17:53:08 +00:00
|
|
|
* Preview release (2).
|
|
|
|
|
2013-05-14 22:18:54 +00:00
|
|
|
|
|
|
|
0.0.1 (2013-05-14)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Preview release.
|