Skip to content

wicket-jquery-ui-7.9.0

Compare
Choose a tag to compare
@sebfz1 sebfz1 released this 24 Sep 10:03
· 442 commits to wicket9.x since this release

Versions

  • upgraded to wicket-6.28.0 / wicket-7.9.0
  • upgraded to kendoui.2017.3.913.core

Core

Kendo UI

  • e4edd5e Kendo UI: added KendoAllResourceReference (CDN)
  • 99d8662 Kendo UI: added KendoEffect 'flip'
  • 99eff5a Kendo UI: added EmailTextField(String id, IValidator validator) ctor
  • 1fa46d0 Kendo UI: added SecuredAjaxLink
  • 887d535 Kendo UI: minor fix lazy.MultiSelect
  • f25ed0f Kendo UI: fix NPE in lazy.MultiSelect; fixes #267
  • 99d8662 Kendo UI: fixed IndicatingAjaxButton

DataTable

  • 7a9b24a Kendo UI: added DataTable#onColumnReorder; fixes #272
  • 347eb5c Kendo UI: added SecuredToolbarButton
  • 347eb5c Kendo UI: added SecuredCommandButton#getRoles
  • 347eb5c Kendo UI: fixed SecuredCommandButton lock-icon issue
  • b4f0f40 Kendo UI: added ToolbarButton#toJSONObject()
  • b4f0f40 Kendo UI: added CommandButton#toJSONObject()
  • b8bbd8b Kendo UI: fixed DataTable button's icon
  • f3246e5 Kendo UI: ToolbarButton#getIcon return KendoIcon#NONE by default (instead of null)
  • f3246e5 Kendo UI: CommandButton#getIcon return KendoIcon#NONE by default (instead of null)
  • dc6cc1e Kendo UI: handle disabled columns & command buttons (warning, edit & destroy are hidden if disabled)