Skip to content

Commit 06a14dc

Browse files
committed
Merge remote-tracking branch 'origin/component-upload' into draft-3.7.0-upload
2 parents dbd09bb + 180f347 commit 06a14dc

File tree

133 files changed

+1208
-628
lines changed

Some content is hidden

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

133 files changed

+1208
-628
lines changed

.grenrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@
2828
- "component: input-password"
2929
- "component: input-number"
3030
- "component: text-area"
31+
- "component: toggle group"
3132
- "component: link"
3233
- "component: progress-bar"
3334
- "component: radio"
3435
- "component: select"
3536
- "component: sidenav"
3637
- "component: slider"
3738
- "component: spinner"
39+
- "component: switch"
3840
- "component: upload"
41+
- "component: wizard"
3942
- "type: enhancement :pencil2:"
4043
- "type: disparity :warning:"
4144
- "status: work in progress :+1:"

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,105 @@
11
# Changelog
22

3+
## 3.9.0 (01/10/2021)
4+
5+
#### Documentation:
6+
7+
- [Docs] Overview updates [#556](https://github.com/dxc-technology/halstack-style-guide/issues/556)
8+
- [Docs] Add example tables to template.md file [#553](https://github.com/dxc-technology/halstack-style-guide/issues/553)
9+
- [Button] Component updates [#547](https://github.com/dxc-technology/halstack-style-guide/issues/547)
10+
- [Docs] Add UI-Kit component link to links and references [#535](https://github.com/dxc-technology/halstack-style-guide/issues/535)
11+
- [Docs] Fixes on content guidelines [#533](https://github.com/dxc-technology/halstack-style-guide/issues/533)
12+
- [Radio] Documentation review [#530](https://github.com/dxc-technology/halstack-style-guide/issues/530)
13+
- [Radio] Update component documentation to new template [#529](https://github.com/dxc-technology/halstack-style-guide/issues/529)
14+
- [Principles] Update overview page [#527](https://github.com/dxc-technology/halstack-style-guide/issues/527)
15+
- [Input-date] Update date documentation [#522](https://github.com/dxc-technology/halstack-style-guide/issues/522)
16+
- [Chip] Documentation fixes [#323](https://github.com/dxc-technology/halstack-style-guide/issues/323)
17+
- [Radio] Color specs update [#302](https://github.com/dxc-technology/halstack-style-guide/issues/302)
18+
19+
#### UI-Kit:
20+
21+
- [Input-date] Update date UI-Kit component [#523](https://github.com/dxc-technology/halstack-style-guide/issues/523)
22+
- [Button] Add button Icon variants as component [#521](https://github.com/dxc-technology/halstack-style-guide/issues/521)
23+
- [UI-Kit] Link all components used for doc images to the library [#446](https://github.com/dxc-technology/halstack-style-guide/issues/446)
24+
25+
#### Site
26+
27+
- [Site] Edit gren `ignoreLabels` [#518](https://github.com/dxc-technology/halstack-style-guide/issues/518)
28+
29+
---
30+
31+
## 3.8.0 (21/09/2021)
32+
33+
#### Documentation:
34+
35+
- [Chip] Update component documentation to new template [#513](https://github.com/dxc-technology/halstack-style-guide/issues/513)
36+
- [Upload] Images update [#511](https://github.com/dxc-technology/halstack-style-guide/issues/511)
37+
- [Toggle-group] Update component documentation to new template [#501](https://github.com/dxc-technology/halstack-style-guide/issues/501)
38+
- [Button] Variant tokens update [#499](https://github.com/dxc-technology/halstack-style-guide/issues/499)
39+
- [Wizard] Update component documentation to new template [#489](https://github.com/dxc-technology/halstack-style-guide/issues/489)
40+
- [Switch] Update component documentation to new template [#488](https://github.com/dxc-technology/halstack-style-guide/issues/488)
41+
- [Switch] Images update [#487](https://github.com/dxc-technology/halstack-style-guide/issues/487)
42+
- [Checkbox] Update component documentation to new template [#476](https://github.com/dxc-technology/halstack-style-guide/issues/476)
43+
- [Text-area] Component documentation [#470](https://github.com/dxc-technology/halstack-style-guide/issues/470)
44+
- [Alert] Fixes on component specs [#437](https://github.com/dxc-technology/halstack-style-guide/issues/437)
45+
- [Textarea] Color specs update [#378](https://github.com/dxc-technology/halstack-style-guide/issues/378)
46+
- [Chip] Color specs update [#348](https://github.com/dxc-technology/halstack-style-guide/issues/348)
47+
- [Wizard] Images update [#339](https://github.com/dxc-technology/halstack-style-guide/issues/339)
48+
- [Toggle] Images update [#338](https://github.com/dxc-technology/halstack-style-guide/issues/338)
49+
- [Dialog] Images update [#336](https://github.com/dxc-technology/halstack-style-guide/issues/336)
50+
- [Chip] Documentation fixes [#323](https://github.com/dxc-technology/halstack-style-guide/issues/323)
51+
- [Footer] Documentation fixes [#322](https://github.com/dxc-technology/halstack-style-guide/issues/322)
52+
- [Switch] Color specs update [#309](https://github.com/dxc-technology/halstack-style-guide/issues/309)
53+
- [Wizard] Color specs update [#308](https://github.com/dxc-technology/halstack-style-guide/issues/308)
54+
- [Toggle] Color specs update [#307](https://github.com/dxc-technology/halstack-style-guide/issues/307)
55+
- [Button] Color specs update [#295](https://github.com/dxc-technology/halstack-style-guide/issues/295)
56+
57+
#### UI-Kit:
58+
59+
- [Text-area] UI-Kit component [#471](https://github.com/dxc-technology/halstack-style-guide/issues/471)
60+
61+
#### Fixes:
62+
63+
- [Switch] Component specs [#225](https://github.com/dxc-technology/halstack-style-guide/issues/225)
64+
65+
#### Site
66+
67+
- [Site] Design tokens page [#486](https://github.com/dxc-technology/halstack-style-guide/issues/486)
68+
69+
---
70+
71+
## 3.7.0 (06/09/2021)
72+
73+
#### Documentation:
74+
75+
- [Checkbox] Color specs update [#477](https://github.com/dxc-technology/halstack-style-guide/issues/477)
76+
- [Checkbox] Update component documentation to new template [#476](https://github.com/dxc-technology/halstack-style-guide/issues/476)
77+
- [Accordion] Remove heading anchors [#474](https://github.com/dxc-technology/halstack-style-guide/issues/474)
78+
- [Input-number] Component documentation [#466](https://github.com/dxc-technology/halstack-style-guide/issues/466)
79+
- [Color] Remove S, D and L color references from docs [#464](https://github.com/dxc-technology/halstack-style-guide/issues/464)
80+
- [Upload] Images update [#429](https://github.com/dxc-technology/halstack-style-guide/issues/429)
81+
- [Upload] Update component documentation to new template [#428](https://github.com/dxc-technology/halstack-style-guide/issues/428)
82+
- [Docs] Content contribution guidelines [#316](https://github.com/dxc-technology/halstack-style-guide/issues/316)
83+
- [Upload] Color specs update [#310](https://github.com/dxc-technology/halstack-style-guide/issues/310)
84+
- [Docs] Design contribution guidelines [#278](https://github.com/dxc-technology/halstack-style-guide/issues/278)
85+
86+
#### UI-Kit:
87+
88+
- [UI-Kit] Update component naming [#481](https://github.com/dxc-technology/halstack-style-guide/issues/481)
89+
- [Checkbox] Component spacing and sizing [#478](https://github.com/dxc-technology/halstack-style-guide/issues/478)
90+
- [Input-number] Ui-Kit component [#467](https://github.com/dxc-technology/halstack-style-guide/issues/467)
91+
- [Upload] Update UI-Kit component [#431](https://github.com/dxc-technology/halstack-style-guide/issues/431)
92+
93+
#### Fixes:
94+
95+
- [Upload] Component specs [#190](https://github.com/dxc-technology/halstack-style-guide/issues/190)
96+
97+
#### Site
98+
99+
- [Site] Add new components to `ignoreLabels` [#463](https://github.com/dxc-technology/halstack-style-guide/issues/463)
100+
101+
---
102+
3103
## 3.6.0 (23/08/2021)
4104

5105
#### Documentation:
6.11 MB
Binary file not shown.
92 KB
Binary file not shown.
-105 KB
Binary file not shown.
29 KB
Binary file not shown.
-36.6 KB
Binary file not shown.
103 KB
Binary file not shown.
56.2 KB
Binary file not shown.
-4.25 KB
Binary file not shown.

0 commit comments

Comments
 (0)