pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-compass-susy-plugin



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 19 08:02:21 UTC 2011

Modified Files:
        pkgsrc/www/ruby-compass-susy-plugin: Makefile PLIST distinfo

Log Message:
Update ruby-compass-susy-plugin pacakge to 0.9.

Susy Changelog
==============

v0.9 [Apr 25 2011]
------------------

Everything here is about simplicity. Susy has scaled back to it's most basic
function: providing flexible grids. That is all.

Deprecated:

* The `susy/susy` import is deprecated in favor of simply importing `susy`.
* The `show-grid` import is deprecated in favor of CSS3 gradient-based
grid-images. You can now use the `susy-grid-background` mixin. See below.

Removed:

* Susy no longer imports all of compass.
* Susy no longer establishes your baseline and no longer provides a reset.
All of that is in the Compass core. You can (and should!) keep using them, but
you will need to import them from compass.

New:

* Use the `susy-grid-background` mixin on any `container` to display the grid.
This toggles on and off with the same controls that are used by the compass
grid-background module.

v0.9.beta.3 [Mar 16 2011]
-------------------------

Deprecated:

* The `susy/reset` import has been deprecated in favor of the Compass core 
`compass/reset` import.
* The `susy` mixin has been deprecated. If you plan to continue using 
vertical-rhythms, you should replace it with the `establish-baseline` mixin 
from the Compass Core.

Removed:

* The `vertical-rhythm` module has moved into compass core. The API remains the 
same, but if you were importing it directly, you will have to update that 
import.
* The `defaults` template has been removed as 'out-of-scope'. This will not 
effect upgrading in any way, but new projects will not get a template with 
default styles.

New Features:

* Susy now supports RTL grids and bi-directional sites using the 
`$from-direction` variable (default: left) and an optional additional 
from-direction argument on all affected mixins. Thanks to @bangpound for the 
initial implementation.
* Susy is now written in pure Sass! No extra Ruby functions included! Thanks to 
the Sass team for making it possible.

v0.8.1 [Sep 24 2010]
--------------------

* Fixed typos in tutorial and `_defaults.scss`


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-compass-susy-plugin/Makefile \
    pkgsrc/www/ruby-compass-susy-plugin/PLIST \
    pkgsrc/www/ruby-compass-susy-plugin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index