2013-05-16 19:01:32 +02:00
|
|
|
Pure Change History
|
|
|
|
===================
|
|
|
|
|
2013-06-12 00:38:05 +02:00
|
|
|
NEXT
|
|
|
|
----
|
|
|
|
|
2013-07-17 18:40:41 +02:00
|
|
|
### Forms
|
2013-07-01 22:31:57 +02:00
|
|
|
|
2013-07-10 00:32:01 +02:00
|
|
|
* 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)
|
|
|
|
|
2013-07-11 23:34:08 +02:00
|
|
|
* Removed the gray color of forms' labels. ([#89][])
|
|
|
|
|
2013-06-14 07:07:45 +02:00
|
|
|
* Apply `.pure-form-group input` styling to all text-ish `input` elements.
|
2013-07-11 23:34:08 +02:00
|
|
|
(Issue #?)
|
2013-06-12 00:38:05 +02:00
|
|
|
|
2013-06-19 10:14:26 +02:00
|
|
|
* Added `display: block` to `textarea` in `.pure-form-stacked` to fix an
|
2013-07-11 23:34:08 +02:00
|
|
|
alignment issue for subsequent elements ([#90][])
|
2013-06-19 10:14:26 +02:00
|
|
|
|
2013-07-17 18:40:41 +02:00
|
|
|
* `[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 #?)
|
|
|
|
|
2013-07-10 18:00:45 +02:00
|
|
|
* Grid unit `pure-u-1` is now `{ display: inline-block; width: 100%; }` instead
|
2013-07-11 23:34:08 +02:00
|
|
|
of `{ display: block; }` ([#94][])
|
2013-06-12 00:38:05 +02:00
|
|
|
|
2013-07-17 18:40:41 +02:00
|
|
|
### Buttons
|
|
|
|
|
2013-07-10 20:16:59 +02:00
|
|
|
* Pure Buttons no longer inherit from `a:visited` style rules on a page.
|
2013-07-11 23:34:08 +02:00
|
|
|
([#87][])
|
|
|
|
|
2013-07-17 18:40:41 +02:00
|
|
|
### 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))
|
2013-07-17 17:35:58 +02:00
|
|
|
|
2013-07-11 23:34:08 +02:00
|
|
|
|
|
|
|
[#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
|
2013-06-12 00:38:05 +02:00
|
|
|
|
2013-07-11 22:55:06 +02:00
|
|
|
|
2013-06-12 00:33:44 +02:00
|
|
|
0.2.0 (2013-06-11)
|
|
|
|
------------------
|
2013-05-24 21:02:09 +02:00
|
|
|
|
2013-06-11 22:44:54 +02:00
|
|
|
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
|
|
|
|
from `buttons-core.css`.
|
|
|
|
|
2013-06-12 00:30:36 +02: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 15:31:48 +02:00
|
|
|
|
2013-06-06 01:27:41 +02:00
|
|
|
* Added improvements to developer workflow:
|
|
|
|
|
2013-07-11 23:34:08 +02:00
|
|
|
* Added basic Tests using CSSLint via `grunt test` ([#25][])
|
2013-06-06 01:27:41 +02:00
|
|
|
|
|
|
|
* 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
|
2013-07-11 23:34:08 +02:00
|
|
|
development. ([#46][], [yui/pure-site#111][])
|
2013-06-06 01:27:41 +02:00
|
|
|
|
2013-06-08 05:21:57 +02:00
|
|
|
* Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All
|
|
|
|
modern browsers support the non-prefixed versions of these properties.
|
2013-07-11 23:34:08 +02:00
|
|
|
([#23][])
|
2013-06-06 16:16:53 +02:00
|
|
|
|
2013-06-04 06:43:17 +02:00
|
|
|
### Forms
|
2013-06-03 23:15:00 +02:00
|
|
|
|
2013-06-04 01:54:50 +02:00
|
|
|
* (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We
|
2013-06-04 06:43:17 +02:00
|
|
|
still support the older classname but it is deprecated and will be going away
|
2013-07-11 23:34:08 +02:00
|
|
|
in a future release. ([#32][]: @dannytatom)
|
2013-06-04 01:54:50 +02:00
|
|
|
|
|
|
|
* Added a new class called `.pure-form-message`. It works the same way as
|
2013-07-11 23:34:08 +02:00
|
|
|
`.pure-form-message-inline` but is meant for block elements.
|
|
|
|
([#32][]: @dannytatom)
|
2013-06-04 06:43:17 +02:00
|
|
|
|
2013-06-04 18:59:50 +02:00
|
|
|
* Added focus styles for file, radio, and checkbox `<input>`s to improve
|
2013-07-11 23:34:08 +02:00
|
|
|
accessibility. ([#42][]: @codepb)
|
2013-06-04 18:59:50 +02:00
|
|
|
|
2013-07-11 23:34:08 +02:00
|
|
|
* `<textarea>`s now have the same styling as `<input>`s. ([#49][]: @rcbdev)
|
2013-06-04 06:43:17 +02:00
|
|
|
|
2013-06-08 05:21:57 +02:00
|
|
|
* `.pure-form input` rules are now more specific by targetting only "texty"
|
|
|
|
`<inputs>`. This prevents these styles from affecting "buttony" `<input>`s.
|
2013-07-11 23:34:08 +02:00
|
|
|
([#54][])
|
2013-06-06 16:08:36 +02:00
|
|
|
|
2013-06-04 06:43:17 +02:00
|
|
|
### Grids
|
|
|
|
|
2013-06-12 00:30:36 +02: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,
|
2013-07-11 23:34:08 +02:00
|
|
|
then the rule would not apply. ([#44][])
|
2013-06-04 01:54:50 +02:00
|
|
|
|
2013-06-04 18:59:50 +02:00
|
|
|
### Menus
|
|
|
|
|
2013-06-14 00:48:41 +02:00
|
|
|
* Added `pure-menu-separator` classname that can be used to visually
|
2013-07-11 23:34:08 +02:00
|
|
|
separate horizontal menu items. ([#53][]: @codepb, @mseri)
|
2013-06-04 18:59:50 +02:00
|
|
|
|
2013-06-06 16:37:07 +02: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
|
2013-07-11 23:34:08 +02:00
|
|
|
background (`#dedede`) for accessibility. ([#22][])
|
|
|
|
|
|
|
|
|
|
|
|
[#22]: https://github.com/yui/pure/issues/22
|
|
|
|
[#23]: https://github.com/yui/pure/issues/23
|
|
|
|
[#25]: https://github.com/yui/pure/issues/25
|
|
|
|
[#32]: https://github.com/yui/pure/issues/32
|
|
|
|
[#42]: https://github.com/yui/pure/issues/42
|
|
|
|
[#44]: https://github.com/yui/pure/issues/44
|
|
|
|
[#46]: https://github.com/yui/pure/issues/46
|
|
|
|
[#49]: https://github.com/yui/pure/issues/49
|
|
|
|
[#53]: https://github.com/yui/pure/issues/53
|
|
|
|
[#54]: https://github.com/yui/pure/issues/54
|
|
|
|
|
|
|
|
[yui/pure-site#111]: https://github.com/yui/pure-site/issues/111
|
2013-05-24 21:02:09 +02:00
|
|
|
|
2013-06-08 05:21:57 +02:00
|
|
|
|
2013-05-24 20:54:42 +02:00
|
|
|
0.1.0 (2013-05-24)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* (!) Initial public release.
|
2013-05-16 20:18:43 +02:00
|
|
|
|
2013-05-23 14:59:13 +02:00
|
|
|
* Upgraded Normalize.css to 1.1.2.
|
|
|
|
|
2013-05-23 14:54:51 +02:00
|
|
|
* Integrated Bower into `grunt import` process.
|
|
|
|
|
|
|
|
* Cleaned up manual test files, removing unnecessary CSS files and cruft.
|
|
|
|
|
2013-05-24 18:19:27 +02:00
|
|
|
### Buttons
|
2013-05-24 16:38:55 +02:00
|
|
|
|
2013-05-24 18:19:27 +02: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 16:38:55 +02:00
|
|
|
|
2013-05-16 20:18:43 +02:00
|
|
|
|
2013-05-16 20:13:22 +02:00
|
|
|
0.0.2 (2013-05-16)
|
|
|
|
------------------
|
2013-05-16 19:01:32 +02:00
|
|
|
|
2013-05-24 18:19:27 +02:00
|
|
|
* (!) Renamed to Pure.
|
2013-05-16 19:01:32 +02:00
|
|
|
|
2013-05-24 18:19:27 +02:00
|
|
|
* (!) Renamed CSS classname prefix to `pure`.
|
2013-05-16 19:33:57 +02:00
|
|
|
|
2013-05-16 19:53:08 +02:00
|
|
|
* Preview release (2).
|
|
|
|
|
2013-05-15 00:18:54 +02:00
|
|
|
|
|
|
|
0.0.1 (2013-05-14)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Preview release.
|