1
CSS Grids Change History
2
========================
12
* CSS Grids has been broken out into cssgrids-base and cssgrids-units.
36
* [!] The pre-3.2.0 CSS Grids Utility has been deprecated, and its
37
module has been renamed to `cssgrids-deprecated`. It will be removed
38
completely in a future release.
40
* Initial release of the new CSS Grids Utility.
60
**** version 3.0.0 ***
61
* deprecated for YUI 3
63
**** version 3.0.0 beta 1 ***
64
* deprecated for YUI 3
66
**** version 3.0.0 PR2 ***
68
* Added self-clearing for templates (e.g. div.yui-t1) for
69
cases when they are not within #bd. Per ticket 2201115
70
* Corrected ordering issue for "gb" per internal ticket
71
2251219 and Sourceforge ticket 2131681
72
* Enabled nesting of gf within gc per internal ticket
73
1458071 and Sourceforget ticket 1786723
75
3.0.0PR1 - Initial release
77
Module Name: "cssgrids"
78
Documentation: http://developer.yahoo.com/yui/3/cssgrids
80
The foundational CSS Grids offers four preset page widths,
81
six preset two-column source-order-independent content
82
templates, and the ability to stack and nest subdivided
83
regions of two, three, or four columns. The file provides
84
over 1000 page layout combinations. Other features include:
86
* Supports fluid 100-percent layouts, fluid- and
87
fixed-width layouts at 750px, 950px, and 974px
88
centered, and the ability to easily customize the
90
* Flexible in response to user initiated font-size
92
* Template columns are source-order independent; put
93
your most important content earlier in your markup
94
for improved accessibility and SEO.
95
* Self-clearing footer. No matter which column is
96
longer, the footer stays below the longest.
97
* Accommodates IAB's Ad Unit Guidelines for common
100
*** NOTE: This module is deprecated. This functionality will be provided in a future release.