From 0a5633a4694567020858d84e4e8b6b9b03da9870 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 6 Apr 2009 02:15:01 -0700 Subject: [PATCH] More changelog cleanup. --- CHANGELOG.markdown | 46 ++++++++++++++++------------------------------ 1 file changed, 16 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 583b975c..f4653b79 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -CHANGELOG -========= +COMPASS CHANGELOG +================= 0.6.0 ----- @@ -28,22 +28,17 @@ Please read the ### New Command-line options: -1. --validate - +1. --validate
Validate your project's compiled css. Requires java and probably only works on Mac and Unix. -2. --grid-img [DIMENSIONS] - +2. --grid-img [DIMENSIONS]
Generate a background image to test grid alignment. Dimension is given as +. Defaults to 30+10. -3. -p, --pattern PATTERN - +3. -p, --pattern PATTERN
When combined with with the --framework option, will stamp a plugin's pattern named PATTERN. -4. -n, --pattern-name NAME - +4. -n, --pattern-name NAME
When combined with the --pattern option, the pattern that gets stamped out will be isolated in subdirectories named NAME. -5. -c, --write-configuration - +5. -c, --write-configuration
Emit a compass configuration file into the current directory, taking any existing configuration file and any command line options provided into account. (command line options override configuration file options). @@ -52,12 +47,10 @@ Please read the Compass projects can call these sass functions within their sass files, if you find them useful. -1. enumerate(prefix, start, end) - +1. enumerate(prefix, start, end)
Generates selectors with a prefix and a numerical ending counting from start to end. E.g. enumerate("foo", 1, 3) returns "foo-1, foo-2, foo-3" -2. image_url(path) - +2. image_url(path)
Uses the compass configuration to convert a path relative to the compass project directory to a path that is either absolute for serving in an HTTP context or that is relative to whatever css file the function was being @@ -66,13 +59,11 @@ Compass projects can call these sass functions within their sass files, if you f ### New Compass Core Mixins -1. +float-left & +float-right - +1. +float-left & +float-right
In order to include fixes for IE's double-margin bug universally, floats were implemented as a utility mixins. These are available by importing compass/utilities/general/float.sass which also imports the clearfix module. -2. +pie-clearfix - +2. +pie-clearfix
Implementation of the [position-is-everything clearfix](http://www.positioniseverything.net/easyclearing.html) that uses content :after. @@ -87,18 +78,14 @@ One of the key features of the release was the inclusion of three new core bluep (a.k.a. folders you can copy). These are what prompted the development of the compass patterns feature and two of them are packaged as patterns: -1. Buttons - - To install: compass --framework blueprint --pattern buttons - +1. Buttons
+ To install: compass --framework blueprint --pattern buttons
Then follow your nose. -2. Link Icons - - To install: compass --framework blueprint --pattern link\_icons - +2. Link Icons
+ To install: compass --framework blueprint --pattern link\_icons
Then follow your nose. -The third plugin was the RTL (right-to-left) plugin. To use this one, simply import it after the import +The third plugin is the RTL (right-to-left) plugin. To use this one, simply import it after the import of the blueprint grid and your mixins will be redefined to work in a left to right manner. Additionally, it provides +rtl-typography mixin that works in conjunction with +blueprint-typography and should be mixed in with it. @@ -115,4 +102,3 @@ that are not yet fixed in blueprint-css and we use a different clearfix implemen ### Bugs Introduced Almost definitely. Please let me know if you encounter any problems and I'll get a patch out - \ No newline at end of file