Hi Guys!
This version comes with some new features, most improvements and a lot of fixed bugs!
No more support to old features
We have been bringing support to features that were deprecated several months ago.
We think you have had a really good time to migrate to the new features and improvements.
It's lighter!
We added an open source font-icon library( Font Awesome ) as a part of our framework. It provides a better and integrated solution. The font-icons library allows you to be more versatile in setting the size and the color that you want. It's easier and doesn't require a sprite update for every new icon size or color you want to change.
You can use the icons wherever you want! The components are using it too.
This improvement allows us to spare the use of sprites in all major browsers. But yes, we are still supporting to IE7 using sprites.
New Boxes
In addition of ch-box, we've got two new boxes:
- ch-box-lite: with no gradient.
- ch-box-container: styleless.
Messages as Boxes
Sometimes, we have to give the user feedback in more than one line. That's the reason we made our messages boxes instead of paragraphs.
Now is easier for you to setup a list of errors or a list of tips with feedback messages boxes.
Buttons
The buttons are using now a new box shadow feature to give to it a better, nice and suitable look & feel.
The ch prefix
We have added the ch prefix in all our CSS classes to dismiss any posibility of collision with other frameworks or your own styles.
So you have to use now ch-btn instead of btn.
Bug fixing
696 - Tab Navigator: Vertical tabs has gradient on IE7
684 - Dropdown: the design in "on" state is wrong
682 - Dropdown: The focus and hover shown at the same time
663 - Dropdown: When it hides, it's unbinding all events from document
678 - Carousel: CSS specificity applies to all <li> elements
677 - Carousel: Height isn't updating on adaptive mode676 - Carousel: asyncData doesn't work without an asyncRender
673 - Carousel: mask height should be the List outerHeight 672 - Carousel: Validate each item on queue
668 - Carousel: on "next()" execution, "prev" event is triggered
671 - Boxes: On IE, gradients ocuppies all available space 670 - Modal: On IE ch-box has a gradient
666 - Menu: select method should return selected child 669 - Email: Regex isn't supporting plus character (+)
620 - Validation: expose bubble instead of float. 431 - Core.css: CSS3 gradients stops aren't working fine on buttons