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/11/15 13:07:56 UTC

[ANNONCE] Wicket jQuery UI 6.21.0 released

Dear users,

Wicket jQuery UI 6.21.0 based on Apache Wicket 6.21.0 is now released.

*Changelog (aligned with *
*7.1.0)*
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-7.1.0


*API Breaks:*

Kendo UI: removed non-functioning DropDownList template ability, use
lazy.DropDownList instead
Kendo UI: DataTable, CommandButton#match now takes the name as argument,
not the text - SILENT API BREAK


*Maven dependencies:*

<!-- Wicket jQuery UI -->

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-jquery-ui</artifactId>
    <version>6.21.0</version>
</dependency>

<!-- Wicket Kendo UI -->

<dependency>
    <groupId>com.googlecode.wicket-jquery-ui</groupId>
    <artifactId>wicket-kendo-ui</artifactId>
    <version>6.21.0</version>
</dependency>


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

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

Enjoy! :)
Sebastien