Skip to content

Commit

Permalink
Merge pull request #285 from Orange-OpenSource/chore/prepare-4.4.1
Browse files Browse the repository at this point in the history
Prepare v4.4.1
  • Loading branch information
ffoodd authored Feb 10, 2020
2 parents 3b1ab33 + b6d5673 commit 9d71c11
Show file tree
Hide file tree
Showing 120 changed files with 5,505 additions and 4,723 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Bots
on:
pull_request:
types:
- closed
branches:
- v4-dev
release:
types:
- published
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Mattermost message for release
if: github.event_name == 'release'
run: |
echo "{\"text\": \"## Boosted ${{ github.event.release.tag_name }} :tada:\n[![${{ github.actor }}](https://github.com/${{ github.actor }}.png =10) **${{ github.actor }}**](https://github.com/${{ github.actor }}/) ${{ github.event.release.action }} this on ${{ github.event.release.published_at }}\n***\n[Changelog](${{ github.event.release.html_url }}) — [Download (zip)](${{ github.event.release.zipball_url }})\"}" > mattermost.json
- name: Mattermost message for merged pull request
if: github.event_name == 'pull_request' && github.event.pull_request.merged
run: |
echo "{\"text\": \"[![${{ github.actor }}](https://github.com/${{ github.actor }}.png =10) **${{ github.actor }}**](https://github.com/${{ github.actor }}/) just merged [#${{ github.event.pull_request.number }}](${{ github.event.pull_request.html_url }}) in **v4-dev** — [View diff →](${{ github.event.pull_request.html_url }}/files)\"}" > mattermost.json
- name: Notify Mattermost
uses: mattermost/[email protected]
if: github.event_name == 'release' || github.event.pull_request.merged
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_USERNAME: "Boosted Release"
MATTERMOST_ICON: "https://github.com/Orange-OpenSource.png"

- name: Notify slack for release
uses: pullreminders/slack-action@master
if: github.event_name == 'release'
with:
args: '{\"channel\":\"GKHT1PV7X\",\"text\":\"Release ${{ github.event.release.tag_name }} :tada:\n<${{ github.event.release.html_url }}|Changelog> — <${{ github.event.release.zipball_url }}|Download (zip)>\"}'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
23 changes: 23 additions & 0 deletions .github/workflows/optimize.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Optimize
on:
pull_request:
paths:
- '**.jpg'
- '**.png'
- '**.webp'
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master

- name: Compress Images
uses: calibreapp/image-actions@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
jpegQuality: "75"
pngQuality: "75"
webpQuality: "75"
ignorePaths: "node_modules/**"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ Thumbs.db
# Folders to ignore
/js/coverage/
/node_modules/
.pa11y/
pa11y-ci-results.json
283 changes: 283 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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/v4.4.0.zip)
- [Download the latest release.](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.4.1.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 [email protected].0`
- Install with [Composer](https://getcomposer.org): `composer require orange-opensource/orange-boosted-bootstrap:4.4.0`
- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add [email protected].1`
- Install with [Composer](https://getcomposer.org): `composer require orange-opensource/orange-boosted-bootstrap:4.4.1`
- 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.4/getting-started/introduction/) for information on the framework contents, CDN, templates and examples, and more.
Expand All @@ -55,7 +55,7 @@ Read the [Getting started page](https://boosted.orange.com/docs/4.4/getting-star
[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/Orange-OpenSource/Orange-Boosted-Bootstrap?type=dev)
[![CSS gzip size](https://img.badgesize.io/orange-opensource/orange-boosted-bootstrap/v4-dev/dist/css/boosted.min.css?compression=gzip&label=CSS+gzip+size)](https://github.com/orange-opensource/orange-boosted-bootstrap/tree/v4-dev/dist/css/boosted.min.css)
[![JS gzip size](https://img.badgesize.io/orange-opensource/orange-boosted-bootstrap/v4-dev/dist/js/boosted.min.js?compression=gzip&label=JS+gzip+size)](https://github.com/orange-opensource/orange-boosted-bootstrap/tree/v4-dev/dist/js/boosted.min.js)
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=TGxBTEN5dlFWTnU1TzFPUWNYb0IyTXV0SlNjOTRUcVQ4Vy9aMEptRytTQT0tLUpEaEJhdGdtUHFlMlhmZUR6aHZuYXc9PQ==--cab64b2cdcdd899e81600d69f5063437846441ff)
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=eTYyVGI5REFJZmt4M1hTWjFZOEoxVnR0RElhRm1iTk02ckJUWUpYeGFhQT0tLVRhK0F5L29MNU8wWERHa1pRK2hlaXc9PQ==--a5ee40063cbc3aae870f80421b1f9997b9e2f314%)](https://automate.browserstack.com/public-build/eTYyVGI5REFJZmt4M1hTWjFZOEoxVnR0RElhRm1iTk02ckJUWUpYeGFhQT0tLVRhK0F5L29MNU8wWERHa1pRK2hlaXc9PQ==--a5ee40063cbc3aae870f80421b1f9997b9e2f314%)
[![](https://data.jsdelivr.com/v1/package/npm/boosted/badge)](https://www.jsdelivr.com/package/npm/boosted)

## What's included
Expand Down
26 changes: 13 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ social_image_path: /docs/4.4/assets/brand/orange-social.png
social_logo_path: /docs/4.4/assets/brand/orange-logo.png

# Custom variables
current_version: 4.4.0
current_ruby_version: 4.4.0
current_version: 4.4.1
current_ruby_version: 4.4.1
docs_version: 4.4
repo: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap"
slack: "https://bootstrap-slack.herokuapp.com"
Expand All @@ -87,21 +87,21 @@ themes: "https://themes.getbootstrap.com"
icons: "https://icons.getbootstrap.com"

download:
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.4.0.zip"
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v4.4.0/boosted-4.4.0-dist.zip"
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.4.1.zip"
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v4.4.1/boosted-4.4.1-dist.zip"

cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/boosted.min.css"
css_hash: "sha384-PxKHscnt9xSGeHytgFJmbrD4hc+uV5aAuLqCTbdp7j35t/i7fP2O0O32vPQHHQIn"
iconcss: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/orangeIcons.min.css"
iconcss_hash: "sha384-+gFVba8+/Bbf2k1ahW+axt7ZBe7Vuftlc2Fb95d59z9cQdScIkaoPV+lKOmCTFfb"
helveticacss: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/orangeHelvetica.min.css"
css: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/boosted.min.css"
css_hash: "sha384-OB/gcmnjN4zOvILOKtMqzd/ZUoKc/cgZDpn0c2C5FoQAJqmQdjX4ITe6XSK32JyO"
iconcss: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/orangeIcons.min.css"
iconcss_hash: "sha384-Zd5WIT6PZ7YtONlsULMAoLWo0iJi5GPix2LFrMhPQjMYjBA0FhvsKInWdLKM+9nW"
helveticacss: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/orangeHelvetica.min.css"
helveticacss_hash: "sha384-e8MwV9etVvzgFAywWdlyEtXAdRYElY+BlimyrAcXkDiyJXy4oIZZqrV/ST605uwF"
js: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/boosted.min.js"
js_hash: "sha384-n48XClywCjN0bR+H2Yld2GW3V9rC6QgE7tgICVtuCKJQcA1hbuObIdGQRFfsptoM"
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/boosted.bundle.min.js"
js_bundle_hash: "sha384-flowYOfNSLUvXLQjdRvW7UZZCMO/pKseCahADbuXu+HGiTNBAl+6t6DSLvvi4lWo"
js: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/boosted.min.js"
js_hash: "sha384-Y/0NjLXRerXrg7jzex/E5ONTjY9VxGnhnsY0dVw12hlg/0XlAJFjh1biCQfdWI1R"
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/boosted.bundle.min.js"
js_bundle_hash: "sha384-YMZ99KioGrdm3FGH96tSA1P9XAvOIwB58TjPJkyI6QEREIBiYpsufL3KXgF4FlSo"
jquery: "https://code.jquery.com/jquery-3.4.1.slim.min.js"
jquery_hash: "sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
jquery_full: "https://code.jquery.com/jquery-3.4.1.min.js"
Expand Down
4 changes: 2 additions & 2 deletions bundlesize.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.5 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "33 kB"
"maxSize": "33.5 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orange-opensource/orange-boosted-bootstrap",
"description": "Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.4.0.",
"description": "Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.4.1.",
"keywords": [
"css",
"js",
Expand Down
4 changes: 2 additions & 2 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.

4 changes: 2 additions & 2 deletions dist/css/boosted-grid.min.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.min.css.map

Large diffs are not rendered by default.

26 changes: 12 additions & 14 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 9d71c11

Please sign in to comment.