Skip to content
Snippets Groups Projects
Commit bb1877d4 authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[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: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 7512af39
Branches
Tags
No related merge requests found
Showing
with 38 additions and 44 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment