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 206 forks source link

List of breaking changes from v12 to v14 #1436

Open mrwhy-orig opened 1 year ago

mrwhy-orig commented 1 year ago

Support

Description

Is there any list of breaking changes available v.12 -> v.14 ? I tried to update, and it worked so far except for the drop down navigation. The list element is still in the html source but doesn't get shown by hovering or clicking.

nilsingwersen commented 1 year ago

I had the same issue upgrading a Site, that change was in the 14 Version in this commit: https://github.com/benjaminkott/bootstrap_package/commit/2775146d21660b1c09bbd9ab093672bfdad326bc#diff-0de9a1de6c1597c35044707a74ec14f5b26824815ebd17b7a1ea6d6f669f0a24

In the bootstrap.navbar.js file the code for hovering got removed.

ste101 commented 10 months ago

I stumbled across the same problem. You have to click a the chevron down icon at the right. I don't think that this is a good solution.