Skip to content

Commit e1b35fc

Browse files
Merge branch 'main' into patch-3
2 parents a919142 + 41cbd4d commit e1b35fc

File tree

137 files changed

+1022
-817
lines changed

Some content is hidden

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

137 files changed

+1022
-817
lines changed

Diff for: .browserslistrc

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Firefox ESR
99
iOS >= 12
1010
Safari >= 12
1111
not Explorer <= 11
12+
not kaios <= 2.5 # fix floating label issues in Firefox (see https://github.com/postcss/autoprefixer/issues/1533)

Diff for: README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ 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.3.3.zip)
49+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.5.zip)
5050
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51-
- Install with [npm](https://www.npmjs.com/): `npm install [email protected]`
52-
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected]`
53-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.3`
51+
- Install with [npm](https://www.npmjs.com/): `npm install [email protected]`
52+
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected]`
53+
- Install with [Bun](https://bun.sh/): `bun add [email protected]`
54+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.5`
5455
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5556

5657
Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
@@ -174,7 +175,7 @@ Editor preferences are available in the [editor config](https://github.com/twbs/
174175

175176
Get updates on Bootstrap's development and chat with the project maintainers and community members.
176177

177-
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
178+
- Follow [@getbootstrap on X](https://x.com/getbootstrap).
178179
- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).
179180
- Ask questions and explore [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions).
180181
- Discuss, ask questions, and more on [the community Discord](https://discord.gg/bZUvakRU3M) or [Bootstrap subreddit](https://www.reddit.com/r/bootstrap/).
@@ -194,12 +195,12 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
194195

195196
**Mark Otto**
196197

197-
- <https://twitter.com/mdo>
198+
- <https://x.com/mdo>
198199
- <https://github.com/mdo>
199200

200201
**Jacob Thornton**
201202

202-
- <https://twitter.com/fat>
203+
- <https://x.com/fat>
203204
- <https://github.com/fat>
204205

205206

Diff for: dist/css/bootstrap-grid.css

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

Diff for: 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.

Diff for: dist/css/bootstrap-grid.min.css

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

Diff for: 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.

Diff for: dist/css/bootstrap-grid.rtl.css

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

Diff for: dist/css/bootstrap-grid.rtl.css.map

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

Diff for: dist/css/bootstrap-grid.rtl.min.css

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

Diff for: dist/css/bootstrap-grid.rtl.min.css.map

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

Diff for: dist/css/bootstrap-reboot.css

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

Diff for: 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.

Diff for: dist/css/bootstrap-reboot.min.css

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

Diff for: 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.

Diff for: dist/css/bootstrap-reboot.rtl.css

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

Diff for: dist/css/bootstrap-reboot.rtl.css.map

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

Diff for: dist/css/bootstrap-reboot.rtl.min.css

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

Diff for: dist/css/bootstrap-reboot.rtl.min.css.map

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

Diff for: dist/css/bootstrap-utilities.css

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

Diff for: dist/css/bootstrap-utilities.css.map

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

Diff for: dist/css/bootstrap-utilities.min.css

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

Diff for: dist/css/bootstrap-utilities.min.css.map

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

Diff for: dist/css/bootstrap-utilities.rtl.css

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

Diff for: dist/css/bootstrap-utilities.rtl.css.map

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

Diff for: dist/css/bootstrap-utilities.rtl.min.css

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

Diff for: dist/css/bootstrap-utilities.rtl.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)