CommunityID/webdir/javascript/yui/grids/README

86 lines
2.4 KiB
Plaintext

YUI Library - Grids - Release Notes
Version 2.6.0
* Removed extraneous "s" typo per Bugzilla #1826435 and SF #1921958
* Added .yui-g .yui-u .yui-g {width:100%;} so nested grids work
more consistently; BZ:2156128, SF:2060556
* Added provision for better g>g>u gutters per SF:1927599
Version 2.5.1
* Added more specific selectors to allow nesting on "yui-gd" grids
within "yui-ge" for Bugzilla #1779582, Sourceforge #1897741
* Modified Page Width and Template Preset values for IE
* Reordered several rules; formatted file and added more comments
* Modified width and margin values for "thirds" nesting grid
* Combined and optimized several selectors and rules
Version 2.5.0
* Tweaked em widths for "template presets" .yui-t1-6
* Pruned two redundant lines
Version 2.4.0
* No changes.
Version 2.3.1
* Fixed bug in 2.3.0 that transposed the columns in deeply-
nested grids. Sourceforge #1765553, Bugzilla #1419885
* Improved precision and consistency of margins in nested grids.
Version 2.3.0
* Added more specific selectors to allow deeper nesting of both
grids inside special grids, special grids within special
grids, and special grids within grids.
* Added #doc4 which provides a 974px page width
Version 2.2.0 - 2.2.2
* No changes.
Version 0.12.1 - 0.12.2
* No changes.
Version 0.12.0
* Removed redundant "text-align:left" from nodes below #doc.
* Removed small-font treatment on #ft.
* Removed margin-bottom from #hd,#bd.
* Added two new #doc definitions (#doc2 and #doc3) that provide
950px centered and 100% page width presets to supplement the
original 750px centered page width.
* Made ".first" selectors more precise by binding to divs, to
make it less likely that our .first definitions will impact
nested content elements wishing to use this nomenclature.
* Fixed "nested yui-gc" bug.
* Fixed build-process whitespace bug with .yui-t2 and .yui-t5.
* Migrated .yui-t's technique to "negative margins" technique
from "floated ems".
* The "negative margins" technique caused z-index issues, so
position:relative was added to the secondary yui-b to enable
correct z-index.
* Make optimization benefits from inheritence wins via code
reorganizations.
Version 0.11.0
* Removed line #43 because it set an already-set value.
Was: ".yui-t7 #main .yui-b{min-width:750px;}"
Version 0.10.0
* Initial release.