Skip to content
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

Update formiojs version to 4.19.0 #1049

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

wadeV12
Copy link

@wadeV12 wadeV12 commented Feb 15, 2024

In the latest stable version of @formio/angular 7.0.0 we have a hard dependency on formiojs styles here:

https://github.com/formio/angular/blob/v7.0.0/projects/angular-formio/src/components/formio/formio.component.ts#L11

It means that it doesn't matter which formiojs version I will use as a peer dependency in my project I will still get a styles from a version specified in your repository and they will be inlined in the FormioComponent during build time.

formio/formio.js#5447

I have this issue in my project and the long-term fix could probably be a separate loading of styles and not inlining them but so far package update may also work fine (as the local style override...but override does not look like the best solution).

@lane-formio lane-formio merged commit 52dc623 into formio:7.0.x Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants