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

TASK: Cleanup, remove or declare EEL helpers as internal #3711

Merged
merged 6 commits into from
Feb 14, 2024

Conversation

mhsdesign
Copy link
Member

@mhsdesign mhsdesign commented Feb 6, 2024

Based on #3703

Follow up to #3704
Related #3703

Every eel helper of the Neos Ui is now declared as purely internal.

If for some reason you used any of the latter it must be migrated.
For migration please copy the parts of the respective helper to an own helper or better consider alternative ways.
In case the Neos.Ui.PositionalArraySorter helper was frequently used and there is demand for that, we can possibly put it into the Array helper as feature.

Affected helpers:

  • Neos.Ui.Api
  • Neos.Ui.Workspace (was previously available inside Fusion!)
  • Neos.Ui.NodeInfo (was previously available inside Fusion!)
  • Neos.Ui.ContentDimensions
  • Neos.Ui.StaticResources
  • Neos.Ui.PositionalArraySorter (was previously available inside Fusion!)

The helper

  • Neos.Ui.NodeInfo

was already made internal and cleaned up via #3703

What I did

How I did it

How to verify it

@github-actions github-actions bot added the 9.0 label Feb 6, 2024
@neos-bot
Copy link

neos-bot commented Feb 6, 2024

🎥 End-to-End Test Recordings

These videos demonstrate the end-to-end tests for the changes in this pull request.

@mhsdesign mhsdesign force-pushed the task/cleanupEelHeleprs branch from 49f789b to fa95240 Compare February 12, 2024 19:54
@mhsdesign mhsdesign changed the title !!! TASK: Cleanup, remove or declare EEL helpers as internal TASK: Cleanup, remove or declare EEL helpers as internal Feb 12, 2024
@github-actions github-actions bot added the Task label Feb 12, 2024
Copy link
Contributor

@grebaldi grebaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 by reading

@mhsdesign mhsdesign force-pushed the task/cleanupEelHeleprs branch from fa95240 to fa474c0 Compare February 14, 2024 12:29
@mhsdesign mhsdesign merged commit cb4d6b9 into neos:9.0 Feb 14, 2024
10 checks passed
@mhsdesign mhsdesign deleted the task/cleanupEelHeleprs branch February 14, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants