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

Chore/prepare v5 alpha1 #421

Merged
merged 10 commits into from
Jun 22, 2020
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .rtlcssrc

This file was deleted.

200 changes: 200 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Thanks](#thanks)
Expand All @@ -49,7 +48,7 @@ Read the [Getting started page](https://boosted.orange.com/docs/4.5/getting-star

## Status

[![Build Status](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/workflows/Tests/badge.svg?branch=v5-dev)](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/actions?query=workflow%3ATests+branch%3Av5-dev)
[![Build Status](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/workflows/JS%20Tests/badge.svg?branch=v5-dev)](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/actions?query=workflow%3AJS+Tests+branch%3Av5-dev)
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/Boosted/Boosted)
[![npm version](https://img.shields.io/npm/v/boosted.svg)](https://www.npmjs.com/package/boosted)
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/Orange-OpenSource/Orange-Boosted-Bootstrap.svg)](https://packagist.org/packages/Orange-OpenSource/Orange-Boosted-Bootstrap)
Expand Down
3 changes: 1 addition & 2 deletions build/zip-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ sh.cp('-Rf', `_gh_pages/docs/${versionShort}/examples/*`, folderName)
sh.cp('-Rf', `_gh_pages/docs/${versionShort}/dist/`, `${folderName}/assets/`)
// also copy the two brand images we use in the examples
sh.cp('-f', [
`_gh_pages/docs/${versionShort}/assets/brand/bootstrap-outline.svg`,
`_gh_pages/docs/${versionShort}/assets/brand/bootstrap-solid.svg`
`_gh_pages/docs/${versionShort}/assets/brand/orange-logo.svg`
], `${folderName}/assets/brand/`)
sh.rm(`${folderName}/index.html`)

Expand Down
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ 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-alpha1/dist/css/boosted.min.css"
css_hash: "sha384-QOR4rQdH5i6SsvHr/7FwNe6rLRCovKmDiWANwcfrCwBX8xSXHHUxQ7zwJmS6qlhV"
css_hash: "sha384-5wpqz7ZbSeK4v6y1Z7tEKm/ZOpXKggf4gvGDcCgMMsYA8HxkL4mmV2UKvGv5fzlM"
helvetica: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha1/dist/css/orange-helvetica.min.css"
helvetica_hash: "sha384-2W6Ddgejs+ZLUHWL9OWpfdx8K+DR+e1Muc2B220lXZmOgfxlJhYwD4YAC3AY5Kdx"
js: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha1/dist/js/boosted.min.js"
js_hash: "sha384-Q8dBD9gLLTc5pEvyNBIs80aQFnlV0/Sb2uzehMXPRanIs6teLvrsOv6Zkl0yv4oV"
js_hash: "sha384-28sMzIF3Evp+sqaADb7K1o+UUdiIY/tg6RLLRUdpVTRZka/4TJNTBe+PkyVEdRKN"
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@5.0.0-alpha1/dist/js/boosted.bundle.min.js"
js_bundle_hash: "sha384-Z1a7rah97h5xIINyqR0vCtWFsgoeJMGc/2gQaCB+aoDkIfqWL0MGF0U7TrCjerOJ"
js_bundle_hash: "sha384-TAzOy09wyq4BX1UWDu/jDPTLg0fTR7vc6kXzyyvabyuRDtXfChWTShIJGHCmUKTE"
popper: "https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
popper_hash: "sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
Loading