Skip to content

Commit 696cbaa

Browse files
chore(release): v5.3.8 (#3223)
Co-authored-by: Vincent Prothais <[email protected]>
1 parent 81f948a commit 696cbaa

File tree

109 files changed

+313
-249
lines changed

Some content is hidden

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

109 files changed

+313
-249
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [5.3.8](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.3.7...v5.3.8) (2025-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** Generate correctly Links underline color ([#3042](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3042)) ([834192b](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/834192b974f14299ba275d89374afed5f92d3f33))
7+
* **docs:** Update Back to top documentation to use jsx syntax ([#3061](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3061)) ([62f9304](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/62f9304401b8e6f44bdcc38bd4ae9efe3f76458f))
8+
* **examples:** Label for non required field in form example ([#3097](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3097)) ([b7d3bcf](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/b7d3bcf0e440caed8d691be966380ac38bdc6198))
9+
* **tac:** do not display category container at all ([#3058](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3058)) ([3266cb2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3266cb2e9237ae1c558143c79f989aca9dd6372f))
10+
* **tac:** port tac fix for duplicated h2 into our scss ([#2862](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2862)) ([841d94e](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/841d94e351b3948bb308da786716f66be7e6a48a))
11+
12+
13+
### Features
14+
15+
* Adding new PR templates ([#2937](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2937)) ([02f6477](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/02f6477db4b4778bb147be6736111c1742b2520a))
16+
* Customizable root for Boosted ([#3203](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3203)) ([81f948a](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/81f948a01c031c29a07f060eb88135fa9f894afb))
17+
* **github:** add a doc-only PR template ([#3105](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3105)) ([e2df8e3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e2df8e3fa71a47742e07725504940ebac249f498))
18+
19+
20+
121
## [5.3.7](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.3.6...v5.3.7) (2025-06-23)
222

323

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030

3131
Several quick start options are available:
3232

33-
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.3.7.zip)
33+
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.3.8.zip)
3434
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`
35-
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].7`
36-
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].7`
37-
- Install with [Bun](https://bun.sh/): `bun add [email protected].7`
38-
- Install with [Composer](https://getcomposer.org/): `composer require orange-opensource/orange-boosted-bootstrap:5.3.7`
35+
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].8`
36+
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].8`
37+
- Install with [Bun](https://bun.sh/): `bun add [email protected].8`
38+
- Install with [Composer](https://getcomposer.org/): `composer require orange-opensource/orange-boosted-bootstrap:5.3.8`
3939
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package boosted` Sass: `Install-Package boosted.sass`
4040

4141
Read the [Getting started page](https://boosted.orange.com/docs/getting-started/introduction/) for information on the framework contents, templates, examples, and more.

config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ subtitle: "Orange Boosted with Bootstrap is a Bootstrap based, Ora
77
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."
88
authors: "Orange and Boosted contributors"
99

10-
current_version: "5.3.7"
11-
current_ruby_version: "5.3.7"
10+
current_version: "5.3.8"
11+
current_ruby_version: "5.3.8"
1212
docs_version: "5.3"
1313
rfs_version: "v10.0.0"
1414
bootstrap_github_org: "https://github.com/twbs"
@@ -29,32 +29,32 @@ algolia:
2929
index_name: "boosted-orange"
3030

3131
download:
32-
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.3.7.zip"
33-
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.3.7/boosted-5.3.7-dist.zip"
34-
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.3.7/boosted-5.3.7-examples.zip"
32+
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.3.8.zip"
33+
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.3.8/boosted-5.3.8-dist.zip"
34+
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.3.8/boosted-5.3.8-examples.zip"
3535

3636
cdn:
3737
# See https://www.srihash.org for info on how to generate the hashes
38-
css: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/boosted.min.css"
39-
css_hash: "sha384-Dg1JMmsMyxGWA26yEd/Wk3KTjzjp//GXdW4u4c+K/j6GYT5gsZoxBGK8Hq++sDbV"
40-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/boosted.rtl.min.css"
41-
css_rtl_hash: "sha384-3wN9DHYcWvi8f+YcndwXFAJuyOu/zi3nwbekXjU7FplD+ft2A9GlV0dONNsHkgHq"
42-
helvetica: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/orange-helvetica.min.css"
38+
css: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/css/boosted.min.css"
39+
css_hash: "sha384-kwpgedOHSHo219WTezLqyMOgCWremFb5TML711U5X8c4TJMMBAyhHFf2gNv78IpY"
40+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/css/boosted.rtl.min.css"
41+
css_rtl_hash: "sha384-e7+OCcXcSbvvF1uOXlbYe89+zZONaufNlOhP9KpXPyXIQ34qsSS0ApL26kdTarai"
42+
helvetica: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/css/orange-helvetica.min.css"
4343
helvetica_hash: "sha384-A0Qk1uKfS1i83/YuU13i2nx5pk79PkIfNFOVzTcjCMPGKIDj9Lqx9lJmV7cdBVQZ"
44-
helvetica_rtl: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/orange-helvetica.rtl.min.css"
44+
helvetica_rtl: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/css/orange-helvetica.rtl.min.css"
4545
helvetica_rtl_hash: "sha384-4MlBAYgNr+UGO/cACkdFashk4EWyneAX3fp0OWoM7k8/smSl1irUexFx6u83N9Em"
46-
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/fonts/HelveticaNeueW20-55Roman.woff2"
46+
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/fonts/HelveticaNeueW20-55Roman.woff2"
4747
HelveticaNeueW20-55Roman_hash: "sha384-3JzHT24JpS8epPIAdqo7AcCNQcr5VxQi8FClxBayyd/6BLTIFbJLiGD4CIf8FtRl"
48-
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/fonts/HelveticaNeueW20-75Bold.woff2"
48+
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/fonts/HelveticaNeueW20-75Bold.woff2"
4949
HelveticaNeueW20-75Bold_hash: "sha384-vpoGPps82D7bRdHnBlcsNi/WGJMOyFhPA9+NEonxOo5bYJGzIAjfIJ9tuZ0fPyKr"
50-
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/fonts/HelvNeue55_W1G.woff2"
50+
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/fonts/HelvNeue55_W1G.woff2"
5151
HelvNeue55_W1G_hash: "sha384-R6e0PFLMMV6HBvkQK22ecNfjOzyh89wSndiTC71MuvoaOnhIYgOAGVC0gW0kVN16"
52-
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/fonts/HelvNeue75_W1G.woff2"
52+
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/fonts/HelvNeue75_W1G.woff2"
5353
HelvNeue75_W1G_hash: "sha384-ylOkwNNvSwXpWNbpEhI45ruJTXyfQbIb42IxMvSGGcndZBpZ9iAmOFSUl4/Goeqz"
54-
js: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/boosted.min.js"
55-
js_hash: "sha384-KaiyIrgM1+aK38LjdLw2sjHuV1NytpB0graA3FJ8SZAd0a2xvMwfL9xpFU379shC"
56-
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/boosted.bundle.min.js"
57-
js_bundle_hash: "sha384-+p7ZVjaaUbkeiut4l53P6U00H3omwqzP9hjYmTXVZOEuLczbmRIDAwEc2uQUbDIV"
54+
js: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/js/boosted.min.js"
55+
js_hash: "sha384-3qOl1CXxrwmtI4vAiJADkDxQvjdOMkpAT/hhGoi2eFWjuZqqMXpfJ0GI97e1Wa1v"
56+
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/js/boosted.bundle.min.js"
57+
js_bundle_hash: "sha384-lSjE7ZAWc1Wiua5r2jyHbPL07FiKkHPWCXugD3qTq4o4M4YZQzLTrDF1CXrjxU/m"
5858
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
5959
popper_hash: "sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
6060
popper_esm: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/esm/popper.min.js"

dist/css/boosted-grid.css

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

dist/css/boosted-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/boosted-grid.min.css

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

dist/css/boosted-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/boosted-grid.rtl.css

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

dist/css/boosted-grid.rtl.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/boosted-grid.rtl.min.css

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

0 commit comments

Comments
 (0)