Commit Graph

190 Commits

Author SHA1 Message Date
Chris Eppstein
da6fafee26 Merge branch 'stable' 2012-03-11 21:25:04 -07:00
Chris Eppstein
45571de0f7 Rename the log function to logarithm to avoid collisions with the log
function for logging.

Add keyword argument support for the math functions.

Add square-root as as an alias to sqrt.
2012-03-11 20:52:27 -07:00
Chris Eppstein
beddcd0bde changelog for allowing numeric sprite files. 2012-03-11 19:25:31 -07:00
Chris Eppstein
4e4d813950 update the changelog with mention of new math functions. 2012-03-11 18:12:36 -07:00
Chris Eppstein
34540bb753 CHANGELOG entry for transiitions mixin fixes. 2012-03-11 18:06:41 -07:00
Chris Eppstein
07c92170cf Add font file support changes to the changelog. 2012-03-11 18:02:01 -07:00
Chris Eppstein
17ae2294ab Update the changelog 2012-03-11 17:48:37 -07:00
Chris Eppstein
abcd6c897c Revert "Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods."
This reverts commit 0c290edd07.
2012-03-08 23:44:13 -08:00
Chris Eppstein
0c290edd07 Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods. 2012-03-07 23:35:02 -08:00
Brandon Mathis
3fded65735 Added hide-text improvement to changelog 2012-03-05 17:14:12 -06:00
Chris Eppstein
b8c0928f86 Merge branch 'stable'
Conflicts:
	doc-src/content/CHANGELOG.markdown
	lib/compass/commands/watch_project.rb
2012-03-05 11:30:52 -08:00
Chris Eppstein
06af286c4a Add filesize to the compass stats output. 2012-02-26 17:34:44 -08:00
Chris Eppstein
fee53b1a60 Handle the transparent keyword identifier in gradients.
Closes GH-356
2012-02-26 17:34:44 -08:00
Scott Davis
addbc94716 Merge branch 'no_rails_integration' 2012-01-31 11:55:59 -05:00
Chris Eppstein
144ae4f672 Compass 0.12 blog post 2012-01-31 08:03:12 -08:00
Chris Eppstein
d642ae7b74 Changelog for rc.0 and a blog post. 2012-01-29 08:27:07 -08:00
Chris Eppstein
36b0da8caf Merge branch 'stable'
Conflicts:
	doc-src/content/CHANGELOG.markdown
2012-01-28 16:30:03 -08:00
Chris Eppstein
938829de9a Update changelog 2012-01-28 16:24:46 -08:00
Scott Davis
f1a6d3a8aa changlog 2012-01-02 11:33:16 -05:00
Scott Davis
49faec1756 changelog 2012-01-02 02:50:06 -05:00
Scott Davis
f8378d039d changelog updated 2012-01-02 02:49:08 -05:00
Chris Eppstein
4171c0eef7 update changelog for release 2011-12-23 17:26:10 -08:00
Chris Eppstein
c4e9d00d61 Merge branch 'stable'
Conflicts:
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	lib/compass/configuration/helpers.rb
	test/units/sass_extensions_test.rb
2011-12-23 17:16:44 -08:00
Chris Eppstein
b361ac54c8 Update CHANGELOG for release. 2011-12-23 17:02:57 -08:00
Scott Davis
986714a013 changelog 2011-12-19 12:47:15 -05:00
Chris Eppstein
fdfca46d28 Allow the vertical rhythm to adjust to half lines when -to-nearest-half-line is set to true in order to avoid awkwardly large gaps between lines. This setting is false by default. 2011-12-17 17:36:55 -08:00
Chris Eppstein
aab827f3c4 Prep for v0.12.alpha.2 2011-11-28 09:23:55 -08:00
Chris Eppstein
3bc39aae2b typos 2011-11-14 15:58:21 -08:00
Chris Eppstein
1cd0c41c6f versions and dates 2011-11-14 15:56:10 -08:00
Chris Eppstein
730acb62f4 Remove deprecated forms of the box-shadow, text-shadow, and transition mixins. 2011-11-11 09:19:43 -08:00
Scott Davis
5ac790a419 change log 2011-11-04 10:55:13 -04:00
Chris Eppstein
d03d529909 Add a new compass-env() helper that returns the compass environment. 2011-09-20 09:36:40 -07:00
Chris Eppstein
71e5d28a29 Respect the --quiet option with sprite logging 2011-09-19 18:18:38 -07:00
Chris Eppstein
493f01c2c2 Update changelog 2011-09-16 16:02:48 -07:00
Chris Eppstein
9d1e2c9bea Update changelog 2011-09-16 15:19:57 -07:00
Chris Eppstein
edc7942396 Merge branch 'stable'
* stable:
  changelog for user-select
  removed useless unit
  user-select mixin with docs and tests

Conflicts:
	doc-src/content/CHANGELOG.markdown
2011-09-12 13:37:32 -07:00
Eric Meyer
f4d1a8255c changelog for user-select 2011-09-12 14:18:15 -06:00
Scott Davis
7733f21dd0 another typo 2011-08-30 11:13:25 -03:00
Scott Davis
fe7bbdd84b fixed a typo 2011-08-30 11:12:29 -03:00
Chris Eppstein
2fea4c105d Fix stupid 0 in version 2011-08-30 00:17:49 -07:00
Chris Eppstein
89c44698ac update changelog 2011-08-30 00:05:13 -07:00
Chris Eppstein
f23bf58e8d Add support for a separate output location for generated images. This is necessary for rails 3.1 support of sprites. 2011-08-20 17:24:03 -07:00
Scott Davis
a82a3dd5d4 updated change log 2011-08-19 17:04:32 -04:00
Chris Eppstein
5b540f070d Update changelog for 0.11.5 2011-07-10 17:32:20 -07:00
Chris Eppstein
27c8dfbee8 Update changelog 2011-07-03 00:32:12 -07:00
ltackett
d7115caad6 :focus should not use shorthand border property, since it only need to change the border-color
Closes GH-367.
2011-07-02 21:17:22 -07:00
Chris Eppstein
efb484778d update changelog 2011-07-02 21:09:04 -07:00
Costin Bereveanu
3b18b72d64 Fix absolute path detection on Windows.
Closes GH-451.
2011-07-02 21:07:49 -07:00
Glenn McLelland
239e43b4e0 Added force-wrap mixin to prevent URLs and long lines of text from breaking layouts.
Closes GH-321
2011-07-02 17:42:37 -07:00
Chris Eppstein
7ffe2c3a64 Update CHANGELOG 2011-07-01 22:20:42 -07:00