Skip to content

Commit

Permalink
chore(release): v5.0.0-beta2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Feb 12, 2021
1 parent 419070a commit 29b8910
Show file tree
Hide file tree
Showing 84 changed files with 3,511 additions and 2,257 deletions.
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
8 changes: 4 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ params:
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/css/boosted.min.css"
css_hash: "sha384-I+o9IXBrS4QMdE5iTGfWoaGvU4N2v2hJomuDBrMMMNxPoXWpYHPCdb2K8nsWRMoZ"
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-K2ilmXRtN7qGadxR43tWCc3FeuBbAZhYTehdAyTeDSZ2bWUo0BkLFtotXpo+38td"
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-beta2/dist/css/orange-helvetica.rtl.min.css"
helvetica_rtl_hash: "sha384-2N+Axfck8AYLrpdsZD0N1m7VB20fwJPh1SzLbOhtlxThb8GEzCaX4uJwMHLxCyxh"
js: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-beta2/dist/js/boosted.min.js"
js_hash: "sha384-rFJcUzNS9dZmqBmUPtI69Md+XfMYCBl45fSFhx6aM3tKyS1C8+erUR+1ngZLvCy4"
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-LfuX/H3NCCkZXu3vAv7z3K59OJXRoDSMVxyOlRhHKrXoO5CzAIhMeiwYmGrbbPIn"
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
12 changes: 6 additions & 6 deletions dist/css/boosted-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/boosted-grid.css.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/css/boosted-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/boosted-grid.min.css.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/css/boosted-grid.rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/boosted-grid.rtl.css.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/css/boosted-grid.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/boosted-grid.rtl.min.css.map

Large diffs are not rendered by default.

26 changes: 17 additions & 9 deletions dist/css/boosted-reboot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/boosted-reboot.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 29b8910

Please sign in to comment.