We have just released Radzen.Blazor 3.0! The big change that required a major version update is changing the CSS prefix used by all Radzen Blazor components from ui-* to rz-. This means that if you have some custom CSS which overrides Radzen CSS it will most probably no longer work until you update it. For example
"Custom Radzen Theme" includes the Humanistic theme as well, right? I upgraded our test enviroment and have quite a few (small) css bugs. If not, I can make a seperate topic later.
It would probably be easier to apply your customizations from scratch. Alternatively you can keep them in a separate CSS file so you can still receive upgrades and fixes to the themes.
If this is not an option you will have to change the prefixes of the css classes manually -
.ui- is now .rz-
.pi is now .rzi also .pi- is .rzi-
.card is now .rz-card
.fa is now also .rzi
.menu is now .rz-menu
.navigation-item is now .rz-navigation-item and .navigation-item- is .rz-navigation-item-
I tried your latest suggestion. After some Ctrl+H in VSCode, all the prefixes were updated and most things are looking as they used to. But some components are looking off still, so I'll try and manually fix them.
Hi, from the description Radzen 3 looks like a miracle. exactly what we needed. where it's possible to download it ? so far in the radzen website I see only the download button for the release 2.x
Thank you for the information. It seems that I was confused as the first time that I took the Metro in Sofia I look forward to try and buy Radzen 3.0. it looks exactly what my company need for software development.
Don't know if this is intended or not, but the material-icons definition is missing in the new Radzen CSS. So if you have used material icons like this, it will not work any more:
<i class="material-icons">local_shipping</i>
2.x CSS:
3.0 CSS
I fixed this by replacing material-icons with rzi: <i class="rzi">local_shipping</i>