-
Fix class
.pure-u-1-6to change width from 16.656% to 16.666% -
Apply
.pure-form-group inputstyling to all text-ishinputelements. -
Added
display: blocktotextareain.pure-form-stackedto fix an alignment issue for subsequent elements (Issue #90)
-
(!) Fixed accessibility mistake by removing
a:focus {outline: none;}rule frombuttons-core.css. -
(!) Improved
:focusstyles by applying the same rules that are used by:hoverstyles. When overriding Pure's:hoverstyles, be sure to include:focusselectors as well. -
Added improvements to developer workflow:
-
Added basic Tests using CSSLint via
grunt test(Issue #25) -
Integrated Travis CI which runs
grunt teston pushes tomasterand for pull requests. -
Added
grunt watchtask which runs tests and build. -
Added support to
pure-sitefor servingpurelocally during development. (Issue #46, pure-css/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)
-
(!)
.pure-help-inlinehas 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) -
Added a new class called
.pure-form-message. It works the same way as.pure-form-message-inlinebut is meant for block elements. (Issue #32) (dannytatom) -
Added focus styles for file, radio, and checkbox
<input>s to improve accessibility. (Issue #42) (codepb) -
<textarea>s now have the same styling as<input>s. (Issue #49) (rcbdev) -
.pure-form inputrules are now more specific by targetting only "texty"<inputs>. This prevents these styles from affecting "buttony"<input>s. (Issue #54)
- 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)
-
Added
pure-menu-separatorclassname that can be used to visually separate horizontal menu items. (Issue #53) (codepb, mseri) -
Focused menus have an
outline: noneby 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)
-
(!) Initial public release.
-
Upgraded Normalize.css to 1.1.2.
-
Integrated Bower into
grunt importprocess. -
Cleaned up manual test files, removing unnecessary CSS files and cruft.
- Added
border-radius: 2pxto enhance the appearance the they are click-able.
-
Removed
border-radiusfrom vertical menus. -
Replaced blue hover for menus with light grey (
#eee) -
Removed
font-weight: boldfrom selected menu items.
-
(!) Renamed to Pure.
-
(!) Renamed CSS classname prefix to
pure. -
Preview release (2).
- Preview release.