pure/HISTORY.md

73 lines
1.7 KiB
Markdown
Raw Normal View History

2013-05-16 17:01:32 +00:00
Pure Change History
===================
2013-05-24 19:02:09 +00:00
NEXT
----
### Forms
2013-06-03 21:15:00 +00:00
* (!) `.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)
* 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)
* 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)
### Grids
* Adding a classname before the responsive grid's unit classname now works.
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)
### Menus
* Added `pure-menu-separator-vertical` classname that can be used to visually
separate horizonal menu items. (Issue #53) (codepb, mseri)
2013-05-24 19:02:09 +00:00
2013-05-24 18:54:42 +00:00
0.1.0 (2013-05-24)
------------------
* (!) Initial public release.
2013-05-23 12:59:13 +00:00
* Upgraded Normalize.css to 1.1.2.
* Integrated Bower into `grunt import` process.
* Cleaned up manual test files, removing unnecessary CSS files and cruft.
### Buttons
2013-05-24 14:38:55 +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:13:22 +00:00
0.0.2 (2013-05-16)
------------------
2013-05-16 17:01:32 +00:00
* (!) Renamed to Pure.
2013-05-16 17:01:32 +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.