DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

May — KSS (Kinetic Style Sheets)
Personal tools
You are here: Home   Blog   Archive   2008   May  
 

Entries For: May 2008

2008-05-15

KSS 1.4 released

Filed Under:

Better performance and syntax in release 1.4 of KSS.

KSS now uses base2 (which is significantly faster than CSSQuery) for css node selection: it provides among others much quicker page loads.

The release comes with several syntax improvements:

  • Multiple selectors are allowed in the same rule.

  • Value providers can be recursive.

  • url() and alias() value providers.

  • Node selection can be specified together with client actions.

  • Full form submits can be specified together with actions.

We provide improved demos and testing.

More details can be read in the release notes.


The following packages have been released, to be used with both Zope 2.10 or higher, and Zope3.

package
version
download
kss.core 1.4 cheeseshop
kss.demo 1.4 cheeseshop

There is a howto available that answers common setup and usage questions.

Plone 3.1 includes KSS 1.4. The Plone specific version of the same howto is here.

Many thanks to anyone who worked on the KSS code, and made this new release possible.