[TASK] Update Bootstrap to 5.2.0
Bootstrap is updated to 5.2.0. Due to a behavior change (perhaps a regression), carousels need adoption if they shouldn't slide automatically as the old approach results in indefinitely sliding: ``` - <div class="carousel slide" data-bs-interval="0" data-bs-ride="carousel"> + <div class="carousel slide" data-bs-ride="false"> ``` However, this is also documented at [1]. Executed commands: cd Build nvm use yarn add bootstrap@^5.2.0 yarn add --dev @types/bootstrap@^5.2.0 grunt build [1] https://getbootstrap.com/docs/5.2/components/carousel/#options Resolves: #98051 Releases: main, 11.5 Change-Id: Ic9c284d9edb3881b4cc8663fad3747c19f078613 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75329 Tested-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/Sass/_minimal.scss 1 addition, 0 deletionsBuild/Sources/Sass/_minimal.scss
- Build/Sources/TypeScript/backend/multi-step-wizard.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/multi-step-wizard.ts
- Build/Sources/TypeScript/backend/tests/popover-test.ts 5 additions, 10 deletionsBuild/Sources/TypeScript/backend/tests/popover-test.ts
- Build/Sources/TypeScript/backend/wizard.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/wizard.ts
- Build/package.json 2 additions, 2 deletionsBuild/package.json
- Build/yarn.lock 8 additions, 9 deletionsBuild/yarn.lock
- typo3/sysext/backend/Resources/Private/Partials/Login/LoginNews.html 1 addition, 2 deletions...t/backend/Resources/Private/Partials/Login/LoginNews.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 2 additions, 2 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/multi-step-wizard.js 1 addition, 1 deletion.../backend/Resources/Public/JavaScript/multi-step-wizard.js
- typo3/sysext/backend/Resources/Public/JavaScript/wizard.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/wizard.js
- typo3/sysext/backend/Tests/JavaScript/popover-test.js 1 addition, 1 deletiontypo3/sysext/backend/Tests/JavaScript/popover-test.js
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/bootstrap.js 4 additions, 4 deletions...ext/core/Resources/Public/JavaScript/Contrib/bootstrap.js
- typo3/sysext/core/Tests/Acceptance/Application/Extensionmanager/InstalledExtensionsCest.php 2 additions, 2 deletions.../Application/Extensionmanager/InstalledExtensionsCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/CategoryTreeCest.php 2 additions, 2 deletions...ts/Acceptance/Application/FormEngine/CategoryTreeCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputDateCest.php 1 addition, 1 deletion...nce/Application/FormEngine/ElementsBasicInputDateCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputEvalCest.php 1 addition, 1 deletion...nce/Application/FormEngine/ElementsBasicInputEvalCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputRangeCest.php 1 addition, 1 deletion...ce/Application/FormEngine/ElementsBasicInputRangeCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputSimpleCest.php 1 addition, 1 deletion...e/Application/FormEngine/ElementsBasicInputSimpleCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputTextTableCest.php 1 addition, 1 deletion...pplication/FormEngine/ElementsBasicInputTextTableCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicNumberCest.php 1 addition, 1 deletion...ptance/Application/FormEngine/ElementsBasicNumberCest.php
Please register or sign in to comment