-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nebular 4.0 migration questions and support #1524
Comments
|
@RicardoVaranda what version of Nebular are you on? Seems as 3.5.0, which is not related to this issue. If so, please open a new issue, I would appreciate a more detailed description of your env (angular, nebular versions at least). |
@lepidotteri
|
@nnixaa You're right I was trying to use 3.5 with Angular 8. After switching to rc version it's now fixed :) |
Hi @nnixaa , Sorry not sure this is the best place to ask but I'm currently trying to use the corporate color scheme on the new 4.0 but it does not seem to apply. On ngx-admin corporate theme has a nav bar of color: I've follow the docs on the theming but I'm aware that they have changed in 4.0 so just want to confirm that I'm still doing them the correct way. Theme.scss:
Style scss:
App module:
app-component:
|
@RicardoVaranda try following https://akveo.github.io/nebular/next, these are the docs for the new 4.0 version. Btw, we have just release rc.7. |
Thanks @nnixaa The differences I'm seeing in color seem to be due to the theme variables are now defined as different shades. Out of curiosity, do you guys have a timeline as to when ngx-admin will be updated to the latest version? P.S Great work on this amazing theme <3 |
We hope to update it upcoming 2 weeks. |
Hi, I would like to ask if it is still possible to use FontAwesome icons in components such as tabs and menus ? I updated to version 4.0.0 but now components are not recognizing "fas fa-icon" in their parameters and it throws an error. I tried to put fontAwesome as default pack instead of nebular-icons but it's not working as well... Thanks. |
Answered here #1579 |
Thanks ! |
Hello, I'm migrating my app from Nebular 3.1 to Nebular 4. Thanks for your migration doc, I'm almost done with the migration. (FYI, we're using a custom theme.) However, I've got a problem with the old As I understand, in 3.x it was a I didn't see anything about it in the migration docs, what is your opinion about that ? Thanks in advance, Edit : I think some properties of the "header" component also changed. (header-bg --> header-background-color). Do you have a more complete list of all changes ? |
Same issue, if this was changed intentionally then it would be completely unacceptable |
Unfortunately, this is a limitation for now, but it has a very quick fix: @include nb-install() {
nb-layout .layout {
background-image: ...;
}
@include nb-theme-global();
}; |
Thanks for the quick fix, and thanks for taking the feature request into account. Bye ! |
Hello, For now, if I try and use a nebular icon with defaultPack being font-awesome, the nebular one gets the Thanks in advance, |
|
When I use this quick fix, I get the following error @include nb-theme-global(); |
This issue is created to collect and discuss the most common question during migration to Nebular 4.0.
The text was updated successfully, but these errors were encountered: