Skip to content

Commit 6ffb0b4

Browse files
authored
Release v4.6.0. (#32726)
* Bump version to v4.6.0. * Dist
1 parent 9d87bd7 commit 6ffb0b4

File tree

254 files changed

+752
-400
lines changed

Some content is hidden

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

254 files changed

+752
-400
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://getbootstrap.com/">
3-
<img src="https://getbootstrap.com/docs/4.5/assets/brand/bootstrap-solid.svg" alt="Bootstrap logo" width="72" height="72">
3+
<img src="https://getbootstrap.com/docs/4.6/assets/brand/bootstrap-solid.svg" alt="Bootstrap logo" width="72" height="72">
44
</a>
55
</p>
66

@@ -9,7 +9,7 @@
99
<p align="center">
1010
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
1111
<br>
12-
<a href="https://getbootstrap.com/docs/4.5/"><strong>Explore Bootstrap docs »</strong></a>
12+
<a href="https://getbootstrap.com/docs/4.6/"><strong>Explore Bootstrap docs »</strong></a>
1313
<br>
1414
<br>
1515
<a href="https://github.com/twbs/bootstrap/issues/new?template=bug_report.md">Report bug</a>
@@ -41,14 +41,14 @@
4141

4242
Several quick start options are available:
4343

44-
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.5.3.zip)
44+
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.6.0.zip)
4545
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
4646
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
47-
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.5.3`
48-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.5.3`
47+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.6.0`
48+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.6.0`
4949
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5050

51-
Read the [Getting started page](https://getbootstrap.com/docs/4.5/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
51+
Read the [Getting started page](https://getbootstrap.com/docs/4.6/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5252

5353

5454
## Status

config.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ publishDir: "_gh_pages"
2525
module:
2626
mounts:
2727
- source: dist
28-
target: static/docs/4.5/dist
28+
target: static/docs/4.6/dist
2929
- source: site/assets
3030
target: assets
3131
- source: site/content
@@ -36,20 +36,20 @@ module:
3636
target: layouts
3737
- source: site/static
3838
target: static
39-
- source: site/static/docs/4.5/assets/img/favicons/apple-touch-icon.png
39+
- source: site/static/docs/4.6/assets/img/favicons/apple-touch-icon.png
4040
target: static/apple-touch-icon.png
41-
- source: site/static/docs/4.5/assets/img/favicons/favicon.ico
41+
- source: site/static/docs/4.6/assets/img/favicons/favicon.ico
4242
target: static/favicon.ico
4343

4444
params:
4545
description: "The most popular HTML, CSS, and JS library in the world."
4646
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
47-
social_image_path: /docs/4.5/assets/brand/bootstrap-social.png
48-
social_logo_path: /docs/4.5/assets/brand/bootstrap-social-logo.png
47+
social_image_path: /docs/4.6/assets/brand/bootstrap-social.png
48+
social_logo_path: /docs/4.6/assets/brand/bootstrap-social-logo.png
4949

50-
current_version: "4.5.3"
51-
current_ruby_version: "4.5.3"
52-
docs_version: "4.5"
50+
current_version: "4.6.0"
51+
current_ruby_version: "4.6.0"
52+
docs_version: "4.6"
5353
github_org: "https://github.com/twbs"
5454
repo: "https://github.com/twbs/bootstrap"
5555
twitter: "getbootstrap"
@@ -61,18 +61,18 @@ params:
6161
icons: "https://icons.getbootstrap.com/"
6262

6363
download:
64-
source: "https://github.com/twbs/bootstrap/archive/v4.5.3.zip"
65-
dist: "https://github.com/twbs/bootstrap/releases/download/v4.5.3/bootstrap-4.5.3-dist.zip"
66-
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.5.3/bootstrap-4.5.3-examples.zip"
64+
source: "https://github.com/twbs/bootstrap/archive/v4.6.0.zip"
65+
dist: "https://github.com/twbs/bootstrap/releases/download/v4.6.0/bootstrap-4.6.0-dist.zip"
66+
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.6.0/bootstrap-4.6.0-examples.zip"
6767

6868
cdn:
6969
# See https://www.srihash.org for info on how to generate the hashes
70-
css: "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
71-
css_hash: "sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
72-
js: "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"
73-
js_hash: "sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
74-
js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
75-
js_bundle_hash: "sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
70+
css: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
71+
css_hash: "sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
72+
js: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"
73+
js_hash: "sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
74+
js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
75+
js_bundle_hash: "sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
7676
jquery: "https://code.jquery.com/jquery-3.5.1.slim.min.js"
7777
jquery_hash: "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
7878
popper: "https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"

dist/css/bootstrap-grid.css

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

dist/css/bootstrap-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css

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

dist/css/bootstrap-grid.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css

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

dist/css/bootstrap-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css

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

dist/css/bootstrap-reboot.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)