~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/releasenotes/HISTORY.cssgrids.md

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CSS Grids Change History
2
 
========================
3
 
 
4
 
3.5.0
5
 
-----
6
 
 
7
 
  * CSS Grids has been broken out into cssgrids-base and cssgrids-units.
8
 
 
9
 
 
10
 
3.4.1
11
 
-----
12
 
 
13
 
  * No change.
14
 
 
15
 
 
16
 
3.4.0
17
 
-----
18
 
 
19
 
  * No change.
20
 
 
21
 
  
22
 
3.3.0
23
 
-----
24
 
 
25
 
  * No change.
26
 
 
27
 
 
28
 
3.2.0
29
 
-----
30
 
 
31
 
  * [!] The pre-3.2.0 CSS Grids Utility has been deprecated, and its
32
 
    module has been renamed to `cssgrids-deprecated`. It will be removed
33
 
    completely in a future release.
34
 
 
35
 
  * Initial release of the new CSS Grids Utility.
36
 
 
37
 
 
38
 
3.1.1
39
 
-----
40
 
 
41
 
  * No change.
42
 
 
43
 
 
44
 
3.1.0
45
 
-----
46
 
 
47
 
  * No change.
48
 
 
49
 
 
50
 
3.0.0
51
 
-----
52
 
 
53
 
  * Initial release.
54
 
 
55
 
**** version 3.0.0 ***  
56
 
  * deprecated for YUI 3
57
 
  
58
 
**** version 3.0.0 beta 1 ***   
59
 
  * deprecated for YUI 3
60
 
  
61
 
**** version 3.0.0 PR2 ***
62
 
 
63
 
    * Added self-clearing for templates (e.g. div.yui-t1) for 
64
 
      cases when they are not within #bd. Per ticket 2201115
65
 
    * Corrected ordering issue for "gb" per internal ticket 
66
 
      2251219 and Sourceforge ticket 2131681
67
 
    * Enabled nesting of gf within gc per internal ticket 
68
 
      1458071 and Sourceforget ticket 1786723
69
 
 
70
 
3.0.0PR1 - Initial release
71
 
 
72
 
Module Name: "cssgrids"
73
 
Documentation: http://developer.yahoo.com/yui/3/cssgrids
74
 
 
75
 
The foundational CSS Grids offers four preset page widths, 
76
 
six preset two-column source-order-independent content 
77
 
templates, and the ability to stack and nest subdivided 
78
 
regions of two, three, or four columns. The file provides 
79
 
over 1000 page layout combinations. Other features include:
80
 
 
81
 
    * Supports fluid 100-percent layouts, fluid- and 
82
 
      fixed-width layouts at 750px, 950px, and 974px 
83
 
      centered, and the ability to easily customize the 
84
 
      width.
85
 
    * Flexible in response to user initiated font-size 
86
 
      adjustments.
87
 
    * Template columns are source-order independent; put
88
 
      your most important content earlier in your markup
89
 
      for improved accessibility and SEO.
90
 
    * Self-clearing footer. No matter which column is
91
 
      longer, the footer stays below the longest.
92
 
    * Accommodates IAB's Ad Unit Guidelines for common 
93
 
      ad dimensions.
94
 
 
95
 
*** NOTE: This module is deprecated. This functionality will be provided in a future release. 
96