Page 1 of 1

Apllication Broken 9 for 10 primeng

Posted: 13 Sep 2020, 21:38
by whayners
I have an application made with template avalon 9. On update for primeng 10, my application broken. How to solved?

Re: Apllication Broken 9 for 10 primeng

Posted: 14 Sep 2020, 10:34
by zornic
Unfortunately you have to wait weeks until the layout for version 10 has been changed. They are not the fastest here!!!!!!!
I have the feeling that only one programmer is always working on it

Re: Apllication Broken 9 for 10 primeng

Posted: 15 Sep 2020, 19:37
by Nejc
Same thing happened to me. ui-something styles are renamed to p-something. There are no errors and behavior of some components is improved (e.g. p-inputNumber). After the upgrade styles are completely broken, but this is much improved if I add a theme in angular.json to styles: "node_modules/primeng/resources/themes/nova/theme.css".

I would appreciate very much if you can provide some guidance on how to solve this:
1.) fix styles one by one (this would be like creating styles again for the whole app)
2.) you will fix some bug and transition from 9 to X will be a drop in
3.) you will provide a guide for the upgrade

Any input will be appreciated.

Re: Apllication Broken 9 for 10 primeng

Posted: 19 Sep 2020, 05:01
by timfogarty
I wrote a similar question here viewtopic.php?f=35&t=63372

grid system ui-g is gone, replaced with p-grid, but with no warning or documentation on how to migrate.

also many themes are gone.