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

feat!: pass InputData object to SubComponentRenderingHelper #42

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

smichaelsen
Copy link
Collaborator

BREAKING CHANGE: renderSubComponent and evaluateSubComponent won't accept an $additionalData array anymore as 2nd parameter but need an InputData object (or null) instead.

@smichaelsen smichaelsen force-pushed the topic/sub-component-input-data branch 3 times, most recently from 45ce82a to f78e8e4 Compare October 10, 2024 07:53
BREAKING CHANGE: renderSubComponent and evaluateSubComponent won't accept an $additionalData array anymore as 2nd parameter but need an InputData object (or null) instead.
BREAKING CHANGE: InputData is now final. You can't extend or mock it anymore.
@smichaelsen smichaelsen force-pushed the topic/sub-component-input-data branch from f78e8e4 to eb0b3f1 Compare October 10, 2024 08:20
@smichaelsen smichaelsen merged commit faf8c56 into main Oct 11, 2024
3 checks passed
@smichaelsen smichaelsen deleted the topic/sub-component-input-data branch October 11, 2024 09:12
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.

1 participant