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 v4.6.0 #603

Merged
merged 9 commits into from
Jan 20, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
{
"path": "./dist/css/boosted.css",
"maxSize": "36 kB"
"maxSize": "36.1 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "32.7 kB"
"maxSize": "32.8 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
Expand Down
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
<a name="4.6.0"></a>
# [4.6.0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v4.5.3...v4.6.0) (2021-01-19)

### Bootstrap 4.6.0

* [Bootstrap 4.6.0](https://github.com/twbs/bootstrap/releases/tag/v4.6.0)

### Boosted

#### Breaking changes

- **Grid**: following the latest grid refactor in 4.5.3, `$grid-gutter-width` is now set to half a spacer. If you rely on this variable in your custom code, you should now multiply it by 2.
- **Colors**: `$theme-color-interval` increased from `8%` to `10%`. If you relied on this variable or on the `theme-color-level()` mixin, please take this change into account.

See below for details.


#### Bug Fixes

* **breadcrumb:** reduce the gap with Bootstrap ([11b7dbb](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/11b7dbbd0162edc2a133cddac24e04eeb4504c6d))
* **megamenu:** ensure top position for submenus to fix [#536](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/536) ([dbcb02e](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/dbcb02ec3620d3693e5abd193903015c081945e6))
* **navbar:** use make-gutters() where appropriate after [#541](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/541) ([b588d8e](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/b588d8e430a76de0e5a3132ca5a707a23a79fa00))
* **o-tabs:** ensure tabs aren't underlined ([ce3198f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/ce3198fb55efeb082a938df07b96c60f565c0220))
* **RTL:** custom carousel & breadcrumbs ([f52cd5d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/f52cd5d44bf70eabaddd2c51c05391f40c2f267a))
* **supra nav:** spacings and alignment ([b92e24f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/b92e24f357c004920eb6fd4b4f959332efc4a756))
* **supra navbar:** wrong left alignment ([0ace4d5](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/0ace4d5706ee4389b14ec17d70d11290409cdba1))
* **grid**: ensure small gutters depends on main gutters ([#541](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/541))
- **navbar**: `$grid-gutter-width` already divided after #541 ([b588d8e43](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/b588d8e430a76de0e5a3132ca5a707a23a79fa00))


#### Features

* **carousel:** Orange branded :tada: ([a328586](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/a328586f34d4fce11667de7efafac2ef5dac0498))
* **forms:** Orange branded disabled state :tada: ([268f146](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/268f1469cf78a28ae11a5f675e4f698acb0a4ddb))
* **icons:** add statistics icon ([a3b8c9f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/a3b8c9f7fd69a4d5a3337a7bf27f494d65ca6be1))
* **variables:** theme-color-interval up to `10%` to ease color conversion from v5 ([47b8471](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/47b84713e6fb2e117f8e349547417753c0cc628a))


### :Chore

- **docs**: moved to Hugo ([#575](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/575))
- **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)
- **BrowserStack**: define `browserNoActivityTimeout` to `60000` in Karma conf

<a name="4.5.3"></a>
## [4.5.3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v4.5.2...v4.5.3) (2020-10-14)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://boosted.orange.com/">
<img src="https://boosted.orange.com/docs/4.5/assets/brand/orange_logo.svg" alt="Orange Boosted with Bootstrap" width="50" height="50">
<img src="https://boosted.orange.com/docs/4.6/assets/brand/orange_logo.svg" alt="Orange Boosted with Bootstrap" width="50" height="50">
</a>
</p>

Expand Down Expand Up @@ -36,14 +36,14 @@

Several quick start options are available:

- [Download the latest release.](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.5.3.zip)
- [Download the latest release.](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.6.0.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`
- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add boosted@4.5.3`
- Install with [Composer](https://getcomposer.org): `composer require orange-opensource/orange-boosted-bootstrap:4.5.3`
- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add boosted@4.6.0`
- Install with [Composer](https://getcomposer.org): `composer require orange-opensource/orange-boosted-bootstrap:4.6.0`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package boosted` Sass: `Install-Package boosted.sass`.

Read the [Getting started page](https://boosted.orange.com/docs/4.5/getting-started/introduction/) for information on the framework contents, CDN, templates and examples, and more.
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.

## Status

Expand Down
68 changes: 34 additions & 34 deletions build/autoshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const serveStatic = require('serve-static')
const serve = serveStatic('./_gh_pages')
const host = 'localhost'
const port = 9001
const screenshotsBase = './docs/4.5/examples/screenshots/'
const screenshotsBase = './docs/4.6/examples/screenshots/'

const options = {
screenSize: {
Expand All @@ -24,135 +24,135 @@ const options = {
}

const items = [{
src: `http://${host}:${port}/docs/4.5/examples/album/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/album/index.html`,
dest: 'album.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/blog/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/blog/index.html`,
dest: 'blog.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/carousel/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/carousel/index.html`,
dest: 'carousel.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/checkout/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/checkout/index.html`,
dest: 'checkout.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/cover/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/cover/index.html`,
dest: 'cover.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/dashboard/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/dashboard/index.html`,
dest: 'dashboard.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/floating-labels/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/floating-labels/index.html`,
dest: 'floating-labels.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/grid/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/grid/index.html`,
dest: 'grid.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/jumbotron/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/jumbotron/index.html`,
dest: 'jumbotron.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/narrow-jumbotron/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/narrow-jumbotron/index.html`,
dest: 'narrow-jumbotron.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/quick-links/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/quick-links/index.html`,
dest: 'quick-links.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/content-panel/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/content-panel/index.html`,
dest: 'content-panel.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/product-details/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/product-details/index.html`,
dest: 'product-details.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/navbars/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/navbars/index.html`,
dest: 'navbars.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/navbar-fixed/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/navbar-fixed/index.html`,
dest: 'navbar-fixed.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/navbar-static/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/navbar-static/index.html`,
dest: 'navbar-static.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/navbar-bottom/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/navbar-bottom/index.html`,
dest: 'navbar-bottom.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/navbar-top/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/navbar-top/index.html`,
dest: 'navbar-top.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/navbar-top-fixed/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/navbar-top-fixed/index.html`,
dest: 'navbar-top-fixed.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/offcanvas/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/offcanvas/index.html`,
dest: 'offcanvas.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/sign-in/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/sign-in/index.html`,
dest: 'sign-in.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/pricing/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/pricing/index.html`,
dest: 'pricing.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/product/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/product/index.html`,
dest: 'product.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/starter-template/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/starter-template/index.html`,
dest: 'starter-template.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/sticky-footer/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/sticky-footer/index.html`,
dest: 'sticky-footer.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/sticky-footer-navbar/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/sticky-footer-navbar/index.html`,
dest: 'sticky-footer-navbar.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/tooltip-viewport/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/tooltip-viewport/index.html`,
dest: 'tooltip-viewport.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/administration-mainpage/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/administration-mainpage/index.html`,
dest: 'administration-mainpage.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/administration-edition-page/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/administration-edition-page/index.html`,
dest: 'administration-edition-page.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/dashboard-orange-branded/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/dashboard-orange-branded/index.html`,
dest: 'dashboard-orange-branded.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/orange-form/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/orange-form/index.html`,
dest: 'orange-form.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/news-template/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/news-template/index.html`,
dest: 'news-template.png'
},
{
src: `http://${host}:${port}/docs/4.5/examples/orange-homepage/index.html`,
src: `http://${host}:${port}/docs/4.6/examples/orange-homepage/index.html`,
dest: 'orange-homepage.png'
}]

Expand Down
Loading