Updated the CHANGELOG to prepare for the 0.8 release.
This commit is contained in:
parent
99f608ee3a
commit
0d40287df7
@ -1,6 +1,96 @@
|
|||||||
COMPASS CHANGELOG
|
COMPASS CHANGELOG
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
0.8.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
### TODO
|
||||||
|
* Make the rtl mixin match changes to the grid mixins.
|
||||||
|
* Bug fixes
|
||||||
|
|
||||||
|
### Rails
|
||||||
|
* image_url() now integrates with the rails asset handling code when
|
||||||
|
stylesheets are generated within the rails container.
|
||||||
|
**This causes your rails configuration for cache busting and asset hosts
|
||||||
|
to be used when generating your stylesheets**. Unfortunately, all
|
||||||
|
that code runs within the context of a controller, so the stylesheets
|
||||||
|
have to be generated during first request to use this functionality.
|
||||||
|
* An official Rails template for Compass is now [provided][rails_template].
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/f6948d1d58818ef8babce8f8f9d775562d7cd7ef)
|
||||||
|
by [Derek Perez][perezd].
|
||||||
|
|
||||||
|
### Blueprint
|
||||||
|
|
||||||
|
* When starting a new project based on Blueprint, a more complete screen.sass file will be
|
||||||
|
provided that follows compass best practices instead of matching blueprint css exactly. A
|
||||||
|
partials/_base.sass file is provided and already set up for blueprint customization.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/11b6ea14c3ee919711fa4bdce349f88b64b68d51)
|
||||||
|
|
||||||
|
* The sizes and borders for form styling can now be altered via mixin arguments.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/b84dd3031b82547cff8e1ef1f85de66d98cd162b)
|
||||||
|
by [Thomas Reynolds][tdreyno].
|
||||||
|
|
||||||
|
* Grid borders can now be altered via mixin arguments.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/0a0a14aab597d2ec31ff9d267f6ee8cfad878e10)
|
||||||
|
by [Thomas Reynolds][tdreyno].
|
||||||
|
|
||||||
|
* The reset file for blueprint has moved from compass/reset.sass to blueprint/reset.sass. Please
|
||||||
|
update your imports accordingly. Also note that some of the reset mixin names have changed
|
||||||
|
(now prefixed with blueprint-*).
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/2126240a1a16edacb0a758d782334a9ced5d9116)
|
||||||
|
by [Noel Gomez][noel].
|
||||||
|
|
||||||
|
* The Blueprint port has been upgraded to match Blueprint 0.9. The following changes were made as part
|
||||||
|
of that project:
|
||||||
|
|
||||||
|
* Removed body margins from blueprint scaffolding by default.
|
||||||
|
The old body styles can be reinstated by mixing +blueprint-scaffolding-body into your body selector(s).
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/45af89d4c7a396fae5d14fab4ef3bab23bcdfb6a)
|
||||||
|
by [Enrico Bianco][enricob].
|
||||||
|
* A bug in the calculations affecting the +colborder mixin has been fixed.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/4b33fae5e5c5421580ba536116cb10194f1318d1)
|
||||||
|
by [Enrico Bianco][enricob].
|
||||||
|
Related [commit](http://github.com/chriseppstein/compass/commit/0a0a14aab597d2ec31ff9d267f6ee8cfad878e10).
|
||||||
|
* Blueprint now has inline form support. Mix +blueprint-inline-form into a form selector to make it inline.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/56c745b939c763cfcc5549b54979d48ab1309087)
|
||||||
|
by [Enrico Bianco][enricob].
|
||||||
|
* Please update the conditional comment that surrounds your IE stylesheet to use "lt IE 8" as the condition
|
||||||
|
as these styles are not needed in IE8. New blueprint projects will now use this conditional as their default.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/77f6e02c0ec80d2b6fd19e611ced02be003c98ae)
|
||||||
|
by [Enrico Bianco][enricob].
|
||||||
|
* Explicitly define image interpolation mode for IE so that images aren't jagged when resizing.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/63075f82db367913efcce5e1d0f5489888e86ca4)
|
||||||
|
by [Enrico Bianco][enricob].
|
||||||
|
|
||||||
|
### Compass Core
|
||||||
|
|
||||||
|
* A basic sprite mixin is now available. Import compass/utilities/sprites.sass and use the +sprite-img
|
||||||
|
mixin to set the background image from a sprite image file. Assumes every sprite in the sprite image
|
||||||
|
file has the same dimensions.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/1f21d6309140c009188d350ed911eed5d34bf02e)
|
||||||
|
by [Thomas Reynolds][tdreyno].
|
||||||
|
* The compass reset is now based on [Eric Meyer's reset](http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/).
|
||||||
|
which makes no attempt to apply base styles like the blueprint reset does. <em>Existing compass projects
|
||||||
|
will want to change their reset import to point to blueprint/reset.sass</em> -- which is where the old
|
||||||
|
default reset for compass projects now lives -- see the blueprint notes above for more information.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/2126240a1a16edacb0a758d782334a9ced5d9116)
|
||||||
|
by [Noel Gomez][noel].
|
||||||
|
* A bug was fixed in the tag_cloud mixin so that it actually works.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/be5c0ff6731ec5e0cdac73bc47f5603c3db899b5)
|
||||||
|
by [Bjørn Arild Mæland][Chrononaut].
|
||||||
|
|
||||||
|
### Compass Internals
|
||||||
|
|
||||||
|
* Some internal code was reorganized to make managing sass extensions and functions more manageble.
|
||||||
|
* Some internal code was reorganized to make managing ruby application integration more manageable.
|
||||||
|
* The compass unit tests were reorganized to separate rails testing from other tests.
|
||||||
|
* The [Rip Packaging System](http://hellorip.com) is now supported.
|
||||||
|
[Commit](http://github.com/chriseppstein/compass/commit/56f36577c7654b93a349f74abf274327df23402b)
|
||||||
|
by [Will Farrington](http://github.com/wfarr).
|
||||||
|
* A [licence is now available](http://github.com/chriseppstein/compass/blob/master/LICENSE.markdown)
|
||||||
|
making the copyrights and terms of use clear for people who care about such things.
|
||||||
|
|
||||||
|
|
||||||
0.6.14
|
0.6.14
|
||||||
------
|
------
|
||||||
|
|
||||||
@ -216,3 +306,10 @@ that are not yet fixed in blueprint-css and we use a different clearfix implemen
|
|||||||
### Bugs Introduced
|
### Bugs Introduced
|
||||||
|
|
||||||
Almost definitely. Please let me know if you encounter any problems and I'll get a patch out
|
Almost definitely. Please let me know if you encounter any problems and I'll get a patch out
|
||||||
|
|
||||||
|
[tdreyno]: http://github.com/tdreyno
|
||||||
|
[noel]: http://github.com/noel
|
||||||
|
[enricob]: http://github.com/enricob
|
||||||
|
[perezd]: http://github.com/perezd
|
||||||
|
[Chrononaut]: http://github.com/Chrononaut
|
||||||
|
[rails_template]: http://github.com/chriseppstein/compass/raw/4e7e51e2c5491851f66c77abf3f15194f2f8fb8d/lib/compass/app_integration/rails/templates/compass-install-rails.rb
|
Loading…
Reference in New Issue
Block a user