Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(release): v0.1.0 #2852

Merged
merged 4 commits into from
Feb 3, 2025
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="https://cdn.jsdelivr.net/npm/@ouds/web/dist/css/ouds-web.min.css" rel="stylesheet" crossorigin="anonymous">

<!-- OUDS Web site CSS -->
<link href="https://web.unified-design-system.orange.com/docs/0.0/assets/css/docs.css" rel="stylesheet" crossorigin="anonymous">
<link href="https://web.unified-design-system.orange.com/docs/0.1/assets/css/docs.css" rel="stylesheet" crossorigin="anonymous">

<!-- OUDS Web JavaScript: use of `defer` because it allows to load only once the bundle (Storybook issue) -->
<script src="https://cdn.jsdelivr.net/npm/@ouds/web/dist/js/ouds-web.bundle.min.js" crossorigin="anonymous" defer></script>
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [0.1.0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v0.0.3-ouds-web...v0.1.0) (2025-02-03)


### Bug Fixes

* **docs:** add the forgotten `.border-*`, `.opacity-*` and a `.ms-auto` misplaced in the previous PRs ([#2806](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2806)) ([3f54b00](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3f54b00698d69b6a3100849c16e27a2a8eb1c67d))
* **docs:** change the font example thumbnails ([#2806](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2806)) ([282250d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/282250d8b3df2985984e674544e68986c9043079))


### Features

* Add 'Elevation' tokens, utilities and documentation ([#2741](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2741)) ([bd4bead](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/bd4bead9a0515edc82a44ba81204b0e86c4e1ac2))
* add border token, utilities and documentation ([#2687](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2687)) ([05c34d7](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/05c34d7b0b1c1b0c52fad2d7bbac6b7ffbbebdc2))
* add Dimension tokens, utilities and documentation ([#2754](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2754)) ([dcdbec7](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/dcdbec764e7bf0949fa60c3fa8cecf294cfd5b7e))
* add Typography tokens, utilities and documentation ([#2774](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2774)) ([30e7344](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/30e73449440cdd565543f6a3fd6408931b9f0f45))
* ddd Grid tokens, utilities, examples and documentation ([#2744](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2744)) ([147459f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/147459f5b9b2723598bd0a63681114054eb78555))
* introduce `$ouds-border-radius-9999` raw token and create a `px-to-rem` Sass function ([#2751](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2751)) ([08b7004](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/08b70042d230b58737c7c3071fde6e4d81cdafc9))
* **shadow:** drop `.shadow-focus` utility ([e19760d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e19760db2834e7d7d77d46db9c8e1b1f129f0e9f))
* update border width semantic tokens with new references and values ([#2740](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2740)) ([45cac9a](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/45cac9ae446b90f1f1fac7e45ddf816a6b1b0b94))



## [0.0.3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v0.0.2-ouds-web...v0.0.3) (2024-09-10)


Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2015-2024 Orange SA
Copyright (c) 2015-2024 The OUDS Web Authors
Copyright (c) 2015-2025 Orange SA
Copyright (c) 2015-2025 The OUDS Web Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Parts list under Orange SA Copyright
Copyright (C) 2016 - 2024 Orange SA All rights reserved
Copyright (C) 2016 - 2025 Orange SA All rights reserved

The following parts are proprietary information of Orange.
You shall not use or display any trade names, trademarks, service marks, products names, illustrations or designs used within the software
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

Several quick start options are available:

- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.0.3-ouds-web.zip)
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.1.0-ouds-web.zip)
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install @ouds/web@v0.0.3`
- Install with [yarn](https://yarnpkg.com/): `yarn add @ouds/web@v0.0.3`
- Install with [npm](https://www.npmjs.com/): `npm install @ouds/web@v0.1.0`
- Install with [yarn](https://yarnpkg.com/): `yarn add @ouds/web@v0.1.0`
- Install with [Composer](https://getcomposer.org/): `composer require orange-opensource/orange-boosted-bootstrap:dev-ouds/main`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package ouds-web` Sass: `Install-Package ouds-web.sass`

Expand Down Expand Up @@ -197,7 +197,7 @@ Thanks to [Netlify](https://www.netlify.com/) for providing us with Deploy Previ

## Copyright and license

Code and documentation copyright 2011-2024 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
Code and documentation copyright 2011-2025 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

OUDS Web code and documentation copyright 2015-2024 the [OUDS Web Authors](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/graphs/contributors) and [Orange SA.](https://orange.com) Code released under the [MIT License](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
OUDS Web code and documentation copyright 2015-2025 the [OUDS Web Authors](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/graphs/contributors) and [Orange SA.](https://orange.com) Code released under the [MIT License](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

2 changes: 1 addition & 1 deletion build/build-plugins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Script to build our plugins to use them separately.
* Copyright 2020-2024 The Bootstrap Authors
* Copyright 2020-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion build/change-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Script to update version number references in the project.
* Copyright 2017-2024 The Bootstrap Authors
* Copyright 2017-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion build/generate-sri.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Remember to use the same vendor files as the CDN ones,
* otherwise the hashes won't match!
*
* Copyright 2017-2024 The Bootstrap Authors
* Copyright 2017-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions build/modify-site.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/*!
* Script to modify relative paths in generated OUDS Web documentation.
*
* Copyright (c) 2015-2024 Orange SA
* Copyright (c) 2015-2024 The OUDS Web Authors
* Copyright (c) 2015-2025 Orange SA
* Copyright (c) 2015-2025 The OUDS Web Authors
* Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion build/vnu-jar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Script to run vnu-jar if Java is available.
* Copyright 2017-2024 The Bootstrap Authors
* Copyright 2017-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion build/zip-examples.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*!
* Script to create the built examples zip archive;
* requires the `zip` command to be present!
* Copyright 2020-2024 The Bootstrap Authors
* Copyright 2020-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
Loading
Loading