Skip to content

Commit b4003b3

Browse files
committed
Update to v5.3.8
1 parent e16da54 commit b4003b3

35 files changed

+55
-54
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice:
2121
Add `bootstrap` to your Gemfile:
2222

2323
```ruby
24-
gem 'bootstrap', '~> 5.3.7'
24+
gem 'bootstrap', '~> 5.3.8'
2525
```
2626

2727
This gem requires a Sass engine, so make sure you have **one** of these gems in your Gemfile:

assets/javascripts/bootstrap-sprockets.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
//= require ./bootstrap/dom/manipulator
66
//= require ./bootstrap/util/config
77
//= require ./bootstrap/base-component
8+
//= require ./bootstrap/util/sanitizer
89
//= require ./bootstrap/dom/selector-engine
9-
//= require ./bootstrap/collapse
10-
//= require ./bootstrap/button
10+
//= require ./bootstrap/util/template-factory
11+
//= require ./bootstrap/tooltip
12+
//= require ./bootstrap/popover
1113
//= require ./bootstrap/util/component-functions
1214
//= require ./bootstrap/alert
13-
//= require ./bootstrap/util/backdrop
14-
//= require ./bootstrap/util/swipe
15-
//= require ./bootstrap/carousel
16-
//= require ./bootstrap/dropdown
1715
//= require ./bootstrap/toast
16+
//= require ./bootstrap/button
17+
//= require ./bootstrap/collapse
1818
//= require ./bootstrap/util/scrollbar
19-
//= require ./bootstrap/scrollspy
19+
//= require ./bootstrap/tab
2020
//= require ./bootstrap/util/focustrap
21+
//= require ./bootstrap/util/backdrop
22+
//= require ./bootstrap/scrollspy
2123
//= require ./bootstrap/modal
22-
//= require ./bootstrap/util/sanitizer
23-
//= require ./bootstrap/util/template-factory
24-
//= require ./bootstrap/tooltip
25-
//= require ./bootstrap/popover
26-
//= require ./bootstrap/tab
2724
//= require ./bootstrap/offcanvas
25+
//= require ./bootstrap/util/swipe
26+
//= require ./bootstrap/carousel
27+
//= require ./bootstrap/dropdown
2828
//= require ./bootstrap-global-this-undefine

assets/javascripts/bootstrap.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v5.3.7 (https://getbootstrap.com/)
2+
* Bootstrap v5.3.8 (https://getbootstrap.com/)
33
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/
@@ -666,7 +666,7 @@
666666
* Constants
667667
*/
668668

669-
const VERSION = '5.3.7';
669+
const VERSION = '5.3.8';
670670

671671
/**
672672
* Class definition
@@ -1872,9 +1872,6 @@
18721872
this._element.setAttribute('aria-expanded', 'false');
18731873
Manipulator.removeDataAttribute(this._menu, 'popper');
18741874
EventHandler.trigger(this._element, EVENT_HIDDEN$5, relatedTarget);
1875-
1876-
// Explicitly return focus to the trigger element
1877-
this._element.focus();
18781875
}
18791876
_getConfig(config) {
18801877
config = super._getConfig(config);

assets/javascripts/bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bootstrap/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap alert.js v5.3.7 (https://getbootstrap.com/)
2+
* Bootstrap alert.js v5.3.8 (https://getbootstrap.com/)
33
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/

assets/javascripts/bootstrap/base-component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap base-component.js v5.3.7 (https://getbootstrap.com/)
2+
* Bootstrap base-component.js v5.3.8 (https://getbootstrap.com/)
33
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/
@@ -21,7 +21,7 @@
2121
* Constants
2222
*/
2323

24-
const VERSION = '5.3.7';
24+
const VERSION = '5.3.8';
2525

2626
/**
2727
* Class definition

assets/javascripts/bootstrap/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap button.js v5.3.7 (https://getbootstrap.com/)
2+
* Bootstrap button.js v5.3.8 (https://getbootstrap.com/)
33
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/

assets/javascripts/bootstrap/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap carousel.js v5.3.7 (https://getbootstrap.com/)
2+
* Bootstrap carousel.js v5.3.8 (https://getbootstrap.com/)
33
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/

assets/javascripts/bootstrap/collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap collapse.js v5.3.7 (https://getbootstrap.com/)
2+
* Bootstrap collapse.js v5.3.8 (https://getbootstrap.com/)
33
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/

assets/javascripts/bootstrap/dom/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap data.js v5.3.7 (https://getbootstrap.com/)
2+
* Bootstrap data.js v5.3.8 (https://getbootstrap.com/)
33
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/

0 commit comments

Comments
 (0)