Dear Wicket jQuery UI users,

Wicket jQuery UI 6.26.0 based on Apache Wicket 6.26.0 is now released.
Wicket jQuery UI 7.6.0 based on Apache Wicket 7.6.0 is now released.
Wicket jQuery UI 8.0.0-M3 based on Apache Wicket 8.0.0-M3 is now released.

*Changelog:*

All versions are strictly aligned so there is only one changelog:
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-8.0.0-M3

*Maven dependencies:*

<!-- Wicket jQuery UI -->

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-jquery-ui</artifactId>
    <version>7.6.0</version> <!-- or 6.26.0, 8.0.0-M3 -->
</dependency>

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-jquery-ui-theme-base</artifactId>
    <version>7.6.0</version> <!-- or 6.26.0, 8.0.0-M3 -->
</dependency>

<!-- Wicket Kendo UI -->

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-kendo-ui</artifactId>
    <version>7.6.0</version> <!-- or 6.26.0, 8.0.0-M3 -->
</dependency>

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-kendo-ui-theme-default</artifactId>
    <version>7.6.0</version> <!-- or 6.26.0, 8.0.0-M3 -->
</dependency>

If you have any *question*, feel free to ask in the forum:
http://groups.google.com/group/wicket-jquery-ui/

If you notice an *issue*, please report it here:
https://github.com/sebfz1/wicket-jquery-ui/issues

Enjoy! :)
Sebastien
http://www.7thweb.net/wicket-jquery-ui

Reply via email to