aristid-ds 7.2.0 → 8.0.0-0d62eef
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +377 -215
- package/dist/Kit/App/index.js +38 -37
- package/dist/Kit/DataDisplay/Avatar/index.js +1 -1
- package/dist/Kit/DataDisplay/Badge/index.js +6 -6
- package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
- package/dist/Kit/DataDisplay/Collapse/types.d.ts +3 -2
- package/dist/Kit/DataDisplay/Empty/index.js +2 -2
- package/dist/Kit/DataDisplay/Error/index.js +3 -3
- package/dist/Kit/DataDisplay/IdCard/index.js +15 -15
- package/dist/Kit/DataDisplay/Image/index.js +9 -9
- package/dist/Kit/DataDisplay/ItemCard/ItemCardActions.d.ts +3 -0
- package/dist/Kit/DataDisplay/ItemCard/index.d.ts +3 -3
- package/dist/Kit/DataDisplay/ItemCard/index.js +7 -4
- package/dist/Kit/DataDisplay/ItemCard/types.d.ts +32 -35
- package/dist/Kit/DataDisplay/ItemList/index.d.ts +2 -2
- package/dist/Kit/DataDisplay/ItemList/index.js +3 -3
- package/dist/Kit/DataDisplay/RedirectCard/index.d.ts +3 -0
- package/dist/Kit/DataDisplay/RedirectCard/index.js +30 -0
- package/dist/Kit/DataDisplay/RedirectCard/types.d.ts +13 -0
- package/dist/Kit/DataDisplay/Table/index.js +42 -42
- package/dist/Kit/DataDisplay/Tabs/index.js +5 -5
- package/dist/Kit/DataDisplay/Tag/Tag.d.ts +2 -2
- package/dist/Kit/DataDisplay/Tag/index.js +1 -1
- package/dist/Kit/DataDisplay/Tag/types.d.ts +24 -9
- package/dist/Kit/DataDisplay/Tree/index.js +5 -5
- package/dist/Kit/DataDisplay/index.d.ts +2 -3
- package/dist/Kit/DataDisplay/index.js +25 -26
- package/dist/Kit/DataEntry/AutoComplete/index.d.ts +2 -2
- package/dist/Kit/DataEntry/AutoComplete/index.js +10 -10
- package/dist/Kit/DataEntry/Checkbox/Checkbox.d.ts +2 -2
- package/dist/Kit/DataEntry/Checkbox/Group.d.ts +2 -3
- package/dist/Kit/DataEntry/Checkbox/index.js +9 -9
- package/dist/Kit/DataEntry/ColorPicker/index.js +5 -5
- package/dist/Kit/DataEntry/DatePicker/DatePicker.d.ts +2 -2
- package/dist/Kit/DataEntry/DatePicker/RangePicker.d.ts +4 -4
- package/dist/Kit/DataEntry/DatePicker/index.js +20 -20
- package/dist/Kit/DataEntry/DatePicker/types.d.ts +2 -0
- package/dist/Kit/DataEntry/Input/Input.d.ts +2 -2
- package/dist/Kit/DataEntry/Input/Password.d.ts +2 -2
- package/dist/Kit/DataEntry/Input/TextArea.d.ts +2 -2
- package/dist/Kit/DataEntry/Input/index.js +31 -26
- package/dist/Kit/DataEntry/Input/types.d.ts +2 -0
- package/dist/Kit/DataEntry/InputNumber/index.d.ts +2 -2
- package/dist/Kit/DataEntry/InputNumber/index.js +7 -7
- package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
- package/dist/Kit/DataEntry/Radio/Group.d.ts +2 -2
- package/dist/Kit/DataEntry/Radio/Radio.d.ts +2 -2
- package/dist/Kit/DataEntry/Radio/index.js +18 -18
- package/dist/Kit/DataEntry/Rate/index.d.ts +2 -2
- package/dist/Kit/DataEntry/Rate/index.js +4 -4
- package/dist/Kit/DataEntry/Select/index.js +3 -4
- package/dist/Kit/DataEntry/Select/renders.d.ts +6 -4
- package/dist/Kit/DataEntry/Select/types.d.ts +5 -1
- package/dist/Kit/DataEntry/Slider/index.d.ts +2 -2
- package/dist/Kit/DataEntry/Slider/index.js +6 -6
- package/dist/Kit/DataEntry/Switch/index.d.ts +2 -2
- package/dist/Kit/DataEntry/Switch/index.js +10 -10
- package/dist/Kit/DataEntry/Upload/Upload.d.ts +2 -2
- package/dist/Kit/DataEntry/Upload/index.js +18 -18
- package/dist/Kit/DataEntry/index.js +2 -2
- package/dist/Kit/Feedback/Alert/index.js +1 -1
- package/dist/Kit/Feedback/Loader/index.d.ts +3 -0
- package/dist/Kit/Feedback/Loader/index.js +18 -0
- package/dist/Kit/Feedback/Loader/types.d.ts +8 -0
- package/dist/Kit/Feedback/Modal/index.js +10 -10
- package/dist/Kit/Feedback/Notification/index.js +1 -1
- package/dist/Kit/Feedback/Notification/notification-provider.d.ts +2 -2
- package/dist/Kit/Feedback/Skeleton/KitAvatarSkeleton.d.ts +3 -0
- package/dist/Kit/Feedback/Skeleton/KitCustomSkeleton.d.ts +3 -0
- package/dist/Kit/Feedback/Skeleton/KitInputSkeleton.d.ts +3 -0
- package/dist/Kit/Feedback/Skeleton/KitItemCard.d.ts +3 -0
- package/dist/Kit/Feedback/Skeleton/KitItemListSkeleton.d.ts +3 -0
- package/dist/Kit/Feedback/Skeleton/index.d.ts +12 -0
- package/dist/Kit/Feedback/Skeleton/index.js +47 -0
- package/dist/Kit/Feedback/Skeleton/types.d.ts +21 -0
- package/dist/Kit/Feedback/SnackBar/index.js +9 -9
- package/dist/Kit/Feedback/index.d.ts +2 -0
- package/dist/Kit/Feedback/index.js +13 -9
- package/dist/Kit/General/Button/index.js +53 -46
- package/dist/Kit/General/Button/types.d.ts +6 -1
- package/dist/Kit/General/Icon/index.js +8 -8
- package/dist/Kit/General/Typography/Link.d.ts +2 -2
- package/dist/Kit/General/Typography/Paragraph.d.ts +2 -2
- package/dist/Kit/General/Typography/Text.d.ts +2 -2
- package/dist/Kit/General/Typography/Title.d.ts +2 -2
- package/dist/Kit/General/Typography/commons.d.ts +2 -4
- package/dist/Kit/General/Typography/index.js +44 -65
- package/dist/Kit/General/Typography/types.d.ts +5 -17
- package/dist/Kit/Layout/Divider/index.js +10 -11
- package/dist/Kit/Layout/Divider/types.d.ts +0 -4
- package/dist/Kit/Layout/Section/index.js +9 -9
- package/dist/Kit/Navigation/Breadcrumb/index.js +8 -8
- package/dist/Kit/Navigation/DropDown/index.js +30 -9
- package/dist/Kit/Navigation/Header/index.js +1 -1
- package/dist/Kit/Navigation/Header/types.d.ts +8 -2
- package/dist/Kit/Navigation/Menu/index.d.ts +3 -0
- package/dist/Kit/Navigation/Menu/index.js +1 -1
- package/dist/Kit/Navigation/PageHeader/index.js +2 -2
- package/dist/Kit/Navigation/Pagination/index.d.ts +1 -1
- package/dist/Kit/Navigation/Pagination/index.js +1 -1
- package/dist/Kit/Navigation/SideMenu/index.js +1 -1
- package/dist/Kit/Navigation/Steps/index.js +23 -11
- package/dist/Kit/Navigation/index.js +1 -1
- package/dist/Kit/index.d.ts +2 -2
- package/dist/Kit/index.js +154 -153
- package/dist/assets/Avatar.css +1 -1
- package/dist/assets/InputWrapper.css +1 -1
- package/dist/assets/KitNotification.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -0
- package/dist/assets/index34.css +1 -0
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/chunks/Avatar.N2w2jq_C.js +30 -0
- package/dist/chunks/InputWrapper.ZM2BYw23.js +30 -0
- package/dist/chunks/{KitNotification.eFNdYjE1.js → KitNotification.GMSsnt0S.js} +5 -5
- package/dist/chunks/SnackBarProvider.xMKXdZ88.js +22 -0
- package/dist/chunks/index.vZbJdIkn.js +530 -0
- package/dist/chunks/notification-provider.5EFnJe91.js +74 -0
- package/dist/chunks/styles.module.Q_QQjQdX.js +8 -0
- package/dist/chunks/{styles.module.x1Oajwjm.js → styles.module.taPo3VoP.js} +1 -1
- package/dist/index.es.js +157 -156
- package/dist/index.umd.js +8 -7
- package/dist/theme/aristid/components/Layout/Divider/index.js +1 -2
- package/dist/theme/aristid/components/Navigation/DropDown/index.js +0 -1
- package/dist/theme/aristid/general/colors/index.js +125 -173
- package/dist/theme/aristid/general/index.js +5 -3
- package/dist/theme/aristid/general/utilities/index.d.ts +3 -0
- package/dist/theme/aristid/general/utilities/index.js +107 -0
- package/dist/theme/types/components/Feedback/Loader/index.d.ts +34 -0
- package/dist/theme/types/components/Layout/Divider/index.d.ts +0 -2
- package/dist/theme/types/components/Navigation/DropDown/index.d.ts +0 -6
- package/dist/theme/types/general/colors/index.d.ts +102 -206
- package/dist/theme/types/index.d.ts +4 -6
- package/dist/theme/types/utilities/index.d.ts +249 -0
- package/dist/theme/utils/testTokens.d.ts +58 -177
- package/dist/theme/utils/tokens-mapper/DataDisplay/Badge/index.d.ts +1 -0
- package/dist/theme/utils/tokens-mapper/DataDisplay/Badge/index.js +8 -7
- package/dist/theme/utils/tokens-mapper/DataDisplay/Collapse/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/DataDisplay/Collapse/index.js +4 -5
- package/dist/theme/utils/tokens-mapper/DataDisplay/Table/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/DataDisplay/Table/index.js +3 -5
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tabs/index.js +10 -10
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tooltip/index.d.ts +1 -1
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tooltip/index.js +6 -6
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tree/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tree/index.js +6 -8
- package/dist/theme/utils/tokens-mapper/DataEntry/Checkbox/index.js +8 -8
- package/dist/theme/utils/tokens-mapper/DataEntry/ColorPicker/index.d.ts +0 -2
- package/dist/theme/utils/tokens-mapper/DataEntry/ColorPicker/index.js +7 -9
- package/dist/theme/utils/tokens-mapper/DataEntry/DatePicker/index.js +18 -18
- package/dist/theme/utils/tokens-mapper/DataEntry/Form/index.js +4 -4
- package/dist/theme/utils/tokens-mapper/DataEntry/Input/index.js +12 -12
- package/dist/theme/utils/tokens-mapper/DataEntry/InputNumber/index.js +12 -12
- package/dist/theme/utils/tokens-mapper/DataEntry/Rate/index.js +1 -1
- package/dist/theme/utils/tokens-mapper/DataEntry/Select/index.js +6 -6
- package/dist/theme/utils/tokens-mapper/DataEntry/Slider/index.js +9 -9
- package/dist/theme/utils/tokens-mapper/Feedback/Alert/index.js +14 -14
- package/dist/theme/utils/tokens-mapper/Feedback/Progress/index.js +7 -7
- package/dist/theme/utils/tokens-mapper/Layout/Divider/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/Layout/Divider/index.js +4 -5
- package/dist/theme/utils/tokens-mapper/Navigation/Pagination/index.js +14 -14
- package/dist/theme/utils/tokens-mapper/Navigation/Steps/index.js +9 -9
- package/dist/theme/utils/tokens-mapper/index.js +12 -14
- package/dist/translation/en-US/general/index.js +2 -1
- package/dist/translation/en-US/index.js +12 -12
- package/dist/translation/fr-FR/general/index.js +2 -1
- package/dist/translation/fr-FR/index.js +12 -12
- package/dist/translation/types/general/index.d.ts +1 -0
- package/dist/translation/types/index.d.ts +2 -2
- package/dist/utils/functions/index.d.ts +4 -1
- package/dist/utils/functions/index.js +39 -37
- package/package.json +1 -1
- package/dist/Kit/DataDisplay/Card/index.d.ts +0 -3
- package/dist/Kit/DataDisplay/Card/index.js +0 -28
- package/dist/Kit/DataDisplay/Card/types.d.ts +0 -26
- package/dist/Kit/DataDisplay/ItemCard/ColorBar.d.ts +0 -3
- package/dist/Kit/DataDisplay/LegacyCard/index.d.ts +0 -3
- package/dist/Kit/DataDisplay/LegacyCard/index.js +0 -60
- package/dist/Kit/DataDisplay/LegacyCard/types.d.ts +0 -31
- package/dist/chunks/Avatar.VZkvLuLD.js +0 -30
- package/dist/chunks/InputWrapper.NQtlTzQk.js +0 -26
- package/dist/chunks/SnackBarProvider.iuCIyLXl.js +0 -22
- package/dist/chunks/index.tMktkiEu.js +0 -570
- package/dist/chunks/notification-provider.pUKOxZw6.js +0 -74
- package/dist/chunks/styles.module.tkXR5gsa.js +0 -8
- package/dist/theme/aristid/components/DataDisplay/Card/index.d.ts +0 -2
- package/dist/theme/aristid/components/DataDisplay/Card/index.js +0 -52
- package/dist/theme/aristid/components/DataDisplay/ItemCard/index.d.ts +0 -2
- package/dist/theme/aristid/components/DataDisplay/ItemCard/index.js +0 -106
- package/dist/theme/aristid/components/DataDisplay/LegacyCard/index.d.ts +0 -2
- package/dist/theme/aristid/components/DataDisplay/LegacyCard/index.js +0 -26
- package/dist/theme/types/components/DataDisplay/Card/index.d.ts +0 -181
- package/dist/theme/types/components/DataDisplay/ItemCard/index.d.ts +0 -313
- package/dist/theme/types/components/DataDisplay/LegacyCard/index.d.ts +0 -251
- package/dist/theme/utils/tokens-mapper/DataEntry/Tag/index.d.ts +0 -5
- package/dist/theme/utils/tokens-mapper/DataEntry/Tag/index.js +0 -11
- package/dist/translation/en-US/components/DataDisplay/ItemCard/index.d.ts +0 -2
- package/dist/translation/en-US/components/DataDisplay/ItemCard/index.js +0 -8
- package/dist/translation/fr-FR/components/DataDisplay/ItemCard/index.d.ts +0 -2
- package/dist/translation/fr-FR/components/DataDisplay/ItemCard/index.js +0 -8
- package/dist/translation/types/components/DataDisplay/ItemCard/index.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,326 +1,488 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [x.x.x](https://www.npmjs.com/package/aristid-ds/v/X.X.X) (2024-07-31)
|
|
4
|
+
|
|
5
|
+
### 🎨 Theming
|
|
6
|
+
|
|
7
|
+
- **⚠️ Breaking change - Update tokens and CSS variables:**
|
|
8
|
+
|
|
9
|
+
- Rename last part of color tokens. The color name does not appear anymore. Exemple:
|
|
10
|
+
`primary.blue100` is now `primary.100`. This applies to all colors. (@evoiron)
|
|
11
|
+
- Rename utilities colors tokens: (@evoiron)
|
|
12
|
+
- Same as color tokens. Exemple: `main.mainLight` is now `main.light`(@evoiron)
|
|
13
|
+
- Rename `main.mainColor` as `main.default` (@evoiron)
|
|
14
|
+
- Rename `error.errorColor` as `error.default` (@evoiron)
|
|
15
|
+
- Rename `success.successColor` as `success.default` (@evoiron)
|
|
16
|
+
- Rename `warning.warningColor` as `warning.default` (@evoiron)
|
|
17
|
+
- Rename `shadow.shadowLight` as `shadow.light`, `shadow.shadowMedium` as `shadow.medium`,
|
|
18
|
+
`shadow.shadowBlue` as `shadow.blue` (@evoiron)
|
|
19
|
+
|
|
20
|
+
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
21
|
+
|
|
22
|
+
### ✨ Features
|
|
23
|
+
|
|
24
|
+
- **Skeleton:**
|
|
25
|
+
|
|
26
|
+
- Add a new component `KitSkeleton` (@Delmotte-Vincent)
|
|
27
|
+
|
|
28
|
+
- **⚠️ Breaking change - Header Component:**
|
|
29
|
+
|
|
30
|
+
- Rename `menuCard` prop of `Header.Profile` to `profileCardProps` and change its type from `ReactNode` to `IKitIdCard` (@evoiron)
|
|
31
|
+
- Add `profileMenuCardProps` in `Header.Profile` as `IKitIdCard` (@evoiron)
|
|
32
|
+
- Add `complement` in `Header.Profile` as `ReactNode` (@evoiron)
|
|
33
|
+
|
|
34
|
+
- **⚠️ Breaking change - Typography:**
|
|
35
|
+
|
|
36
|
+
- Change expected value of `size` prop. `small`, `medium` and `large` are replaced by fontSize from `fontSize1` to `fontSize7` (@philippechevieux)
|
|
37
|
+
- Remove `type` prop because it is not used anymore and has been replaced by `color` (@philippechevieux)
|
|
38
|
+
|
|
39
|
+
- **Dropdown:**
|
|
40
|
+
- Update border, active & selected styles (@renaudAmsellem)
|
|
41
|
+
- Add new example with custom items (@renaudAmsellem)
|
|
42
|
+
- **DatePicker:**
|
|
43
|
+
- Update font used for icons (@philippechevieux)
|
|
44
|
+
- Update icons used as separator (@philippechevieux)
|
|
45
|
+
- **Steps:**
|
|
46
|
+
- Update overall styles (@renaudAmsellem)
|
|
47
|
+
- **Menu (Deprecated):**
|
|
48
|
+
- Deprecate Menu component
|
|
49
|
+
- Move Menu documentation to deprecated folder
|
|
50
|
+
- **Button**
|
|
51
|
+
- Add `link` and `redirect` Button types (@evoiron)
|
|
52
|
+
- Deprecate `text' Button type (@evoiron)
|
|
53
|
+
|
|
54
|
+
## [8.0.0](https://www.npmjs.com/package/aristid-ds/v/8.0.0) (2024-07-25)
|
|
55
|
+
|
|
56
|
+
### ✨ Features
|
|
57
|
+
|
|
58
|
+
- **⚠️ Breaking change - Tag:**
|
|
59
|
+
- Remove properties `color` and `secondaryColorInvert` (@philippechevieux)
|
|
60
|
+
- Add the following properties: (@philippechevieux)
|
|
61
|
+
- `type` _To manage Tag render_
|
|
62
|
+
- `idCardProps` _To set Tag content_
|
|
63
|
+
- `disabled`
|
|
64
|
+
- `onClick`
|
|
65
|
+
- Add the following properties for `KitTagGroup` (@philippechevieux)
|
|
66
|
+
- `othersTagType`
|
|
67
|
+
- `othersTagDisabled`
|
|
68
|
+
- > If you use Tag's, you must define its content using the `idCardProps` property.
|
|
69
|
+
> Also if you use `Select` with `idCard` property please use `description` instead of `title`.
|
|
70
|
+
- **⚠️ Breaking change - Divider:**
|
|
71
|
+
- Remove property `color` and update default color (@philippechevieux)
|
|
72
|
+
- **⚠️ Breaking change - ItemCard:**
|
|
73
|
+
- Remove deprecated `KitItemCard` component (@philippechevieux)
|
|
74
|
+
- **⚠️ Breaking change - LegacyCard:**
|
|
75
|
+
- Remove deprecated `KitLegacyCard` component (@philippechevieux)
|
|
76
|
+
- **⚠️ Breaking change - Card becomes ItemCard:**
|
|
77
|
+
- Rename `Card` to `ItemCard` and update its render (@philippechevieux)
|
|
78
|
+
- > If you use `Card`, you now must import `ItemCard` and update the given properties
|
|
79
|
+
- **RedirectCard:**
|
|
80
|
+
- Add new component `KitRedirectCard` (@philippechevieux)
|
|
81
|
+
- **Input**:
|
|
82
|
+
- Adding new prop `readonly` (@fatb38)
|
|
83
|
+
- **InputWrapper**:
|
|
84
|
+
- Update info icon (@fatb38)
|
|
85
|
+
- Adding warning and error icon (@fatb38)
|
|
86
|
+
- Adding ellipsis for too long helper label (@fatb38)
|
|
87
|
+
- **TextArea**:
|
|
88
|
+
- Adding new prop `readonly` (@fatb38)
|
|
89
|
+
- **Select**:
|
|
90
|
+
- Adding new prop `readonly` (@fatb38)
|
|
91
|
+
- **Loader**:
|
|
92
|
+
- Add new `Loader`component (@evoiron)
|
|
93
|
+
|
|
94
|
+
### 🐛 Bug Fixes
|
|
95
|
+
|
|
96
|
+
- **SideMenu**:
|
|
97
|
+
- Fix gap between items (@evoiron)
|
|
98
|
+
- **InputWrapper**:
|
|
99
|
+
- Fix wrong button for infoIcon (@fatb38)
|
|
100
|
+
- Fix gap between label, infoIcon and actions (@fatb38)
|
|
101
|
+
|
|
102
|
+
### 🎨 Theming
|
|
103
|
+
|
|
104
|
+
- **⚠️ Breaking change - Update tokens and css variables:**
|
|
105
|
+
|
|
106
|
+
- Remove the following colors: (@philippechevieux)
|
|
107
|
+
- `neutral.typography`
|
|
108
|
+
- `neutral.background`
|
|
109
|
+
- `neutral.black60`
|
|
110
|
+
- Move `secondary.mediumGrey` into `neutral.grey` (@philippechevieux)
|
|
111
|
+
- Remove `secondary.mediumGrey` (@philippechevieux)
|
|
112
|
+
- Rename `secondary.orange` as `secondary.warning` (@philippechevieux)
|
|
113
|
+
- Rename `secondary.red` as `secondary.error` (@philippechevieux)
|
|
114
|
+
- Rename `secondary.green` as `secondary.success` (@philippechevieux)
|
|
115
|
+
- Move `secondary.yellow` into `tertiary.yellow` (@philippechevieux)
|
|
116
|
+
- Move `secondary.pink` into `tertiary.pink` (@philippechevieux)
|
|
117
|
+
- Add new tokens and css variables in `utilities` (@philippechevieux)
|
|
118
|
+
|
|
119
|
+
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
120
|
+
|
|
3
121
|
## [7.2.0](https://www.npmjs.com/package/aristid-ds/v/7.2.0) (2024-06-25)
|
|
122
|
+
|
|
4
123
|
### 🐛 Bug Fixes
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
124
|
+
|
|
125
|
+
- **ItemList**:
|
|
126
|
+
- Fix border (@evoiron)
|
|
127
|
+
- **Input**:
|
|
128
|
+
- Fix `required`prop not passed to input element
|
|
129
|
+
- Enabled `type`property
|
|
130
|
+
- **Select**:
|
|
131
|
+
- Fix select not closing automatically when selecting value in simple mode
|
|
12
132
|
|
|
13
133
|
## [7.1.0](https://www.npmjs.com/package/aristid-ds/v/7.1.0) (2024-06-14)
|
|
134
|
+
|
|
14
135
|
### 🐛 Bug Fixes
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
136
|
+
|
|
137
|
+
- **Table:**
|
|
138
|
+
- Fix last children rows indentaion of first data column (@evoiron)
|
|
139
|
+
- Fix last row bottom truncated when its not a filrst level row (@evoiron)
|
|
140
|
+
- **ItemList et Card**:
|
|
141
|
+
- Add `disabled`to actions (@evoiron)
|
|
20
142
|
|
|
21
143
|
## [7.0.0](https://www.npmjs.com/package/aristid-ds/v/X7.0.0) (2024-06-12)
|
|
144
|
+
|
|
22
145
|
### 🐛 Bug Fixes
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
146
|
+
|
|
147
|
+
- **SideMenu:**
|
|
148
|
+
- Fix css strange behavior (@evoiron)
|
|
149
|
+
- Expose `complement`prop to SideMenuItem (@evoiron)
|
|
150
|
+
|
|
26
151
|
### ✨ Features
|
|
27
|
-
|
|
28
|
-
|
|
152
|
+
|
|
153
|
+
- **Table:**
|
|
154
|
+
- Handle tree data and expandable rows (@renaudamsellem /@philippechevieux)
|
|
29
155
|
|
|
30
156
|
## [6.0.0](https://www.npmjs.com/package/aristid-ds/v/6.0.0) (2024-06-05)
|
|
157
|
+
|
|
31
158
|
### ✨ Features
|
|
32
|
-
|
|
33
|
-
|
|
159
|
+
|
|
160
|
+
- **SideMenu:**
|
|
161
|
+
- Add `SideMenu` component (@evoiron)
|
|
162
|
+
|
|
34
163
|
### 🐛 Bug Fixes
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
164
|
+
|
|
165
|
+
- **Collapse:**
|
|
166
|
+
- Fix border width (@evoiron)
|
|
167
|
+
- **Avatar:**
|
|
168
|
+
- Fix background color for transparent images, and add box shadow to avatar group (@evoiron)
|
|
169
|
+
- **Modal:**
|
|
170
|
+
- Fix modal width bug (@evoiron)
|
|
171
|
+
- Allow multiline text in modal (@evoiron)
|
|
42
172
|
|
|
43
173
|
## [5.1.0](https://www.npmjs.com/package/aristid-ds/v/5.1.0) (2024-05-24)
|
|
174
|
+
|
|
44
175
|
### 🐛 Bug Fixes
|
|
45
|
-
|
|
46
|
-
|
|
176
|
+
|
|
177
|
+
- **Button, Icon, ItemMenu:**
|
|
178
|
+
- Fix bug in useSecureClick causing onClick not called in some cases (@evoiron)
|
|
47
179
|
|
|
48
180
|
## [5.0.0](https://www.npmjs.com/package/aristid-ds/v/5.0.0) (2024-04-24)
|
|
181
|
+
|
|
49
182
|
### ✨ Features
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
183
|
+
|
|
184
|
+
- **ItemList:**
|
|
185
|
+
- Add `disabled`property (@Delmotte-Vincent)
|
|
186
|
+
- Add highlight style on component `focus` (@Delmotte-Vincent)
|
|
187
|
+
- **⚠️ Breaking change - IdCard:**
|
|
188
|
+
- Change `avatar` property to `avatarProps`. `avatarProps` are `KitAvatar`'s props. (@Delmotte-Vincent)
|
|
189
|
+
- Add `disabled`property (@Delmotte-Vincent)
|
|
190
|
+
- **Avatar:**
|
|
191
|
+
- Add `disabled` property (@Delmotte-Vincent)
|
|
192
|
+
- **Avatar.Group:**
|
|
193
|
+
- Add `disabled` property (@Delmotte-Vincent)
|
|
194
|
+
- **Header.Profile:**
|
|
195
|
+
- Add `alt` property (@philippechevieux)
|
|
196
|
+
- **Error:**
|
|
197
|
+
- Add a new component `KitError` to manage error page (@P0ppoff)
|
|
198
|
+
- **Table:**
|
|
199
|
+
- Add a new component `Table` to display a collection of structured data (@philippechevieux)
|
|
66
200
|
|
|
67
201
|
### 🐛 Bug Fixes
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
202
|
+
|
|
203
|
+
- **Select:**
|
|
204
|
+
- Fix Select displaying option value instead of label when setting value prop (@evoiron / @renaudamsellem / @TdyP)
|
|
205
|
+
- **Avatar:**
|
|
206
|
+
- Fix incorrect digram when label contains accented characters (@evoiron)
|
|
207
|
+
- **Empty:**
|
|
208
|
+
- Removing console errors on svg attributes (kebab-case instead of camelCase) (@fatb38)
|
|
74
209
|
|
|
75
210
|
### 📚 Documentation
|
|
76
|
-
|
|
211
|
+
|
|
212
|
+
- Add an example for searching with a Select (@philippechevieux)
|
|
77
213
|
|
|
78
214
|
## [4.0.0](https://www.npmjs.com/package/aristid-ds/v/4.0.0) (2024-03-28)
|
|
215
|
+
|
|
79
216
|
### ✨ Features
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
217
|
+
|
|
218
|
+
- **Select:**
|
|
219
|
+
- Add `idCard` property to option to display a `KitIdCard` instead of the label (@philippechevieux)
|
|
220
|
+
- **Avatar:**
|
|
221
|
+
- Add a new property `imageFit` to change how image will fit (@philippechevieux)
|
|
84
222
|
|
|
85
223
|
### 🐛 Bug Fixes
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
224
|
+
|
|
225
|
+
- **IdCard:**
|
|
226
|
+
- Add default ellipsis to `title` and `description` (@philippechevieux)
|
|
227
|
+
- Add missing exports for `useKitLocale`, `KitEmpty`, `KitIdCard`, `KitInputWrapper` and `KitSection` (@philippechevieux)
|
|
228
|
+
- **DatePicker / RangePicker:**
|
|
229
|
+
- Fix calendar icon disapearing on hover when a default value is set (@evoiron)
|
|
230
|
+
- **⚠️ Breaking change - ItemList:**
|
|
231
|
+
- Refactor ItemList (@P0ppoff / @Delmotte-Vincent / @renaudamsellem / @philippechevieux)
|
|
232
|
+
- **Modal:**
|
|
233
|
+
- Remove use of getComputedStyle which can be time consuming in tests (@evoiron)
|
|
95
234
|
|
|
96
235
|
## [3.0.0](https://www.npmjs.com/package/aristid-ds/v/3.0.0) (2024-03-15)
|
|
236
|
+
|
|
97
237
|
### ✨ Features
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
238
|
+
|
|
239
|
+
- **Empty:**
|
|
240
|
+
- Add a new component `KitEmpty` (@philippechevieux)
|
|
241
|
+
- **IdCard:**
|
|
242
|
+
- Add a new component `KitIdCard` (@philippechevieux)
|
|
243
|
+
- **Avatar:**
|
|
244
|
+
- Add `label` property to retrieve avatar initials from (@philippechevieux)
|
|
245
|
+
- Add `initialsMaxChars` property to set the number of initials (@philippechevieux)
|
|
246
|
+
- **⚠️ Breaking change - Header:**
|
|
247
|
+
- Existing `Header` is renamed to `PageHeader` (@TdyP)
|
|
248
|
+
- `Header` component is now a totally new component (@TdyP, @evoiron)
|
|
108
249
|
|
|
109
250
|
### 🐛 Bug Fixes
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
251
|
+
|
|
252
|
+
- **Button:**
|
|
253
|
+
- Add missing property `form` to `KitButton` (@evoiron)
|
|
254
|
+
- Add missing property `htmlType` to `KitButton` (@philippechevieux)
|
|
255
|
+
- **Build:**
|
|
256
|
+
- Build as EsModule and commonjs module (@evoiron)
|
|
115
257
|
|
|
116
258
|
## [2.0.0](https://www.npmjs.com/package/aristid-ds/v/2.0.0) (2024-03-06)
|
|
259
|
+
|
|
117
260
|
### ✨ Features
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
261
|
+
|
|
262
|
+
- **⚠️ Breaking change - Modal:** (@evoiron)
|
|
263
|
+
- update Modal Design
|
|
264
|
+
- update confirmModal Options:
|
|
265
|
+
- remove `secondLine` property
|
|
266
|
+
- rename `firstLine` to `content`
|
|
267
|
+
- add `dangerConfirm` property to show Cta Button as danger look n' feel,
|
|
268
|
+
- add `showCloseIcon` to display top tight button for closing
|
|
269
|
+
- **Section:** (@Delmotte-Vincent)
|
|
270
|
+
- Add new component Section
|
|
271
|
+
- **Typography:**
|
|
272
|
+
- update default typography color (@evoiron)
|
|
273
|
+
- **InputWrapper:**
|
|
274
|
+
- Add 4 properties: (@evoiron)
|
|
275
|
+
- `required`: show a red asterisk right after the label
|
|
276
|
+
- `actions`: an array of items to display at the right of the label
|
|
277
|
+
- `onInfoClick`: When set, display a clickable info icon which triggers this event
|
|
278
|
+
- `infoIcon`: customise the infoIcon displayed
|
|
279
|
+
- These components now accept the 4 properties above: (@evoiron)
|
|
280
|
+
- `AutoComplete`, `Checkbox.Group`, `Radio.Group`, `ColorPicker`, `DatePicker`, `RangePicker`, `Input`, `InputNumber`, `Select`
|
|
281
|
+
- **ItemList**
|
|
282
|
+
- Add `draggable` property showing an icon that indicates the item is draggable (@fatb38)
|
|
283
|
+
- **Tabs:**
|
|
284
|
+
- Add `hideSeparator` prop to hide separator between tabs and content (@P0ppoff)
|
|
285
|
+
- (Style) Allow tabs center on extraContent (@P0ppoff)
|
|
286
|
+
- (Style) Reduce space between tabs and separator (@P0ppoff)
|
|
143
287
|
|
|
144
288
|
### 🐛 Bug Fixes
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
289
|
+
|
|
290
|
+
- **Package**: include typescript definitions for each component in built package (@evoiron)
|
|
291
|
+
- **Select:**
|
|
292
|
+
- Fix default border color (@philippechevieux)
|
|
293
|
+
- **Badge:**
|
|
294
|
+
- Fix custom className bug (@evoiron)
|
|
295
|
+
- **Input:**
|
|
296
|
+
- Update color of content, label, placeholder and clear icon (@TdyP)
|
|
297
|
+
- Add aria-label on clear icon to improve testability (@TdyP)
|
|
298
|
+
- **InputNumber:**
|
|
299
|
+
- Update color of content, label, placeholder and clear icon (@TdyP)
|
|
300
|
+
- **ColorPicker:**
|
|
301
|
+
- Update color of content, label and placeholder (@TdyP)
|
|
302
|
+
- **DatePicker:**
|
|
303
|
+
- Update color of content, label and placeholder (@TdyP)
|
|
159
304
|
|
|
160
305
|
## [1.1.0](https://www.npmjs.com/package/aristid-ds/v/1.1.0) (2024-02-28)
|
|
161
306
|
|
|
162
307
|
### ✨ Features
|
|
163
|
-
|
|
164
|
-
|
|
308
|
+
|
|
309
|
+
- **Nightly build:**
|
|
310
|
+
- publish a nightly version of the package under `next`. (@evoiron)
|
|
165
311
|
|
|
166
312
|
### 🐛 Bug Fixes
|
|
167
|
-
* **AutoComplete:**
|
|
168
|
-
* Fix crashing release (@evoiron)
|
|
169
313
|
|
|
170
|
-
|
|
171
|
-
|
|
314
|
+
- **AutoComplete:**
|
|
315
|
+
|
|
316
|
+
- Fix crashing release (@evoiron)
|
|
317
|
+
|
|
318
|
+
- **AutoComplete:**
|
|
319
|
+
|
|
320
|
+
- Fix dropdown border when focused or when a status is set (@philippechevieux)
|
|
321
|
+
|
|
322
|
+
- **Select:**
|
|
172
323
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
* Fix dropdown border on click on arrow (@renaudamsellem)
|
|
324
|
+
- Fix dropdown border when focused or when a status is set (@philippechevieux)
|
|
325
|
+
- Fix dropdown border on click on arrow (@renaudamsellem)
|
|
176
326
|
|
|
177
|
-
|
|
178
|
-
|
|
327
|
+
- **InputWrapper:**
|
|
328
|
+
- Fix border default color (@philippechevieux)
|
|
179
329
|
|
|
180
330
|
## [1.0.1](https://www.npmjs.com/package/aristid-ds/v/1.0.1) (2024-02-26)
|
|
331
|
+
|
|
181
332
|
### 🐛 Bug Fixes
|
|
182
|
-
|
|
183
|
-
|
|
333
|
+
|
|
334
|
+
- **Typography:**
|
|
335
|
+
- fix css error leading to application crash
|
|
184
336
|
|
|
185
337
|
## [1.0.0](https://www.npmjs.com/package/aristid-ds/v/1.0.0) (2024-02-02)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
338
|
+
|
|
339
|
+
- **⚠️ Breaking change - Button:** (@evoiron)
|
|
340
|
+
- update color Management
|
|
341
|
+
- remove design tokens
|
|
342
|
+
- remove some props : `href`, `target`, `wrapperClassName`, `wrapperStyle`, `textColor`
|
|
343
|
+
- rename props:
|
|
344
|
+
- `segmentedColor` is now `color`
|
|
345
|
+
- `segmentedactived` is now `active`
|
|
346
|
+
- `segmentedChecked` is now `checked`
|
|
347
|
+
- modify button types:
|
|
348
|
+
- add `tertiary` type
|
|
349
|
+
- remove `link` type
|
|
197
350
|
|
|
198
351
|
### ✨ Features
|
|
199
|
-
* **Typography:**
|
|
200
|
-
* Add `color` prop to set color on each typography elements (@evoiron)
|
|
201
352
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
353
|
+
- **Typography:**
|
|
354
|
+
|
|
355
|
+
- Add `color` prop to set color on each typography elements (@evoiron)
|
|
356
|
+
|
|
357
|
+
- **Breadcrumb:**
|
|
358
|
+
- change `breadcrumb` design (@Delmotte-Vincent)
|
|
359
|
+
- add `icon` props in `breadcrumb` items (@Delmotte-Vincent)
|
|
205
360
|
|
|
206
361
|
## [0.13.0](https://www.npmjs.com/package/aristid-ds/v/0.13.0) (2024-02-16)
|
|
207
362
|
|
|
208
363
|
### 🐛 Bug Fixes
|
|
209
|
-
* remove styled-components for improved performances. All Components impacted (@evoiron)
|
|
210
|
-
* upgrade Ant to versin 5.14.1 (@evoiron)
|
|
211
364
|
|
|
365
|
+
- remove styled-components for improved performances. All Components impacted (@evoiron)
|
|
366
|
+
- upgrade Ant to versin 5.14.1 (@evoiron)
|
|
212
367
|
|
|
213
368
|
## [0.12.0](https://www.npmjs.com/package/aristid-ds/v/0.12.0) (2024-02-02)
|
|
214
369
|
|
|
215
370
|
### ✨ Features
|
|
216
|
-
* **Modal:**
|
|
217
|
-
* Add `fullscreen`option (@evoiron)
|
|
218
371
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
372
|
+
- **Modal:**
|
|
373
|
+
|
|
374
|
+
- Add `fullscreen`option (@evoiron)
|
|
375
|
+
|
|
376
|
+
- **⚠️ Breaking change - ItemList**
|
|
377
|
+
- Add `selected` props to display a colored border (@Delmotte-Vincent)
|
|
378
|
+
- Rename `onSelectChange` by `onSelect` (@Delmotte-Vincent)
|
|
222
379
|
|
|
223
380
|
### 🐛 Bug Fixes
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
381
|
+
|
|
382
|
+
- A build option was removed by error
|
|
383
|
+
- **Select**
|
|
384
|
+
- Remove unused props `suffixIcon` and adapt the documentation (@Delmotte-Vincent)
|
|
385
|
+
- Add focus state on select dropdown (@Delmotte-Vincent)
|
|
386
|
+
- Fix Ellipsed tag on select (@Delmotte-Vincent)
|
|
387
|
+
- **Storybook**
|
|
388
|
+
- fix a visual bug on storybook caused by an addon (@evoiron)
|
|
231
389
|
|
|
232
390
|
### 📚 Documentation
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
391
|
+
|
|
392
|
+
- New documentation page to list available design tokens (@evoiron)
|
|
393
|
+
- Display each design token corresponding css variable (@evoiron)
|
|
394
|
+
- Display package version number on the top right corner of Storybook (@philippechevieux)
|
|
236
395
|
|
|
237
396
|
## [0.11.0](https://www.npmjs.com/package/aristid-ds/v/0.11.0) (2024-01-24)
|
|
397
|
+
|
|
238
398
|
### ✨ Features
|
|
239
|
-
|
|
240
|
-
|
|
399
|
+
|
|
400
|
+
- **Notification:**
|
|
401
|
+
- Add `KitNotification` component usable without using `useKitNotification` hook (@evoiron)
|
|
241
402
|
|
|
242
403
|
### 🐛 Bug Fixes
|
|
243
404
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
405
|
+
- Fix warning at build time about potential cycling dependencies (@evoiron)
|
|
406
|
+
- Remove deprecated package `react-uuid` (@evoiron)
|
|
407
|
+
- Enable 3 Select options, to allow dynamic filtering of options (@evoiron)
|
|
247
408
|
|
|
248
409
|
## [0.10.0](https://www.npmjs.com/package/aristid-ds/v/0.10.0) (2024-01-19)
|
|
249
410
|
|
|
250
411
|
### ✨ Features
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
412
|
+
|
|
413
|
+
- **⚠️ Breaking change - Card:**
|
|
414
|
+
- Update visual render and properties (@Delmotte-Vincent)
|
|
415
|
+
- This `Card` aim to replace actual `Card` and `ItemCard`
|
|
416
|
+
- **⚠️ Breaking change - Collapse:**
|
|
417
|
+
- Update visual render (@philippechevieux)
|
|
418
|
+
- Update properties of `KitHeader` and `KitExtraHeader`
|
|
419
|
+
- **Notification:**
|
|
420
|
+
- Update visual render (@evoiron, @renaudAmsellem)
|
|
421
|
+
- **DataEntry components:**
|
|
422
|
+
- Update visual render of `hover` and `focus` state for all those components (@evoiron, @renaudAmsellem)
|
|
423
|
+
- **Antd components:**
|
|
424
|
+
- Export all components of `Ant Design`. Those components are now available in `aristid-ds`, all prefixed by `Ant` (eg `AntLayout`) (@evoiron)
|
|
425
|
+
- **Tree shaking:**
|
|
426
|
+
- All components are now tree shakable (@evoiron)
|
|
265
427
|
|
|
266
428
|
### 🚨 Tests
|
|
267
429
|
|
|
268
|
-
|
|
269
|
-
|
|
430
|
+
- **Chromatic:**
|
|
431
|
+
- Reduce number of snapshots (Group set of visual tests) (@fatb38)
|
|
270
432
|
|
|
271
433
|
## [0.9.1](https://www.npmjs.com/package/aristid-ds/v/0.9.1) (2023-12-22)
|
|
272
434
|
|
|
273
435
|
### 🐛 Bug Fixes
|
|
274
436
|
|
|
275
|
-
|
|
437
|
+
- Fix types issues in `IKitLocale` that was causing build to crash (@fatb38)
|
|
276
438
|
|
|
277
439
|
## [0.9.0](https://www.npmjs.com/package/aristid-ds/v/0.9.0) (2023-12-22)
|
|
278
440
|
|
|
279
441
|
### 🎨 Theming
|
|
280
442
|
|
|
281
|
-
|
|
282
|
-
|
|
443
|
+
- Improve performance when using multiple `KitApp` component (@Delmotte-Vincent, @evoiron, @fatb38, @philippechevieux)
|
|
444
|
+
- Replace `css-in-js` theming variables by `css variables` (@Delmotte-Vincent, @evoiron, @fatb38, @philippechevieux)
|
|
283
445
|
|
|
284
446
|
### 🤖 CI
|
|
285
447
|
|
|
286
|
-
|
|
287
|
-
|
|
448
|
+
- Add `eslint` to CI pipeline (@evoiron)
|
|
449
|
+
- Add a build to CI pipeline (@evoiron)
|
|
288
450
|
|
|
289
451
|
## [0.8.0](https://www.npmjs.com/package/aristid-ds/v/0.8.0) (2023-11-16)
|
|
290
452
|
|
|
291
453
|
### 🐛 Bug Fixes
|
|
292
454
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
455
|
+
- **Select:**
|
|
456
|
+
- Border rendering was not good when the DropDown changed position due to insufficient space (@philippechevieux)
|
|
457
|
+
- In some cases, the last Dropdown item was not visible (@philippechevieux)
|
|
458
|
+
- **Input:**
|
|
459
|
+
- Token `colors.border.hover` was not used (@philippechevieux)
|
|
460
|
+
- **Alert:**
|
|
461
|
+
- Token `colors.icon.alert.info` was not set with the right value (@philippechevieux)
|
|
462
|
+
- **Avatar, Badge, Tag, Rate, Icon:**
|
|
463
|
+
- Add a function to check if the color property value is valid instead of type checking. If given value is not valid then component will use its default value (@philippechevieux)
|
|
302
464
|
|
|
303
465
|
### ✨ Features
|
|
304
466
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
467
|
+
- **Input, Password, TextArea, InputNuver, DatePicker, RangePicker, ColorPicker:**
|
|
468
|
+
- Add a new property `wrapperClassName` to target component wrapper element (@Delmotte-Vincent)
|
|
469
|
+
- **Rate:**
|
|
470
|
+
- Update component render (@philippechevieux)
|
|
471
|
+
- Remove property `disabledStarTransparency` (@philippechevieux)
|
|
472
|
+
- Add optional props `defaultIcon`, `halfIcon` and `activeIcon` (@philippechevieux)
|
|
473
|
+
- **🆕 Tour:**
|
|
474
|
+
- Add this brand new component (@Delmotte-Vincent)
|
|
313
475
|
|
|
314
476
|
### 🚨 Tests
|
|
315
477
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
478
|
+
- **Chromatic:**
|
|
479
|
+
- Add tests for `DataDisplay` folder (@Delmotte-Vincent)
|
|
480
|
+
- Add tests for `DataEntry` folder (@Delmotte-Vincent)
|
|
481
|
+
- Add tests for `Layout` folder (@Delmotte-Vincent)
|
|
482
|
+
- Add tests for `General` folder (@evoiron)
|
|
483
|
+
- Add tests for `Feedback` folder (@evoiron)
|
|
322
484
|
|
|
323
485
|
### 📚 Documentation
|
|
324
486
|
|
|
325
|
-
|
|
326
|
-
|
|
487
|
+
- Update code structure in `README.md` and remove duplicate information `Introduction.stories.mdx` (@philippechevieux)
|
|
488
|
+
- Fix multiples `console.error` caused by missing property `key` in some exemple (@philippechevieux)
|