Skip to content

Commit da24d69

Browse files
chore(release): v4.6.1
1 parent 1b13914 commit da24d69

Some content is hidden

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

95 files changed

+3612
-3695
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [4.6.1](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v4.6.0...v4.6.1) (2021-10-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **#690:** some links were broken in 'Migrating to Boosted v4' page ([#698](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/698)) ([e2f37fb](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e2f37fb8a0ef5545d06b3e18a2a65b0c612d00cd)), closes [#690](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/690)
7+
* **#728:** add rtlcss_hash into generate-sri.js in order to update the integrity automatically ([#729](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/729)) ([32d921b](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/32d921bb020206712d03cc32cc9e3b55994c1dc9)), closes [#728](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/728)
8+
* **#735:** separate local fonts from CDN in the starter template ([a96a7dc](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/a96a7dcc4164caa577ecc44c592e86c89b19aedb)), closes [#735](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/735)
9+
* **#773:** vertical alignment of icons within buttons ([#851](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/851)) ([57cb7a2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/57cb7a2426fd511238d355c0ba7071bac1e3b53e)), closes [#773](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/773)
10+
* **badges:** use functional colors again for variations ([7aebc31](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/7aebc31e64b88861c76ef91a24302ace3de1a757))
11+
* **ci:** 'if' is defined two times in JS GitHub CI workflow ([#809](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/809)) ([6138680](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/6138680a38b6cd76f555b8d95cb3c294022d38a4))
12+
* correct cross-env-shell that fails on Windows when run test is executed ([ac1c4a4](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/ac1c4a4ee2c90ffc979db1632909aabc74fba231))
13+
* **docs:** some '[comment]: boosted mod' appear in the documentation ([efa7ec6](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/efa7ec6a3432631a73742a7335e177783d149a15))
14+
* **dropdowns:** stop focusing the first item when opening ([2808bed](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2808bedbf19b38211464b151dfacab41ee661ddf))
15+
* **icons:** accessibility typo… ([0fc54c8](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/0fc54c853dd9d5ad5bc8bacfbc2ae0d1c2e1b562))
16+
* **orange navbar:** change 1px border bottom color ([#808](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/808)) ([fbd37e9](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/fbd37e974d759376c528f603dc818aa73cca5821))
17+
18+
19+
### Features
20+
21+
* **grid:** use subtract function to calculate max-width of fluid container to allow fixed unit in container-fluid-margin-widths definition ([f3bb99a](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/f3bb99aa9825bc01fefdee086eb89e08fd9c6df1))
22+
* **modal:** Orange branded :tada: ([7f7da39](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/7f7da39230515c483be310176eb185b892353538))
23+
* **utilities:** add .bg-supporting-* utilities ([f5f152c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/f5f152c3d16b987b2af4c1603cf3fd3614466034))
24+
* **close** refactored to use Solaris "Delete" icon, to match UI Kit ([3456453c](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/615/commits/3456453c682dafe16c13a7654eb8d1046ba25552)
25+
26+
### Chore
27+
28+
- **docs**: forgotten date occurencies ([2603a13](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/2603a139ca1e7781f317b20c5d817d320cd5b6b3))
29+
- **docs**: use `{{ < year >}}` shortcode in getting started ([a2b6646](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/a2b66469480c5c3c25636a4a23d51d2b277d020d))
30+
31+
32+
133
<a name="4.6.0"></a>
234
# [4.6.0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v4.5.3...v4.6.0) (2021-01-19)
335

@@ -36,7 +68,7 @@ See below for details.
3668
* **variables:** theme-color-interval up to `10%` to ease color conversion from v5 ([47b8471](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/47b84713e6fb2e117f8e349547417753c0cc628a))
3769

3870

39-
### :Chore
71+
### Chore
4072

4173
- **docs**: moved to Hugo ([#575](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/575))
4274
- **grid**: add deprecation warnings for `make-gutter()` and `make-container-fluid-widths()` since they won't land in v5 ([#562](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/562)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636

3737
Several quick start options are available:
3838

39-
- [Download the latest release.](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.6.0.zip)
39+
- [Download the latest release.](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.6.1.zip)
4040
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`
4141
- Install with [npm](https://www.npmjs.com): `npm install boosted`
42-
- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add boosted@4.6.0`
43-
- Install with [Composer](https://getcomposer.org): `composer require orange-opensource/orange-boosted-bootstrap:4.6.0`
42+
- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add boosted@4.6.1`
43+
- Install with [Composer](https://getcomposer.org): `composer require orange-opensource/orange-boosted-bootstrap:4.6.1`
4444
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package boosted` Sass: `Install-Package boosted.sass`.
4545

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orange-opensource/orange-boosted-bootstrap",
3-
"description": "Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.6.0.",
3+
"description": "Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.6.1.",
44
"keywords": [
55
"css",
66
"js",

config.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ params:
4747
social_image_path: /docs/4.6/assets/brand/orange-social.png
4848
social_logo_path: /docs/4.6/assets/brand/orange-logo.png
4949

50-
current_version: "4.6.0"
51-
current_ruby_version: "4.6.0"
50+
current_version: "4.6.1"
51+
current_ruby_version: "4.6.1"
5252
docs_version: "4.6"
5353
# Boosted mod: no RFS
5454
github_org: "https://github.com/Orange-OpenSource"
@@ -59,31 +59,31 @@ params:
5959
blog: "https://blog.getbootstrap.com/"
6060

6161
download:
62-
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.6.0.zip"
63-
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v4.6.0/boosted-4.6.0-dist.zip"
64-
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v4.6.0/boosted-4.6.0-examples.zip"
62+
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.6.1.zip"
63+
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v4.6.1/boosted-4.6.1-dist.zip"
64+
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v4.6.1/boosted-4.6.1-examples.zip"
6565
cdn:
6666
# See https://www.srihash.org for info on how to generate the hashes
67-
css: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/css/boosted.min.css"
68-
css_hash: "sha384-gqlCljYk+czxYG/OEUHPObOqdFdx4RFpXrAy+z6dbWdeD1ybOujFGA+lKVLnXtxx"
69-
rtlcss: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/css/boosted-rtl.min.css"
70-
rtlcss_hash: "sha384-mrKuu3shyS5p78eE2DQobpok1z4dU6isk/NpbjATicFx98Ca00JmSXXN0hl1xUJ6"
71-
iconcss: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/css/orangeIcons.min.css"
72-
iconcss_hash: "sha384-7/+XhgsfiKJOYwQYLCI6P8bz89YJEKD2GLErv3KrHbxQ4wPcJ9JcqVZVKAglgBJP"
73-
helveticacss: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/css/orangeHelvetica.min.css"
74-
helveticacss_hash: "sha384-ZWV5rANfkZIt/7HDFToWXT+5LfpEbtDN22vw9WhARiDc+o6zJ4qxwdTwskCbe8NK"
75-
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/fonts/HelveticaNeueW20-55Roman.woff2"
67+
css: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/css/boosted.min.css"
68+
css_hash: "sha384-kxx4xTEyEes73vvgGSQXD873xYKXoGlnB58hUzvDpwW8H+CgsfUjjo8WDvcKJCmU"
69+
rtlcss: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/css/boosted-rtl.min.css"
70+
rtlcss_hash: "sha384-TosF+6jzRI4irKBBYJBKULVawH6IeLzl3kjI02VqRtm5evBj/oEjAwu3kWE3rqR1"
71+
iconcss: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/css/orangeIcons.min.css"
72+
iconcss_hash: "sha384-mgglGNxVI6j8fOak53wkGeEs7ngj0IN6qD88eQ8CyP+PZO7shqoaKQld5OODo9p+"
73+
helveticacss: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/css/orangeHelvetica.min.css"
74+
helveticacss_hash: "sha384-z0bdPLSiW/bYhwS3H9T5pMb8d4v1F26PQaoJuxwXcIs41OUiYyVFqqDtiCBR/16F"
75+
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/fonts/HelveticaNeueW20-55Roman.woff2"
7676
HelveticaNeueW20-55Roman_hash: "sha384-3JzHT24JpS8epPIAdqo7AcCNQcr5VxQi8FClxBayyd/6BLTIFbJLiGD4CIf8FtRl"
77-
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/fonts/HelveticaNeueW20-75Bold.woff2"
77+
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/fonts/HelveticaNeueW20-75Bold.woff2"
7878
HelveticaNeueW20-75Bold_hash: "sha384-vpoGPps82D7bRdHnBlcsNi/WGJMOyFhPA9+NEonxOo5bYJGzIAjfIJ9tuZ0fPyKr"
79-
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/fonts/HelvNeue55_W1G.woff2"
79+
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/fonts/HelvNeue55_W1G.woff2"
8080
HelvNeue55_W1G_hash: "sha384-R6e0PFLMMV6HBvkQK22ecNfjOzyh89wSndiTC71MuvoaOnhIYgOAGVC0gW0kVN16"
81-
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/fonts/HelvNeue75_W1G.woff2"
81+
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/fonts/HelvNeue75_W1G.woff2"
8282
HelvNeue75_W1G_hash: "sha384-ylOkwNNvSwXpWNbpEhI45ruJTXyfQbIb42IxMvSGGcndZBpZ9iAmOFSUl4/Goeqz"
83-
js: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/js/boosted.min.js"
84-
js_hash: "sha384-iNhsKqieEna23DDrKXyI9Ze4CeR2yIykw8gQ/AHcSSZTASt2jt+YQdOqqcos7vJI"
85-
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@4.6.0/dist/js/boosted.bundle.min.js"
86-
js_bundle_hash: "sha384-8GY/c7MOtsvb9OfczW1hZlZfhibvBlgxQshIoFKoTIuruwcGG4a3lGw5wdBTBocN"
83+
js: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/js/boosted.min.js"
84+
js_hash: "sha384-nA6MbWePtuF/n0KO3a9RpSnTs22PIP2h8xjOsh9jX6wtZrXvD4VIwNkqCKlc9myo"
85+
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@4.6.1/dist/js/boosted.bundle.min.js"
86+
js_bundle_hash: "sha384-2jsvnZnyYAg6xCGTSIdBPoEt3xP64FauXZlBK9PAYsneWVkqXT/5keQRlbdfXkCL"
8787
jquery: "https://code.jquery.com/jquery-3.5.1.slim.min.js"
8888
jquery_hash: "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
8989
css_swiper: "https://cdn.jsdelivr.net/npm/swiper@4.5.1/dist/css/swiper.min.css"

dist/css/boosted-grid.css

Lines changed: 6 additions & 6 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: 6 additions & 6 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-reboot.css

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

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

0 commit comments

Comments
 (0)