Skip to content

Commit da8f1b6

Browse files
committed
chore(release): v5.0.0-alpha3 🎉
1 parent 5a28fb8 commit da8f1b6

Some content is hidden

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

73 files changed

+4641
-2193
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1+
<a name="5.0.0-alpha3"></a>
2+
# [5.0.0-alpha3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.0.0-alpha2...v5.0.0-alpha3) (2020-11-12)
3+
4+
5+
## Bug Fixes
6+
7+
* **forms:** ensure .form-check-input is squared in Chromium-based browsers ([010c909](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/010c9097fc7026532e4086cb28738027a32954fb))
8+
9+
10+
## Features
11+
12+
* **accordion:** Orange branded :tada: ([69a97d9](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/69a97d9d580eb488ed4c889d2bc03e5407591bd1))
13+
14+
15+
## Docs
16+
17+
* **icons:** drop content to only mention Solaris ([90af24b](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/90af24b212ddd2291d88cba43e2c47797df578d4))
18+
* **analytics:** massive refactor of our Tarteaucitron implementation ([#531](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/531), [#532](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/532), [#534](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/534), [#535](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/pull/535))
19+
* **skip links:** use a `nav` tag with `aria-label` ([3ea50d0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3ea50d0528d49076dc623e7d20c57f4d0aa0e353))
20+
21+
122
<a name="5.0.0-alpha2"></a>
223
# [5.0.0-alpha2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.0.0-alpha1...v5.0.0-alpha2) (2020-09-30)
324

425

5-
### Bug Fixes
26+
## Bug Fixes
627

728
* **alerts:** ensure icon is properly sized ([d10ed1a](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/d10ed1acc8757179c7603fc10b4c6b6b02c92b8e))
829
* **cards:** `.card-footer`'s bottom padding ([7054f27](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/7054f273cf5d74f5a36771dca9152cb1f15a8100))
@@ -19,7 +40,7 @@
1940
* **utilities:** drop color exception in color utilities ([acfc5e9](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/acfc5e93480db4a469b2640db8b4df3c933ec085))
2041

2142

22-
### Features
43+
## Features
2344

2445
* **pagination:** add default vertical margins to pagination ([c37b86f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/c37b86f2691b2c8c84c6c66bcb5e6113332a2225))
2546
* **reboot:** handle `<var>` styles in reboot ([ba62352](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/ba623525e3be6d4867b8ad6c145e5b2801a5ea02))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Our default branch is for development of our upcoming Bootstrap 5 release. Head
4141

4242
Several quick start options are available:
4343

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

5151
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.

config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ params:
5353
social_image_path: /docs/5.0/assets/brand/orange-social.png
5454
social_logo_path: /docs/5.0/assets/brand/orange-social-logo.png
5555

56-
current_version: "5.0.0-alpha2"
56+
current_version: "5.0.0-alpha3"
5757
current_ruby_version: "5.0.0.alpha1"
5858
docs_version: "5.0"
5959
rfs_version: "9.0.3"
@@ -63,20 +63,20 @@ params:
6363
bootstrap: "https://v5.getbootstrap.com"
6464

6565
download:
66-
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.0.0-alpha2.zip"
67-
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-alpha2/boosted-5.0.0-alpha2-dist.zip"
68-
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-alpha2/boosted-5.0.0-alpha2-examples.zip"
66+
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.0.0-alpha3.zip"
67+
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-alpha3/boosted-5.0.0-alpha3-dist.zip"
68+
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.0.0-alpha3/boosted-5.0.0-alpha3-examples.zip"
6969

7070
cdn:
7171
# See https://www.srihash.org for info on how to generate the hashes
72-
css: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha2/dist/css/boosted.min.css"
73-
css_hash: "sha384-7BuBwxbLw5x8O1jfEEtlFq9lbqBmi9a/aWzSSob0V3Xw2xYd4a3fCo127pVNDFhw"
74-
helvetica: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha2/dist/css/orange-helvetica.min.css"
72+
css: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha3/dist/css/boosted.min.css"
73+
css_hash: "sha384-iwr9aweSNic6ztcMiv2FDED5xfxEQWs1RqIePrGPaPvFBXHU3a7Q8/daP3P2sTgx"
74+
helvetica: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha3/dist/css/orange-helvetica.min.css"
7575
helvetica_hash: "sha384-2W6Ddgejs+ZLUHWL9OWpfdx8K+DR+e1Muc2B220lXZmOgfxlJhYwD4YAC3AY5Kdx"
76-
js: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha2/dist/js/boosted.min.js"
77-
js_hash: "sha384-iYvIA3HSz3VXfbm3CMy7/wYkwMUlze27pLneihLNYupgo34fYfCQvdmxY6M537KQ"
78-
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha2/dist/js/boosted.bundle.min.js"
79-
js_bundle_hash: "sha384-ybSeRKGPCQRfq+levub6c6zk3i5iWrJrFVI0Eumz5ply5psc1trveLjsqXDCUNfW"
76+
js: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha3/dist/js/boosted.min.js"
77+
js_hash: "sha384-SAtC2acR/DPm/FThjCrT6BMxgiTLld6I7g5j89RU/rx9PdrkhqRt3Glu7Z6Pps6N"
78+
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha3/dist/js/boosted.bundle.min.js"
79+
js_bundle_hash: "sha384-H5G8iVLIwNC33L+kHC9kBSQQB4NHO36ZYt7soh3Fg54QSiEzBG+JadsuOX9jjBxu"
8080
popper: "https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
8181
popper_hash: "sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
8282
focus_visible: "https://cdn.jsdelivr.net/npm/focus-visible@5.1.0/dist/focus-visible.min.js"

0 commit comments

Comments
 (0)