telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
467 stars 216 forks source link

ButtonGroup can't display the new <kendo-button> component #3908

Closed mbechev closed 1 year ago

mbechev commented 1 year ago

Describe the bug With the newly introduced <kendo-button> component, buttons are not displayed when are part of a ButtonGroup component:

<kendo-buttongroup>
    <kendo-button...></kendo-button>
    ...
</kendo-buttongroup>

https://stackblitz.com/edit/angular-hronnx

In the buttongroup/buttongroup.component.ts file the select property should include the kendo-button as well.

<ng-content [select]="[kendoButton], 'kendo-button'"></ng-content>
lata2013 commented 1 year ago

Any idea on when this will be made available?

dtopalov commented 1 year ago

Fix is released in v. 11.2.0

https://stackblitz.com/edit/angular-6ynpjn?file=src%2Fapp%2Fapp.component.ts

lata2013 commented 1 year ago

npm i @progress/kendo-angular-common npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: ezroute-angular-project@0.0.0 npm ERR! Found: @progress/kendo-angular-buttons@11.1.0 npm ERR! node_modules/@progress/kendo-angular-buttons npm ERR! peer @progress/kendo-angular-buttons@"11.1.0" from @progress/kendo-angular-dateinputs@11.1.0 npm ERR! node_modules/@progress/kendo-angular-dateinputs npm ERR! peer @progress/kendo-angular-dateinputs@"11.1.0" from @progress/kendo-angular-grid@11.1.0 npm ERR! node_modules/@progress/kendo-angular-grid npm ERR! @progress/kendo-angular-grid@"^11.1.0" from the root project npm ERR! peer @progress/kendo-angular-dateinputs@"11.1.0" from @progress/kendo-angular-treelist@11.1.0 npm ERR! node_modules/@progress/kendo-angular-treelist npm ERR! @progress/kendo-angular-treelist@"^11.1.0" from the root project npm ERR! 1 more (the root project) npm ERR! peer @progress/kendo-angular-buttons@"11.1.0" from @progress/kendo-angular-dialog@11.1.0 npm ERR! node_modules/@progress/kendo-angular-dialog npm ERR! peer @progress/kendo-angular-dialog@"11.1.0" from @progress/kendo-angular-inputs@11.1.0 npm ERR! node_modules/@progress/kendo-angular-inputs npm ERR! peer @progress/kendo-angular-inputs@"11.1.0" from @progress/kendo-angular-grid@11.1.0 npm ERR! node_modules/@progress/kendo-angular-grid npm ERR! @progress/kendo-angular-grid@"^11.1.0" from the root project npm ERR! 5 more (@progress/kendo-angular-label, ...) npm ERR! @progress/kendo-angular-dialog@"^11.1.0" from the root project npm ERR! 9 more (@progress/kendo-angular-grid, ...) npm ERR! npm ERR! Could not resolve dependency: npm ERR! @progress/kendo-angular-buttons@"^11.2.0" from the root project npm ERR! npm ERR! Conflicting peer dependency: @progress/kendo-angular-common@11.2.0 npm ERR! node_modules/@progress/kendo-angular-common npm ERR! peer @progress/kendo-angular-common@"11.2.0" from @progress/kendo-angular-buttons@11.2.0 npm ERR! node_modules/@progress/kendo-angular-buttons npm ERR! @progress/kendo-angular-buttons@"^11.2.0" from the root project

lata2013 commented 1 year ago

When i tried to upgrade to 11.20 version i am getting a bunch of erros...i tried to install kendo angular commmon as well but that also errored out. My project is all broken :(

lata2013 commented 1 year ago

I think i have this sorted out