You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Sebastien <se...@gmail.com> on 2015/02/05 15:24:55 UTC

[ANNOUNCE] Wicket jQuery UI 7.0.0-M5 is released

Dear users,

Wicket jQuery UI 7.0.0-M5 based on Apache Wicket 7.0.0-M5 is released and
available in Maven Central.

Users upgrading from -M4 to -M5 can refers to 6.19.0's changelog
https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bchangelog%5D-wicket-jquery-ui-6.19.0

This release includes some new Kendo UI widget integrations as well as an
upgrade to fullcalendar v2 (wicket-jquery-ui-calendar). A big thanks to
Maxim Solodovnik for this migration!

Maven dependencies

Wicket jQuery UI
<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-jquery-ui</artifactId>
    <version>7.0.0-M5</version>
</dependency>

Wicket Kendo UI
<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-kendo-ui</artifactId>
    <version>7.0.0-M5</version>
</dependency>

Non Maven users can download the jars manually from here
http://central.maven.org/maven2/com/googlecode/wicket-jquery-ui/

Have fun,
Sebastien