Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / grids / README
blobf8d751bf3b06b7a7959a6d54e93c2a7e516c9504
1 YUI Library - Grids - Release Notes
3 Version 2.5.2
5   * No changes.
7 Version 2.5.1
9   * Added more specific selectors to allow nesting on "yui-gd" grids 
10     within "yui-ge" for Bugzilla #1779582, Sourceforge #1897741 
11   * Modified Page Width and Template Preset values for IE
12   * Reordered several rules; formatted file and added more comments
13   * Modified width and margin values for "thirds" nesting grid
14   * Combined and optimized several selectors and rules
16 Version 2.5.0
18   * Tweaked em widths for "template presets" .yui-t1-6
19   * Pruned two redundant lines
21 Version 2.4.0
23   * No changes.
25 Version 2.3.1
27   * Fixed bug in 2.3.0 that transposed the columns in deeply-
28     nested grids. Sourceforge #1765553, Bugzilla #1419885    
29   * Improved precision and consistency of margins in nested grids.
31 Version 2.3.0
33   * Added more specific selectors to allow deeper nesting of both 
34     grids inside special grids, special grids within special 
35         grids, and special grids within grids.
36   * Added #doc4 which provides a 974px page width
38 Version 2.2.0 - 2.2.2
40   * No changes.
42 Version 0.12.1 - 0.12.2
44   * No changes.
46 Version 0.12.0
48   * Removed redundant "text-align:left" from nodes below #doc.
50   * Removed small-font treatment on #ft.
52   * Removed margin-bottom from #hd,#bd.
54   * Added two new #doc definitions (#doc2 and #doc3) that provide 
55     950px centered and 100% page width presets to supplement the 
56     original 750px centered page width.
58   * Made ".first" selectors more precise by binding to divs, to 
59     make it less likely that our .first definitions will impact 
60     nested content elements wishing to use this nomenclature.
62   * Fixed "nested yui-gc" bug.
64   * Fixed build-process whitespace bug with .yui-t2 and .yui-t5.
66   * Migrated .yui-t's technique to "negative margins" technique 
67     from "floated ems".
69   * The "negative margins" technique caused z-index issues, so 
70     position:relative was added to the secondary yui-b to enable 
71         correct z-index.
73   * Make optimization benefits from inheritence wins via code 
74     reorganizations.
76 Version 0.11.0
78   * Removed line #43 because it set an already-set value.
79     Was: ".yui-t7  #main .yui-b{min-width:750px;}"
80   
81 Version 0.10.0
83   * Initial release.