Skip to content

Commit 73ff038

Browse files
committed
Update to v5.0.0
1. Updater: Add `util/backdrop.js` to the list of inlined srcs. 2. `bundle exec rake 'update[v5.0.0]' 3. Update version numbers. 4. Bump minimum Popper version from 2.9.1 to 2.9.2
1 parent 5be8a01 commit 73ff038

40 files changed

+1294
-953
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
2020
Add `bootstrap` to your Gemfile:
2121

2222
```ruby
23-
gem 'bootstrap', '~> 5.0.0.beta3'
23+
gem 'bootstrap', '~> 5.0.0'
2424
```
2525

2626
Ensure that `sprockets-rails` is at least v2.3.2.

assets/javascripts/bootstrap-sprockets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require ./bootstrap-global-this-define
22
//= require ./bootstrap/dom/data
3-
//= require ./bootstrap/base-component
43
//= require ./bootstrap/dom/event-handler
4+
//= require ./bootstrap/base-component
55
//= require ./bootstrap/alert
66
//= require ./bootstrap/button
77
//= require ./bootstrap/dom/manipulator

0 commit comments

Comments
 (0)