Skip to content

Commit decb961

Browse files
committed
Update to v5.3.5
1 parent 3203a20 commit decb961

31 files changed

+42
-42
lines changed

assets/javascripts/bootstrap-sprockets.js

Lines changed: 8 additions & 8 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/button
89
//= require ./bootstrap/dom/selector-engine
10+
//= require ./bootstrap/scrollspy
11+
//= require ./bootstrap/util/scrollbar
12+
//= require ./bootstrap/util/sanitizer
13+
//= require ./bootstrap/util/swipe
14+
//= require ./bootstrap/carousel
15+
//= require ./bootstrap/collapse
916
//= require ./bootstrap/util/backdrop
1017
//= require ./bootstrap/util/component-functions
1118
//= require ./bootstrap/util/focustrap
12-
//= require ./bootstrap/util/scrollbar
1319
//= require ./bootstrap/modal
14-
//= require ./bootstrap/scrollspy
15-
//= require ./bootstrap/button
1620
//= require ./bootstrap/alert
17-
//= require ./bootstrap/util/sanitizer
1821
//= require ./bootstrap/util/template-factory
1922
//= require ./bootstrap/tooltip
2023
//= require ./bootstrap/popover
21-
//= require ./bootstrap/collapse
2224
//= require ./bootstrap/offcanvas
23-
//= require ./bootstrap/dropdown
24-
//= require ./bootstrap/util/swipe
25-
//= require ./bootstrap/carousel
2625
//= require ./bootstrap/toast
26+
//= require ./bootstrap/dropdown
2727
//= require ./bootstrap/tab
2828
//= require ./bootstrap-global-this-undefine

assets/javascripts/bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap v5.3.5 (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.4';
669+
const VERSION = '5.3.5';
670670

671671
/**
672672
* Class definition

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.4 (https://getbootstrap.com/)
2+
* Bootstrap alert.js v5.3.5 (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.4 (https://getbootstrap.com/)
2+
* Bootstrap base-component.js v5.3.5 (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.4';
24+
const VERSION = '5.3.5';
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.4 (https://getbootstrap.com/)
2+
* Bootstrap button.js v5.3.5 (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.4 (https://getbootstrap.com/)
2+
* Bootstrap carousel.js v5.3.5 (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.4 (https://getbootstrap.com/)
2+
* Bootstrap collapse.js v5.3.5 (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.4 (https://getbootstrap.com/)
2+
* Bootstrap data.js v5.3.5 (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/event-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap event-handler.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap event-handler.js v5.3.5 (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/manipulator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap manipulator.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap manipulator.js v5.3.5 (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/selector-engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap selector-engine.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap selector-engine.js v5.3.5 (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/dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap dropdown.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap dropdown.js v5.3.5 (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/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap modal.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap modal.js v5.3.5 (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/offcanvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap offcanvas.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap offcanvas.js v5.3.5 (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/popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap popover.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap popover.js v5.3.5 (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/scrollspy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap scrollspy.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap scrollspy.js v5.3.5 (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/tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap tab.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap tab.js v5.3.5 (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/toast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap toast.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap toast.js v5.3.5 (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/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap tooltip.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap tooltip.js v5.3.5 (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/util/backdrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap backdrop.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap backdrop.js v5.3.5 (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/util/component-functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap component-functions.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap component-functions.js v5.3.5 (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/util/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap config.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap config.js v5.3.5 (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/util/focustrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap focustrap.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap focustrap.js v5.3.5 (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/util/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap index.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap index.js v5.3.5 (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/util/sanitizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap sanitizer.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap sanitizer.js v5.3.5 (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/util/scrollbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap scrollbar.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap scrollbar.js v5.3.5 (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/util/swipe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap swipe.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap swipe.js v5.3.5 (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/util/template-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap template-factory.js v5.3.4 (https://getbootstrap.com/)
2+
* Bootstrap template-factory.js v5.3.5 (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/stylesheets/bootstrap/mixins/_banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@mixin bsBanner($file) {
22
/*!
3-
* Bootstrap #{$file} v5.3.4 (https://getbootstrap.com/)
3+
* Bootstrap #{$file} v5.3.5 (https://getbootstrap.com/)
44
* Copyright 2011-2025 The Bootstrap Authors
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
66
*/

lib/bootstrap/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module Bootstrap
4-
VERSION = '5.3.4'
5-
BOOTSTRAP_SHA = '51581ed235f0c63e70cef43b49da1e47b0c5f308'
4+
VERSION = '5.3.5'
5+
BOOTSTRAP_SHA = '85f23534bd2de8041354b297516cf21959091b31'
66
end

0 commit comments

Comments
 (0)