Skip to content

Commit

Permalink
Merge branch 'main' into main-mlh-modal-fix-margin
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo authored Jan 25, 2023
2 parents ade0ca8 + b25fff5 commit 2f24de3
Show file tree
Hide file tree
Showing 345 changed files with 6,717 additions and 4,203 deletions.
24 changes: 12 additions & 12 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,59 @@
"files": [
{
"path": "./dist/css/boosted-grid.css",
"maxSize": "10.5 kB"
"maxSize": "12.75 kB"
},
{
"path": "./dist/css/boosted-grid.min.css",
"maxSize": "9.75 kB"
"maxSize": "11.75 kB"
},
{
"path": "./dist/css/boosted-reboot.css",
"maxSize": "3.75 kB"
"maxSize": "4.5 kB"
},
{
"path": "./dist/css/boosted-reboot.min.css",
"maxSize": "3.5 kB"
"maxSize": "4.25 kB"
},
{
"path": "./dist/css/boosted-utilities.css",
"maxSize": "8.75 kB"
"maxSize": "11.5 kB"
},
{
"path": "./dist/css/boosted-utilities.min.css",
"maxSize": "8.0 kB"
"maxSize": "10.75 kB"
},
{
"path": "./dist/css/boosted.css",
"maxSize": "38.75 kB"
"maxSize": "41.0 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "36.0 kB"
"maxSize": "38.0 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
"maxSize": "48.25 kB"
"maxSize": "48.5 kB"
},
{
"path": "./dist/js/boosted.bundle.min.js",
"maxSize": "24.75 kB"
"maxSize": "25.0 kB"
},
{
"path": "./dist/js/boosted.esm.js",
"maxSize": "33.25 kB"
},
{
"path": "./dist/js/boosted.esm.min.js",
"maxSize": "20.25 kB"
"maxSize": "20.5 kB"
},
{
"path": "./dist/js/boosted.js",
"maxSize": "34.0 kB"
},
{
"path": "./dist/js/boosted.min.js",
"maxSize": "17.75 kB"
"maxSize": "18.0 kB"
}
],
"ci": {
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"error",
"after"
],
"prefer-template": "error",
"semi": [
"error",
"never"
Expand Down
16 changes: 8 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ the preferred channel for [bug reports](#bug-reports), [features requests](#feat
and [submitting pull requests](#pull-requests), but please respect the following
restrictions:

* Please **do not** use the issue tracker for personal support requests. Stack Overflow ([`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag), [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions) or [IRC](/README.md#community) are better places to get help for things related to Bootstrap.
- Please **do not** use the issue tracker for personal support requests. Stack Overflow ([`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag), [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions) or [IRC](/README.md#community) are better places to get help for things related to Bootstrap.
For Boosted specific personal support requests, please contact directly Boosted Core Team via Orange internal tools.

* Please **do not** derail or troll issues. Keep the discussion on topic and
- Please **do not** derail or troll issues. Keep the discussion on topic and
respect the opinions of others.

* Please **do not** post comments consisting solely of "+1" or ":thumbsup:".
- Please **do not** post comments consisting solely of "+1" or ":thumbsup:".
Use [GitHub's "reactions" feature](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
instead. We reserve the right to delete comments which violate this rule.

Expand Down Expand Up @@ -98,16 +98,16 @@ Sometimes bugs reported to us are actually caused by bugs in the browser(s) them

| Vendor(s) | Browser(s) | Rendering engine | Bug reporting website(s) | Notes |
| ------------- | ---------------------------- | ---------------- | ------------------------------------------------------ | -------------------------------------------------------- |
| Mozilla | Firefox | Gecko | https://bugzilla.mozilla.org/enter_bug.cgi | "Core" is normally the right product option to choose. |
| Apple | Safari | WebKit | https://bugs.webkit.org/enter_bug.cgi?product=WebKit | In Apple's bug reporter, choose "Safari" as the product. |
| Google, Opera | Chrome, Chromium, Opera v15+ | Blink | https://bugs.chromium.org/p/chromium/issues/list | Click the "New issue" button. |
| Microsoft | Edge | Blink | https://developer.microsoft.com/en-us/microsoft-edge/ | Go to "Help > Send Feedback" from the browser |
| Mozilla | Firefox | Gecko | <https://bugzilla.mozilla.org/enter_bug.cgi> | "Core" is normally the right product option to choose. |
| Apple | Safari | WebKit | <https://bugs.webkit.org/enter_bug.cgi?product=WebKit> | In Apple's bug reporter, choose "Safari" as the product. |
| Google, Opera | Chrome, Chromium, Opera v15+ | Blink | <https://bugs.chromium.org/p/chromium/issues/list> | Click the "New issue" button. |
| Microsoft | Edge | Blink | <https://developer.microsoft.com/en-us/microsoft-edge/> | Go to "Help > Send Feedback" from the browser |


## Feature requests

Feature requests are welcome. But take a moment to find out whether your idea
fits with the scope and aims of the project. It's up to *you* to make a strong
fits with the scope and aims of the project. It's up to _you_ to make a strong
case to convince the project's developers of the merits of this feature. Please
provide as much detail and context as possible.

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are

<!-- Please add direct links where your modifications can be seen in the documentation -->

* https://deploy-preview-{your_pr_number}--boosted.netlify.app/
- <https://deploy-preview-{your_pr_number}--boosted.netlify.app/>

### Checklist

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
browserstack:
Expand All @@ -17,6 +17,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
bundlewatch:
Expand All @@ -22,6 +22,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Compress Images
uses: calibreapp/image-actions@1.1.0
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
FORCE_COLOR: 2
NODE: 16

jobs:
cspell:
Expand All @@ -20,6 +19,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Run cspell
uses: streetsidesoftware/cspell-action@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
css:
Expand All @@ -21,6 +21,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
docs:
Expand All @@ -23,6 +23,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
run:
Expand All @@ -22,6 +22,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
lint:
Expand All @@ -22,6 +22,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/node-sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
css:
Expand All @@ -21,6 +21,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
pa11y:
Expand All @@ -23,14 +23,16 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"

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

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
percy:
Expand All @@ -21,14 +21,16 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## [5.2.3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.2.2...v5.2.3) (2022-12-30)


### Bug Fixes

* **cards:** card header padding top ([#1449](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1449)) ([8dc7d8c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/8dc7d8c0016340e5cbac60f0537071fe9b85e2f2))
* **cards:** rendering and semantics rework of cards to better fit with ODS ([#1376](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1376)) ([f8772e1](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/f8772e1764b113157d1b418e3cd836db375889f5))
* **docs:** add aliases for examples ([#1657](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1657)) ([e086864](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e086864c3969a78cc192b98e900a9260563611fc))
* **docs:** remove link to non-existing 2.3.2 version ([#1692](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1692)) ([e8df7b4](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e8df7b402e191e4415d59175289db2416c7da45f))
* **dropdown:** several rendering fixes ([#1164](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1164)) ([b080e66](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/b080e667a9c22efd715009ecfdf7ae8a7df1b577))
* **modals:** remove extra-margin of the last scrollable modal's elt ([#1661](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1661)) ([b7c2e80](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/b7c2e80be59f88094629f5378ba8557662257084))
* **navbar:** add missing logo in Scroll navbar example docs ([#1664](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1664)) ([75dee5f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/75dee5fc56cb8048591957b390f33e519489c534))
* **navs:** remove orange hover color on active tabs light ([#1420](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1420)) ([c661309](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/c66130959ddb2f514fa2905dd419858c13c17782))
* **orange navbar:** add some missing `aria-current`s in displayed codes ([#1662](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1662)) ([f9ae2ac](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/f9ae2ac6650131c261f7238b61eb33780e53311f))
* **stepped process:** convert current step to plain text for better a11y ([#1663](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1663)) ([cdcadcb](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/cdcadcb54ab1a64783f892092372d4c771cba150))
* **storybook:** avoid redeclaration of const tooltipTriggerList ([fa373b4](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/fa373b4a5546e7c3f9b110dd37170a42c33eb55a))
* **storybook:** generate Storybook site in `_site` intead of `site` ([#1660](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1660)) ([532e9d4](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/532e9d4c90313dacd0035ce9d534eb474d6842bb))
* **tables:** drop docs specific tables style and move some `.table-responsive` at the right place ([#1710](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1710)) ([e1e520f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e1e520fdcd4b10944324f1565ee4efd01e8b2a3f))


### Features

* **a11y:** refactoring of visible focus (rendering and architecture) ([#1437](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1437)) ([2001a10](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2001a102040d9fc755a9982d8d251c9c6331eb4e))
* **accordion:** add padding to accordion content ([#1727](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1727)) ([20d8f0c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/20d8f0c1cc29878b5feab8d8801ada207a307797))
* **examples:** new 'Pages' section and new 'Form' example ([#1559](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1559)) ([3901d0f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3901d0fc1492b08caca5caa5cb78371b9176e067))
* **forms:** add form helper icon button ([#1444](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1444)) ([f8e748d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/f8e748d1a7a297908b55c6b93c38fcdb01eb5b60))
* **forms:** add small size form controls ([#1230](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1230)) ([cb36161](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/cb36161510744f94954f7821c92da4d049967711))
* **reboot:** set a `line-height` for `var` and `code` ([#1720](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/1720)) ([5182046](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/5182046df74af947cf26f445d44f92723ff28540))
* **tables:** captions for a11y, striped rows and columns, and rendering enhancements ([#859](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/859)) ([9383bd1](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/9383bd18da0bf64ff97a1780b18ff7dad80ff482))



## [5.2.2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.2.1...v5.2.2) (2022-11-23)


Expand Down
Loading

0 comments on commit 2f24de3

Please sign in to comment.