benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 205 forks source link

[TASK] Initial TYPO3 v14 compatibility #1528

Closed garvinhicking closed 1 week ago

garvinhicking commented 4 weeks ago

This patch includes initial patches to allow requiring this package in TYPO3 v14.0-dev:

Note: "composer install" and CI of this patch does NOT yet work, also due to cross-dependencies like EXT:container that doesn't allow installing 14.0.x-dev yet.

Will try to maintain this as I go along with v14 development in my fork and face issues.

garvinhicking commented 4 weeks ago

(Please note, I have not adapted CI checks/testing)

garvinhicking commented 4 weeks ago

Added ViewHelper migration to use ViewFactory after v14-breaking change.

Note a 'composer install' currently doesn't work due to EXT:container cross-dependency not working in v14 yet. Current state in a v14 instance seems to work superficially.

benjaminkott commented 1 week ago

Changes are picked now, will close this pr - thx @garvinhicking