Release 0.6.5
This commit is contained in:
parent
da4c73d676
commit
55828788d1
@ -1,6 +1,29 @@
|
||||
COMPASS CHANGELOG
|
||||
=================
|
||||
|
||||
0.6.5
|
||||
-----
|
||||
|
||||
### Compass Core
|
||||
|
||||
Converted all mixins definitions referencing images to use the new sass function <code>image\_url()</code>. The following mixins were affected:
|
||||
|
||||
* <code>+pretty-bullets</code>
|
||||
* <code>+replace-text</code>
|
||||
|
||||
The calls to these mixins should now pass a path to the image that is relative to the images directory of the project.
|
||||
|
||||
### Command Line
|
||||
|
||||
* Required frameworks specified from the command line will now be added into the initial project configuration file.
|
||||
|
||||
0.6.4
|
||||
-----
|
||||
|
||||
### Command Line
|
||||
|
||||
Added a command line option --install-dir that will emit the directory where compass is installed. Useful for debugging and drilling into the compass examples and libraries.
|
||||
|
||||
0.6.3
|
||||
-----
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{compass}
|
||||
s.version = "0.6.4"
|
||||
s.version = "0.6.5"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Chris Eppstein"]
|
||||
s.date = %q{2009-04-25}
|
||||
s.date = %q{2009-04-29}
|
||||
s.default_executable = %q{compass}
|
||||
s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
|
||||
s.email = %q{chris@eppsteins.net}
|
||||
|
Loading…
Reference in New Issue
Block a user