Releases: aurelia-ui-toolkits/aurelia-kendoui-bridge
1.2.1
1.2.0
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
1.1.0
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
chore(bump): bumped version
1.0.0
1.0.0 (2016-10-29)
Removed beta tag, deprecated everything below 0.x.x
0.12.15
1.0.0-beta.1.0.17
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
1.0.0-beta.1.0.16 (2016-10-04)
Bug Fixes
- widget-base: change binding value only when needed (ff6b462)