Skip to content

Commit 0a5df8e

Browse files
authored
Merge pull request #366 from dxc-technology/3.4.0
Release 3.4.0
2 parents 34fb067 + acad2a6 commit 0a5df8e

Some content is hidden

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

65 files changed

+569
-1818
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

.grenrc.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
dataSource: "milestones"
3+
prefix: ""
4+
ignoreLabels:
5+
- "category: a11y :wheelchair:"
6+
- "category: assets :file_folder:"
7+
- "category: design tokens :nail_care:"
8+
- "category: documentation :notebook:"
9+
- "category: site :computer:"
10+
- "category: ui-kit :triangular_ruler:"
11+
- "component: accordion"
12+
- "component: alert"
13+
- "component: autocomplete"
14+
- "component: box"
15+
- "component: button"
16+
- "component: card"
17+
- "component: checkbox"
18+
- "component: chip"
19+
- "component: container"
20+
- "component: date-picker"
21+
- "component: dialog"
22+
- "component: dropdown"
23+
- "component: footer"
24+
- "component: form"
25+
- "component: header"
26+
- "component: heading"
27+
- "component: input-text"
28+
- "component: link"
29+
- "component: progress-bar"
30+
- "component: radio"
31+
- "component: select"
32+
- "component: sidenav"
33+
- "component: slider"
34+
- "component: spinner"
35+
- "type: enhancement :pencil2:"
36+
- "type: disparity :warning:"
37+
- "status: work in progress :+1:"
38+
- "status: under evaluation :mag_right:"
39+
- "task: story :white_check_mark:"
40+
- "task: epic :pushpin:"
41+
groupBy: {"Documentation:": ["category: documentation :notebook:"], "UI-Kit:": ["category: ui-kit :triangular_ruler:"], "Fixes:": ["type: disparity :warning:"], "Site": ["category: site :computer:"]}
42+
milestoneMatch: "Release {{tag_name}}"
43+
changelogFilename: "CHANGELOG.md"

CHANGELOG.md

Lines changed: 277 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,277 @@
1+
# Changelog
2+
3+
## 3.3.0 (30/06/2021)
4+
## Documentation
5+
6+
* **Added**: Contribution guidelines #264 f713135f1a2ab169ff4778c3122c006d659b85ba
7+
* **Added**: Documentation GitHub links #239 3479a7ade56d8d49e8fbd3e9efbd62da6e8ac8f1
8+
9+
## UI-Kit
10+
11+
* **Footer**
12+
* **Updated**: `Footer` component
13+
* **Header**
14+
* **Updated**: `Header` component
15+
* **Spinner**
16+
* **Added**: `Spinner-large`, `Spinner-small` and `Spinner-large-overlay` components.
17+
* **Removed**: `Spinner Undetermined 50` component.
18+
* **Progress bar**
19+
* **Added**: `Progress-bar` component.
20+
* **Removed**: `PBar Determined 80` component.
21+
* **Color**
22+
* **Added**: `Hal-purple-S-38`, `Hal-purple-L-65` and `Hal-grey-L-90`
23+
* **Updated**: `Hal-purple-S-95`, `Hal-purple-S-90`, `Hal-purple-S-30` and `Hal-purple-S-20`
24+
* **Removed**: `Hal-purple-S-37`
25+
26+
## Fixes
27+
28+
* **Site**: Branding update (Stage 1) #267 4ce8d165f0ccba51d78e6da9e61d4866f5a61237
29+
* **Footer**: Fixed component specs #226 fed91a42bd1f330088c9b97d8b1745d59fdd1f24
30+
* **Chip**: Fixed component specs #229 9a59b906fcfb10c6c46229dc9a88758f7a166a21
31+
* **Progress bar**: Fixed component specs #227 dfa77adce9e6201806b2497304dc76670847030b 5e669cc8808941b15366b158cf0d141dec251282
32+
* **Spinner**: Fixed component specs #228 e612fff7afe8a6ac12fdad69df98335c081e4ef8 8b378aa6cfb4cae87851fa8f8783ef0c6dd1d93b
33+
34+
35+
36+
---
37+
38+
## 3.2.0 (14/06/2021)
39+
## Documentation
40+
41+
* **Added**: `dropdown` accessibility section #247 0b9231036358cfef0508ca4c2e9954e44c2511ab
42+
* **Added**: `date-picker` accessibility section #251 35d912cf2b1b71a7167ec91d6690e53228265172
43+
* **Added**: `link` accessibility section #256 1355157ecf7f2614deef97e2a0c7b1ff5bcc004f
44+
45+
## UI-Kit
46+
47+
* **Date**:
48+
* Updated `Date-input` component.
49+
* Added: `Calendar-menu-day`, `Calendar-menu-month` and `Calendar-menu-year` components.
50+
* **Autocomplete**:
51+
* Added: `Autocomplete` component.
52+
* **Wizard**:
53+
* Added: `Wizard-stepper`, `Wizard-horizontal` and `Wizard-vertical` components.
54+
55+
56+
## Fixes
57+
58+
* **Dialog**: Fixed component specs #238 bd562d938544e644dd6bd1312471dd090181c3a5
59+
* **Dropdown**: Fixed component specs #223 02d5216161158ad4036d7e046564cb33c4dececb
60+
* **Date**: Fixed component specs #219 3eeb7eaa8a13acaa65c3453be0767d340150b612
61+
* **Link**: Fixed component specs #221 4a05ebe2c049383ea69545e9957c2b0b4283bb02
62+
* **Autocomplete**: Fixed component specs #220 638fbd5c93ae7ca5462b06efc52eb3bb90691575
63+
* **Wizard**: Fixed component specs #222 858778c2ec257f43b6c68d519a228b7dadcaecff
64+
65+
---
66+
67+
## 3.1.2 (02/06/2021)
68+
## Documentation
69+
70+
- Added: `select` helper text #203 4f63bfdc47b70ef615484b51ff970b0956594895
71+
- Added: `select` accesibility section #212 b52972d3010d9253ac7d75ce7245bb48e1ae1c78
72+
- Added: `checkbox` accesibility section #166 27437a731873654c562de410dc97254d0ab2cedc
73+
74+
75+
## UI-Kit
76+
77+
- **Header**:
78+
- Updated `header` component.
79+
- **Select**:
80+
- Added `select` and `select-multiple` components.
81+
- **Checkbox**:
82+
- Added: `Checkbox` and `Checkbox-label` components.
83+
- Removed: `Checkbox Checked Enabled` and `Checkbox Undhecked Enabled` components.
84+
- **Radio button**:
85+
- Added: `Radio` and `Radio-label` components.
86+
- Removed: `Radio Button Selected Enabled` and `Radio Button Unselected Enabled` components.
87+
- **Option list**:
88+
- Added: `Option-list-36` and `Option-list-48` components.
89+
90+
## Fixes
91+
92+
- **Site**: Fixed missing `component.json` files and remove storybook references #194 b1bee490ff19527a06ac9bdfbd2bbd411aa613f8
93+
- **Site**: Fixed missing images folder and files and update img routes #191 346abfa4dfaf5d91d77efa222b0d94705af480ca
94+
- **Site**: Fixed missing/outdated `miniature.png` files #196 29f9f4bf213c8bf2ec5c70bef561eec1a966bfe9
95+
- **Site**: Update file structure #200 5282f685216e2af9dffe730518ccf7cf492a1318
96+
- **Site**: Add layout documentation #233 7faa76a86d0c57ab29a8bc28dab71a3126858dde
97+
- **Site**: Add overview documentation #232 180be31268d25c29211b5c3a20dd227b6e16584c
98+
- **Site**: Add `README.md` titles and remove component and principles folders #234 a59e3e8481b737a53e784d7a9834949fc143bf16
99+
- **Header**: Fixed component specs #139 e25fb392d45e2a1a0cdaa141451ab43209520565
100+
- **Select**: Fixed component specs #170 94db1cc80739600eb2b8fba4c61fcd97434789e8
101+
- **Checkbox**: Fixed component specs #192 4f3f6ec3d9711c3adc5084af7f67e1594ea1da20
102+
- **Radio button**: Fixed component specs #193 3b2b4fcd5848772edb94307e9bebd496dc9735c4
103+
- **Button**: Fixed component specs #160 d248465904ad94401bcd914a1cdb80820c01c776
104+
---
105+
106+
## 3.1.1 (17/05/2021)
107+
## Documentation
108+
109+
* Added: `Box` component documentation #152 b56357c9a8c6f92a8fc52f88cbfe3e3fe174c57d
110+
111+
## UI-Kit
112+
113+
* **Input**
114+
* Added: `Text-input` and `Text-area` components.
115+
* **Date-picker**
116+
* Added: `Date-picker` component and updated specs.
117+
* **Alert**
118+
* Added: `Alert-single` and `Alert-multi` components.
119+
* Updated: Color and spacing specs.
120+
* Removed: `Alert-info` component.
121+
* **Card**
122+
* Added: `Card` component and updated specs.
123+
* **Switch**
124+
* Added: `Switch` and `Switch-label` components.
125+
* Removed: `Switch Normal On` and `Switch Normal Off` components.
126+
* **Tag**
127+
* Added: `Tag` and `Tag-icon` components.
128+
* Removed: `Tag with Icon and Label` component.
129+
* **Table**
130+
* Added: `Table-header` and `Table-bulk-actions-bar` components.
131+
* **Toggle**
132+
* Added: `Toggle-group-single`, `Toggle-group-multiple` and `Toggle-group-multiple-icon` components.
133+
* Removed: `Toogle-group-40` and `Toogle-group-icon-40`
134+
135+
## Fixes
136+
137+
* **Headings**: Fixed UI-Kit `font-weight` of `Hal-Headings-H1`. #149 f0218a6c006e8332f70523e2fd0bb6a497d64906
138+
* **Sidenav**: Fixed component specs. #42 f62edaafd2abd97a873a7124d5b6d29e66a42f34 6a525c9595c73eadeb349761fc9ba8a816662374
139+
* **Checkbox**: Fixed component specs. #143 2a9866912a68eb16a389ad6d0fb339e0f5ddacef
140+
* **Table**: Removed `min-height` property from specs table. #167 55a1948a443218d14759565691cdf373d58f60a7
141+
* **Table**: Fixed table design and image specs #57 a45c8c7488d224017148f27a9573f1e0f1e8033b
142+
* **Date-picker**: Fixed component specs #158 168f054461f40515391deba3f74d070f6b318844
143+
* **Dialog**: Fixed component specs #49 794c10d4adca212d73fb80550007e464536d9945
144+
* **Alert**: Fixed component specs #113 e912f688ac8a19b786d0465909c14cd75cd425ca
145+
* **Card**: Fixed component specs and update documentation images #58 8429c7e96b8c09b36ef8be395a528bd256e4ac1e
146+
* **Switch**: Fixed component specs #174 832be41b09d68324bf437f7c4b44be928854edd9
147+
* **Input**: Fixed component specs #45 0bcabe62768f1f5e4eb2293269eb3a853e18c65f
148+
* **Toggle-group**: Fixed outdated documentation #182 772ffd828e3eb418ad761df36078b1132220a1f6
149+
---
150+
151+
## 3.1.0 (03/05/2021)
152+
## Documentation
153+
154+
* Added: Colors documentation and color design tokens #65 #67 bec369dfefba68fbf75bce20cb8e397af5d0f2e7
155+
* Added: Typography documentation and typo design tokens #69 #68 0b6503cee2d208d824a2b139a5f61b9ef2ca4a55 58d15c36ae4b74e5b524afd0655feb79880a5242
156+
* Added: Helper text section to `input-text`. #59 e4ca5f742d5e3c1f2d7769df04e2b20b6e65bcce
157+
* Added: Principles / Spacing documentation #47 82c0e7c6ed0052d72a7447a0490ad510ccfcf6d4
158+
* Updated: `accordion` documentation and img #60 9fa69f2
159+
* Updated: `accordion` additional information section #55 a89f39872763d9779b69bfc2ee00b06782573cf8
160+
* Updated: `tabs` documentation and img #63 74e0893
161+
* Updated: `headings` documentation #115 15630322883bcf5db3c30913e8b5ffcbf98fb816 30f83904bc382e142bb7f47180b091c9ba7ce4b3
162+
* Updated: `progress-bar` `min-width` value #76 8f5577c521052aa060300df365ec338ee92b4067
163+
* Removed: `placeholderColor` token from `text-input` component #136 43389cc719fc52d9b22ca5b51383d1c1a632b727
164+
165+
166+
## UI-Kit
167+
168+
* **Color palette**
169+
170+
* Added: `Hal-Blue-D-20`, `Hal-Blue-L-95`
171+
* Added: `Hal-Red-D-20` , `Hal-Red-L-95`
172+
* Added: `Hal-Grey-L-60`
173+
* Added: `Hal-Green-L-95`, `Hal-Green-L-80`, `Hal-Green-D-20`, `Hal-Green-D-30`
174+
* Added: `Hal-Yellow-L-95`, `Hal-Yellow-L-80`, `Hal-Yellow-D-40`, `Hal-Yellow-D-30`
175+
176+
* **Character styles**
177+
178+
* Updated: `line-height` and `letter-spacing` in all character styles
179+
180+
181+
182+
## Fixes
183+
184+
* **Table**: Fixed `Table with Filter and Resulset` and `Table with Filter and HAL API connection` in UI-Kit. #56 8f1e4f0
185+
* **Dropdown**: Updated `dropdown` documentation specs. #39 f65d6fc
186+
* **Dropdown**: Updated UI-Kit `dropdown` component specs. #62 ad1851549ed0be70aa2ffc040b6a5e756ea244ef
187+
* **Color**: Fixed incorrect HEX & HSL values in color palette #146 4517910fed919c42f6b3387d3e058003b8d7328f
188+
---
189+
190+
## 3.0.0 (08/04/2021)
191+
## Documentation
192+
193+
* Added: ```theme-inputs``` to principles/themes
194+
* Updated: ```accordion``` guidelines and component specifications
195+
* Updated: ```tab``` guidelines and component specifications
196+
* Updated: ```footer``` guidelines
197+
* Updated: Component link in "Links and references" pointing v3.0.0 284d1b25de737b5a88184dae1af49fe17c3917ae
198+
* Removed: Design tokens ```themable``` column form all components 2504a1f448a9ac3772d39b9988e8d5325f2bcd44
199+
200+
## UI-Kit
201+
202+
* **Accordion**:
203+
204+
* Added: ```hover+focus``` state
205+
* Added: ```accordion-collapsed-noIcon-48```
206+
* Added: ```accordion-collapsed-icon-48```
207+
* Added: ```accordion-expanded-48```
208+
* Added: ```accordion-nested-48```
209+
* Added: ```accordion-group-48```
210+
* Removed: ```Accordion Default```
211+
212+
213+
* **Tabs**:
214+
215+
* Added: ```pressed``` state
216+
* Added: ```tabs-item```
217+
* Added: ```tabs-fixed-noIcon-48```
218+
* Added: ```tabs-fixed-iconLeft-48```
219+
* Added: ```tabs-fixed-iconTop-72```
220+
* Added: ```tabs-scrollable-48```
221+
* Added: ```tabs-scrollable-mobile-48```
222+
* Added: ```tabs-fixed-iconTop-72```
223+
* Added: ```tabs-notifications-fixed-iconTop-72```
224+
* Added: ```tabs-notifications-fixed-noIcon-48```
225+
* Removed: ```Tabs filled```
226+
* Removed: ```Tabs underlined```
227+
228+
* **Badge**
229+
230+
* Added: ```badge-default-16``` ```badge-default-24``` ```badge-default-32```
231+
232+
* **Color palette**:
233+
234+
* Updated: Color names following new naming convention
235+
* Changed: ```DXC Purple``` to ```Hal-Purple-S-37```
236+
* Changed: ```DXC Blue``` to ```Hal-Blue-S-30```
237+
* Changed: ```DXC Green``` to ```Hal-Green-S-48```
238+
* Changed: ```DXC Orange``` to ```Hal-Orange-S-54```
239+
* Changed: ```DXC Yellow``` to ```Hal-Yellow-S-57```
240+
* Changed: ```DXC Error``` to ```Hal-Red-S-41```
241+
* Changed: ```DXC Black``` to ```Hal-Black```
242+
* Changed: ```DXC White``` to ```Hal-White```
243+
* Changed: ```DXC Dark Grey``` to ```Hal-Grey-S-40```
244+
* Added: ```Hal-Purple-L-90``` ```Hal-Purple-L-95``` ```Hal-Purple-D-20``` ```Hal-Purple-D-30```
245+
* Added:```Hal-Grey-L-75``` ```Hal-Grey-L-95```
246+
* Added:```Hal-Blue-L-50``` ```Hal-Blue-L-80```
247+
* Added:```Hal-Red-D-30```
248+
* Removed:```DXC Light Grey```
249+
250+
* **Dataviz color palette**
251+
252+
* Added: ```Hal-Purple-S-37```
253+
* Added: ```Hal-Blue-S-30```
254+
* Added: ```Hal-Red-S-41```
255+
* Removed: ```DXC Aqua```
256+
257+
258+
* **Character Styles**:
259+
260+
* Changed: ```Open Sans — 60pt``` to ```Hal-Headings-H1-60pt```
261+
* Changed: ```Open Sans — 48pt``` to ```Hal-Headings-H2-48pt```
262+
* Changed: ```Open Sans — 34pt``` to ```Hal-Headings-H3-34pt```
263+
* Changed: ```Open Sans — 24pt``` to ```Hal-Headings-H4-24pt```
264+
* Changed: ```Open Sans — 20pt``` to ```Hal-Headings-H5-20pt```
265+
* Added: ```Hal-Body-01-Regular-16pt```
266+
* Added: ```Hal-Body-01-Semibold-16pt```
267+
* Added: ```Hal-Body-02-Regular-14pt```
268+
* Added: ```Hal-Body-02-Semibold-14pt```
269+
* Added: ```Hal-Caption-12pt```
270+
* Added: ```Hal-Overline-12pt```
271+
* Removed: ```Subtitle 1```
272+
273+
274+
## Fixes
275+
276+
- **Toogle**: Added ```Toogle-group-40``` and ```Toogle-group-icon-40``` components to UI-Kit #22
277+
- **Radio Button**: Added ```label-before``` for radio button #24
5.76 MB
Binary file not shown.

contributing/.DS_Store

-6 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
105 KB
Binary file not shown.
156 KB
Binary file not shown.

0 commit comments

Comments
 (0)