source: ether_2012/web/resources/css/blueprint-css/CHANGELOG @ 319

Last change on this file since 319 was 319, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

File size: 8.1 KB
Line 
1Blueprint CSS Framework Change Log
2----------------------------------------------------------------
3
4Version 1.0 - Date September 29, 2010
5--
6  New features:
7    * Added detailed explanations to core uncompressed CSS files [CMM]
8    * Added .info and .alert classes to forms.css [CMM]
9    * Fixed numerous bugs in forms, including the fieldset padding bug in IE6-8 [CMM]
10    * Fixed specificity problems in typography.css and grid.css [CMM]
11    * See Lighthouse for more bug fixes
12
13Version 0.9 - Date May 29, 2009
14--
15  New features:
16    * Changed all conditional comments to [if lt IE 8] for IE 8 compatibility [CMM]
17    * Updated forms code to align inline form elements, with additions for IE 6 [CMM]
18      * Use <form class="inline"> for inline forms
19      * Use classes "text", "button", "radio" and "checkbox" on inputs for IE 6 compatibility
20
21
22Version 0.8 - Date November 11, 2008
23--
24  New features:
25    * Much of the flexibility of 0.6 has been pushed back into the core [CMM]
26    * Plugins from 0.6 are now back in the core [CMM]
27
28  Bug fixes:
29    * Lots. See http://blueprintcss.lighthouseapp.com/projects/15318-blueprint-css
30
31
32Version 0.7.1 - Date February 21, 2008
33--
34  New features:
35    * Rubydoc for compressor [JC]
36
37  Bug fixes:
38    * Fixed bug in the compressor related to Rubygems. [JC]
39    * <tt> should be inline, not block. [OFB]
40
41
42Version 0.7 - February 19, 2008
43--
44  New features:
45    * New directory structure. [OFB]
46    * New compressor script. [JC]
47      * Ability to set custom namespace for BP classes. [JC]
48      * Optional custom column count and widths. [JC]
49      * Ability to add your own CSS files. [JC]
50      * Custom output paths. [JC]
51      * Support for multiple projects. [JC]
52      * Semantic class naming from CSS rules. [JC]
53      * Automatic compression for plugins. [JC]
54    * Compressed version of ie.css. [OFB]
55    * Alternating table row colors. [OFB]
56    * Added class .showgrid to see the grid of any column or container. [OFB]
57    * No need for .column! You now have to use divs for columns,
58      but you can still use span/prepend/append for other elements as well.
59      In other words, div.span-x now implies that the element is a .column. [OFB]
60
61  Bug fixes:
62    * Sidebar alignment in tests/sample.html. [OFB]
63    * Line-height on sub/sup. [OFB]
64    * Clearfix not properly applied to container. [OFB]
65    * Misc validation errors in tests. [OFB]
66    * Proper margin on address. [OFB]
67    * Unwanted bottom margin on nested lists. [OFB]
68    * Form labels with unwanted fancy-type indentation. [OFB]
69    * Proper margin on all form elements. [OFB]
70    * No margins for images in headings. [OFB]
71    * Push-x bottom margin. [OFB]
72    * Vertical align set to middle on tables. [OFB]
73    * Improved .notice, .error and .success color contrast. [OFB]
74    * Size of input[text]. [OFB]
75    * Baseline alignment of <h4>. [OFB]
76
77  Misc:
78    * Improved structure in print.css. [OFB]
79    * Dual-licensed under MIT and GPL licenses. [OFB]
80    * Changed name of .clear to .clearfix, and added .clear (clear:both;). [OFB]
81
82
83Version 0.6 - September 21, 2007
84--
85  * Created a new plugin, "iepngfix", that adds support for PNG transparency in IE5.5+ [OFB]
86  * Added an IE stylesheet, updated the test files and the readme accordingly [OFB]
87  * Re-added improved support for em units [OFB]
88  * Lots of minor changes to typography.css and reset.css, provided by Christian Montoya [OFB]
89  * Extracted the fancy typography section in typography.css to a new plugin [OFB]
90  * Extracted the support for CSS buttons into a new plugin. [OFB]
91  * Added new plugin structure. [OFB]
92  * Changed some default fonts so that BP works better with ClearType in XP [OFB]
93  * Re-added the hack for clearing floats without extra markup. [OFB]
94  * Added Changelog.txt to track changes in each release. [GR]
95  * Cleaned up and rationalized SVN dir structure. [GR, OFB]
96  * print.css : removed reference to 'baseline.png' as it no longer exists. [GR]
97  * grid.css : removed reference to '.first' css class as it no longer exists. [GR]
98  * Added append-13 to append-23 and prepend-13 to prepend-23 to allow pushing elements
99    to both extreme sides of the grid. Added test cases to tests/grid.css [GR]
100  * Moved test sample files to blueprint/tests sub-directory so tests stay with the code. [GR]
101  * Consolidated all references to release version number to screen.css [OFB]
102  * Added ruby script (generate_compressed_css.rb) to scripts dir, and 'csstidy' binary (OS X Universal)
103    for generating tidied version of Blueprint (lib/compressed.css).
104  * Consolidated test pages into one single page (test.html).  Uses compressed stylesheet by default.  This ensures test of
105    the chain of generation.  (todo) Intention is to delete other test files if single file works well. (todo) ensure singular
106    test file contains latest changes to other test files.   [GR]
107  * Moved the blueprint framework to its own folder in the package, so that the tests, script,
108    license and readme don't clutter up our BP folder. [OFB]
109  * Re-saved grid.png with Photoshop to remove Fireworks data which was bloating it.
110    Now its about 3KB instead of 40+KB. Resolves Issue 22. [GR]
111  * Moved compressed files to new compressed dir [OFB]
112  * print.css is now also being generated by the compressor ruby script and is available for use.
113  * Added new script 'validate_css.rb' which will validate all css files and present a report with
114    a local java binary of the W3C validator.
115  * Created an experimental CSS classes plugin, by popular demand. [OFB]
116  * Improved handling of multi-line headings. [OFB]
117  * Improved styling of <table>s, you may now use .span classes on <th>s to create tables that follow the grid. [OFB]
118  * Added support for indented paragraphs to the Fancy-type plugin. [OFB]
119  * Added a new plugin: link-icons. [OFB]
120  * Seperated the plugins tests into their own file. [OFB]
121  * Re-structured some of the tests.html sections. [OFB]
122  * Added class ".colborder" to grid.css. [OFB]
123  * Added .error, .notice and .success classes to typography.css. [OFB]
124  * Added tests for more elements which gets reset in reset.css [OFB, GR]
125  * Added forms.css, awaiting implementation. Moved form styling from typography.css [OFB]
126  * Updated compressor script to include forms.css [OFB]
127  * Improved forms.html tests for upcoming forms.css implementation. This will change based on the
128    markup that forms.css will use. [OFB]
129  * Fixed clearing image in button element bug in buttons.css [OFB]
130  * Fixed bug where IE6 clips pushed/pulled elements. [OFB]
131  * Fixed typo in grid.css formula. [OFB]
132  * Fixed varying formatting across core files. [OFB]
133  * Fixed legend element in IE6. [OFB]
134  * Fixed indentation in test files. [OFB]
135  * Removed tests for plugins not bundled with the next release. [OFB]
136  * Improved styling of <h3>. [OFB]
137  * Fixed indentation bug in ul/ol, removed some redundant styling. [OFB]
138  * Fixed validation errors in tests. [OFB]
139  * Changed IE stylesheet condition comment to include all versions of IE. [OFB]
140  * Started on a new approach for the PNG plugin. Will not be included in this release. [OFB]
141  * Fixed incorrect rendering of ol in IE6/7. [OFB]
142  * Created a new, spiffier sample page. [OFB]
143
144
145Version 0.5 - August 28, 2007
146--
147  * Changed grid width from 14 to 24 columns [OFB]
148  * Removed 'first' CSS class and the need to apply it to the first column in a row of columns. [OFB]
149  * Reverted to using pixels instead of em units to specify vertical spacing due to baseline issues with
150    all browsers except Firefox. [OFB]
151  * New set of default fonts. (Experimental) [OFB]
152  * Added test files [OFB]
153
154
155Version 0.4 - August 11, 2007
156--
157  * All font sizes and vertical margins are now elastic, through the use of em units.
158    Resizing works great in every tested browser. [OFB]
159  * Comes with a new, compressed version of BP, which reduces the size of the core files by 60 percent. [OFB]
160  * Support for incremental leading, contributed by Mark Boulton. [OFB]
161  * Adds perfected CSS buttons, by Kevin Hale of Particletree fame. [OFB]
162  * Fixes all known IE bugs. [OFB]
163  * Loads of minor fixes and additions. [OFB]
164
165
166Version 0.3 - March 8, 2007
167--
168  * Initial release of Blueprint (versions 0.1 and 0.2 were internal only).
Note: See TracBrowser for help on using the repository browser.