GeoSot
GeoSot
> I guess we could run `npm version 1.2.3.4 --git-tag-version=false` but it's an extra command so it needs to be automated. or something like this? ```js const exec = require('child_process').execSync...
> I don't like `npm install`; it's useless here... I used it to fix the version tag in package-lock, the npm way :wink:
Quick fix: you can use `data-bs-target` to point the specific element. Explanation: The `dismiss` trigger searches for a target attribute or tries to find the closest `.offcanvas`. As `.offcanvas-xl` doesn't...
**/cc** @atomiks can you help on this please? I cannot replicate it with linux or win11
Guys, I would like your feedback using the following script https://deploy-preview-37235--twbs-bootstrap.netlify.app/docs/5.2/dist/js/bootstrap.bundle.min.js or experimenting on this page https://deploy-preview-37235--twbs-bootstrap.netlify.app/docs/5.2/components/tooltips/#custom-tooltips
Wonderful news guys and many thanks for your help 😄 #37235 will close this issue
Any help of React devs, would be handy here
As you didn't respond to @WinterSilence answer after 17 days, I supposed it was closed. Please feel free to reopen it, if his answer doesn't solve your issue
@patrickhlauke when you have the time, you may take a look at this. I don't think it was documented, neither seems a valid behavior to me 😕 Do you believe...
Looking back the commits [history](https://github.com/twbs/bootstrap/commits/main/js/src/tab.js), it seems that Tab was handling only the removal of active class https://github.com/twbs/bootstrap/blob/63d38b19740eac25b8603dc9a9ae11e1df4667f7/js/src/tab.js#L116-L120 So if we want to bring back the exact old behavior, I...