Skip to content

Commit 3203a20

Browse files
committedApr 20, 2025·
Update to v5.3.4
1 parent 1e6b6b2 commit 3203a20

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+230
-206
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The changelog only includes changes specific to the RubyGem.
66
The Bootstrap framework changes can be found in [the Releases section of twbs/bootstrap](https://github.com/twbs/bootstrap/releases).
77
Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release of Bootstrap.
88

9+
# 5.3.4
10+
11+
* Autoprefixer is now optional.
12+
[#283](https://github.com/twbs/bootstrap-rubygem/pull/283)
13+
914
# 5.3.3
1015

1116
* Adds support for other Sass engines: dartsass-sprockets, dartsass-rails, and cssbundling-rails.

‎assets/javascripts/bootstrap-sprockets.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
//= require ./bootstrap/util/component-functions
1111
//= require ./bootstrap/util/focustrap
1212
//= require ./bootstrap/util/scrollbar
13-
//= require ./bootstrap/offcanvas
14-
//= require ./bootstrap/dropdown
13+
//= require ./bootstrap/modal
14+
//= require ./bootstrap/scrollspy
15+
//= require ./bootstrap/button
16+
//= require ./bootstrap/alert
1517
//= require ./bootstrap/util/sanitizer
1618
//= require ./bootstrap/util/template-factory
1719
//= require ./bootstrap/tooltip
18-
//= require ./bootstrap/toast
1920
//= require ./bootstrap/popover
21+
//= require ./bootstrap/collapse
22+
//= require ./bootstrap/offcanvas
23+
//= require ./bootstrap/dropdown
2024
//= require ./bootstrap/util/swipe
21-
//= require ./bootstrap/alert
22-
//= require ./bootstrap/button
2325
//= require ./bootstrap/carousel
24-
//= require ./bootstrap/modal
25-
//= require ./bootstrap/collapse
26-
//= require ./bootstrap/scrollspy
26+
//= require ./bootstrap/toast
2727
//= require ./bootstrap/tab
2828
//= require ./bootstrap-global-this-undefine

0 commit comments

Comments
 (0)
Please sign in to comment.