Change Log
Latest Releasev8.0.020 April 2022
Bug Fixes
- buttongroup: unsubscribing triggers error in SSR (#490)
Features
- update to Angular v12 (#457)
- mark as compatible with Angular v14
- chip:
- introduce the
'none'
option for the fillMode, rounded, size and themeColor properties
- introduce the
- button:
- introduce the
'none'
option for the fillMode, rounded, size and themeColor properties - the shape property is deprecated
- introduce the
- dropdownbutton:
- introduce the
'none'
option for the rounded and size properties - the shape property is deprecated
- introduce the
- floatingactionbutton:
- introduce the
'none'
option for the rounded, size and themeColor properties - the shape property is deprecated
- introduce the
- splitbutton:
- introduce the
'none'
option for the rounded, size and themeColor properties
- introduce the
Breaking Changes
- No longer compatible with Angular v8 - 11
- The shape property in Button, DropDownButton and FloatingActionButton is not available anymore.
- The fillMode, rounded, size and themeColor options of the Chip no longer support
null
. Please use'none'
instead. - The fillMode, rounded, size and themeColor options of the Button no longer support
null
. Please use'none'
instead. - The rounded and size options of the DropDownButton no longer support
null
. Please use'none'
instead. - The rounded, size and themeColor options of the FloatingActionButton no longer support
null
. Please use'none'
instead. - The rounded, size and themeColor options of the SplitButton no longer support
null
. Please use'none'
instead.
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
Current Devv8.0.0-dev.20220419103919 April 2022
Bug Fixes
- mark as compatible with Angular v14 (#496)
- version bump
- version bump
- buttongroup: unsubscribing triggers error in SSR (#490)
Features
- update to Angular v12 (#457)
Breaking Changes
- No longer compatible with Angular v8 - 11
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.0.630 March 2022
Bug Fixes
- ssr compilation error (#486)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.0.524 March 2022
Bug Fixes
- button:
- updating imageUrl renders redundant span elements (#484)
- not blurred upon disabling in Firefox (#483)
- remove redundant CSS class for custom icons (#482)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.0.415 March 2022
Bug Fixes
- exclude rxjs/operators from CDN bundles (#481)
- floatingactionbutton: templates with ngIf not rendered (#480)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.0.31 March 2022
Bug Fixes
- cdn bundles global imports
- dropdownbutton: focus class is rendered on the wrong element
- splitbutton: focus class is rendered on the wrong element
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.0.220 January 2022
Bug Fixes
- update styling (#476)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.0.119 January 2022
Bug Fixes
- button content not moved to inner span in IE (#474)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.0.019 January 2022
Bug Fixes
- install kendo-theme-default v5 using ng-add (#466)
Features
- compatibility with kendo ui themes v5
- button:
- deprecate the primary option
- deprecate the look option
- add size, rounded, fillMode, shape and themeColor options
- buttongroup:
- deprecate the look option
- chip:
- deprecate the selectedIcon property
- remove the type option
- add size, rounded, fillMode and themeColor options
- dropdownbutton: add size, shape, rounded, fillMode and themeColor options
- floatingactionbutton: add size, rounded, shape and themecolor options
- splitbutton: add size, rounded, fillMode and themeColor options
Breaking Changes
- The selectedIcon property of the Chip has been deprecated due to rendering changes of the selected chip
- The primary option of the Button has been deprecated. Please set the fillMode option to 'primary'
- The look option of the Button has been deprecated. Please use the fillMode option instead.
- The type option of the Chip has been deprecated. Please use the themeColor option instead.
- The Kendo UI Buttons received major rendering changes, which require updating your kendo ui theme to v5 or newer
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v6.4.13 November 2021
Bug Fixes
- mark as compatible with Angular 13
- add support for RxJS 7
Supported themes
- @progress/kendo-theme-bootstrap: ^4.42.0
- @progress/kendo-theme-default: ^4.42.0
- @progress/kendo-theme-material: ^4.42.0
v6.4.028 October 2021
Bug Fixes
- bump theme versions (#461)
- chip: update the look option and CSS classes (#453)
- splitbutton:
- missing role menu on the UL element
- incorrect listbox role
Features
- splitbutton: add localized aria-label
Supported themes
- @progress/kendo-theme-bootstrap: ^4.42.0
- @progress/kendo-theme-default: ^4.42.0
- @progress/kendo-theme-material: ^4.42.0
v6.3.128 September 2021
Bug Fixes
- popupSettings animate property should be optional (#454)
- chip: improve accessibility (#444)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.3.02 September 2021
Bug Fixes
- floatingactionbutton: setting input properties to a string throws error (#430)
Features
- chip: add contentClick event (#439)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.2.13 August 2021
Bug Fixes
- dynamic popup settings are not applied (#428)
- chip: export ChipType (#426)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.2.028 June 2021
Features
- splitbutton: add type attribute input (#422)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.1.418 June 2021
Bug Fixes
- chip: icon and iconClass properties interference (#421)
- floatingactionbutton:
- iconClass is not rendered on the main button
- iconClass is not rendered on dial items
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.1.311 June 2021
Bug Fixes
- button: add toggleable CSS class (#417)
- dropdownbutton: add flat and outline look CSS classes
- floatingactionbutton: importing FloatingActionButtonModule throws NullInjectorError (#416)
- splitbutton:
- popup is not being closed when disabled
- add flat and outline look CSS classes
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.1.25 May 2021
Bug Fixes
- update ng-add schema
- fixing FAB katana links (#411)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.1.121 April 2021
Bug Fixes
- replace the selected state class (#410)
- mark as compatible with Angular v12
Supported themes
- @progress/kendo-theme-bootstrap: ^4.34.0
- @progress/kendo-theme-default: ^4.37.0
- @progress/kendo-theme-material: ^3.32.0
v6.1.019 January 2021
Bug Fixes
- bump themes versions
- add angular/animations as peer dependency
- fab:
- animation gap set to 0 stops the whole item animation
- default animation is slow
- ignore defaults when animation settings are set to 0
Features
- add floating action button
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v6.0.016 December 2020
Bug Fixes
- add homepage URL (#375)
- chip: 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
v5.5.211 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
- dropdownbutton: remains in active state after spacebar is pressed (#371)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v5.5.110 September 2020
Bug Fixes
- update release notes (#364)
- buttongroup: aria-disabled typo (#365)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v5.5.026 August 2020
Bug Fixes
- dropdownbutton: add rtl support for dropdown list
- splitbutton: add rtl support for dropdown list
Features
- button: implement clear button look
v5.4.43 July 2020
Bug Fixes
- button: replace role and add aria-pressed attribute
- buttongroup: update role and add aria-pressed attribute for buttons in buttongroup
- chip: changeDetection error on focus and blur
v5.4.325 June 2020
Bug Fixes
- mark as compatible with Angular 10
- k-state-focused class discrepancies with OnPush strategy (#355)
- dropdownbutton: update list item role (#353)
v5.4.211 May 2020
Bug Fixes
- dropdownbutton: .k-state-focused is not removed on manual blur
- splitbutton:
- steal focus when popup is closed
- .k-state-focused is not removed on manual blur
v5.4.010 April 2020
Bug Fixes
- chiplist: remove unnecessary imports
- dropdownbutton: .k-state-focused remains on manual blur
- splitbutton: .k-state-focused remains on manual blur
Features
- chiplist: add chiplist remove event arguments (#341)
v5.3.017 March 2020
Bug Fixes
- add aria-disabled attribute
- update aria-pressed attribute
Features
- chip: add chip remove event args (#338)
v5.1.17 January 2020
Bug Fixes
- button: click is fired twice when button rendered from span is clicked with the mouse
- buttons: emit event on click when kendoButton is applied to span
v5.1.018 December 2019
Bug Fixes
- update to latest schematics
- mark as compatible with Angular 9
- button:
- toggleable button cannot be toggled with space or enter keys
- role should not be set via host binding (#309)
- buttongroup: ButtonGroup has wrong KB navigation in single selection mode (#308)
Features
- buttongroup: emit preventable event when navigation occurs (#311)
- dropdownbutton: add custom class to the main button
- splitbutton: add custom class to the main button and arrow button
v5.0.114 November 2019
Bug Fixes
- dropdownbutton: not loosing focus when programatically blurring
- splitbutton: not loosing focus when programatically blurring
v5.0.021 June 2019
Bug Fixes
- Rename ButtonDirective.onClick handler to avoid collisions with inheritors
- button: Initially selected state
- buttongroup: Does not throw an error when there are no buttons (#274)
Features
- Update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- New peer dependencies @angular/forms, @progress/kendo-angular-common and@progress/kendo-angular-popup
- Angular 4 and 5 are no longer supported
v4.4.012 April 2019
Bug Fixes
- export ListItemModel and PopupSettings interfaces
- splitbutton: open and close events are triggered twice
Features
- add flat ES module bundles
- dropdownbutton: add option for popup alignment
- splitbutton: add option for popup alignment
v4.3.08 November 2018
Bug Fixes
- do not trigger additional change detection for buttons with icon
- button:
- revert order of constructor arguments
- add "role=checkbox" and "aria-checked" for toggleable buttons
- buttongroup:
- error is thrown when buttons are added to a buttongroup dynamically
- aria-checked is not set properly on click
- [disabled] input does not update children disabled state
Features
- dropdownbutton: add 'appendTo' configuration property to the popup settings
- splitbutton: add 'appendTo' configuration property to the popup settings
v4.2.019 October 2018
Bug Fixes
- split-button: add button type
Features
- mark as compatible with Angular 7.x
- dropdownbutton: add primary and look inputs (#243)
- split-button: add look property
v4.1.09 May 2018
Bug Fixes
- mark module as side-effects free
- mark as compatible with Angular 6.x, RxJS 6.x
- button: icon & iconText classes are not appended at the moment when Toolbar calculates t
- buttongroup:
- detect correctly when the buttongroup looses focus
- user needs to press arrow key twice to move the focus away from first button
- wrapper should receive tabindex
Features
- Schematics support (#222)
- buttongroup: navigate with arrow keys between buttons in a group with multiple selection
v4.0.026 March 2018
Bug Fixes
- remove RTL token usage from button component (#217)
- do not remove icon on destroy
Features
- add support for RTL dynamic switching (#216)
- button: allow CSS selection of icon buttons
Breaking Changes
- Requires v1.1.0 or above of @progress/kendo-angular-l10n package.
v3.0.314 February 2018
Bug Fixes
- bundle metadata and type definitions alongside CommonJS modules
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
v3.0.026 January 2018
Features
- use pipeable operators from RxJS 5.5
Breaking Changes
- Peer dependencies changed; Requires rxjs@^5.5.0
v2.0.125 January 2018
Bug Fixes
- require rxjs <5.5 as peer; Upgrade to latest if using rxjs ^5.5; See https://goo.gl/uvvh8R
v2.0.09 October 2017
Bug Fixes
- accept Angular 5.x as a peer dependency
- replace OpaqueToken with InjectionToken
Features
- button: provide ability to configure the button look via property
- buttongroup: add look property
Breaking Changes
- Bare property has been removed. Use the newly added look property to modify the default button appearance.
v1.1.011 September 2017
Bug Fixes
- buttongroup: disabled attribte is not working
Features
- allow two-way binding of 'selected'
v1.0.12 June 2017
Bug Fixes
- dropdownbutton: display the popup on top of a transformed container.
- splitbutton: display the popup on top of a transformed container.
v0.25.028 April 2017
Bug Fixes
- run document event listeners outside the NgZone
- dropdownbutton:
- didn't raise open/close events
- incorrect tabIndex
- move ARIA attributes to the focusable element
- splitbutton: move aria attributes to the focusable element
Features
- button: add focus/blur methods
- dropdownbutton: add focus/blur methods and events
- splitbutton: add focus/blur methods and events
v0.22.015 March 2017
Features
- provide control over the popup open/close state
Breaking changes
- remove
open
property. See telerik/kendo-angular#386
v0.20.29 March 2017
Bug Fixes
- dropdownbutton: active state for the first item is not applied when the component is clicked
v0.20.010 February 2017
Bug Fixes
- splitbutton:
- blur prevents open from outside
- sync open prop with popup visibility
Features
- two way binding
v0.19.410 February 2017
Bug Fixes
- splitbutton_demos: Updated ngIf directive syntax in splitbutton demo page
v0.18.031 January 2017
Features
- buttongroup: Add RTL support
- dropdownbutton: Add RTL support
- rtl: add RTL support
v0.16.018 January 2017
Bug Fixes
- dropdownbutton: focus is applied when disabled (#92)
Features
- add DropDownButton component
- dropdownbtton: add properties
- dropdownbutton:
- add itemClick event (#89)
- add keyboard navigation
- add WAI-ARIA support
- add item template
- add data binding
v0.15.013 January 2017
Bug Fixes
- tab sets focus and does not skip disabled SplitButton
Features
- add itemClick event #84 #100
- add WAI-ARIA support attributes in SplitButton
- add keyboard navigation to SplitButton
- add SplitButton itemTemplate
- add SplitButton popup css class
- add SplitButton data binding
- add SplitButton properties
- add SplitButton component
- add onItemClick EventEmitter to ListButton #84 #100
- add ListButton base class
- add keyboard navigation to list
- add WAI-ARIA support to list
- add itemTemplate to list
- add data binding to list
- add list component
- SplitButton: Add RTL support #66
v0.14.116 December 2016
Bug Fixes
- button: document not defined error when universla rendering is enabled #58