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

!!! FEATURE: Drop twitter bootstrap dependency #5409

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

Sebobo
Copy link
Member

@Sebobo Sebobo commented Dec 19, 2024

We only used it in one place and it’s basically not maintained anymore. With this change the bootstrap library that is required for the media browser is moved to the media browser and therefore no other dependency is left.

This might be breaking for projects that use the bootstrap viewhelper or library and didn’t add they own dependency.

Resolves: #5408

Upgrade instructions

If you used some functionality of the bootstrap package you need to add the dependency `"neos/twitter-bootstrap": "^3.0.6" to your own project.

We only used it in one place and it’s basically not maintained anymore.
With this change the bootstrap library that is required for the media browser is moved to the media browser and therefore no other dependency is left.

This might be breaking for projects that use the bootstrap viewhelper or library and didn’t add they own dependency.

Resolves: #5408
Copy link
Member

@kitsunet kitsunet left a comment

Choose a reason for hiding this comment

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

Oh yes please, thank you!

Copy link
Contributor

@dlubitz dlubitz left a comment

Choose a reason for hiding this comment

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

Thank you!

@dlubitz dlubitz merged commit 14bb543 into 9.0 Dec 19, 2024
10 checks passed
@dlubitz dlubitz deleted the feature/5408-remove-bootstrap-dependency branch December 19, 2024 14:35
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.

TASK: Deprecate and remove Twitter.Bootstrap as core dependency
3 participants