Change Log
Latest Releasev5.0.016 December 2020
Bug Fixes
- closeTitle throwing error in dynamically created dialog
- add homepage URL
- ng-add: update auto-installed peer versions
- window: ssr errors
Features
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires Angular 8.x and TypeScript 3.4.x
- Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
Current Devv5.0.0-dev.20201214122114 December 2020
Bug Fixes
- add homepage URL
- ng-add: update auto-installed peer versions
- window: ssr errors
Features
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires Angular 8.x and TypeScript 3.4.x
- Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v4.2.313 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
- update release notes (#252)
- dialog:
- add aria-label to action buttons (#256)
- close button is missing discernible text
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v4.2.011 May 2020
Bug Fixes
- dialog: preventAction is called twice
Features
- dialog: custom close action with angular service (#238)
v4.1.318 February 2020
Bug Fixes
- update CSS classes (#228)
- window: wrong titlebar height in minimized Window (#227)
- dialog: localization service inject error (#229)
v4.1.25 February 2020
Bug Fixes
- Add missing action buttons wrapper (#226)
- dialog and window button titles cannot be localized
v4.0.021 June 2019
Bug Fixes
- window is unresponsive on initial drag and resize
- title actions cause form submit (#172)
- expression changed error when binding top or left
Features
- add actionsLayout option to DialogService
- introduce layout option to DialogActions component
- introduce actionsLayout option to Dialog
- update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- The type of the 'action' Output EventEmitter has been changed from 'any' to 'DialogAction'
actions
option input type has been changed from 'string' to 'DialogAction[]'- New peer dependency @progress/kendo-angular-common.
- Angular 4 and 5 are no longer supported
v3.12.09 May 2019
Bug Fixes
- dialog: allow using *ngIf on kendo-dialog-titlebar (#175)
- window:
- drag on touch devices
- focus component wrapper initially
Features
- dialog: add autoFocusedElement property
- window: add autoFocusedElement property
v3.11.013 March 2019
Bug Fixes
- angular imports
- open window through service from OnPush component
- open dialog through service from OnPush component
- prevent drag/resize via keyboard when corresponding option is false
Features
- add flat ES module bundles
v3.10.011 December 2018
Bug Fixes
- window:
- initially maximized window does not receive fixed positioning
- manual state change discrepancies
Features
- dialog: allow creating title, content, and actions, from component passed to the service
v3.9.019 November 2018
Bug Fixes
- window:
- do not increase z-index on each focus (#149)
- state restore option is not updated on manual option change
Features
- window: add bringToFront method
v3.7.08 August 2018
Bug Fixes
- stale dependencies in browser bundle
- window:
- disable drag on initially maximized Window
- set correct position when reopening maximized Window
Features
- window:
- add setOffset API method
- add setDimension API method
v3.6.213 June 2018
Bug Fixes
- Window is centered only on missing coordinate
- Don't apply width and height when restoring component without dimensions
v3.6.09 May 2018
Bug Fixes
- mark module as side-effects free
- mark as compatible with Angular 6.x, RxJS 6.x
Features
- Schematics support (#117)
v3.5.030 April 2018
Bug Fixes
- Dialog aria-labelledby value
- disable Window drag when maximized
- initial maximized state is not applied
- Dialog focus issues when primary button is disabled
Features
- allow action button navigation using arrow keys
- Introduce focus method to Dialog and Window
v3.3.016 March 2018
Bug Fixes
- action buttons disabled state
- keep focus within Dialog
- handle focus when primary button not present
Features
- ARIA support
v3.2.027 February 2018
Bug Fixes
- Title bar buttons not working in iOS
Features
- add Dialog keyboard navigation
- add Window keyboard navigation
v3.1.07 February 2018
Bug Fixes
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
Features
- Window service (#92)
v3.0.026 January 2018
Features
- use pipeable operators from RxJS 5.5
Breaking Changes
- Peer dependencies changed; Requires rxjs@^5.5.0
v2.1.026 January 2018
Bug Fixes
- require rxjs <5.5 as peer; Upgrade to latest if using rxjs ^5.5; See https://goo.gl/uvvh8R
Features
- service: allow closing from child component
v2.0.012 January 2018
Bug Fixes
- detach internal event handlers on destroy to prevent leaks
Features
- add Buttons as peer dependency
- introduce Window Component (#84)
Breaking Changes
- Users must install @progress/kendo-angular-buttons as a dependency
v1.3.025 October 2017
Bug Fixes
- accept Angular 5.x as a peer dependency
Features
- add minWidth property (#78)