Skip to content

wicket-jquery-ui-8.0.0-M9

Compare
Choose a tag to compare
@sebfz1 sebfz1 released this 19 Feb 19:18
· 185 commits to wicket9.x since this release

Versions

  • 58659f1 Upgraded to Wicket 8.0.0-M9
  • 5f1e29b Upgraded to kendo-ui 2018.1.117

jQuery UI

  • 96d55ac jQuery: added TabbedPanel#enable(handler); fixes #279
  • 96d55ac jQuery: added TabbedPanel#enable(index, handler); fixes #279
  • 96d55ac jQuery: added TabbedPanel#disable(handler); fixes #279
  • 96d55ac jQuery: added TabbedPanel#disable(index, handler); fixes #279

Kendo UI

  • 42294cc Kendo UI: API BREAK Editor model object is now String type (no more generic T)
  • 42294cc Kendo UI: Editor, added OWASP sanitizer
  • 936c12a Kendo UI: Editor#newPolicyFactory, removed static
  • ac7a411 Kendo UI: fixed SchedulerEvent#isNew
  • 29bc93e Kendo UI: fixed DatePicker#getInput (handling null)
  • 29bc93e Kendo UI: fixed LocalTextField#getInput (handling null)

DataTable

  • 9a23796 Kendo UI: API BREAK DataProviderBehavior#newJsonRow(T bean) now returns a JSONObject
  • 9a23796 Kendo UI: DataTable, fixed SingleSortState reset
  • 1466a61 Kendo UI: fixed AbstractColumn#editable (should now be a function)

Plugins

82d81bf Plugins: WysiwygEditor, added OWASP sanitizer
4c40b67 Plugins: WysiwygEditor, IMG tags are now self-closing
c8718f1 Plugins: WysiwygEditor, HREFs with protocols are being stripped
936c12a Plugins: WysiwygEditor#newPolicyFactory, removed static

Samples

ac7a411 Samples: fixed KendoAccordionPanelPage (ajax tab)