Kendo Components Look Different After npm install

1 Answer 167 Views
Button Editor ToolBar
Scott
Top achievements
Rank 1
Iron
Scott asked on 09 Aug 2022, 08:29 PM

I am using various kendo components in my website. I recently added the uuid package to the project (> npm install uuid), and this somehow triggered a problem with my entire project. Now some of the kendo components look different. 

It should look like this (kendo dropdown and kendo button):

but it instead looks like this 

I primarily notice the problem in the buttons, but I also notice it within the editor itself. What should I do? I don't see any sort of errors in the console. 

1 Answer, 1 is accepted

Sort by
1
Accepted
Ivo
Telerik team
answered on 12 Aug 2022, 09:08 AM

Hi Scott,

The Kendo UI for Angular packages (Buttons, Inputs, DropDowns, DateInputs and TreeView) received major rendering changes, which require updating the components to the latest version:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/

And the latest version of our components require the latest version (v5) of Kendo Themes to be used.

There were quite some breaking changes in Kendo Themes v5. You can find the changelog here.

Some of the bigger changes are that the Inputs/DateInputs and the DropDowns are now 100% in width and also the SCSS variables are renamed (the same name with added kendo prefix). For example, $treeview-font-size is now $kendo-treeview-font-size. If you are using SCSS in your application and you have customized some of the Kendo Themes variables, you will need to update their names accordingly. Have in mind that only the variables of the components that were updated (Buttons, Inputs, DropDowns, DateInputs and TreeView) are changed.

Let us know in case additional information is needed.

Regards,
Ivo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Button Editor ToolBar
Asked by
Scott
Top achievements
Rank 1
Iron
Answers by
Ivo
Telerik team
Share this question
or