We have a project running in Umbraco v8. I have lot of customizations in Umbraco back office. Now that AngularJS support is ended, what are my options to upgrade to Umbraco higher versions and how easy it is to move my existing back office modules. Please advise.
Which technology is used in Umbraco back office V14. Is there any guidelines to upgrade to V14. Because we have to get rid of AngularJS because support is ended. Thanks again.
Just to add to this, I attended a really good workshop at Codegarden, ran by Phil Whittaker and Jon Whitter, that was about building extensions in the new Umbraco 14 backoffice.
Umbraco backoffice AngularJS
We have a project running in Umbraco v8. I have lot of customizations in Umbraco back office. Now that AngularJS support is ended, what are my options to upgrade to Umbraco higher versions and how easy it is to move my existing back office modules. Please advise.
You should be good to upgrate to v13 without a problem, the backoffice change is in v14
Thanks. What technology is used in Umbraco backoffice V13.
I'm searching for ways to upgrade because AngularJS support was discontinued and vulnerability issues were reported with penetration testing.
V13 still uses angularJS
Which technology is used in Umbraco back office V14. Is there any guidelines to upgrade to V14. Because we have to get rid of AngularJS because support is ended. Thanks again.
Well in a nutshell, the Umbraco backoffice has been rebuilt using Vite, Lit and Typescript.
Not sure what you're after in terms of customization, but probably the best place to start is here:
https://docs.umbraco.com/umbraco-cms/extending/customize-the-editing-experience
Just to add to this, I attended a really good workshop at Codegarden, ran by Phil Whittaker and Jon Whitter, that was about building extensions in the new Umbraco 14 backoffice.
The repo used is available on GitHub here:
https://github.com/whitter/umbraco-14-workshop
And the slides are here:
https://github.com/whitter/umbraco-14-workshop/blob/part-11-added-action-menus/Umbraco%20Manchester%20-%20April%202024%20-%20Workshop.pdf
The repo above has some really useful links in it's README, including a really good blog series by Kevin Jump.
There's also some additional useful resources here: https://github.com/umbraco/Umbraco.Packages/blob/main/bellissima/README.md
("Bellissima" is the codename name of the new backoffice in Umbraco 14.)
Hope these help!
is working on a reply...