As more and more people use WiQuery everyday and more and more people use
the 1.2 version the time has come to release a maintanance release of 1.1
series and release the first version of 1.2.

WiQuery 1.2 has been given a new resource management where all javascripts
are automatically compressed using YUI when wicket is running in deployment
mode. This is excludes all the default javascripts where a minified version
is available. The current supported JQuery version is 1.4.4 and the
supported JQuery UI version is 1.8.8.

WiQuery 1.1.3 only has 2 bugs fixes: servlet-api is now a provided
dependency and the generated javascript has mime type "text/javascript".

<dependency>
    <groupId>org.odlabs.wiquery</groupId>

    <artifactId>wiquery</artifactId>
    <version>1.1.3</version>
</dependency>

or....

<dependency>
    <groupId>org.odlabs.wiquery</groupId>

    <artifactId>wiquery</artifactId>
    <version>1.2</version>
</dependency>



Happy querying,

The WiQuery developers.

Reply via email to