Commit Graph

259 Commits

Author SHA1 Message Date
Chris Eppstein
2cff4cc775 start working on upgrade docs. 2010-11-15 03:55:09 -08:00
Chris Eppstein
08d7957c77 Update the changelog and add an upgrading guide. 2010-11-15 03:55:09 -08:00
Chris Eppstein
c7613b4534 Add a changelog note on the new compass helpers for gradients. No docs on them because they're mostly internal and they match the official CSS syntax. 2010-11-15 03:55:09 -08:00
Chris Eppstein
c4de9a3a85 Deprecate the radial-gradient mixin, linear-gradient mixin, and add
deprecation notices to the changelog.
2010-11-15 03:55:09 -08:00
Chris Eppstein
d7da056fb1 Add a new configuration property to disable sass warnings: disable_warnings 2010-11-15 03:55:09 -08:00
B Mathis
2a7a7498cf updated changelog to indicate changes to the box-shadow and text-shadow mixin defaults 2010-11-15 03:52:32 -08:00
B Mathis
e09de2628a added home page layout for serving new home page deisgn 2010-11-15 03:52:31 -08:00
Chris Eppstein
dabdaecee3 A new function: if() 2010-11-15 03:52:30 -08:00
Chris Eppstein
b3b7c898b1 Add note about an opera bug. 2010-11-15 03:52:30 -08:00
Chris Eppstein
9176a3f9a7 Tweak the gradient docs to explain svg support. 2010-11-15 03:52:30 -08:00
Chris Eppstein
cd49bd4bbd Clean up the gradient demo page. 2010-11-15 03:52:30 -08:00
Chris Eppstein
fd1e0d3943 Make the new deprecated library documentation more obviously deprecated. 2010-11-15 03:52:30 -08:00
Eric Meyer
48e6438fe6 documentation for new transform api 2010-11-15 03:52:30 -08:00
Eric Meyer
996eb1e8d1 document new text shadow api 2010-11-15 03:52:30 -08:00
Eric Meyer
d43d698318 text shadows v2, supports multiple shadows 2010-11-15 03:52:29 -08:00
Eric Meyer
57b6d20939 2d and 3d transforms, version 2, closes 170 2010-11-15 03:52:29 -08:00
Chris Eppstein
5d8f532b27 Document the new box shadow api 2010-11-15 03:52:29 -08:00
Chris Eppstein
dce90daac8 Create a new version of the box shadow api to accomodate multiple box shadows. 2010-11-15 03:52:29 -08:00
Sven Steinheißer
b16f1306d4 Added :preferred_syntax to the configuration reference 2010-11-12 17:26:56 -08:00
Chris Eppstein
a8a2f42b60 Add reference documentation and examples for stretching module. 2010-11-12 16:45:19 -08:00
Chris Eppstein
a618ff3509 Docs about the trig functions. 2010-11-12 15:57:03 -08:00
Chris Eppstein
463301e983 Added trigonometry functions for fun and profit.
Closes GH-201.
2010-11-12 15:38:39 -08:00
Chris Eppstein
c0533a01d9 Tell folks how to stay on the old version of blueprint if they prefer it. 2010-11-12 11:54:13 -08:00
Chris Eppstein
4fac970a1f Update changelog with link to the compare view for the blueprint upgrade 2010-11-12 11:49:48 -08:00
Chris Eppstein
30d6006bc8 update changelog 2010-11-12 11:43:29 -08:00
Chris Eppstein
f76b8bde17 Add html5 elements to the elements-of-type() helper 2010-11-12 08:50:21 -08:00
Chris Eppstein
79b23a8ed9 don't forget 2010-11-11 21:52:07 -08:00
Chris Eppstein
094a95e7ee Add an entry in the changelog for the new color helpers. 2010-11-11 21:51:20 -08:00
Chris Eppstein
b07f303d9b Merge branch 'stable'
* stable: (36 commits)
  Tweak the changelog.
  [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
  update the lockfile
  some todos
  Move the contributing guide to the tutorials section.
  add on-page anchors to the command line reference page.
  Better docs on the grid image command.
  Move the tutorials to the main nav... I don't think most people see it.
  Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207
  Add a note about the colorization change.
  Add a note about the compass validator
  Only colorize the action when logging results.
  Update to use the new compass validator during development.
  Fix broken test cases.
  Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206
  IE8 compat for :last-child selector
  Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments.
  Pass --no-line-comments to disable line comments.
  A little less noise during installation.
  Change the default Sass directory in standalone projects from src to sass. Closes GH-203
  ...

Conflicts:
	TODO.md
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	features/command_line.feature
	features/step_definitions/command_line_steps.rb
	lib/compass/commands/write_configuration.rb
2010-11-11 21:45:07 -08:00
Chris Eppstein
cd6ce54515 adjust & scale lightness and saturation 2010-11-11 21:30:59 -08:00
Chris Eppstein
af850cae97 Tweak the changelog. 2010-11-01 10:45:19 -07:00
Chris Eppstein
0374d8e230 [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
Since the browser default is 0, you shouldn't see any visible change.
Set $default-box-shadow-spread to 0 if you prefer the older behavior.
2010-11-01 09:24:35 -07:00
Chris Eppstein
45d4a8837b Move the contributing guide to the tutorials section. 2010-11-01 00:48:50 -07:00
Chris Eppstein
b5943dd450 add on-page anchors to the command line reference page. 2010-11-01 00:48:50 -07:00
Chris Eppstein
99a95e25e0 Better docs on the grid image command.
Closes GH-213.
2010-11-01 00:48:31 -07:00
Chris Eppstein
deef53f437 Move the tutorials to the main nav... I don't think most people see it. 2010-10-31 23:51:17 -07:00
Chris Eppstein
55a649fbc5 Add a note about the colorization change. 2010-10-31 00:37:40 -07:00
Chris Eppstein
6c89c5c287 Add a note about the compass validator 2010-10-31 00:36:56 -07:00
Jeff Siegel
762c6a0b18 IE8 compat for :last-child selector 2010-10-30 18:06:42 -07:00
Chris Eppstein
a03ee6cb8f Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments. 2010-10-30 17:59:18 -07:00
Chris Eppstein
b601fb8d04 Pass --no-line-comments to disable line comments. 2010-10-30 17:55:30 -07:00
Chris Eppstein
4ba6e57106 Change the default Sass directory in standalone projects from src to sass. Closes GH-203 2010-10-30 17:00:09 -07:00
Chris Eppstein
a40fce8af1 Bug fix: In webkit, when the last gradient color stop was a percent less than 100%, the
intermediate values were being scaled to that value. Closes GH-118.
2010-10-30 16:45:25 -07:00
Chris Eppstein
03e01c4eb2 Add the ability to print out compass configuration values 2010-10-30 15:46:26 -07:00
Chris Eppstein
a42ccfb16c info on writing tests and some images. 2010-10-14 21:30:24 -07:00
Chris Eppstein
1cd73f4132 more contribution updates. 2010-10-14 18:04:13 -07:00
Chris Eppstein
fab2436c1e update contribution howto 2010-10-13 23:15:16 -07:00
Chris Eppstein
67da3ee809 Start documentation on how to contribute to compass. 2010-10-12 09:51:33 -07:00
Chris Eppstein
069f328562 Document the browser support variables 2010-10-11 04:27:42 -07:00
Chris Eppstein
8a59e34ec8 Merge branch 'stable'
* stable:
  Fix broken test.
  tests for padding free horizontal list.
  Update tests for charset changes.
  Fix test failure in ruby 1.9.2
  fix some gem issues
  Option for horizontal-list to skip padding.
  rake examples was getting a non-existent branch. Default to master.
  update changelog
  Make it easier to disable the asset cache buster.
  Turns out that IE6 & 7 don't support this.
  Fixed typo.
  HTML5 reset includes box-model reset for newer browsers.
  Added @charset declaration to force UTF-8 encoding on systems with different default encodings
  Some doc modifications.

Conflicts:
	Gemfile
	doc-src/content/CHANGELOG.markdown
	lib/compass/app_integration/rails/installer.rb
2010-10-11 02:18:26 -07:00