@@ -3,7 +3,7 @@ Blueprint CSS Framework Change Log
3
3
4
4
Version 0.9 - Date May 29, 2009
5
5
--
6
- New features:
6
+ New features:
7
7
* Changed all conditional comments to [if lt IE 8] for IE 8 compatibility [CMM]
8
8
* Updated forms code to align inline form elements, with additions for IE 6 [CMM]
9
9
* Use <form class="inline"> for inline forms
@@ -12,21 +12,21 @@ Version 0.9 - Date May 29, 2009
12
12
13
13
Version 0.8 - Date November 11, 2008
14
14
--
15
- New features:
15
+ New features:
16
16
* Much of the flexibility of 0.6 has been pushed back into the core [CMM]
17
17
* Plugins from 0.6 are now back in the core [CMM]
18
-
19
- Bug fixes:
18
+
19
+ Bug fixes:
20
20
* Lots. See http://blueprintcss.lighthouseapp.com/projects/15318-blueprint-css
21
21
22
22
23
23
Version 0.7.1 - Date February 21, 2008
24
24
--
25
25
New features:
26
26
* Rubydoc for compressor [JC]
27
-
27
+
28
28
Bug fixes:
29
- * Fixed bug in the compressor related to Rubygems. [JC]
29
+ * Fixed bug in the compressor related to Rubygems. [JC]
30
30
* <tt> should be inline, not block. [OFB]
31
31
32
32
@@ -48,7 +48,7 @@ Version 0.7 - February 19, 2008
48
48
* No need for .column! You now have to use divs for columns,
49
49
but you can still use span/prepend/append for other elements as well.
50
50
In other words, div.span-x now implies that the element is a .column. [OFB]
51
-
51
+
52
52
Bug fixes:
53
53
* Sidebar alignment in tests/sample.html. [OFB]
54
54
* Line-height on sub/sup. [OFB]
@@ -64,7 +64,7 @@ Version 0.7 - February 19, 2008
64
64
* Improved .notice, .error and .success color contrast. [OFB]
65
65
* Size of input[text]. [OFB]
66
66
* Baseline alignment of <h4>. [OFB]
67
-
67
+
68
68
Misc:
69
69
* Improved structure in print.css. [OFB]
70
70
* Dual-licensed under MIT and GPL licenses. [OFB]
@@ -90,18 +90,18 @@ Version 0.6 - September 21, 2007
90
90
to both extreme sides of the grid. Added test cases to tests/grid.css [GR]
91
91
* Moved test sample files to blueprint/tests sub-directory so tests stay with the code. [GR]
92
92
* Consolidated all references to release version number to screen.css [OFB]
93
- * Added ruby script (generate_compressed_css.rb) to scripts dir, and 'csstidy' binary (OS X Universal)
93
+ * Added ruby script (generate_compressed_css.rb) to scripts dir, and 'csstidy' binary (OS X Universal)
94
94
for generating tidied version of Blueprint (lib/compressed.css).
95
- * Consolidated test pages into one single page (test.html). Uses compressed stylesheet by default. This ensures test of
96
- the chain of generation. (todo) Intention is to delete other test files if single file works well. (todo) ensure singular
95
+ * Consolidated test pages into one single page (test.html). Uses compressed stylesheet by default. This ensures test of
96
+ the chain of generation. (todo) Intention is to delete other test files if single file works well. (todo) ensure singular
97
97
test file contains latest changes to other test files. [GR]
98
98
* Moved the blueprint framework to its own folder in the package, so that the tests, script,
99
99
license and readme don't clutter up our BP folder. [OFB]
100
- * Re-saved grid.png with Photoshop to remove Fireworks data which was bloating it.
100
+ * Re-saved grid.png with Photoshop to remove Fireworks data which was bloating it.
101
101
Now its about 3KB instead of 40+KB. Resolves Issue 22. [GR]
102
102
* Moved compressed files to new compressed dir [OFB]
103
103
* print.css is now also being generated by the compressor ruby script and is available for use.
104
- * Added new script 'validate_css.rb' which will validate all css files and present a report with
104
+ * Added new script 'validate_css.rb' which will validate all css files and present a report with
105
105
a local java binary of the W3C validator.
106
106
* Created an experimental CSS classes plugin, by popular demand. [OFB]
107
107
* Improved handling of multi-line headings. [OFB]
@@ -115,7 +115,7 @@ Version 0.6 - September 21, 2007
115
115
* Added tests for more elements which gets reset in reset.css [OFB, GR]
116
116
* Added forms.css, awaiting implementation. Moved form styling from typography.css [OFB]
117
117
* Updated compressor script to include forms.css [OFB]
118
- * Improved forms.html tests for upcoming forms.css implementation. This will change based on the
118
+ * Improved forms.html tests for upcoming forms.css implementation. This will change based on the
119
119
markup that forms.css will use. [OFB]
120
120
* Fixed clearing image in button element bug in buttons.css [OFB]
121
121
* Fixed bug where IE6 clips pushed/pulled elements. [OFB]
@@ -131,21 +131,21 @@ Version 0.6 - September 21, 2007
131
131
* Started on a new approach for the PNG plugin. Will not be included in this release. [OFB]
132
132
* Fixed incorrect rendering of ol in IE6/7. [OFB]
133
133
* Created a new, spiffier sample page. [OFB]
134
-
134
+
135
135
136
136
Version 0.5 - August 28, 2007
137
137
--
138
138
* Changed grid width from 14 to 24 columns [OFB]
139
139
* Removed 'first' CSS class and the need to apply it to the first column in a row of columns. [OFB]
140
- * Reverted to using pixels instead of em units to specify vertical spacing due to baseline issues with
140
+ * Reverted to using pixels instead of em units to specify vertical spacing due to baseline issues with
141
141
all browsers except Firefox. [OFB]
142
142
* New set of default fonts. (Experimental) [OFB]
143
143
* Added test files [OFB]
144
144
145
145
146
146
Version 0.4 - August 11, 2007
147
147
--
148
- * All font sizes and vertical margins are now elastic, through the use of em units.
148
+ * All font sizes and vertical margins are now elastic, through the use of em units.
149
149
Resizing works great in every tested browser. [OFB]
150
150
* Comes with a new, compressed version of BP, which reduces the size of the core files by 60 percent. [OFB]
151
151
* Support for incremental leading, contributed by Mark Boulton. [OFB]
0 commit comments