Skip to content

Commit

Permalink
Merge branch 'main' into main-jd-compare-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo authored Sep 25, 2023
2 parents 9304e5e + 720fe45 commit 5e169e9
Show file tree
Hide file tree
Showing 126 changed files with 3,107 additions and 6,183 deletions.
4 changes: 2 additions & 2 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
{
"path": "./dist/css/boosted.css",
"maxSize": "43.5 kB"
"maxSize": "43.75 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "40.25 kB"
"maxSize": "40.75 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
Expand Down
3 changes: 1 addition & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"dropright",
"dropstart",
"dropup",
"dgst",
"errorf",
"evenodd",
"favicon",
Expand All @@ -51,7 +52,6 @@
"flexbox",
"française",
"fullscreen",
"Gaël",
"getbootstrap",
"Grayscale",
"Helv",
Expand Down Expand Up @@ -90,7 +90,6 @@
"paginations",
"pinterest",
"popperjs",
"Poupard",
"prebuild",
"preconnect",
"preconnecting",
Expand Down
15 changes: 12 additions & 3 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ See the [contributing guidelines](CONTRIBUTING.md) for sharing bug reports.

### How-to

For general troubleshooting or help getting started:
For general Boosted troubleshooting or help getting started:

- Ask and explore [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions).
- Ask questions and explore [our GitHub Discussions](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/discussions).
- Chat with the core team and fellow Boosted users on internal Orange communication tools.

For general Bootstrap troubleshooting or help getting started:

- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).
- Ask questions and explore [Bootstrap GitHub Discussions](https://github.com/twbs/bootstrap/discussions).
- Discuss, ask questions, and more on [the community Discord](https://discord.gg/bZUvakRU3M) or [Bootstrap subreddit](https://reddit.com/r/bootstrap).
- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel.
- Ask and explore Stack Overflow with the [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag.
- Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)).
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -32,7 +32,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -30,7 +30,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [5.3.2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.3.1...v5.3.2) (2023-09-18)


### Bug Fixes

* **carousel:** fix carousel indicator animation with custom interval ([#2203](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2203)) ([059ddbb](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/059ddbb73babcd7e83290c3ee323c5e839beff44))
* **carousel:** init carousel properly by setting anim on progress indicator ([#2204](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2204)) ([52c6b12](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/52c6b12e82036eeafaa8e84c53f2755fe49583b3))
* **css:** remove unnecessary code in Boosted grid dist files ([#2196](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2196)) ([1aa4193](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/1aa4193ea6422aa2ab572ff79aea69894a00c256))
* **docs:** add `/docs/customize/color-modes` redirection ([#2226](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2226)) ([a233c5b](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/a233c5b70aabc13642f0e155d304338d5d032b08))
* **docs:** add missing `.is-disabled` for disabled file input label ([#2222](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2222)) ([d249405](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/d249405c7f2f748eb451d1a46276efd41291a9ed))
* **docs:** add missing `/examples/download-app` URL redirection ([#2216](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2216)) ([63742a3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/63742a3fa25708b9d42345629204de8d1cb6a998))
* **forms:** add required info in mandatory input fields with visually hidden span ([#2114](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2114)) ([851a0e3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/851a0e3c759ff3c3c4b6ce35417b4703c76232f0))
* **worflows:** keep whitespaces description content ([62de233](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/62de233a5440294de7a5a1dc1a85c883d9df5937))
* **workflows:** add conditions to `update-pr-approved.yml` ([#2214](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2214)) ([5d88cc7](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/5d88cc75004b4da98885a6c343f4752d7566a4a7))
* **workflows:** change use of interpolated action vars to fix 'review in progress' workflow ([#2206](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2206)) ([54ae347](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/54ae3478ce459132b08836efededd49a86271ac4))
* **workflows:** PR in PRs board is in review in progress only when changes are requested ([#2213](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2213)) ([8d42e7d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/8d42e7d1830a31862343b57d1477d258bff2348c))
* **workflows:** update GH token ([571814d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/571814d2f8b4704bc5572bb029ad5009aa620095))


### Features

* **accordion:** new rendering to improve accessibility ([#1792](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1792)) ([3e189b0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3e189b0b6a8433fcf67a361d90a747b94730e2af))
* **component:** new Local navigation ([#1468](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1468)) ([1b2f939](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/1b2f93968742497c907b3416ef1e1539fbfe9027))
* **forms:** add a visual cue to form elements on error when focused for a11y ([#2090](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2090)) ([17f6f4d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/17f6f4d7914424796b2ae99c1718f1bb0c7688ae))
* **orange navbar:** change minimizing behavior ([#1830](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1830)) ([efee64e](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/efee64eadaddc7cfe6355aef59cc36068ddc6bb8))
* **star rating:** add read-only state and enhance accessibility ([#2184](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2184)) ([319b8df](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/319b8dfd1251065ebe277395eaceaf1e3734daf7))



## [5.3.1](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.3.0...v5.3.1) (2023-07-26)


Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

Several quick start options are available:

- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.3.1.zip)
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.3.2.zip)
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].1`
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].1`
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.3.1`
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].2`
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].2`
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.3.2`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package boosted` Sass: `Install-Package boosted.sass`

Read the [Getting started page](https://boosted.orange.com/docs/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
Expand Down Expand Up @@ -174,14 +174,6 @@ Our default branch is for development of our Boosted 5 release. Head to the [`v4
- <https://twitter.com/fat>
- <https://github.com/fat>


### Boosted

**Gaël Poupard**

- <https://github.com/ffoodd>


## Thanks

<a href="https://www.browserstack.com/">
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"email": "[email protected]"
},
{
"name": "Gaël Poupard",
"email": "gael.poupard@orange.com"
"name": "Julien Déramond",
"email": "julien.deramond@orange.com"
}
],
"support": {
Expand Down
Loading

0 comments on commit 5e169e9

Please sign in to comment.