Skip to content

Releases: aurelia-ui-toolkits/aurelia-kendoui-bridge

1.2.1

11 Mar 09:12
Compare
Choose a tag to compare

1.2.1 (2017-03-11)

Bug Fixes

  • widget-base: propogate .preventDefault() back to Kendo (39298e3)

1.2.0

21 Jan 11:01
Compare
Choose a tag to compare

1.2.0 (2017-01-21)

Bug Fixes

  • widget-base: only subscribe to dataBound once (a00f9e8)

Features

  • dialog: added dialog wrapper (0a15e29)

Warning

The new Dialog control was added to Kendo in Kendo UI R3 2016, so if you are on an older Kendo version you may need to selectively load wrappers (instead of loading all wrappers at once using .all() in main.js).

1.1.1

13 Jan 15:47
Compare
Choose a tag to compare

1.1.1 (2017-01-13)

Bug Fixes

  • widget-base: use entire bindingOverrideContext for template compilation (bb9d3ac)

1.1.0

13 Jan 15:16
Compare
Choose a tag to compare

1.1.0 (2017-01-13)

Bug Fixes

  • all: destroy from detached (eeaa86d)
  • all: destroy more reliably (a611aa7)
  • sample: fixed progress bar link in catalog index (7529c6a)
  • templating: use last parentOverrideContext (7c3c304)
  • widget-base: do not handle value change when destroyed (6a0d602)

Features

  • all: added k-on-ready event (049e189)
  • debug: always log messages to debug (1ea2d85)
  • grid: added ak-grid-command custom element (57a25b0)

The k-on-ready is pretty useful for when you want to interact with a Kendo control as soon as possible. That way you do not need to use setTimeout/afterAttached/TaskQueue in attached(), but you can simply subscribe to the k-on-ready event. An example can be found here.
For quite some time now we have had the .debug() command which would log the configuration whenevr a Kendo control was initialized. We have now deprecated the .debug() function and we have enabled this logging by default. So when the loglevel of aurelia-logging is debug the bridge will write the configuration of Kendo controls to the console.

1.0.1

29 Oct 20:33
Compare
Choose a tag to compare
chore(bump): bumped version

1.0.0

29 Oct 20:22
Compare
Choose a tag to compare

1.0.0 (2016-10-29)

Removed beta tag, deprecated everything below 0.x.x

0.12.15

29 Oct 20:04
Compare
Choose a tag to compare

Deprecated

This version and earlier versions are no longer supported. Use the new version here.

1.0.0-beta.1.0.17

16 Oct 11:06
Compare
Choose a tag to compare

1.0.0-beta.1.0.17 (2016-10-16)

Bug Fixes

  • template-compiler: use childcontainer from custom element's container (c4077ce)

1.0.0-beta.1.0.16

04 Oct 15:45
Compare
Choose a tag to compare

1.0.0-beta.1.0.16 (2016-10-04)

Bug Fixes

  • widget-base: change binding value only when needed (ff6b462)

0.12.4

04 Oct 15:45
Compare
Choose a tag to compare

0.12.4 (2016-10-04)

Bug Fixes

  • widget-base: change binding value only when needed (299edc3)