Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v5.0.0-beta2 #625

Merged
merged 4 commits into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
},
{
"path": "./dist/css/boosted.css",
"maxSize": "26.1 kB"
"maxSize": "26.2 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "23.8 kB"
"maxSize": "23.9 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
"maxSize": "44.4 kB"
"maxSize": "44.9 kB"
},
{
"path": "./dist/js/boosted.bundle.min.js",
"maxSize": "22.4 kB"
"maxSize": "22.7 kB"
},
{
"path": "./dist/js/boosted.esm.js",
"maxSize": "26.8 kB"
"maxSize": "27.3 kB"
},
{
"path": "./dist/js/boosted.esm.min.js",
"maxSize": "18.1 kB"
"maxSize": "18.3 kB"
},
{
"path": "./dist/js/boosted.js",
"maxSize": "27.6 kB"
"maxSize": "28.1 kB"
},
{
"path": "./dist/js/boosted.min.js",
"maxSize": "15.7kB"
"maxSize": "15.9 kB"
}
],
"ci": {
Expand Down
2 changes: 0 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"error",
"always"
],
"prefer-named-capture-group": "off",
"semi": [
"error",
"never"
Expand All @@ -52,7 +51,6 @@
"unicorn/prefer-dom-node-append": "off",
"unicorn/prefer-dom-node-dataset": "off",
"unicorn/prefer-dom-node-remove": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-spread": "off",
"unicorn/prevent-abbreviations": "off"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.os }}-node-v${{ env.NODE }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci') && !contains(github.event.pull_request.labels.*.name, 'skip:browserstack'))

- name: Install npm dependencies
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.os }}-node-v${{ env.NODE }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci'))

- name: Install npm dependencies
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.os }}-node-v${{ env.NODE }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci'))

- name: Install npm dependencies
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.os }}-node-v${{ env.NODE }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci'))

- name: Install npm dependencies
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.os }}-node-v${{ matrix.node }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci'))

- name: Install npm dependencies
Expand All @@ -66,7 +65,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci'))

- name: Run Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1.1.2
if: matrix.node == 14
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.os }}-node-v${{ env.NODE }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci'))

- name: Install npm dependencies
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.OS }}-node-v${{ env.NODE }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci') && !contains(github.event.pull_request.labels.*.name, 'skip:pa11y'))

- name: Install npm dependencies
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.OS }}-node-v${{ matrix.node }}-
${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci') && !contains(github.event.pull_request.labels.*.name, 'skip:percy'))

- name: Install npm dependencies
Expand Down
48 changes: 47 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
# [5.0.0-beta1](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.0.0-alpha3...v5.0.0-beta1) (2020-12-10)
<a name="5.0.0-beta2"></a>
# [5.0.0-beta2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.0.0-beta1...v5.0.0-beta2) (2021-02-12)


## Bug Fixes

* **badges:** use functional colors as backgrounds ([8c4d0e7](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/8c4d0e790d98da757a4c2da11b1fcd6a679652ce))
* **dropdowns:** spacing, active state color ([70fc9ce](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/70fc9ce8a0602764a666a97f6a14ef12bc0cc672))
* **focus:** guaranteed focus visibility when fixed header overlaps ([65ac357](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/65ac357ea18abcf7c67b8982b9cb1e0d7e682a73))
* **forms:** `.form-select` sizes were wrong ([afd0b39](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/afd0b39baa5ac452a2feb2038cd1280570ec959d))
* **navbar:** only Y-padding are transitioned ([be1f8de](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/be1f8dea48d2a13cba63616bdc7118c101e4e4d1))
* **pagination:** get active state back to matching UI Kit ([d11441c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/d11441ceffccdf3b14cdb1ca9bbd0d40487e0109))


## Features

* **back to top:** brand new component :tada: ([893944d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/893944d3aaa250b41f6cecf7f36fe2ed8c44d936))
* **back-to-top:** use .btn-icon, match .btn-close pattern & fix icon in RTL ([6cd7c9e](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/6cd7c9e6422c0f710f924e86178e8dd386831e47))
* **buttons:** buttons with icon, branded :tada: ([d399331](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/d399331db6f8093ba7b190f4a75a054879449983))
* **carousel:** Orange branded :tada: ([7f320f6](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/7f320f69539ef1f2424e50d8eda41ffcd447bf38))
* **close:** better branding and consistency with new buttons ([3708778](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3708778f18c85b5239682949a3ed95c55012a34d))
* **close button:** use stroke icon a basis ([318d89d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/318d89d79fc440e5a2d39793d96df2d97b831865))
* **forms:** Orange branded disabled state :tada: ([b02466d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/b02466d6f557cc3d83a9183112ff0686c58be344))
* **icons:** new `button-icon()` mixin ([e2726bc](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e2726bc8fd4aec37be41cd48c5b0e9f04fab396b))
* **links:** with chevron :tada: ([27286ba](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/27286baf8e1bb86f0891337b76c8336d32254a0e))
* **mixin:** new `target-size() `mixin to ensure sufficient hit area (44×44px) ([d0a1c2c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/d0a1c2c7d1e3f4b98be1b350821c83f2379a6193))
* **modals:** Orange branded :tada: ([bfd285c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/bfd285ce0039e688759b9f273138fdd1ab26a977))
* **pagination:** use `filter` instead of another inlined SVG ([3911d64](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3911d64f8cb2de5c2937666bce636bb2b57bef62))
* **social buttons:** Orange branded :tada: ([db222da](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/db222da0f9d47d4ae456a5f718738215577ba9bf))
* **toggle buttons:** Orange branded :tada: — both with icons and no outline ([2cd8ffe](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2cd8ffe100f3afa4487f57f69442cac99acc8c69))
* **utilities:** add `.bg-supporting-*` utilities ([0fd37a0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/0fd37a0769a5f93d82f86cd73d99a5df3fe25874))

## Docs

* **Syntax highlighting** now provides sufficient contrasts ([2a82eab](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/589/commits/2a82eabc16b9be11e0e63e7b14722d324c98c94b))
* **Accordions:** `details` and `summary` in docs now look like accordions ([e1f379ef](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/589/commits/e1f379efdc59971df0fde67ec3b27784ecb93991))
* **SVG:** Accessible markup for decorative SVGs ([0a2f616c5](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/621/commits/0a2f616c5c3b9ff23ce595665111dd4b166180b6))

## Chore

* **Percy**: add Cheatsheets to snapshots ([b343fe2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/573/commits/b343fe244da8913b79b0bcf4d89f89ffea74257b))
* **Pa11y**: update exclusion list by removing `.chroma`, `[disabled]` and `[readonly]` selectors ([2a82eab](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/589/commits/2a82eabc16b9be11e0e63e7b14722d324c98c94b) and [97d3b3c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/589/commits/97d3b3c85283027600e3553b9df9028334f63914))
* **CI**: allow to skip CIs, depending on `paths` for push event or on labels for pull requests. [Have a look at the wiki](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/wiki/GitHub-Actions)


<a name="5.0.0-beta1"></a>
# [5.0.0-beta1](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.0.0-alpha3...v5.0.0-beta2) (2020-12-10)

### Features

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

Several quick start options are available:

- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.0.0-beta1.zip)
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.0.0-beta2.zip)
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install boosted@next`
- Install with [yarn](https://yarnpkg.com/): `yarn add boosted@next`
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.0.0-beta1`
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.0.0-beta2`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package boosted` Sass: `Install-Package boosted.sass`

Read the [Getting started page](https://v5-dev--boosted.netlify.app/docs/5.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
Expand Down
2 changes: 1 addition & 1 deletion build/change-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function main(args) {
'.git',
'_gh_pages',
'node_modules',
'vendor'
'resources'
])
const INCLUDED_EXTENSIONS = new Set([
// This extension allowlist is how we avoid modifying binary files
Expand Down
2 changes: 1 addition & 1 deletion build/vnu-jar.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {

const args = [
'-jar',
vnu,
`"${vnu}"`,
'--asciiquotes',
'--skip-non-html',
// Ignore the language code warnings
Expand Down
30 changes: 15 additions & 15 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ params:
social_image_path: /docs/5.0/assets/brand/orange-social.png
social_logo_path: /docs/5.0/assets/brand/orange-social-logo.png

current_version: "5.0.0-beta1"
current_ruby_version: "5.0.0.beta1"
current_version: "5.0.0-beta2"
current_ruby_version: "5.0.0.beta2"
docs_version: "5.0"
rfs_version: "9.0.3"
repo: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap"
Expand All @@ -63,24 +63,24 @@ params:
bootstrap: "https://getbootstrap.com"

download:
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.0.0-beta1.zip"
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-beta1/boosted-5.0.0-beta1-dist.zip"
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-beta1/boosted-5.0.0-beta1-examples.zip"
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.0.0-beta2.zip"
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-beta2/boosted-5.0.0-beta1-dist.zip"
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-beta2/boosted-5.0.0-beta1-examples.zip"

cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta1/dist/css/boosted.min.css"
css_hash: "sha384-I+o9IXBrS4QMdE5iTGfWoaGvU4N2v2hJomuDBrMMMNxPoXWpYHPCdb2K8nsWRMoZ"
css_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta1/dist/css/boosted.rtl.min.css"
css_rtl_hash: "sha384-K2ilmXRtN7qGadxR43tWCc3FeuBbAZhYTehdAyTeDSZ2bWUo0BkLFtotXpo+38td"
helvetica: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta1/dist/css/orange-helvetica.min.css"
css: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/css/boosted.min.css"
css_hash: "sha384-W2o49ENLT+DBWaKVqWtw/XBJz9PJBOF02ro9QBp2CGs45l8vRt0mY81zZNjSLxnU"
css_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/css/boosted.rtl.min.css"
css_rtl_hash: "sha384-hMAI+Pu7i4aPZaAfiGni7UwYKsGytZlffHihgERbYLtSYyjMldGGdEJQatII2Vvk"
helvetica: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/css/orange-helvetica.min.css"
helvetica_hash: "sha384-2W6Ddgejs+ZLUHWL9OWpfdx8K+DR+e1Muc2B220lXZmOgfxlJhYwD4YAC3AY5Kdx"
helvetica_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta1/dist/css/orange-helvetica.rtl.min.css"
helvetica_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/css/orange-helvetica.rtl.min.css"
helvetica_rtl_hash: "sha384-2N+Axfck8AYLrpdsZD0N1m7VB20fwJPh1SzLbOhtlxThb8GEzCaX4uJwMHLxCyxh"
js: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta1/dist/js/boosted.min.js"
js_hash: "sha384-rFJcUzNS9dZmqBmUPtI69Md+XfMYCBl45fSFhx6aM3tKyS1C8+erUR+1ngZLvCy4"
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta1/dist/js/boosted.bundle.min.js"
js_bundle_hash: "sha384-LfuX/H3NCCkZXu3vAv7z3K59OJXRoDSMVxyOlRhHKrXoO5CzAIhMeiwYmGrbbPIn"
js: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/js/boosted.min.js"
js_hash: "sha384-VzJG8txEnR93rWKSsWA5q4qsd8HzVgTF9D8j96AfQRwWr9a5M6IFgeJnd4Sbpg4P"
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/js/boosted.bundle.min.js"
js_bundle_hash: "sha384-Vc9TemN3pAGe1Yu1xsF6n3b8t65sxppt3SP/znqPkSmcNdTD9kKa3XqdlegP0jqP"
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dist/umd/popper.min.js"
popper_hash: "sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi"
focus_visible: "https://cdn.jsdelivr.net/npm/focus-visible@5.1.0/dist/focus-visible.min.js"
Expand Down
Loading