1
mirror of https://github.com/pure-css/pure synced 2024-11-26 08:27:21 +01:00
pure/HISTORY.md

51 lines
913 B
Markdown
Raw Normal View History

2013-05-16 19:01:32 +02:00
Pure Change History
===================
2013-05-24 21:02:09 +02:00
NEXT
----
2013-05-30 23:05:59 +02:00
* Fixed: Responsive grids fails to apply when another class precedes the unit
class in markup. [#44]
2013-05-24 21:02:09 +02:00
2013-06-03 23:15:00 +02:00
* Fixed: textarea does not match input styling in forms. [#49]
2013-05-24 21:02:09 +02:00
2013-05-24 20:54:42 +02:00
0.1.0 (2013-05-24)
------------------
* (!) Initial public release.
2013-05-23 14:59:13 +02: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 16:38:55 +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:13:22 +02:00
0.0.2 (2013-05-16)
------------------
2013-05-16 19:01:32 +02:00
* (!) Renamed to Pure.
2013-05-16 19:01:32 +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.