We’ve got a new version up and running, and you can grab it from our site.
There are changes on some class names. We’re still supporting the old classes though, at least for a few more versions.
ButtonsWe simplified the class names combining them all in only two classes: one that define color, and another for the size.
Color:
ch-btnch-btn-skinSize:
ch-btn-smallch-btn-bigWe also gave ch-btn some default styles, just in case you want to use it alone.
Buttons code snippet:
<input type="button" class="ch-btn" ... />
<input type="button" class="ch-btn ch-btn-big" ... />
<input type="button" class="ch-btn ch-btn-small" ... />
<input type="button" class="ch-btn-skin ch-btn-small" ... />Icons and Messages Boxes
The icons and messages boxes only have one class.
Icons code snippet:
<span class="ch-ico-help">Help</span>
<span class="ch-ico-info">Info</span>
<span class="ch-ico-error">Error</span>
<span class="ch-ico-attention">Attention</span>
<span class="ch-ico-ok">Ok</span>
<span class="ch-ico-check">Check</span>
Messages code snippet:
<span class="ch-message-help">Help</span>
<span class="ch-message-info">Info</span>
<span class="ch-message-Error">Error</span>
<span class="ch-message-attention">Attention</span>
<span class="ch-message-ok">Ok</span>
<span class="ch-message-check">Check</span>Bug Fixing
558 - Controls: reserved word in use.
556 - Floats: The first time that it shows, effects don’t work.
554 - AutoComplete: only works two times
546 - Autocomplete, problem with autocompletion from local array
541 - Layer: default over behavior error