Skip to content

Commit 1ded0d6

Browse files
authored
Release v4.3.0 (#28228)
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
1 parent 3aa0770 commit 1ded0d6

File tree

277 files changed

+478
-347
lines changed

Some content is hidden

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

277 files changed

+478
-347
lines changed

README.md

+9-8
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.2/assets/brand/bootstrap-solid.svg" alt="Bootstrap logo" width="72" height="72">
3+
<img src="https://getbootstrap.com/docs/4.3/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.2/"><strong>Explore Bootstrap docs »</strong></a>
12+
<a href="https://getbootstrap.com/docs/4.3/"><strong>Explore Bootstrap docs »</strong></a>
1313
<br>
1414
<br>
1515
<a href="https://github.com/twbs/bootstrap/issues/new?template=bug.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.2.1.zip)
44+
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.3.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.2.1`
48-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.2.1`
47+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.3.0`
48+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.3.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.2/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.3/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5252

5353

5454
## Status
@@ -113,11 +113,11 @@ Have a bug or a feature request? Please first read the [issue guidelines](https:
113113

114114
Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.
115115

116-
Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/docs/4.2/assets/js/src/search.js` file.
116+
Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/docs/4.3/assets/js/src/search.js` file.
117117

118118
### Running documentation locally
119119

120-
1. Run through the [tooling setup](https://getbootstrap.com/docs/4.2/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
120+
1. Run through the [tooling setup](https://getbootstrap.com/docs/4.3/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
121121
2. Run `npm install` to install Node.js dependencies.
122122
3. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes.
123123
4. Open `http://localhost:9001` in your browser, and voilà.
@@ -131,6 +131,7 @@ Learn more about using Jekyll by reading its [documentation](https://jekyllrb.co
131131
- For v3.4.0: <https://getbootstrap.com/docs/3.4/>
132132
- For v4.0.x: <https://getbootstrap.com/docs/4.0/>
133133
- For v4.1.x: <https://getbootstrap.com/docs/4.1/>
134+
- For v4.2.x: <https://getbootstrap.com/docs/4.2/>
134135

135136
[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
136137

_config.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ baseurl: ""
1717
url: "https://getbootstrap.com"
1818
encoding: UTF-8
1919
exclude:
20-
- docs/4.2/assets/scss/
20+
- docs/4.3/assets/scss/
2121

2222
plugins:
2323
- jekyll-redirect-from
@@ -29,13 +29,13 @@ title: Bootstrap
2929
description: "The most popular HTML, CSS, and JS library in the world."
3030
twitter: getbootstrap
3131
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
32-
social_image_path: /docs/4.2/assets/brand/bootstrap-social.png
33-
social_logo_path: /docs/4.2/assets/brand/bootstrap-social-logo.png
32+
social_image_path: /docs/4.3/assets/brand/bootstrap-social.png
33+
social_logo_path: /docs/4.3/assets/brand/bootstrap-social-logo.png
3434

3535
# Custom variables
36-
current_version: 4.2.1
37-
current_ruby_version: 4.2.1
38-
docs_version: 4.2
36+
current_version: 4.3.0
37+
current_ruby_version: 4.3.0
38+
docs_version: 4.3
3939
repo: "https://github.com/twbs/bootstrap"
4040
slack: "https://bootstrap-slack.herokuapp.com"
4141
opencollective: "https://opencollective.com/bootstrap"
@@ -44,17 +44,17 @@ expo: "https://expo.getbootstrap.com"
4444
themes: "https://themes.getbootstrap.com"
4545

4646
download:
47-
source: "https://github.com/twbs/bootstrap/archive/v4.2.1.zip"
48-
dist: "https://github.com/twbs/bootstrap/releases/download/v4.2.1/bootstrap-4.2.1-dist.zip"
47+
source: "https://github.com/twbs/bootstrap/archive/v4.3.0.zip"
48+
dist: "https://github.com/twbs/bootstrap/releases/download/v4.3.0/bootstrap-4.3.0-dist.zip"
4949

5050
cdn:
5151
# See https://www.srihash.org for info on how to generate the hashes
52-
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
53-
css_hash: "sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
54-
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
55-
js_hash: "sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
56-
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.bundle.min.js"
57-
js_bundle_hash: "sha384-zDnhMsjVZfS3hiP7oCBRmfjkQC4fzxVxFhBx8Hkz2aZX8gEvA/jsP3eXRCvzTofP"
52+
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/css/bootstrap.min.css"
53+
css_hash: "sha384-PDle/QlgIONtM1aqA2Qemk5gPOE7wFq8+Em+G/hmo5Iq0CCmYZLv3fVRDJ4MMwEA"
54+
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.min.js"
55+
js_hash: "sha384-7aThvCh9TypR7fIc2HV4O/nFMVCBwyIUKL8XCtKE+8xgCgl/PQGuFsvShjr74PBp"
56+
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.bundle.min.js"
57+
js_bundle_hash: "sha384-VoPFvGr9GxhDT3n8vqqZ46twP5lgex+raTCfICQy73NLhN7ZqSfCtfSn4mLA2EFA"
5858
jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js"
5959
jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
6060
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"

dist/css/bootstrap-grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css

+2-2
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)