Skip to content

Commit c7b8c4a

Browse files
committed
v18.5.0
1 parent c9c3393 commit c7b8c4a

File tree

101 files changed

+811
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+811
-60
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66

77

8+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
9+
10+
11+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
12+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
13+
14+
### Bug Fixes
15+
16+
* **accordion:** udpate disable state to be allowed on open state ([5cfd2ec](https://github.com/ovh/design-system/commit/5cfd2ec62a434e55128fb4426ab614c14c6bb097))
17+
* **dialog:** tabindex -1 ([d25c33e](https://github.com/ovh/design-system/commit/d25c33ec42b15889cd6e98e7614755913c3c43a2))
18+
* **doc:** prevent heading spacing with hidden elements ([1d5ebeb](https://github.com/ovh/design-system/commit/1d5ebeb3bd23d26838fb669ba9a5c5dc1d951ea8))
19+
* **drawer:** context transform ([d121750](https://github.com/ovh/design-system/commit/d121750158563b9e54dc6c3cd24cf931d43f3ded))
20+
* **drawer:** docs canvas without drawer & position demo ([920a2b4](https://github.com/ovh/design-system/commit/920a2b47b439b7ba539d39250980f4633072aad9))
21+
* **drawer:** typo & canvas without context ([f1f6db6](https://github.com/ovh/design-system/commit/f1f6db6b29eb167c17233dfc819f463c37e217ce))
22+
* **drawer:** typo on demo ([def5892](https://github.com/ovh/design-system/commit/def58927d857a8d8efaa991c7a60724f66e24af7))
23+
* **link:** improv doc & style mixin ellipsis ([cd92599](https://github.com/ovh/design-system/commit/cd92599323be3c7a4f018bca9e3c01c3f7d017de))
24+
* **modal:** add min-width & test size ([dcf0d37](https://github.com/ovh/design-system/commit/dcf0d372ad9c812a40d72aabae1da0895067c716))
25+
* **modal:** mobile alignment & docs ([c61f67c](https://github.com/ovh/design-system/commit/c61f67c746bad6ff9dd60a6e01f4447c12270cbe))
26+
* **range:** css variable ([7174c41](https://github.com/ovh/design-system/commit/7174c416397fafcacbf97963bd74a74d6df52d8c))
27+
* **range:** disabled ticks ([9f4f070](https://github.com/ovh/design-system/commit/9f4f07049e264dac2957266be71c1fe39f39f19b))
28+
* **range:** ratio calculation ([5747029](https://github.com/ovh/design-system/commit/5747029e54c1761727c3ac966f5e0c389e943e06))
29+
* **range:** thumb clickable zone ([b460773](https://github.com/ovh/design-system/commit/b4607732ba61bade4ad5b6383cd5de185a015ebc))
30+
* **tooltip:** flickering & review ([e77bdfa](https://github.com/ovh/design-system/commit/e77bdfaa2fb0d5064de684f2632605919ec6769e))
31+
32+
33+
### Features
34+
35+
* **doc:** add events & methods guide ([2f5460d](https://github.com/ovh/design-system/commit/2f5460da3d23cc5a741d066647976d0c989397c3))
36+
* **doc:** add more info on accordion is-open state ([75c56f5](https://github.com/ovh/design-system/commit/75c56f593452ddc338204e0188a850cb3f954280))
37+
* **doc:** do not mark defaulted value as required ([8ccca06](https://github.com/ovh/design-system/commit/8ccca060b5e368a1dc17c289440dbe1dc8301845))
38+
* **drawer:** global z-index & drawer size ([8976672](https://github.com/ovh/design-system/commit/8976672c90f67a0ae6bcbccf8c7e33a181af332a))
39+
* **drawer:** init component ([1bebf6c](https://github.com/ovh/design-system/commit/1bebf6cab38973884b3ca5541a87b8087a10b42d))
40+
* **drawer:** vue & react test ([fc29855](https://github.com/ovh/design-system/commit/fc298553348c7858ce7508ae33976c7940cee58a))
41+
* **faq:** replace textual link with ods-link ([bd3bb9f](https://github.com/ovh/design-system/commit/bd3bb9f78546ae6fea507807ef648e5c9bcc2e7b))
42+
* **link:** add ellipsis & part on label ([e71012a](https://github.com/ovh/design-system/commit/e71012ad5627d2832c02efd98dabf37fc327fb5f))
43+
* **link:** add tooltip to ellipsis link ([e95efd2](https://github.com/ovh/design-system/commit/e95efd2b8fc0e935602743dd7bef4c741cfdd225))
44+
* **modal:** width height boundaries ([127143c](https://github.com/ovh/design-system/commit/127143c8b0e16bbcb91c40a18c6d18b2e7d3624d))
45+
* **range:** add ticks props ([816e7a4](https://github.com/ovh/design-system/commit/816e7a4c5d1fd31e2ec03ccfe3a395192a659790))
46+
* **tooltip:** add id & tooltip hover ([4587aaf](https://github.com/ovh/design-system/commit/4587aaf77524510b87d6965e9b144affae96eab1))
47+
48+
49+
50+
51+
852
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
953

1054

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "18.4.1",
2+
"version": "18.5.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/examples/react-webpack/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66

77

8+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
9+
10+
11+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
12+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
13+
14+
### Features
15+
16+
* **doc:** add more info on accordion is-open state ([75c56f5](https://github.com/ovh/design-system/commit/75c56f593452ddc338204e0188a850cb3f954280))
17+
18+
19+
20+
21+
822
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
923

1024

packages/examples/react-webpack/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-webpack",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "Example of how to use ODS with React",
66
"main": "index.js",
@@ -9,8 +9,8 @@
99
"start": "webpack serve --config webpack.config.js --mode=development"
1010
},
1111
"dependencies": {
12-
"@ovhcloud/ods-components": "18.4.1",
13-
"@ovhcloud/ods-themes": "18.4.1",
12+
"@ovhcloud/ods-components": "18.5.0",
13+
"@ovhcloud/ods-themes": "18.5.0",
1414
"@tanstack/react-query": "5.59.16",
1515
"formik": "2.4.6",
1616
"react": "18.2.0",

packages/examples/vanilla-webpack/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
10+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
11+
12+
**Note:** Version bump only for package vanilla-webpack
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/examples/vanilla-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-webpack",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "Example of how to use ODS with vanilla JS",
66
"main": "index.js",
@@ -9,7 +9,7 @@
99
"start": "webpack serve --config webpack.config.js --mode=development"
1010
},
1111
"dependencies": {
12-
"@ovhcloud/ods-components": "18.4.1"
12+
"@ovhcloud/ods-components": "18.5.0"
1313
},
1414
"devDependencies": {
1515
"@babel/plugin-transform-runtime": "7.23.9",

packages/ods/CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66

77

8+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
9+
10+
11+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
12+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
13+
14+
### Bug Fixes
15+
16+
* **accordion:** udpate disable state to be allowed on open state ([5cfd2ec](https://github.com/ovh/design-system/commit/5cfd2ec62a434e55128fb4426ab614c14c6bb097))
17+
* **dialog:** tabindex -1 ([d25c33e](https://github.com/ovh/design-system/commit/d25c33ec42b15889cd6e98e7614755913c3c43a2))
18+
* **drawer:** context transform ([d121750](https://github.com/ovh/design-system/commit/d121750158563b9e54dc6c3cd24cf931d43f3ded))
19+
* **drawer:** docs canvas without drawer & position demo ([920a2b4](https://github.com/ovh/design-system/commit/920a2b47b439b7ba539d39250980f4633072aad9))
20+
* **drawer:** typo & canvas without context ([f1f6db6](https://github.com/ovh/design-system/commit/f1f6db6b29eb167c17233dfc819f463c37e217ce))
21+
* **link:** improv doc & style mixin ellipsis ([cd92599](https://github.com/ovh/design-system/commit/cd92599323be3c7a4f018bca9e3c01c3f7d017de))
22+
* **modal:** add min-width & test size ([dcf0d37](https://github.com/ovh/design-system/commit/dcf0d372ad9c812a40d72aabae1da0895067c716))
23+
* **modal:** mobile alignment & docs ([c61f67c](https://github.com/ovh/design-system/commit/c61f67c746bad6ff9dd60a6e01f4447c12270cbe))
24+
* **range:** css variable ([7174c41](https://github.com/ovh/design-system/commit/7174c416397fafcacbf97963bd74a74d6df52d8c))
25+
* **range:** disabled ticks ([9f4f070](https://github.com/ovh/design-system/commit/9f4f07049e264dac2957266be71c1fe39f39f19b))
26+
* **range:** ratio calculation ([5747029](https://github.com/ovh/design-system/commit/5747029e54c1761727c3ac966f5e0c389e943e06))
27+
* **range:** thumb clickable zone ([b460773](https://github.com/ovh/design-system/commit/b4607732ba61bade4ad5b6383cd5de185a015ebc))
28+
* **tooltip:** flickering & review ([e77bdfa](https://github.com/ovh/design-system/commit/e77bdfaa2fb0d5064de684f2632605919ec6769e))
29+
30+
31+
### Features
32+
33+
* **doc:** add more info on accordion is-open state ([75c56f5](https://github.com/ovh/design-system/commit/75c56f593452ddc338204e0188a850cb3f954280))
34+
* **drawer:** global z-index & drawer size ([8976672](https://github.com/ovh/design-system/commit/8976672c90f67a0ae6bcbccf8c7e33a181af332a))
35+
* **drawer:** init component ([1bebf6c](https://github.com/ovh/design-system/commit/1bebf6cab38973884b3ca5541a87b8087a10b42d))
36+
* **drawer:** vue & react test ([fc29855](https://github.com/ovh/design-system/commit/fc298553348c7858ce7508ae33976c7940cee58a))
37+
* **link:** add ellipsis & part on label ([e71012a](https://github.com/ovh/design-system/commit/e71012ad5627d2832c02efd98dabf37fc327fb5f))
38+
* **link:** add tooltip to ellipsis link ([e95efd2](https://github.com/ovh/design-system/commit/e95efd2b8fc0e935602743dd7bef4c741cfdd225))
39+
* **modal:** width height boundaries ([127143c](https://github.com/ovh/design-system/commit/127143c8b0e16bbcb91c40a18c6d18b2e7d3624d))
40+
* **range:** add ticks props ([816e7a4](https://github.com/ovh/design-system/commit/816e7a4c5d1fd31e2ec03ccfe3a395192a659790))
41+
* **tooltip:** add id & tooltip hover ([4587aaf](https://github.com/ovh/design-system/commit/4587aaf77524510b87d6965e9b144affae96eab1))
42+
43+
44+
45+
46+
847
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
948

1049

packages/ods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-components",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"description": "ODS Components",
55
"author": "OVH SAS",
66
"license": "Apache-2.0",

packages/ods/react/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66

77

8+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
9+
10+
11+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
12+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
13+
14+
### Features
15+
16+
* **drawer:** vue & react test ([fc29855](https://github.com/ovh/design-system/commit/fc298553348c7858ce7508ae33976c7940cee58a))
17+
18+
19+
20+
21+
822
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
923

1024

packages/ods/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-components-react",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "React specific wrapper for ods",
66
"keywords": [],

packages/ods/react/tests/_app/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
7+
8+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
9+
10+
11+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
12+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
13+
14+
### Features
15+
16+
* **drawer:** vue & react test ([fc29855](https://github.com/ovh/design-system/commit/fc298553348c7858ce7508ae33976c7940cee58a))
17+
18+
19+
620
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
721

822

packages/ods/react/tests/_app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ods-components-react-test-app",
33
"private": true,
4-
"version": "18.4.1",
4+
"version": "18.5.0",
55
"type": "module",
66
"scripts": {
77
"start": "vite"

packages/ods/src/components/accordion/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
7+
8+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
9+
10+
11+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
12+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
13+
14+
### Bug Fixes
15+
16+
* **accordion:** udpate disable state to be allowed on open state ([5cfd2ec](https://github.com/ovh/design-system/commit/5cfd2ec62a434e55128fb4426ab614c14c6bb097))
17+
18+
19+
### Features
20+
21+
* **doc:** add more info on accordion is-open state ([75c56f5](https://github.com/ovh/design-system/commit/75c56f593452ddc338204e0188a850cb3f954280))
22+
23+
24+
625
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
726

827

packages/ods/src/components/accordion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-accordion",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "ODS Accordion component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/badge/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
10+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-badge
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/badge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-badge",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "ODS Badge component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/breadcrumb/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
10+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-breadcrumb
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/breadcrumb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-breadcrumb",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "ODS Breadcrumb component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/button/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
10+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-button
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-button",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "ODS Button component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/card/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.5.0](https://ovh.github.io/design-system/v18.5.0/?path=/docs/design-system-changelog--page) (2025-01-20)
10+
[compare](https://github.com/ovh/design-system/compare/v18.4.1...v18.5.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-card
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/card/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-card",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"private": true,
55
"description": "ODS Card component",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)