~bcsaller/juju-gui/charmFind

« back to all changes in this revision

Viewing changes to lib/yui/releasenotes/HISTORY.cssgrids.md

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CSS Grids Change History
2
 
========================
3
 
 
4
 
3.5.1
5
 
-----
6
 
 
7
 
  * No changes.
8
 
 
9
 
3.5.0
10
 
-----
11
 
 
12
 
  * CSS Grids has been broken out into cssgrids-base and cssgrids-units.
13
 
 
14
 
 
15
 
3.4.1
16
 
-----
17
 
 
18
 
  * No change.
19
 
 
20
 
 
21
 
3.4.0
22
 
-----
23
 
 
24
 
  * No change.
25
 
 
26
 
  
27
 
3.3.0
28
 
-----
29
 
 
30
 
  * No change.
31
 
 
32
 
 
33
 
3.2.0
34
 
-----
35
 
 
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.
39
 
 
40
 
  * Initial release of the new CSS Grids Utility.
41
 
 
42
 
 
43
 
3.1.1
44
 
-----
45
 
 
46
 
  * No change.
47
 
 
48
 
 
49
 
3.1.0
50
 
-----
51
 
 
52
 
  * No change.
53
 
 
54
 
 
55
 
3.0.0
56
 
-----
57
 
 
58
 
  * Initial release.
59
 
 
60
 
**** version 3.0.0 ***  
61
 
  * deprecated for YUI 3
62
 
  
63
 
**** version 3.0.0 beta 1 ***   
64
 
  * deprecated for YUI 3
65
 
  
66
 
**** version 3.0.0 PR2 ***
67
 
 
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
74
 
 
75
 
3.0.0PR1 - Initial release
76
 
 
77
 
Module Name: "cssgrids"
78
 
Documentation: http://developer.yahoo.com/yui/3/cssgrids
79
 
 
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:
85
 
 
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 
89
 
      width.
90
 
    * Flexible in response to user initiated font-size 
91
 
      adjustments.
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 
98
 
      ad dimensions.
99
 
 
100
 
*** NOTE: This module is deprecated. This functionality will be provided in a future release. 
101