Skip to content

Commit 6ab937e

Browse files
chore(release): v0.5.0 (#3047)
* `npm run release-version 0.4.0 0.5.0` * `npm run release` * `conventional-changelog -p angular -i CHANGELOG.md -s` * chore: release-sri --------- Co-authored-by: Maxime Lardenois <[email protected]>
1 parent 4fcd157 commit 6ab937e

File tree

118 files changed

+18624
-17330
lines changed

Some content is hidden

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

118 files changed

+18624
-17330
lines changed

.storybook/preview-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="https://cdn.jsdelivr.net/npm/@ouds/web/dist/css/ouds-web.min.css" rel="stylesheet" crossorigin="anonymous" />
66

77
<!-- OUDS Web site CSS -->
8-
<link href="https://web.unified-design-system.orange.com/docs/0.4/assets/css/docs.css" rel="stylesheet" crossorigin="anonymous" />
8+
<link href="https://web.unified-design-system.orange.com/docs/0.5/assets/css/docs.css" rel="stylesheet" crossorigin="anonymous" />
99

1010
<!-- OUDS Web JavaScript: use of `defer` because it allows to load only once the bundle (Storybook issue) -->
1111
<script src="https://cdn.jsdelivr.net/npm/@ouds/web/dist/js/ouds-web.bundle.min.js" crossorigin="anonymous" defer></script>

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# [0.5.0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v0.2.0-ouds-web...v0.5.0) (2025-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **bullet list:** bullet list design review ([#3043](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3043)) ([552f68e](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/552f68e771ba2d6bd6ef3be0807c7e7745c6a41d))
7+
* **docs:** add callout for link to DSM in Breadcrumb page ([#3015](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3015)) ([2901679](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2901679578680c770a3a8fa6146410efc0f8b847))
8+
* **docs:** remove raw tokens list in utilities pages ([#3017](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3017)) ([ff24b58](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/ff24b58b8864583b98c9efe518ba2b366c21041e))
9+
* **docs:** Remove weird `.active` classes on Breadcrumb ([#3025](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3025)) ([84c2a16](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/84c2a16c0722dbcc54856240a2a5992e7dcafa58))
10+
* **docs:** Update Breadcrumb migration guide ([2bda9e6](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2bda9e685cba3a97bdda9a8e02d3304129f51470))
11+
* **docs:** use the right `text-bg` utility in our migration doc ([#3011](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3011)) ([d73728f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/d73728f1f0c04f0289f7a96e8b179ab02824c521))
12+
* link chevron disabled state ([#2894](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2894)) ([6bbac3e](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/6bbac3e29545637d3ff644d3bd1c3b7df53f27b4))
13+
* remove out of date todo ([0d3ddda](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/0d3dddace56c02df1fd0a4462213614757ce2f68))
14+
* replace checkbox-item ([4153da3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/4153da38a68081cf17315e87bcae58519cb35164))
15+
16+
17+
### Features
18+
19+
* **#2946:** add a second Radio option in the invalid group ([798edc6](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/798edc646c96007027835b9e6a8dc1627705b8dc)), closes [#2946](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2946)
20+
* Add readonly state on control item components ([#2951](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2951)) ([4fcc009](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/4fcc009e27117aa33ea8b7c8bcfcd32bc0ab6098))
21+
* **badge:** badge updates following accessibility review ([#3044](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3044)) ([2308c4d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2308c4d173579a212ac22b8e587d6dada9b9e49e))
22+
* **browserlist:** Browserlist updated ([#2929](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2929)) ([204bb35](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/204bb354ace208e3b1f114d4d9272429448f6047))
23+
* **component:** [OUDS] add Button component ([f2b89c3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/f2b89c3ea9fe0e72b2655a9df99bc25b48fea988))
24+
* **component:** Add badge component ([#2998](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2998)) ([297fa26](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/297fa268b53cd6afc889924b81bef95a6d429e79))
25+
* **component:** Add Breadcrumb component ([#2930](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2930)) ([2db9f98](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2db9f983693f063da8980aa93b85d4380a83771c))
26+
* **component:** Add Checkbox component ([#2874](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2874)) ([fd2f797](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/fd2f7977f17effb8a7bff7bcc0008da43f64bec4))
27+
* **component:** Add component bullet list ([#2982](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2982)) ([7eccb1f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/7eccb1f2f0cccdc1b663a88fe03ff85966551c03))
28+
* **component:** add Divider component ([#2932](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2932)) ([78594d0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/78594d0877ad7475184c3f58f07d583dd289d425))
29+
* **component:** add Radio component ([#2933](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2933)) ([adb1c1c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/adb1c1c865ce18b02b8d55284926a1251dda80d6))
30+
* **component:** Add Switch component ([#2924](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2924)) ([df27446](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/df274465801902651e3f393fff8d3625ef359931))
31+
* **docs:** add Divider design guideline link ([#3006](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/3006)) ([2eea13d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2eea13dc4724c105c28d74f8d9f8422b7e81af5a))
32+
* use divider token, fix doc and tac ([a14a662](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/a14a662f1b07b8b86d365901a466e54a2fd96ad0))
33+
34+
35+
136
# [0.4.0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v0.3.0-ouds-web...v0.4.0) (2025-04-08)
237

338

README.md

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

3131
Several quick start options are available:
3232

33-
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.4.0-ouds-web.zip)
33+
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.5.0-ouds-web.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 @ouds/web@v0.4.0`
36-
- Install with [yarn](https://yarnpkg.com/): `yarn add @ouds/web@v0.4.0`
37-
- Install with [Bun](https://bun.sh/): `bun add @ouds/web@v0.4.0`
35+
- Install with [npm](https://www.npmjs.com/): `npm install @ouds/web@v0.5.0`
36+
- Install with [yarn](https://yarnpkg.com/): `yarn add @ouds/web@v0.5.0`
37+
- Install with [Bun](https://bun.sh/): `bun add @ouds/web@v0.5.0`
3838
- Install with [Composer](https://getcomposer.org/): `composer require orange-opensource/orange-boosted-bootstrap:dev-ouds/main`
3939
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package ouds-web` Sass: `Install-Package ouds-web.sass`
4040

config.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ subtitle: "OUDS Web is a Bootstrap based, Orange branded
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 OUDS Web contributors"
99

10-
current_version: "0.4.0"
11-
current_ruby_version: "0.4.0"
12-
docs_version: "0.4"
10+
current_version: "0.5.0"
11+
current_ruby_version: "0.5.0"
12+
docs_version: "0.5"
1313
rfs_version: "v10.0.0"
1414
bootstrap_current_version: "5.3.6"
1515
bootstrap_docs_version: "5.3"
@@ -31,24 +31,24 @@ algolia:
3131
index_name: "boosted-orange"
3232

3333
download:
34-
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.4.0-ouds-web.zip"
35-
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v0.4.0-ouds-web/ouds-web-0.4.0-dist.zip"
36-
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v0.4.0-ouds-web/ouds-web-0.4.0-examples.zip"
34+
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.5.0-ouds-web.zip"
35+
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v0.5.0-ouds-web/ouds-web-0.5.0-dist.zip"
36+
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v0.5.0-ouds-web/ouds-web-0.5.0-examples.zip"
3737

3838
cdn:
3939
# See https://www.srihash.org for info on how to generate the hashes
40-
css: "https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/css/ouds-web.min.css"
41-
css_hash: "sha384-jrROfQGVaBxbucOInwS9RDKlkBnrSv7yT20bH67d8g5EuYeXvgGjTQl5C3hbMEnW"
42-
css_bootstrap: "https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/css/ouds-web-bootstrap.min.css"
43-
css_bootstrap_hash: "sha384-TNZzLMZU/2hJ2jf6fSOqnuQOgtsQ1qletK0minTGRhhT6o3bPJiX/H4CL1F9owaZ"
44-
css_bootstrap_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/css/ouds-web-bootstrap.rtl.min.css"
45-
css_bootstrap_rtl_hash: "sha384-T2SNja8C6agGaIj8SquXJO0d9fHqnHlnYbxUfUFP0n79I3LSH+2FmKzPQMkd4+KE"
46-
css_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/css/ouds-web.rtl.min.css"
47-
css_rtl_hash: "sha384-75dcDWEGzIL4SqO3FcJ6U874As6rNseEtZpvzskcP0RBt00rkuoYDw9xclgkSfLW"
48-
js: "https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/js/ouds-web.min.js"
49-
js_hash: "sha384-/NNcMoX1MxhNOIgFdsk9OlWzrX5a0T/XNWP6CiPI5XOJm0WzyEmiFiYNGcokVQoC"
50-
js_bundle: "https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/js/ouds-web.bundle.min.js"
51-
js_bundle_hash: "sha384-+qQ4PG8nWG4N+q+ajZg4dYlDbMRH+jPtGAi7CMObYXUc0IRyVdIsl60JbYVnVbSt"
40+
css: "https://cdn.jsdelivr.net/npm/@ouds/web@0.5.0/dist/css/ouds-web.min.css"
41+
css_hash: "sha384-PzLB7BzgVrsdYb5Uj4WNKPPfdXQdYv4bdjBEsMZ5oe+dEz22H7ILLktJEDcaKObr"
42+
css_bootstrap: "https://cdn.jsdelivr.net/npm/@ouds/web@0.5.0/dist/css/ouds-web-bootstrap.min.css"
43+
css_bootstrap_hash: "sha384-RhKbYWD8fKWN5uAFzA6RnG0dyttdNmvRz1N8kaY9gYeetcUDSc4qynJcLUuRxrHd"
44+
css_bootstrap_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web@0.5.0/dist/css/ouds-web-bootstrap.rtl.min.css"
45+
css_bootstrap_rtl_hash: "sha384-RLMjSI5Jvz0bhc6E/7/49QxlQtiVXzlRE0VklL2vRq7C7iMy5SwMeTWXvuCAVHXl"
46+
css_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web@0.5.0/dist/css/ouds-web.rtl.min.css"
47+
css_rtl_hash: "sha384-3HhdC+Q2+wK3F5ren8Ru8r9kB4Z2rX0TVz1t6SEJ1MlSlve/toMAl6/AxAAfdCa2"
48+
js: "https://cdn.jsdelivr.net/npm/@ouds/web@0.5.0/dist/js/ouds-web.min.js"
49+
js_hash: "sha384-25YZxD729MuJBuRhsSa8sCpN/CdcBVIhQZqWNr2kxM8mgAy8jV/a39ngb+eZoHhT"
50+
js_bundle: "https://cdn.jsdelivr.net/npm/@ouds/web@0.5.0/dist/js/ouds-web.bundle.min.js"
51+
js_bundle_hash: "sha384-tAq2OnxGmMQ4Eh+FJQ08DCf38we+m0Y6doxG1FoJKMfAHm4GeqauUWzJi6thkEaD"
5252
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
5353
popper_hash: "sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
5454
popper_esm: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/esm/popper.min.js"

0 commit comments

Comments
 (0)