Skip to content

Commit

Permalink
Update to v5.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
glebm committed May 6, 2021
1 parent 5be8a01 commit 73ff038
Show file tree
Hide file tree
Showing 40 changed files with 1,294 additions and 953 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:

```ruby
gem 'bootstrap', '~> 5.0.0.beta3'
gem 'bootstrap', '~> 5.0.0'
```

Ensure that `sprockets-rails` is at least v2.3.2.
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/bootstrap-sprockets.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//= require ./bootstrap-global-this-define
//= require ./bootstrap/dom/data
//= require ./bootstrap/base-component
//= require ./bootstrap/dom/event-handler
//= require ./bootstrap/base-component
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/dom/manipulator
Expand Down
Loading

0 comments on commit 73ff038

Please sign in to comment.