Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Compass v0.11.alpha.0 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris Eppstein  
View profile  
 More options Nov 16 2010, 12:09 am
From: Chris Eppstein <ch...@eppsteins.net>
Date: Mon, 15 Nov 2010 21:09:38 -0800
Local: Tues, Nov 16 2010 12:09 am
Subject: [ANN] Compass v0.11.alpha.0 released

The Antares release is coming along nicely. I took some time off from work
and had about 4 dedicated days this last week to work on compass.

This release is a preview release for those who would like to test drive the
new features and provide testing and feedback.

Summary of changes:
* Blueprint Port upgraded to Blueprint v1.0
* Major CSS3 Module Updates to Shadows, Gradients, and Transforms
* Better Rails 3 Integration
* New layout module: Stretching

The Antares docs are here: http://beta.compass-style.org/docs/. Thanks to a
suggestion from John Long, each page on the docs has comments now. If you
see a problem in the docs, or have a suggestion for how to make that page
better, please leave a comment. You can also add information about browser
support, tricks, tips, etc.

Read the changelog: http://beta.compass-style.org/docs/CHANGELOG/

The part that I'm most happy with in this release are the new gradients:
https://gist.github.com/676260

Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes the
compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And
thanks to some clever coding on my part, the gradients are now declared with
functions and applied to different properties with mixins. Just like in CSS,
but without any prefix hell.

Compass is great because of fine people like yourself trying things and
reporting bugs. It's easy to upgrade and then downgrade again if things
don't work out for you. So don't be scared:
http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/

If you find any bugs, please report them:
https://github.com/chriseppstein/compass/issues

Thanks to all the contributors in this release: Eric & Brandon, Irina, Steve
Wong, and other who contributed bug fixes and doc patches.

Here's what the future holds: https://gist.github.com/670425

Happy Styling!
Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[ANN] Compass v0.11.alpha.0 released" by Maxim Lacrima
Maxim Lacrima  
View profile  
 More options Nov 16 2010, 12:50 am
From: Maxim Lacrima <lacrima.ma...@gmail.com>
Date: Tue, 16 Nov 2010 07:50:11 +0200
Local: Tues, Nov 16 2010 12:50 am
Subject: Re: [compass] [ANN] Compass v0.11.alpha.0 released
Hi!

Thanks for your work.

I have just upgraded to v0.11.
When creating new project using blueprint ($ compass create myproj
--using blueprint) there is warning message:

WARNING: It is no longer necessary to pass any argument to the
blueprint-scaffolding mixin.
        on line 22 of
/home/maxim/.gem/ruby/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/ stylesheets/blueprint/_scaffolding.scss,
in `blueprint-scaffolding'
        from line 20 of /home/maxim/projects/client_xch/sass/screen.scss

So I think the default screen.scss should be updated.

On 16 November 2010 07:09, Chris Eppstein <ch...@eppsteins.net> wrote:

--
with regards,
Maxim

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Compass v0.11.alpha.0 released" by Chris Eppstein
Chris Eppstein  
View profile  
 More options Nov 16 2010, 1:51 am
From: Chris Eppstein <chriseppst...@gmail.com>
Date: Mon, 15 Nov 2010 22:51:22 -0800 (PST)
Local: Tues, Nov 16 2010 1:51 am
Subject: Re: Compass v0.11.alpha.0 released
I probably should have noted that you need to install the gem a little
differently:

$ (sudo) gem install compass --pre

chris

On Nov 15, 9:09 pm, Chris Eppstein <ch...@eppsteins.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maxim Lacrima  
View profile  
 More options Nov 16 2010, 2:57 am
From: Maxim Lacrima <lacrima.ma...@gmail.com>
Date: Tue, 16 Nov 2010 09:57:23 +0200
Local: Tues, Nov 16 2010 2:57 am
Subject: Re: [compass] Re: Compass v0.11.alpha.0 released
I reinstalled compass. Anyway:

maxim@maxim-laptop:~$ compass version
Compass 0.11.alpha.0
Copyright (c) 2008-2010 Chris Eppstein
Released under the MIT License.
maxim@maxim-laptop:~$ cd projects/
maxim@maxim-laptop:~/projects$ compass create myproj --using blueprint
directory myproj/
directory myproj/images/
directory myproj/sass/
directory myproj/sass/partials/
directory myproj/stylesheets/
   create myproj/config.rb
   create myproj/sass/screen.scss
   create myproj/sass/partials/_base.scss
   create myproj/sass/print.scss
   create myproj/sass/ie.scss
   create myproj/images/grid.png
   create myproj/stylesheets/ie.css
WARNING: It is no longer necessary to pass any argument to the
blueprint-scaffolding mixin.
        on line 22 of
/var/lib/gems/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/styleshe ets/blueprint/_scaffolding.scss,
in `blueprint-scaffolding'
        from line 20 of /home/maxim/projects/myproj/sass/screen.scss

   create myproj/stylesheets/screen.css
   create myproj/stylesheets/print.css

On 16 November 2010 08:51, Chris Eppstein <chriseppst...@gmail.com> wrote:

--
with regards,
Maxim

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Eppstein  
View profile  
 More options Nov 16 2010, 3:12 am
From: Chris Eppstein <ch...@eppsteins.net>
Date: Tue, 16 Nov 2010 00:12:28 -0800
Local: Tues, Nov 16 2010 3:12 am
Subject: Re: [compass] Re: Compass v0.11.alpha.0 released

Thanks. I'll get it fixed.
https://github.com/chriseppstein/compass/issues/issue/221

On Mon, Nov 15, 2010 at 11:57 PM, Maxim Lacrima <lacrima.ma...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
barraponto  
View profile  
 More options Nov 28 2010, 7:11 am
From: barraponto <barrapo...@gmail.com>
Date: Sun, 28 Nov 2010 04:11:36 -0800 (PST)
Local: Sun, Nov 28 2010 7:11 am
Subject: Re: Compass v0.11.alpha.0 released
beta.compass-style.org/docs is down.

On Nov 16, 6:12 am, Chris Eppstein <ch...@eppsteins.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
barraponto  
View profile  
 More options Nov 28 2010, 7:24 am
From: barraponto <barrapo...@gmail.com>
Date: Sun, 28 Nov 2010 04:24:30 -0800 (PST)
Local: Sun, Nov 28 2010 7:24 am
Subject: Re: Compass v0.11.alpha.0 released
oh, just noticed
http://beta.compass-style.org/reference/compass/

congratuations on the new theme.

On Nov 16, 6:12 am, Chris Eppstein <ch...@eppsteins.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Eppstein  
View profile  
 More options Nov 29 2010, 12:32 am
From: Chris Eppstein <ch...@eppsteins.net>
Date: Sun, 28 Nov 2010 21:32:17 -0800
Local: Mon, Nov 29 2010 12:32 am
Subject: Re: [compass] Re: Compass v0.11.alpha.0 released

Sorry, you should now just go to:

http://beta.compass-style.org/

<http://beta.compass-style.org/>Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Eppstein  
View profile  
 More options Nov 29 2010, 12:33 am
From: Chris Eppstein <ch...@eppsteins.net>
Date: Sun, 28 Nov 2010 21:33:36 -0800
Local: Mon, Nov 29 2010 12:33 am
Subject: Re: [compass] Re: Compass v0.11.alpha.0 released

Thanks! Brandon has been working very hard on it.

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »