Skip to content

Releases: kendo-labs/knockout-kendo

v0.10.0

16 Aug 19:25
Compare
Choose a tag to compare
  • updated dependencies
  • added min/max observable watch for slider control

Fixes for sortable, numeric text box, and scheduler

24 Mar 02:20
Compare
Choose a tag to compare
  • Fix for #228 - scheduler deletes throwing errors
  • Fix for #226 - error when dropping from one list to another in sortable
  • Fix for #223 - numericTextBox not triggering update immediately on spinner change

v0.9.5

28 May 03:04
Compare
Choose a tag to compare
  • fix widget disposal by passing element to kendo.destroy

v0.9.4

07 May 03:32
Compare
Choose a tag to compare
  • copyright date and package.json updates

v0.9.3

09 Apr 15:39
Compare
Choose a tag to compare
  • remove defaultOption from TreeView as it causes a conflict with using DOM nodes as tree and with passing dataSource.

v0.9.2

05 Feb 14:57
Compare
Choose a tag to compare
  • update tooltip content when observable changes
  • check for element before calling destroy()
  • properly cancel sortable to allow observableArray change to move items
  • support data source in TreeView and respond to change event

v0.9.1

26 Dec 03:47
Compare
Choose a tag to compare
  • use kendo.destroy API to destroy widgets, if it is available

v0.9.0

26 Nov 21:22
Compare
Choose a tag to compare

Support for 22 new widgets:

  • Gantt chart
  • Barcode
  • QR code
  • Sparkline
  • Stock chart
  • TreeMap
  • Map
  • Pager
  • Pivot Grid
  • Toolbar
  • MobileActionSheet
  • MobileButton
  • MobileButtonGroup
  • MobileDrawer
  • MobileListView
  • MobileModalView
  • MobileNavBar
  • MobilePopOver
  • MobileScroller
  • MobileScrollView
  • MobileSwitch
  • MobileTabStrip
  • additional watches on the Scheduler

v0.8.1

23 May 22:05
Compare
Choose a tag to compare
  • added binding for sortable functionality to drag/drop resort observableArrays
  • ignore null/undefined value when observable max/min is changed on numericTextBox
  • allow throttle option to be passed to bindings to not update watched values async
  • added selected option for panel bar that selects the panel (one-way). selecting other panels, does not set the observable to false, as there is not a deselect event fired.

v0.8.0

31 Mar 13:59
Compare
Choose a tag to compare

Added bindings for new widgets

  • button
  • maskedTextBox
  • notification
  • progressBar
  • scheduler