formio / ngFormio

JSON powered form rendering library for AngularJS + Form.io.
http://formio.github.io/ngFormio/
MIT License
99 stars 102 forks source link

FIO-8631/FIO-8634: Fixes an issue where premium components show "Unknown template" on 5.x renderer #735

Closed alexandraRamanenka closed 1 month ago

alexandraRamanenka commented 1 month ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-8631 https://formio.atlassian.net/browse/FIO-8634

Description

Importing from "@formio/js/sdk" does not import the renderer itself, instead it should be lazyu loaded, but since it will reequire more steps to implement this , we decided that we won't make thje renderer in portal lazy loaded.

Breaking Changes / Backwards Compatibility

Use this section to describe any potentially breaking changes this PR introduces or any effects this PR might have on backwards compatibility

Dependencies

Use this section to list any dependent changes/PRs in other Form.io modules

How has this PR been tested?

Use this section to describe how you tested your changes; if you haven't included automated tests, justify your reasoning

Checklist: