Skip to content

Commit cf9454c

Browse files
XhmikosRmdo
andauthored
Release v5.3.0-alpha1 (#37661)
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>
1 parent 41f62c5 commit cf9454c

File tree

427 files changed

+7266
-6618
lines changed

Some content is hidden

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

427 files changed

+7266
-6618
lines changed

README.md

Lines changed: 7 additions & 7 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/5.2/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
3+
<img src="https://getbootstrap.com/docs/5.3/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
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/5.2/"><strong>Explore Bootstrap docs »</strong></a>
12+
<a href="https://getbootstrap.com/docs/5.3/"><strong>Explore Bootstrap docs »</strong></a>
1313
<br>
1414
<br>
1515
<a href="https://github.com/twbs/bootstrap/issues/new?assignees=-&labels=bug&template=bug_report.yml">Report bug</a>
@@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.3.zip)
49+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.0-alpha1.zip)
5050
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51-
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.2.3`
52-
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.2.3`
53-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.3`
51+
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.0-alpha1`
52+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.0-alpha1`
53+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.0-alpha1`
5454
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5555

56-
Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
56+
Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
5757

5858

5959
## Status

config.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ publishDir: "_site"
3131
module:
3232
mounts:
3333
- source: dist
34-
target: static/docs/5.2/dist
34+
target: static/docs/5.3/dist
3535
- source: site/assets
3636
target: assets
3737
- source: site/content
@@ -42,19 +42,19 @@ module:
4242
target: layouts
4343
- source: site/static
4444
target: static
45-
- source: site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png
45+
- source: site/static/docs/5.3/assets/img/favicons/apple-touch-icon.png
4646
target: static/apple-touch-icon.png
47-
- source: site/static/docs/5.2/assets/img/favicons/favicon.ico
47+
- source: site/static/docs/5.3/assets/img/favicons/favicon.ico
4848
target: static/favicon.ico
4949

5050
params:
5151
subtitle: "The most popular HTML, CSS, and JS library in the world."
5252
description: "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins."
5353
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
5454

55-
current_version: "5.2.3"
56-
current_ruby_version: "5.2.3"
57-
docs_version: "5.2"
55+
current_version: "5.3.0-alpha1"
56+
current_ruby_version: "5.3.0-alpha1"
57+
docs_version: "5.3"
5858
rfs_version: "v9.0.6"
5959
github_org: "https://github.com/twbs"
6060
repo: "https://github.com/twbs/bootstrap"
@@ -66,20 +66,20 @@ params:
6666
swag: "https://cottonbureau.com/people/bootstrap"
6767

6868
download:
69-
source: "https://github.com/twbs/bootstrap/archive/v5.2.3.zip"
70-
dist: "https://github.com/twbs/bootstrap/releases/download/v5.2.3/bootstrap-5.2.3-dist.zip"
71-
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.2.3/bootstrap-5.2.3-examples.zip"
69+
source: "https://github.com/twbs/bootstrap/archive/v5.3.0-alpha1.zip"
70+
dist: "https://github.com/twbs/bootstrap/releases/download/v5.3.0-alpha1/bootstrap-5.3.0-alpha1-dist.zip"
71+
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.3.0-alpha1/bootstrap-5.3.0-alpha1-examples.zip"
7272

7373
cdn:
7474
# See https://www.srihash.org for info on how to generate the hashes
75-
css: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
76-
css_hash: "sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
77-
css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.rtl.min.css"
78-
css_rtl_hash: "sha384-DOXMLfHhQkvFFp+rWTZwVlPVqdIhpDVYT9csOnHSgWQWPX0v5MCGtjCJbY6ERspU"
79-
js: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"
80-
js_hash: "sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V"
81-
js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
82-
js_bundle_hash: "sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
75+
css: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
76+
css_hash: "sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
77+
css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.rtl.min.css"
78+
css_rtl_hash: "sha384-WJUUqfoMmnfkBLne5uxXj+na/c7sesSJ32gI7GfCk4zO4GthUKhSEGyvQ839BC51"
79+
js: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js"
80+
js_hash: "sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD"
81+
js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
82+
js_bundle_hash: "sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
8383
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8484
popper_hash: "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
8585

0 commit comments

Comments
 (0)