Skip to content

Commit 4d00972

Browse files
skhamvondpellier
authored andcommitted
v16.6.0
1 parent 0b33aa7 commit 4d00972

File tree

299 files changed

+3238
-1384
lines changed

Some content is hidden

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

299 files changed

+3238
-1384
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ 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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
12+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
13+
14+
### Bug Fixes
15+
16+
* **breadcrum:** add link complement argument ([641002e](https://github.com/ovh/design-system/commit/641002ed60a3eabd2a47a855a41396c909567e95))
17+
* **breadcrumb:** add event click on item ([1da94ef](https://github.com/ovh/design-system/commit/1da94efa07c64724bb9c72ebcaaad2ed558c675a))
18+
* **breadcrumb:** generation doc ([8c84f69](https://github.com/ovh/design-system/commit/8c84f69dabb10db88dcc593c42a4fafedea941f3))
19+
* **breadcrumb:** ref type ([ae98d6e](https://github.com/ovh/design-system/commit/ae98d6e09026dc5011144c2c12ce55db4f9d5074))
20+
* **button:** fix position of end when there is no start slot ([3e2bdd0](https://github.com/ovh/design-system/commit/3e2bdd04cf523e065f0aa1628d93442b03c847b1))
21+
* **core:** enum ods html anchor element rel ([1f6e1a0](https://github.com/ovh/design-system/commit/1f6e1a02e54918a346afb2093b2cf60b42dc63e5))
22+
* **datagrid:** elements cutoff ([4276beb](https://github.com/ovh/design-system/commit/4276beb6b240aacad5cbc69090513617d88a40ab))
23+
* **datagrid:** fix linter ([83ccc56](https://github.com/ovh/design-system/commit/83ccc56b8eb9cd9c95da946c164d8918991c4914))
24+
* **datagrid:** improve storybook ([653fc37](https://github.com/ovh/design-system/commit/653fc37028dff0f22eb0b6302b50ae7d993e08e9))
25+
* **global:** add missing packages to ods-components ([#302](https://github.com/ovh/design-system/issues/302)) ([0f94ce1](https://github.com/ovh/design-system/commit/0f94ce162d177d2c3c8b340727c1491380ff3bf4))
26+
* **pagination:** event payload & watch total pages ([4aedd79](https://github.com/ovh/design-system/commit/4aedd79cbf93fb1246a3b4d2bb43a0aeb7ef9a4b))
27+
* **phone:** show flag on local env ([3816ddc](https://github.com/ovh/design-system/commit/3816ddc26946d7da092a4dd9dcb51465e0bdf610))
28+
* **phone-number:** fix flag shadow in select ([e433e9b](https://github.com/ovh/design-system/commit/e433e9b1d7a6d5b5807061e010a09651fa539b9a))
29+
30+
31+
### Features
32+
33+
* **chip:** add odsChipRemoval event ([41aa1dd](https://github.com/ovh/design-system/commit/41aa1dd4714ddc5b1bc3833d4fc24aa5482db597))
34+
* **chip:** add odsChipRemoval event ([7ac1257](https://github.com/ovh/design-system/commit/7ac12578ac9197da06986907fb02b7baba73c290))
35+
* **chip:** add odsChipRemoval event ([5c82f10](https://github.com/ovh/design-system/commit/5c82f106fae0bc14817f9d6b99adade0502a677d))
36+
37+
38+
39+
40+
841
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
942

1043

lerna.json

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

packages/cdk/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-cdk
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/cdk/dev/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-cdk-dev
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/cdk/dev/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-cdk-dev",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"description": "ODS component development kit dev app",
55
"private": true,
66
"author": "OVH SAS",
@@ -20,10 +20,10 @@
2020
"start": "stencil build --docs --dev --watch --serve"
2121
},
2222
"dependencies": {
23-
"@ovhcloud/ods-cdk": "16.5.0",
24-
"@ovhcloud/ods-common-stencil": "16.5.0"
23+
"@ovhcloud/ods-cdk": "16.6.0",
24+
"@ovhcloud/ods-common-stencil": "16.6.0"
2525
},
2626
"devDependencies": {
27-
"@ovhcloud/ods-stencil-dev": "16.5.0"
27+
"@ovhcloud/ods-stencil-dev": "16.6.0"
2828
}
2929
}

packages/cdk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-cdk",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"description": "OvhCloud Component Development Kit",
55
"author": "OVH SAS",
66
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
2222
"watch": "tsc -w -p tsconfig.esm.json"
2323
},
2424
"dependencies": {
25-
"@ovhcloud/ods-common-theming": "16.5.0"
25+
"@ovhcloud/ods-common-theming": "16.6.0"
2626
},
2727
"devDependencies": {
28-
"@ovhcloud/ods-dev": "16.5.0"
28+
"@ovhcloud/ods-dev": "16.6.0"
2929
}
3030
}

packages/common/core/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
12+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
13+
14+
### Bug Fixes
15+
16+
* **breadcrumb:** ref type ([ae98d6e](https://github.com/ovh/design-system/commit/ae98d6e09026dc5011144c2c12ce55db4f9d5074))
17+
* **core:** enum ods html anchor element rel ([1f6e1a0](https://github.com/ovh/design-system/commit/1f6e1a02e54918a346afb2093b2cf60b42dc63e5))
18+
19+
20+
621
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
722

823

packages/common/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-common-core",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"description": "ODS common core helpers",
55
"author": "OVH SAS",
66
"license": "Apache-2.0",
@@ -21,7 +21,7 @@
2121
"watch": "tsc -w -p tsconfig.esm.json"
2222
},
2323
"devDependencies": {
24-
"@ovhcloud/ods-common-testing": "16.5.0",
25-
"@ovhcloud/ods-dev": "16.5.0"
24+
"@ovhcloud/ods-common-testing": "16.6.0",
25+
"@ovhcloud/ods-dev": "16.6.0"
2626
}
2727
}

packages/common/scripts/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-common-scripts
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/common/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-common-scripts",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"private": true,
55
"description": "ODS common scripts helpers",
66
"license": "Apache-2.0",

packages/common/stencil/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-common-stencil
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/common/stencil/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-common-stencil",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"description": "ODS common stencil helpers",
55
"license": "Apache-2.0",
66
"main": "dist/cjs/index.js",
@@ -18,14 +18,14 @@
1818
"watch": "tsc -w -p tsconfig.esm.json"
1919
},
2020
"dependencies": {
21-
"@ovhcloud/ods-common-core": "16.5.0",
22-
"@ovhcloud/ods-theme-blue-jeans": "16.5.0",
21+
"@ovhcloud/ods-common-core": "16.6.0",
22+
"@ovhcloud/ods-theme-blue-jeans": "16.6.0",
2323
"@stencil/core": "4.7.0"
2424
},
2525
"devDependencies": {
26-
"@ovhcloud/ods-common-testing": "16.5.0",
27-
"@ovhcloud/ods-dev": "16.5.0",
28-
"@ovhcloud/ods-stencil-dev": "16.5.0",
29-
"@ovhcloud/ods-style-dev": "16.5.0"
26+
"@ovhcloud/ods-common-testing": "16.6.0",
27+
"@ovhcloud/ods-dev": "16.6.0",
28+
"@ovhcloud/ods-stencil-dev": "16.6.0",
29+
"@ovhcloud/ods-style-dev": "16.6.0"
3030
}
3131
}

packages/common/testing/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-common-testing
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/common/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-common-testing",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"description": "ODS common testing helpers",
55
"author": "OVH SAS",
66
"license": "Apache-2.0",
@@ -30,6 +30,6 @@
3030
"ts-jest": "27.1.5"
3131
},
3232
"devDependencies": {
33-
"@ovhcloud/ods-dev": "16.5.0"
33+
"@ovhcloud/ods-dev": "16.6.0"
3434
}
3535
}

packages/common/theming/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-common-theming
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/common/theming/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-common-theming",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"description": "ODS common theming helpers",
55
"author": "OVH SAS",
66
"license": "Apache-2.0",
@@ -24,6 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"@marsbased/svgpack": "1.0.3",
27-
"@ovhcloud/ods-dev": "16.5.0"
27+
"@ovhcloud/ods-dev": "16.6.0"
2828
}
2929
}

packages/components-ovh/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-components-ovh
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/components-ovh/location-tile/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-ovh-location-tile
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/components-ovh/location-tile/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-ovh-location-tile",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"description": "ODS OvhLocationTile component",
55
"private": true,
66
"author": "OVH SAS",
@@ -35,12 +35,12 @@
3535
"FIXME_test:e2e:ci:screenshot:update": "stencil test --config stencil.config.ts --e2e --ci --screenshot --update-screenshot --passWithNoTests"
3636
},
3737
"dependencies": {
38-
"@ovhcloud/ods-common-core": "16.5.0",
39-
"@ovhcloud/ods-common-stencil": "16.5.0"
38+
"@ovhcloud/ods-common-core": "16.6.0",
39+
"@ovhcloud/ods-common-stencil": "16.6.0"
4040
},
4141
"devDependencies": {
42-
"@ovhcloud/ods-common-scripts": "16.5.0",
43-
"@ovhcloud/ods-common-testing": "16.5.0",
44-
"@ovhcloud/ods-stencil-dev": "16.5.0"
42+
"@ovhcloud/ods-common-scripts": "16.6.0",
43+
"@ovhcloud/ods-common-testing": "16.6.0",
44+
"@ovhcloud/ods-stencil-dev": "16.6.0"
4545
}
4646
}

packages/components-ovh/location-tile/react/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+
# [16.6.0](https://ovh.github.io/design-system/v16.6.0/?path=/docs/design-system-changelog--page) (2023-12-13)
10+
[compare](https://github.com/ovh/design-system/compare/v16.5.0...v16.6.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-ovh-location-tile-react
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

0 commit comments

Comments
 (0)