-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,11 +36,11 @@ | |
|
||
Several quick start options are available: | ||
|
||
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.2.1.zip) | ||
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.2.2.zip) | ||
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git` | ||
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].1` | ||
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].1` | ||
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.2.1` | ||
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].2` | ||
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].2` | ||
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.2.2` | ||
- 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/getting-started/introduction/) for information on the framework contents, templates, examples, and more. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,8 +60,8 @@ params: | |
description: "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins." | ||
authors: "Orange and Boosted contributors" | ||
|
||
current_version: "5.2.1" | ||
current_ruby_version: "5.2.1" | ||
current_version: "5.2.2" | ||
current_ruby_version: "5.2.2" | ||
docs_version: "5.2" | ||
rfs_version: "v9.0.6" | ||
repo: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap" | ||
|
@@ -73,32 +73,32 @@ params: | |
web: "https://system.design.orange.com/0c1af118d/n/76065f" | ||
|
||
download: | ||
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.2.1.zip" | ||
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.2.1/boosted-5.2.1-dist.zip" | ||
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.2.1/boosted-5.2.1-examples.zip" | ||
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.2.2.zip" | ||
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.2.2/boosted-5.2.2-dist.zip" | ||
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.2.2/boosted-5.2.2-examples.zip" | ||
|
||
cdn: | ||
# See https://www.srihash.org for info on how to generate the hashes | ||
css: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/boosted.min.css" | ||
css_hash: "sha384-pOS5XpkcgtRr25C31i+y6ge+1U4oBWadkcnugQSoW6Ba2cYORcVNCwTOGqngyl1v" | ||
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/boosted.rtl.min.css" | ||
css_rtl_hash: "sha384-GhPly49TjNgPlqaGm/x8OQuyMje2OniSQOQBqghta1dFszuGtei3Vx6BwUHiHCO7" | ||
helvetica: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/orange-helvetica.min.css" | ||
css: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/boosted.min.css" | ||
css_hash: "sha384-4W+7QzRvU5MpZNXDQLEE9WgRDCNWBvAwLgEYnOpcArZblM633JIQea8MS9gDaQhi" | ||
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/boosted.rtl.min.css" | ||
css_rtl_hash: "sha384-O4iOqyvlVK6wdiASuUw+balJxldrR8vzG2r8xKKykDzYeFZ/BbZilN+Xf7oPu0Cw" | ||
helvetica: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/orange-helvetica.min.css" | ||
helvetica_hash: "sha384-A0Qk1uKfS1i83/YuU13i2nx5pk79PkIfNFOVzTcjCMPGKIDj9Lqx9lJmV7cdBVQZ" | ||
helvetica_rtl: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/orange-helvetica.rtl.min.css" | ||
helvetica_rtl: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/orange-helvetica.rtl.min.css" | ||
helvetica_rtl_hash: "sha384-4MlBAYgNr+UGO/cACkdFashk4EWyneAX3fp0OWoM7k8/smSl1irUexFx6u83N9Em" | ||
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/fonts/HelveticaNeueW20-55Roman.woff2" | ||
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/fonts/HelveticaNeueW20-55Roman.woff2" | ||
HelveticaNeueW20-55Roman_hash: "sha384-3JzHT24JpS8epPIAdqo7AcCNQcr5VxQi8FClxBayyd/6BLTIFbJLiGD4CIf8FtRl" | ||
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/fonts/HelveticaNeueW20-75Bold.woff2" | ||
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/fonts/HelveticaNeueW20-75Bold.woff2" | ||
HelveticaNeueW20-75Bold_hash: "sha384-vpoGPps82D7bRdHnBlcsNi/WGJMOyFhPA9+NEonxOo5bYJGzIAjfIJ9tuZ0fPyKr" | ||
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/fonts/HelvNeue55_W1G.woff2" | ||
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/fonts/HelvNeue55_W1G.woff2" | ||
HelvNeue55_W1G_hash: "sha384-R6e0PFLMMV6HBvkQK22ecNfjOzyh89wSndiTC71MuvoaOnhIYgOAGVC0gW0kVN16" | ||
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/fonts/HelvNeue75_W1G.woff2" | ||
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/fonts/HelvNeue75_W1G.woff2" | ||
HelvNeue75_W1G_hash: "sha384-ylOkwNNvSwXpWNbpEhI45ruJTXyfQbIb42IxMvSGGcndZBpZ9iAmOFSUl4/Goeqz" | ||
js: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/boosted.min.js" | ||
js_hash: "sha384-9ny5Lz+kyP+kOjLSpQd6L3/jnj5RtZh48qUOfq9wcMnXdJhlWG9ECBt5iBDii2Je" | ||
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/boosted.bundle.min.js" | ||
js_bundle_hash: "sha384-FQV2xeDatbh7g/Hg/XDDwYs/sTeXu/cIX2GBtqGmlATkYQZSt8Rm7MhvHqELj3Bk" | ||
js: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/boosted.min.js" | ||
js_hash: "sha384-IcPI2vc9+39UZpIZmVywH4fIczIu5GG1kh0UxFhYKdErymAU8EFeQFyy1VVnxj+/" | ||
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/boosted.bundle.min.js" | ||
js_bundle_hash: "sha384-Mbnyc7kt5sdjykv1+fORyXVF9mbp8gqsv+iXa8Q6zo9qDXXvRvqxtovdkpUDMQ8M" | ||
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" | ||
popper_hash: "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" | ||
focus_visible: "https://cdn.jsdelivr.net/npm/[email protected]/dist/focus-visible.min.js" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.