@helsenorge/designsystem-react 10.0.0-beta.3 → 10.0.0-beta.5
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 +1355 -767
- package/Label.js +8 -3
- package/Label.js.map +1 -1
- package/ListHeader.js +2 -4
- package/ListHeader.js.map +1 -1
- package/TabList.js +74 -21
- package/TabList.js.map +1 -1
- package/components/Badge/styles.module.scss +6 -1
- package/components/EmptyState/EmptyState.d.ts +6 -4
- package/components/EmptyState/index.js +6 -3
- package/components/EmptyState/index.js.map +1 -1
- package/components/EmptyState/styles.module.scss +20 -0
- package/components/EmptyState/styles.module.scss.d.ts +3 -0
- package/components/ExpanderList/index.js +3 -3
- package/components/ExpanderList/index.js.map +1 -1
- package/components/ExpanderList/styles.module.scss +2 -7
- package/components/Label/Label.d.ts +2 -2
- package/components/Label/SubLabel.d.ts +2 -0
- package/components/LinkList/styles.module.scss +1 -1
- package/components/ListHeader/styles.module.scss +4 -0
- package/components/ListHeader/styles.module.scss.d.ts +1 -0
- package/components/Modal/styles.module.scss +26 -0
- package/components/Tabs/TabList/TabChevron.d.ts +9 -0
- package/components/Tabs/TabList/TabList.d.ts +2 -0
- package/components/Tabs/TabList/styles.module.scss +29 -5
- package/components/Tabs/TabList/styles.module.scss.d.ts +3 -0
- package/components/Tabs/TabPanel/styles.module.scss +2 -2
- package/components/Tabs/Tabs.d.ts +4 -0
- package/components/Tabs/index.js +15 -2
- package/components/Tabs/index.js.map +1 -1
- package/constants.d.ts +0 -1
- package/constants.js +0 -1
- package/constants.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,107 +1,215 @@
|
|
|
1
|
-
## 10.0.0-beta.
|
|
2
|
-
|
|
1
|
+
## 10.0.0-beta.4 (2025-01-10)
|
|
3
2
|
|
|
4
3
|
### Features
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
- **datepicker:** arialabels er nå et object av strings
|
|
6
|
+
([63bbd43](https://github.com/helsenorge/designsystem/commit/63bbd4362be32744bff0add8f37a9fb07c8fc8f5)), closes
|
|
7
|
+
[#331806](https://github.com/helsenorge/designsystem/issues/331806)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### Bug Fixes
|
|
10
10
|
|
|
11
|
+
- import på riktig format ([8d2a26c](https://github.com/helsenorge/designsystem/commit/8d2a26cda5d370f8b5eb7acd61c3439d902b6998)), closes
|
|
12
|
+
[#339137](https://github.com/helsenorge/designsystem/issues/339137) [#339137](https://github.com/helsenorge/designsystem/issues/339137)
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
## 10.0.0-beta.3 (2024-12-20)
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
### Bug Fixes
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
- label renderasparent rendrer nå subdued igjen når det passeres inn ren string
|
|
19
|
+
([7851865](https://github.com/helsenorge/designsystem/commit/7851865ac788f7f2390a8093f049b40f020c650b))
|
|
17
20
|
|
|
21
|
+
## 10.0.0-beta.2 (2024-12-20)
|
|
18
22
|
|
|
19
23
|
### Features
|
|
20
24
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
* **datepicker:** date-fns peer-dependency satt til v4 ([a53ba94](https://github.com/helsenorge/designsystem/commit/a53ba94d6c720b87c3dbf466b2e6b25acc00082b)), closes [#339137](https://github.com/helsenorge/designsystem/issues/339137)
|
|
28
|
-
* **datepicker:** tar i bruk major 9 av reactdaypicker ([778b49e](https://github.com/helsenorge/designsystem/commit/778b49e3feb8deebd3ae32a3d3de54cda93e2a20)), closes [#331806](https://github.com/helsenorge/designsystem/issues/331806)
|
|
29
|
-
* **emptystate:** nytt design med ny illustrasjon og flere varianter ([e14a49f](https://github.com/helsenorge/designsystem/commit/e14a49fe26a30bd06e87e5ecf35a3bf6e5539b08)), closes [#336772](https://github.com/helsenorge/designsystem/issues/336772)
|
|
30
|
-
* **linklist:** nytt design ([43de477](https://github.com/helsenorge/designsystem/commit/43de477a3280d9ecf9aee997bc763fb82d269864)), closes [#336491](https://github.com/helsenorge/designsystem/issues/336491)
|
|
31
|
-
* **tabs:** touchbehavior prop er fjernet ([994aded](https://github.com/helsenorge/designsystem/commit/994adeda6085664d26bf4e90ea111ef0fa6a9d78)), closes [#328640](https://github.com/helsenorge/designsystem/issues/328640)
|
|
25
|
+
- arialabels prop for og fikset disabled dager feil
|
|
26
|
+
([e57ba55](https://github.com/helsenorge/designsystem/commit/e57ba55e4a2be478c659ec0515290aebed28674c)), closes
|
|
27
|
+
[#331806](https://github.com/helsenorge/designsystem/issues/331806)
|
|
28
|
+
- **listheader:** tillat chevron på linklist size small
|
|
29
|
+
([9e93688](https://github.com/helsenorge/designsystem/commit/9e9368842dffb8b26c14dfd914376bc3b002c88c)), closes
|
|
30
|
+
[#340288](https://github.com/helsenorge/designsystem/issues/340288)
|
|
32
31
|
|
|
32
|
+
## 10.0.0-beta.1 (2024-12-18)
|
|
33
33
|
|
|
34
34
|
### Bug Fixes
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
- **emptystate:** behold bredden på illustrasjon
|
|
37
|
+
([058c7f9](https://github.com/helsenorge/designsystem/commit/058c7f94fa84b96ff58944c6e7696cd44af01a07)), closes
|
|
38
|
+
[#336772](https://github.com/helsenorge/designsystem/issues/336772)
|
|
39
|
+
|
|
40
|
+
## 10.0.0-beta.0 (2024-12-17)
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
- endret fonts ([6324729](https://github.com/helsenorge/designsystem/commit/632472942c9d83a33f5e508e3b9205193b72eeae)), closes
|
|
45
|
+
[#332727](https://github.com/helsenorge/designsystem/issues/332727)
|
|
46
|
+
- oppdatert pakkeversjon og startet migrering
|
|
47
|
+
([2a5f592](https://github.com/helsenorge/designsystem/commit/2a5f592b4f30e718a001e6a4a5b891087c85da0a))
|
|
48
|
+
- oppdatert pakkeversjon og startet migrering"
|
|
49
|
+
([09b7c27](https://github.com/helsenorge/designsystem/commit/09b7c2725d5c20d8a352349f3b673b17d717d130))
|
|
50
|
+
- **avatar:** endre variant normal til square
|
|
51
|
+
([8453374](https://github.com/helsenorge/designsystem/commit/8453374c0c64c8bedc005c346286f8d370c7d546)), closes
|
|
52
|
+
[#337118](https://github.com/helsenorge/designsystem/issues/337118)
|
|
53
|
+
- **avatar:** nye navn for props ([37c8e0b](https://github.com/helsenorge/designsystem/commit/37c8e0be9a0186ccb24dbacafef858c4f2742a06)),
|
|
54
|
+
closes [#335338](https://github.com/helsenorge/designsystem/issues/335338)
|
|
55
|
+
- **badge:** endre oppbygning av komponenten
|
|
56
|
+
([12248cb](https://github.com/helsenorge/designsystem/commit/12248cb243322d8e83fe536b51f34ef231dadad8)), closes
|
|
57
|
+
[#339274](https://github.com/helsenorge/designsystem/issues/339274)
|
|
58
|
+
- **datepicker:** date-fns peer-dependency satt til v4
|
|
59
|
+
([a53ba94](https://github.com/helsenorge/designsystem/commit/a53ba94d6c720b87c3dbf466b2e6b25acc00082b)), closes
|
|
60
|
+
[#339137](https://github.com/helsenorge/designsystem/issues/339137)
|
|
61
|
+
- **datepicker:** tar i bruk major 9 av reactdaypicker
|
|
62
|
+
([778b49e](https://github.com/helsenorge/designsystem/commit/778b49e3feb8deebd3ae32a3d3de54cda93e2a20)), closes
|
|
63
|
+
[#331806](https://github.com/helsenorge/designsystem/issues/331806)
|
|
64
|
+
- **emptystate:** nytt design med ny illustrasjon og flere varianter
|
|
65
|
+
([e14a49f](https://github.com/helsenorge/designsystem/commit/e14a49fe26a30bd06e87e5ecf35a3bf6e5539b08)), closes
|
|
66
|
+
[#336772](https://github.com/helsenorge/designsystem/issues/336772)
|
|
67
|
+
- **linklist:** nytt design ([43de477](https://github.com/helsenorge/designsystem/commit/43de477a3280d9ecf9aee997bc763fb82d269864)), closes
|
|
68
|
+
[#336491](https://github.com/helsenorge/designsystem/issues/336491)
|
|
69
|
+
- **tabs:** touchbehavior prop er fjernet
|
|
70
|
+
([994aded](https://github.com/helsenorge/designsystem/commit/994adeda6085664d26bf4e90ea111ef0fa6a9d78)), closes
|
|
71
|
+
[#328640](https://github.com/helsenorge/designsystem/issues/328640)
|
|
72
|
+
|
|
73
|
+
### Bug Fixes
|
|
74
|
+
|
|
75
|
+
- popover og datepicker popup kan brukes i 400 prosent zoom
|
|
76
|
+
([782ce70](https://github.com/helsenorge/designsystem/commit/782ce70b9b2c06a65a872ee886f742d54f5689ab)), closes
|
|
77
|
+
[#340117](https://github.com/helsenorge/designsystem/issues/340117)
|
|
78
|
+
- **highlightpanel:** tillat tittel selv om ikon ikke er gitt
|
|
79
|
+
([63322a8](https://github.com/helsenorge/designsystem/commit/63322a881857ae42aaf3039412548c6b9750abee)), closes
|
|
80
|
+
[#332566](https://github.com/helsenorge/designsystem/issues/332566)
|
|
81
|
+
- **tabs:** ikke scroll til fane med mindre komponenten er i view
|
|
82
|
+
([0c30a43](https://github.com/helsenorge/designsystem/commit/0c30a43e4fdb6acece3db8f30e6ed43468c712fd)), closes
|
|
83
|
+
[#339921](https://github.com/helsenorge/designsystem/issues/339921)
|
|
84
|
+
|
|
85
|
+
## [9.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.5.0&targetVersion=GTv9.6.0) (2025-01-08)
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
- **expanderlist:** fjern zindex som ikke lenger er ønsket
|
|
90
|
+
([e1508b3](https://github.com/helsenorge/designsystem/commit/e1508b38f58a196bfb4224da3fbf4f003d9f25b4)), closes
|
|
91
|
+
[#340832](https://github.com/helsenorge/designsystem/issues/340832)
|
|
92
|
+
- **Label:** labeltexts er optional og flytter children til etter labeltexts
|
|
93
|
+
([c39cd3c](https://github.com/helsenorge/designsystem/commit/c39cd3c2ef940655f750d0c202c27d4c9afdc80b)), closes
|
|
94
|
+
[#340280](https://github.com/helsenorge/designsystem/issues/340280)
|
|
95
|
+
- **tabs:** gjør padding i tabpanel mindre
|
|
96
|
+
([d0fa4d3](https://github.com/helsenorge/designsystem/commit/d0fa4d30354a377a9ef1527f19e3dec88fe73279)), closes
|
|
97
|
+
[#341052](https://github.com/helsenorge/designsystem/issues/341052)
|
|
98
|
+
- **tabs:** legg på knapper for å scrolle i lang TabList
|
|
99
|
+
([99e5a87](https://github.com/helsenorge/designsystem/commit/99e5a87d014bdc733f2c95fc775f44850c848c29)), closes
|
|
100
|
+
[#338897](https://github.com/helsenorge/designsystem/issues/338897)
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
- gjør modal brukbar ved zoom ved å fjerne space når container er liten
|
|
105
|
+
([f58038c](https://github.com/helsenorge/designsystem/commit/f58038c2e8e0f9afba9ed82439789d17ea1187e7)), closes
|
|
106
|
+
[#340170](https://github.com/helsenorge/designsystem/issues/340170)
|
|
107
|
+
- **listheader:** ikke rendre badge på nytt
|
|
108
|
+
([2436c14](https://github.com/helsenorge/designsystem/commit/2436c1447a568dd6b7097d569398c901fd5cd504)), closes
|
|
109
|
+
[#339467](https://github.com/helsenorge/designsystem/issues/339467) [#339467](https://github.com/helsenorge/designsystem/issues/339467)
|
|
110
|
+
|
|
111
|
+
## [9.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.3&targetVersion=GTv9.5.0) (2024-12-13)
|
|
112
|
+
|
|
113
|
+
### Features
|
|
114
|
+
|
|
115
|
+
- **Sublabel:** støtte for children ([4880fd2](https://github.com/helsenorge/designsystem/commit/4880fd2085c41c13382c68183846dbf0010307b3)),
|
|
116
|
+
closes [#340280](https://github.com/helsenorge/designsystem/issues/340280)
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
- popover og datepicker popup kan brukes i 400 prosent zoom
|
|
121
|
+
([782ce70](https://github.com/helsenorge/designsystem/commit/782ce70b9b2c06a65a872ee886f742d54f5689ab)), closes
|
|
122
|
+
[#340117](https://github.com/helsenorge/designsystem/issues/340117)
|
|
123
|
+
- **highlightpanel:** tillat tittel selv om ikon ikke er gitt
|
|
124
|
+
([63322a8](https://github.com/helsenorge/designsystem/commit/63322a881857ae42aaf3039412548c6b9750abee)), closes
|
|
125
|
+
[#332566](https://github.com/helsenorge/designsystem/issues/332566)
|
|
126
|
+
- **tabs:** ikke scroll til fane med mindre komponenten er i view
|
|
127
|
+
([0c30a43](https://github.com/helsenorge/designsystem/commit/0c30a43e4fdb6acece3db8f30e6ed43468c712fd)), closes
|
|
128
|
+
[#339921](https://github.com/helsenorge/designsystem/issues/339921)
|
|
39
129
|
|
|
40
130
|
## [9.4.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.2&targetVersion=GTv9.4.3) (2024-12-09)
|
|
41
131
|
|
|
42
132
|
## [9.4.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.1&targetVersion=GTv9.4.2) (2024-12-04)
|
|
43
133
|
|
|
44
|
-
|
|
45
134
|
### Bug Fixes
|
|
46
135
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
136
|
+
- avrundingsfeil på noen ikoner ([b23e4ae](https://github.com/helsenorge/designsystem/commit/b23e4aec495395cbf92642be6657b03cc5765a2b)),
|
|
137
|
+
closes [#337174](https://github.com/helsenorge/designsystem/issues/337174)
|
|
138
|
+
- **expander:** sticky fungerer igjen
|
|
139
|
+
([0f179a1](https://github.com/helsenorge/designsystem/commit/0f179a12aa0d1da98cc3832ab2bf1cb60f2d1d75)), closes
|
|
140
|
+
[#338697](https://github.com/helsenorge/designsystem/issues/338697)
|
|
141
|
+
- **tabs:** swipe og scrollintoview oppfører seg rart
|
|
142
|
+
([4d1c98f](https://github.com/helsenorge/designsystem/commit/4d1c98f92c728c4c83c4d89ca696990992f1f880)), closes
|
|
143
|
+
[#328640](https://github.com/helsenorge/designsystem/issues/328640)
|
|
144
|
+
- **tile:** title spacing endringer ([28f852d](https://github.com/helsenorge/designsystem/commit/28f852dd361ff21bc77010d3d940677eaf82986f)),
|
|
145
|
+
closes [#336171](https://github.com/helsenorge/designsystem/issues/336171)
|
|
51
146
|
|
|
52
147
|
## [9.4.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.0&targetVersion=GTv9.4.1) (2024-11-25)
|
|
53
148
|
|
|
54
|
-
|
|
55
149
|
### Bug Fixes
|
|
56
150
|
|
|
57
|
-
|
|
151
|
+
- **tile:** compact title plasseres riktig
|
|
152
|
+
([72f7281](https://github.com/helsenorge/designsystem/commit/72f72818f9135d4489c29275ab4abbd746c324fd)), closes
|
|
153
|
+
[#336170](https://github.com/helsenorge/designsystem/issues/336170)
|
|
58
154
|
|
|
59
155
|
## [9.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.3.0&targetVersion=GTv9.4.0) (2024-11-22)
|
|
60
156
|
|
|
61
|
-
|
|
62
157
|
### Features
|
|
63
158
|
|
|
64
|
-
|
|
65
|
-
|
|
159
|
+
- nye ikoner ([c18b15a](https://github.com/helsenorge/designsystem/commit/c18b15a31ad1109c23c72bffcafe41de2c795af2)), closes
|
|
160
|
+
[#334685](https://github.com/helsenorge/designsystem/issues/334685)
|
|
66
161
|
|
|
67
162
|
### Bug Fixes
|
|
68
163
|
|
|
69
|
-
|
|
164
|
+
- **datepicker:** sjekk for klikking utenfor popup fungerer ikke i webcomp
|
|
165
|
+
([7a831f9](https://github.com/helsenorge/designsystem/commit/7a831f929fd9b529e4e080e22db5cad1dbf6c2b8)), closes
|
|
166
|
+
[#337485](https://github.com/helsenorge/designsystem/issues/337485)
|
|
70
167
|
|
|
71
168
|
## [9.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.2.0&targetVersion=GTv9.3.0) (2024-11-20)
|
|
72
169
|
|
|
73
|
-
|
|
74
170
|
### Features
|
|
75
171
|
|
|
76
|
-
|
|
172
|
+
- tile variant prop og nytt utseende
|
|
173
|
+
([b5de00e](https://github.com/helsenorge/designsystem/commit/b5de00e8ed4b05392788ff09af613887b1ce99c1)), closes
|
|
174
|
+
[#336170](https://github.com/helsenorge/designsystem/issues/336170)
|
|
77
175
|
|
|
78
176
|
## [9.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.1.0&targetVersion=GTv9.2.0) (2024-11-20)
|
|
79
177
|
|
|
80
|
-
|
|
81
178
|
### Features
|
|
82
179
|
|
|
83
|
-
|
|
84
|
-
|
|
180
|
+
- **tabs:** mulighet for å scrolle i tablist
|
|
181
|
+
([74adc25](https://github.com/helsenorge/designsystem/commit/74adc25bea3967ec15a5be955f10ad6a94854eb1)), closes
|
|
182
|
+
[#337089](https://github.com/helsenorge/designsystem/issues/337089)
|
|
85
183
|
|
|
86
184
|
### Bug Fixes
|
|
87
185
|
|
|
88
|
-
|
|
89
|
-
|
|
186
|
+
- **helppanel:** styling på helppanel i fluid size
|
|
187
|
+
([d3df2eb](https://github.com/helsenorge/designsystem/commit/d3df2ebecb1dff71f3b334702ab579ba36da52e9)), closes
|
|
188
|
+
[#332570](https://github.com/helsenorge/designsystem/issues/332570)
|
|
189
|
+
- **textarea:** controlled value warning
|
|
190
|
+
([371c8bd](https://github.com/helsenorge/designsystem/commit/371c8bd9ec2c453ed25fc265bef4afb566546151)), closes
|
|
191
|
+
[#337333](https://github.com/helsenorge/designsystem/issues/337333)
|
|
90
192
|
|
|
91
193
|
## [9.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.0.0&targetVersion=GTv9.1.0) (2024-11-14)
|
|
92
194
|
|
|
93
|
-
|
|
94
195
|
### Features
|
|
95
196
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
197
|
+
- tilby en klasse som gir komponenter full bredde inne i en container
|
|
198
|
+
([7f2a81e](https://github.com/helsenorge/designsystem/commit/7f2a81eb5bcd9886200be88a27c178ed927aa3d6)), closes
|
|
199
|
+
[#333756](https://github.com/helsenorge/designsystem/issues/333756)
|
|
200
|
+
- **avatar:** legg til circle type ([7bb1ff0](https://github.com/helsenorge/designsystem/commit/7bb1ff0930d64916467d071edea5b9a75ec63325)),
|
|
201
|
+
closes [#335338](https://github.com/helsenorge/designsystem/issues/335338)
|
|
202
|
+
- **slider:** fått id prop ([98af3e4](https://github.com/helsenorge/designsystem/commit/98af3e4e03e7cba9ce6bf2624ad6f70437a97f95)), closes
|
|
203
|
+
[#336965](https://github.com/helsenorge/designsystem/issues/336965)
|
|
100
204
|
|
|
101
205
|
### Bug Fixes
|
|
102
206
|
|
|
103
|
-
|
|
104
|
-
|
|
207
|
+
- button og expander i notificationpanel kontrastnivå består uu krav
|
|
208
|
+
([1c98714](https://github.com/helsenorge/designsystem/commit/1c98714baf49c5406dbb57c56987876c6230f607)), closes
|
|
209
|
+
[#328891](https://github.com/helsenorge/designsystem/issues/328891)
|
|
210
|
+
- **helppanel:** ikke bruk bakgrunnsfarge utenfor highlightpanel
|
|
211
|
+
([7bf68cc](https://github.com/helsenorge/designsystem/commit/7bf68ccd70b5a573463d8010696891c14f8d7058)), closes
|
|
212
|
+
[#332570](https://github.com/helsenorge/designsystem/issues/332570)
|
|
105
213
|
|
|
106
214
|
## [9.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.8.0&targetVersion=GTv9.0.0) (2024-11-05)
|
|
107
215
|
|
|
@@ -111,149 +219,205 @@
|
|
|
111
219
|
|
|
112
220
|
## 9.0.0-beta.1 (2024-10-25)
|
|
113
221
|
|
|
114
|
-
|
|
115
222
|
### Features
|
|
116
223
|
|
|
117
|
-
|
|
118
|
-
|
|
224
|
+
- legg til invalidFormatErrorMessage som parameter i valideringsfunksjoner
|
|
225
|
+
([2270650](https://github.com/helsenorge/designsystem/commit/22706507750a5968d9998b5430430b8de3b75683)), closes
|
|
226
|
+
[#333981](https://github.com/helsenorge/designsystem/issues/333981)
|
|
227
|
+
- **slider:** legger til validering, og ref og endre signatur til onchange
|
|
228
|
+
([5d5148a](https://github.com/helsenorge/designsystem/commit/5d5148ae5833c463f4bb7069ee704bc44d44d30f)), closes
|
|
229
|
+
[#329653](https://github.com/helsenorge/designsystem/issues/329653)
|
|
119
230
|
|
|
120
231
|
## 9.0.0-beta.0 (2024-10-17)
|
|
121
232
|
|
|
122
|
-
|
|
123
233
|
### Features
|
|
124
234
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
235
|
+
- endre fra mode til oncolor ([3491c74](https://github.com/helsenorge/designsystem/commit/3491c7438b743e4e05d78ddd130a5f3797b5b55a)), closes
|
|
236
|
+
[#331833](https://github.com/helsenorge/designsystem/issues/331833)
|
|
237
|
+
- validate gir skjema komponenter spacing
|
|
238
|
+
([c984428](https://github.com/helsenorge/designsystem/commit/c98442817d8f4a799e7c1d6a473dd215148ca7cd)), closes
|
|
239
|
+
[#331167](https://github.com/helsenorge/designsystem/issues/331167)
|
|
240
|
+
- **expanderlist:** fjern sticky mulighet
|
|
241
|
+
([c0b7df9](https://github.com/helsenorge/designsystem/commit/c0b7df9eeb186f74de16b9e7d7f11601e0e5794b)), closes
|
|
242
|
+
[#332677](https://github.com/helsenorge/designsystem/issues/332677)
|
|
243
|
+
- **expanderlist:** nytt design ([eb4d0f3](https://github.com/helsenorge/designsystem/commit/eb4d0f36d53401764033678dd571a10b481227e4)),
|
|
244
|
+
closes [#332677](https://github.com/helsenorge/designsystem/issues/332677)
|
|
245
|
+
- **sharingstatus:** fjern fargevalg blueberry og banana
|
|
246
|
+
([26db632](https://github.com/helsenorge/designsystem/commit/26db6326baeae2f7868d34b5a085c76a022e9345)), closes
|
|
247
|
+
[#328894](https://github.com/helsenorge/designsystem/issues/328894)
|
|
248
|
+
- **tabs:** designendringer for mobiltilpasning
|
|
249
|
+
([8ba1309](https://github.com/helsenorge/designsystem/commit/8ba13094a038b3077c07c870e1cb46ace0597f85)), closes
|
|
250
|
+
[#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
132
251
|
|
|
133
252
|
### Bug Fixes
|
|
134
253
|
|
|
135
|
-
|
|
136
|
-
|
|
254
|
+
- ikke vis fadeout om siste tab er valgt
|
|
255
|
+
([f0fe5a9](https://github.com/helsenorge/designsystem/commit/f0fe5a9ee1d928a0ae093bbed0909c3bce951498)), closes
|
|
256
|
+
[#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
257
|
+
- **dropdown:** import av feil oncolor
|
|
258
|
+
([f305cae](https://github.com/helsenorge/designsystem/commit/f305caea3c7cdcf4d312bc0f3b6af1d839a0aaca)), closes
|
|
259
|
+
[#331833](https://github.com/helsenorge/designsystem/issues/331833)
|
|
137
260
|
|
|
138
261
|
## [8.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.7.0&targetVersion=GTv8.8.0) (2024-11-04)
|
|
139
262
|
|
|
140
|
-
|
|
141
263
|
### Features
|
|
142
264
|
|
|
143
|
-
|
|
144
|
-
|
|
265
|
+
- **input:** eksponer inputmode som prop
|
|
266
|
+
([6bc9883](https://github.com/helsenorge/designsystem/commit/6bc98831c582f0356c04be50d9d3be1b4c65ba98)), closes
|
|
267
|
+
[#333385](https://github.com/helsenorge/designsystem/issues/333385)
|
|
268
|
+
- **textarea:** ny prop value ([fd9a116](https://github.com/helsenorge/designsystem/commit/fd9a11697229b87f88f135b8a5c16f7853cc9ead)),
|
|
269
|
+
closes [#335948](https://github.com/helsenorge/designsystem/issues/335948)
|
|
145
270
|
|
|
146
271
|
## [8.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.6.0&targetVersion=GTv8.7.0) (2024-10-17)
|
|
147
272
|
|
|
148
|
-
|
|
149
273
|
### Features
|
|
150
274
|
|
|
151
|
-
|
|
275
|
+
- **datetime:** får onblur prop ([31fe602](https://github.com/helsenorge/designsystem/commit/31fe602a68f12c39e48a55b5559fcd812be97785)),
|
|
276
|
+
closes [#334254](https://github.com/helsenorge/designsystem/issues/334254)
|
|
152
277
|
|
|
153
278
|
## [8.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.5.1&targetVersion=GTv8.6.0) (2024-10-09)
|
|
154
279
|
|
|
155
|
-
|
|
156
280
|
### Features
|
|
157
281
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
282
|
+
- **datepicker:** legg til prop for å sette posisjon på datepicker popup
|
|
283
|
+
([0f392ed](https://github.com/helsenorge/designsystem/commit/0f392ed1f5fc76be0fbfdeb5262f64071cbf4dc0)), closes
|
|
284
|
+
[#326998](https://github.com/helsenorge/designsystem/issues/326998)
|
|
285
|
+
- **datetime:** value prop og defaultvalue settes riktig
|
|
286
|
+
([a3d8617](https://github.com/helsenorge/designsystem/commit/a3d86173269cd5a1dd9d8cd1f13a2512b2fb87fd)), closes
|
|
287
|
+
[#332561](https://github.com/helsenorge/designsystem/issues/332561)
|
|
288
|
+
- **label:** gi mulighet for å rendre label med andre tags
|
|
289
|
+
([9f952dd](https://github.com/helsenorge/designsystem/commit/9f952ddd0eac84e1426d070685998e950fa9e9f8)), closes
|
|
290
|
+
[#331803](https://github.com/helsenorge/designsystem/issues/331803)
|
|
291
|
+
- **tabs:** endre default touch behaviour til å være none
|
|
292
|
+
([4101ce2](https://github.com/helsenorge/designsystem/commit/4101ce2a85f84e26b9fcfd61990ca8792f72b55c)), closes
|
|
293
|
+
[#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
162
294
|
|
|
163
295
|
## [8.5.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.5.0&targetVersion=GTv8.5.1) (2024-09-25)
|
|
164
296
|
|
|
165
|
-
|
|
166
297
|
### Bug Fixes
|
|
167
298
|
|
|
168
|
-
|
|
299
|
+
- progressbar leses opp av skjermlesere
|
|
300
|
+
([550e7ac](https://github.com/helsenorge/designsystem/commit/550e7acfbb4687d946f36a7dad9e284614aee6a4)), closes
|
|
301
|
+
[#328018](https://github.com/helsenorge/designsystem/issues/328018)
|
|
169
302
|
|
|
170
303
|
## [8.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.4.0&targetVersion=GTv8.5.0) (2024-09-23)
|
|
171
304
|
|
|
172
|
-
|
|
173
305
|
### Features
|
|
174
306
|
|
|
175
|
-
|
|
307
|
+
- nytt komponent toggle ([76f1da5](https://github.com/helsenorge/designsystem/commit/76f1da5c077db4bc62a45007d72f65053e5310cc)), closes
|
|
308
|
+
[#308151](https://github.com/helsenorge/designsystem/issues/308151)
|
|
176
309
|
|
|
177
310
|
## [8.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.3.0&targetVersion=GTv8.4.0) (2024-09-13)
|
|
178
311
|
|
|
179
|
-
|
|
180
312
|
### Features
|
|
181
313
|
|
|
182
|
-
|
|
314
|
+
- **radiobutton:** legg til prop for checked og gjør komponenten controlled
|
|
315
|
+
([1c8ae22](https://github.com/helsenorge/designsystem/commit/1c8ae22e0f5d138f308a00ca29212ed04313ba9a)), closes
|
|
316
|
+
[#331953](https://github.com/helsenorge/designsystem/issues/331953)
|
|
183
317
|
|
|
184
318
|
## [8.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.2.1&targetVersion=GTv8.3.0) (2024-09-09)
|
|
185
319
|
|
|
186
|
-
|
|
187
320
|
### Features
|
|
188
321
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
322
|
+
- statusdot oppdaterer utseende ([18927ec](https://github.com/helsenorge/designsystem/commit/18927ec1e9a6ca18eb0f528798d17f2e4edaa4e0)),
|
|
323
|
+
closes [#328986](https://github.com/helsenorge/designsystem/issues/328986)
|
|
324
|
+
- **datepicker:** ny prop onDatePickerClosed
|
|
325
|
+
([11c1f3b](https://github.com/helsenorge/designsystem/commit/11c1f3b5dd8e186793d9e057385450385a1814ec)), closes
|
|
326
|
+
[#329586](https://github.com/helsenorge/designsystem/issues/329586)
|
|
192
327
|
|
|
193
328
|
### Bug Fixes
|
|
194
329
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
330
|
+
- **datepicker:** datevalue fungerer for mobil
|
|
331
|
+
([7202ba8](https://github.com/helsenorge/designsystem/commit/7202ba8dca1f6101ed7987fd947b9e58824946db)), closes
|
|
332
|
+
[#331620](https://github.com/helsenorge/designsystem/issues/331620)
|
|
333
|
+
- **datepicker:** onblur skjer riktig uten focuseddatepickerpopup
|
|
334
|
+
([e1662ed](https://github.com/helsenorge/designsystem/commit/e1662edbb486340352e9012c1ba8aeae43dca27e)), closes
|
|
335
|
+
[#329586](https://github.com/helsenorge/designsystem/issues/329586)
|
|
336
|
+
- **datepicker:** popup valg trigger onblur
|
|
337
|
+
([6d886cb](https://github.com/helsenorge/designsystem/commit/6d886cbc3bcfe9b97c0247389ca0238f29dd9f0a)), closes
|
|
338
|
+
[#329586](https://github.com/helsenorge/designsystem/issues/329586)
|
|
339
|
+
- **designsystem:** badge i panel vises til høyre på mobil
|
|
340
|
+
([2b6d63e](https://github.com/helsenorge/designsystem/commit/2b6d63e1a36d63ad41159fb637f896636ae58672)), closes
|
|
341
|
+
[#329338](https://github.com/helsenorge/designsystem/issues/329338)
|
|
199
342
|
|
|
200
343
|
## [8.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.2.0&targetVersion=GTv8.2.1) (2024-08-28)
|
|
201
344
|
|
|
202
345
|
## [8.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.1.1&targetVersion=GTv8.2.0) (2024-08-28)
|
|
203
346
|
|
|
204
|
-
|
|
205
347
|
### Features
|
|
206
348
|
|
|
207
|
-
|
|
208
|
-
|
|
349
|
+
- nye ikoner ([f142728](https://github.com/helsenorge/designsystem/commit/f142728c1eb29c0742cfdddad183d116ca801537)), closes
|
|
350
|
+
[#330973](https://github.com/helsenorge/designsystem/issues/330973)
|
|
209
351
|
|
|
210
352
|
### Bug Fixes
|
|
211
353
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
354
|
+
- datovelger fungerer med klikk på dato i popup
|
|
355
|
+
([897302c](https://github.com/helsenorge/designsystem/commit/897302cd9cf4de3d1bea911e14ad8760d9401d41)), closes
|
|
356
|
+
[#326414](https://github.com/helsenorge/designsystem/issues/326414)
|
|
357
|
+
- expander large spacing matcher expander-list
|
|
358
|
+
([724f3ca](https://github.com/helsenorge/designsystem/commit/724f3cac605dbbe3bece97d93ee88524e8263411)), closes
|
|
359
|
+
[#326162](https://github.com/helsenorge/designsystem/issues/326162)
|
|
360
|
+
- useFocusableElements lytter bare på relevante DOM-endringer
|
|
361
|
+
([375303f](https://github.com/helsenorge/designsystem/commit/375303f1d20490c2d37f2cc997e4730cbee763b5)), closes
|
|
362
|
+
[#328890](https://github.com/helsenorge/designsystem/issues/328890)
|
|
215
363
|
|
|
216
364
|
## [8.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.1.0&targetVersion=GTv8.1.1) (2024-08-26)
|
|
217
365
|
|
|
218
|
-
|
|
219
366
|
### Bug Fixes
|
|
220
367
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
368
|
+
- datepicker lukker seg når man klikker til høyre for inputfeltet
|
|
369
|
+
([7b891fe](https://github.com/helsenorge/designsystem/commit/7b891fed2d21bb8a79e3c5c09f7e3078eac67cdf)), closes
|
|
370
|
+
[#326414](https://github.com/helsenorge/designsystem/issues/326414)
|
|
371
|
+
- loader med overlay har alltid hvit farge
|
|
372
|
+
([cdf94b3](https://github.com/helsenorge/designsystem/commit/cdf94b3431f78f48e33839a39f18dbf6d92347b8)), closes
|
|
373
|
+
[#328887](https://github.com/helsenorge/designsystem/issues/328887)
|
|
374
|
+
- modal er tilgjengelig med tastatur mens den er scrollbar
|
|
375
|
+
([80db1df](https://github.com/helsenorge/designsystem/commit/80db1df9bd319c5979385f669510d1539c1581a5)), closes
|
|
376
|
+
[#328890](https://github.com/helsenorge/designsystem/issues/328890)
|
|
377
|
+
- **datepicker:** undefined datevalue fjerner dato og rerendrer riktig
|
|
378
|
+
([b1d56a8](https://github.com/helsenorge/designsystem/commit/b1d56a844148f58e171eb424cc0593478922a8e2)), closes
|
|
379
|
+
[#330144](https://github.com/helsenorge/designsystem/issues/330144)
|
|
225
380
|
|
|
226
381
|
## [8.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.0.2&targetVersion=GTv8.1.0) (2024-08-23)
|
|
227
382
|
|
|
228
|
-
|
|
229
383
|
### Features
|
|
230
384
|
|
|
231
|
-
|
|
232
|
-
|
|
385
|
+
- mulig å skru av swiping i tabs ([45aac8f](https://github.com/helsenorge/designsystem/commit/45aac8f7358e77fe85467d826b54c052b01b3086)),
|
|
386
|
+
closes [#330586](https://github.com/helsenorge/designsystem/issues/330586)
|
|
233
387
|
|
|
234
388
|
### Bug Fixes
|
|
235
389
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
390
|
+
- table kan brukes i tabs uten problemer med scrolling på mobil
|
|
391
|
+
([d28a280](https://github.com/helsenorge/designsystem/commit/d28a280d4afe56227a331334348d91aac5be6281)), closes
|
|
392
|
+
[#330555](https://github.com/helsenorge/designsystem/issues/330555)
|
|
393
|
+
- unngå blinking i tabs på mobil når man scroller
|
|
394
|
+
([2bddf20](https://github.com/helsenorge/designsystem/commit/2bddf2017f1067ba1b17473006b2103de630054e)), closes
|
|
395
|
+
[#330597](https://github.com/helsenorge/designsystem/issues/330597)
|
|
396
|
+
- validationsummary er ikke labelled by ikke-eksisterende element
|
|
397
|
+
([3ac0b88](https://github.com/helsenorge/designsystem/commit/3ac0b8822820ad47ac635da95b7d7377481f2f33)), closes
|
|
398
|
+
[#328895](https://github.com/helsenorge/designsystem/issues/328895)
|
|
239
399
|
|
|
240
400
|
## [8.0.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.0.1&targetVersion=GTv8.0.2) (2024-08-22)
|
|
241
401
|
|
|
242
|
-
|
|
243
402
|
### Bug Fixes
|
|
244
403
|
|
|
245
|
-
|
|
246
|
-
|
|
404
|
+
- lightbox uu forbedringer ([8026ee9](https://github.com/helsenorge/designsystem/commit/8026ee9fc1acb94cd1b9e9d12ff1a190beca31d3)), closes
|
|
405
|
+
[#329075](https://github.com/helsenorge/designsystem/issues/329075)
|
|
406
|
+
- radiobutton-scss bygger når designsystem tas i bruk
|
|
407
|
+
([867b0ec](https://github.com/helsenorge/designsystem/commit/867b0ec36002ed16fda4f7e6dae07bad4b805c46)), closes
|
|
408
|
+
[#330427](https://github.com/helsenorge/designsystem/issues/330427)
|
|
247
409
|
|
|
248
410
|
## [8.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.0.0&targetVersion=GTv8.0.1) (2024-08-15)
|
|
249
411
|
|
|
250
412
|
## 8.0.0-beta.6 (2024-08-15)
|
|
251
413
|
|
|
252
|
-
|
|
253
414
|
### Features
|
|
254
415
|
|
|
255
|
-
|
|
256
|
-
|
|
416
|
+
- checkbox og radio disabled state får nytt uttrykk
|
|
417
|
+
([e3b871d](https://github.com/helsenorge/designsystem/commit/e3b871d8c739973eb7d1d323d77f487e086b9f1d)), closes
|
|
418
|
+
[#329309](https://github.com/helsenorge/designsystem/issues/329309)
|
|
419
|
+
- ny komponent EyebrowHeader ([2c8f13b](https://github.com/helsenorge/designsystem/commit/2c8f13b1715dee17d9ce262427f86bebfe6281ca)), closes
|
|
420
|
+
[#326557](https://github.com/helsenorge/designsystem/issues/326557)
|
|
257
421
|
|
|
258
422
|
## [8.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.4&targetVersion=GTv8.0.0) (2024-08-13)
|
|
259
423
|
|
|
@@ -263,16 +427,19 @@
|
|
|
263
427
|
|
|
264
428
|
## 8.0.0-beta.3 (2024-08-12)
|
|
265
429
|
|
|
266
|
-
|
|
267
430
|
### Features
|
|
268
431
|
|
|
269
|
-
|
|
270
|
-
|
|
432
|
+
- ny komponent lightbox ([283c06d](https://github.com/helsenorge/designsystem/commit/283c06dd0eee42e174d76646a43edb6001e69f4c)), closes
|
|
433
|
+
[#318675](https://github.com/helsenorge/designsystem/issues/318675)
|
|
271
434
|
|
|
272
435
|
### Bug Fixes
|
|
273
436
|
|
|
274
|
-
|
|
275
|
-
|
|
437
|
+
- **datepicker:** popup skal ha fast storrelse
|
|
438
|
+
([5f7a5cf](https://github.com/helsenorge/designsystem/commit/5f7a5cfc460d3e779ede02cbdaa476dacdc8d4fb)), closes
|
|
439
|
+
[#328505](https://github.com/helsenorge/designsystem/issues/328505)
|
|
440
|
+
- **lightbox:** legg til bedre universell utforming
|
|
441
|
+
([40ad870](https://github.com/helsenorge/designsystem/commit/40ad870b180911227ad058c056ea8c96d84bf2e6)), closes
|
|
442
|
+
[#329100](https://github.com/helsenorge/designsystem/issues/329100)
|
|
276
443
|
|
|
277
444
|
## 8.0.0-beta.2 (2024-06-24)
|
|
278
445
|
|
|
@@ -280,222 +447,282 @@
|
|
|
280
447
|
|
|
281
448
|
## 8.0.0-beta.0 (2024-06-24)
|
|
282
449
|
|
|
283
|
-
|
|
284
450
|
### Features
|
|
285
451
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
452
|
+
- fjern deprecated prop errorSummary
|
|
453
|
+
([eed040f](https://github.com/helsenorge/designsystem/commit/eed040f5470c5c430098edb8171f3256f6b8b26d)), closes
|
|
454
|
+
[#324890](https://github.com/helsenorge/designsystem/issues/324890)
|
|
455
|
+
- fjern variant alert ([0da88f3](https://github.com/helsenorge/designsystem/commit/0da88f33e2584650f8c2d9428197f62bc4ad7fb2)), closes
|
|
456
|
+
[#325898](https://github.com/helsenorge/designsystem/issues/325898)
|
|
457
|
+
- flytt padding-bottom fra ErrorWrapper til Validation
|
|
458
|
+
([f92a3d6](https://github.com/helsenorge/designsystem/commit/f92a3d6e724a34a75416df04ae7419b78028a2ab)), closes
|
|
459
|
+
[#324890](https://github.com/helsenorge/designsystem/issues/324890)
|
|
460
|
+
- react 18 ([7a99c2a](https://github.com/helsenorge/designsystem/commit/7a99c2a0fa265aad351b5bca415e5977aef197f2)), closes
|
|
461
|
+
[#327791](https://github.com/helsenorge/designsystem/issues/327791)
|
|
462
|
+
- rename highlightbox til highlightpanel
|
|
463
|
+
([138beea](https://github.com/helsenorge/designsystem/commit/138beea5c249c71e5b47d931fa910e25c91a070f)), closes
|
|
464
|
+
[#318438](https://github.com/helsenorge/designsystem/issues/318438)
|
|
465
|
+
- splitt Tag-komponent til Tag og Chip
|
|
466
|
+
([7bac3bb](https://github.com/helsenorge/designsystem/commit/7bac3bbd99e9e2a474193c8f4d05b6b299017e73)), closes
|
|
467
|
+
[#314597](https://github.com/helsenorge/designsystem/issues/314597)
|
|
468
|
+
- ta i bruk errorwrapper i checkbox og radiobutton
|
|
469
|
+
([c91d997](https://github.com/helsenorge/designsystem/commit/c91d99712844f024c0056e819a49af0a339d8c6a)), closes
|
|
470
|
+
[#287874](https://github.com/helsenorge/designsystem/issues/287874)
|
|
294
471
|
|
|
295
472
|
### Bug Fixes
|
|
296
473
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
474
|
+
- chip large too large ([6fe2f2e](https://github.com/helsenorge/designsystem/commit/6fe2f2e17b26647e72163775cae219cc5c00ae7c)), closes
|
|
475
|
+
[#314597](https://github.com/helsenorge/designsystem/issues/314597)
|
|
476
|
+
- feil skråstrek på chip ([253ed93](https://github.com/helsenorge/designsystem/commit/253ed9330142bd1b52afdccc9b59170ef4be0b84)), closes
|
|
477
|
+
[#314597](https://github.com/helsenorge/designsystem/issues/314597)
|
|
478
|
+
- merge conflicts ([1b40d65](https://github.com/helsenorge/designsystem/commit/1b40d6594e6f8cf1f5b2570560dd79f2482b98a3))
|
|
300
479
|
|
|
301
480
|
## 7.0.1-beta.0 (2024-04-09)
|
|
302
481
|
|
|
303
482
|
## [7.13.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.3&targetVersion=GTv7.13.4) (2024-07-25)
|
|
304
483
|
|
|
305
|
-
|
|
306
484
|
### Bug Fixes
|
|
307
485
|
|
|
308
|
-
|
|
486
|
+
- **tabs:** fjern zindex ([312d337](https://github.com/helsenorge/designsystem/commit/312d3370b7f288b28e60e189c829eff82b5ce2ac)), closes
|
|
487
|
+
[#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
309
488
|
|
|
310
489
|
## [7.13.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.2&targetVersion=GTv7.13.3) (2024-07-25)
|
|
311
490
|
|
|
312
|
-
|
|
313
491
|
### Bug Fixes
|
|
314
492
|
|
|
315
|
-
|
|
493
|
+
- sett z-index på tabs og input så de oppfører seg sammen med andre komponenter
|
|
494
|
+
([3bd47e0](https://github.com/helsenorge/designsystem/commit/3bd47e01af75dc2d17cb5af9ba4be30aaed50e91)), closes
|
|
495
|
+
[#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
316
496
|
|
|
317
497
|
## [7.13.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.1&targetVersion=GTv7.13.2) (2024-07-25)
|
|
318
498
|
|
|
319
|
-
|
|
320
499
|
### Bug Fixes
|
|
321
500
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
501
|
+
- **expander:** bygg ([779c2a3](https://github.com/helsenorge/designsystem/commit/779c2a3aa668c5fcc870e230dbfa9d2847b5a40b))
|
|
502
|
+
- **expander:** fiks sticky klasser ([5885b90](https://github.com/helsenorge/designsystem/commit/5885b902c4c51fd35c456f8c1584b9bf01908f6d))
|
|
503
|
+
- **expander:** fjern klasse som gir bug
|
|
504
|
+
([589c9af](https://github.com/helsenorge/designsystem/commit/589c9aff764e6ce162d180c2a0bb4ea3500357c3))
|
|
505
|
+
- **expander:** sett position slik at zindex blir riktig
|
|
506
|
+
([e1a8220](https://github.com/helsenorge/designsystem/commit/e1a82201412b9817f2e41a915c101a294d33853a))
|
|
507
|
+
- **tabs:** fiks keyboard navigation
|
|
508
|
+
([db5d64d](https://github.com/helsenorge/designsystem/commit/db5d64d99008b91b83cb38cb25bc11c591b8de43)), closes
|
|
509
|
+
[#328547](https://github.com/helsenorge/designsystem/issues/328547)
|
|
327
510
|
|
|
328
511
|
## [7.13.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.0&targetVersion=GTv7.13.1) (2024-07-23)
|
|
329
512
|
|
|
330
|
-
|
|
331
513
|
### Bug Fixes
|
|
332
514
|
|
|
333
|
-
|
|
515
|
+
- **tabs:** endre z indeks ([30f5684](https://github.com/helsenorge/designsystem/commit/30f5684adaeea90a218cdd280980e45b25a4676c)), closes
|
|
516
|
+
[#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
334
517
|
|
|
335
518
|
## [7.13.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.12.0&targetVersion=GTv7.13.0) (2024-07-22)
|
|
336
519
|
|
|
337
|
-
|
|
338
520
|
### Features
|
|
339
521
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
522
|
+
- legg til storybook-eksempler for typography.module
|
|
523
|
+
([2fe8228](https://github.com/helsenorge/designsystem/commit/2fe8228dc486c99ed409c2d508dc09b094b2292a)), closes
|
|
524
|
+
[#326403](https://github.com/helsenorge/designsystem/issues/326403)
|
|
525
|
+
- **duolist:** collapsed mode mulig fra gitt breakpoint
|
|
526
|
+
([f50448c](https://github.com/helsenorge/designsystem/commit/f50448cab636c41679af97d5edb8909db810b6c0)), closes
|
|
527
|
+
[#328401](https://github.com/helsenorge/designsystem/issues/328401)
|
|
528
|
+
- **tabs:** mer mobilvennlig ([b52c281](https://github.com/helsenorge/designsystem/commit/b52c281e029f2ccda72dda15fe559907287ad7f9)), closes
|
|
529
|
+
[#322461](https://github.com/helsenorge/designsystem/issues/322461) [#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
344
530
|
|
|
345
531
|
### Bug Fixes
|
|
346
532
|
|
|
347
|
-
|
|
348
|
-
|
|
533
|
+
- error må være true for at inputfelter med errorTextId skal få aria-describedby
|
|
534
|
+
([2d64531](https://github.com/helsenorge/designsystem/commit/2d64531a61eb4e6b37f00cc75e4a27ecf6c371b7)), closes
|
|
535
|
+
[#327379](https://github.com/helsenorge/designsystem/issues/327379)
|
|
536
|
+
- **dictionarytrigger:** juster ned avstanden mellom linjen og ord
|
|
537
|
+
([ef2e6af](https://github.com/helsenorge/designsystem/commit/ef2e6af7d1645544b2a3479d0d2b1b739c6886c9)), closes
|
|
538
|
+
[#328583](https://github.com/helsenorge/designsystem/issues/328583)
|
|
349
539
|
|
|
350
540
|
## [7.12.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.11.0&targetVersion=GTv7.12.0) (2024-06-21)
|
|
351
541
|
|
|
352
|
-
|
|
353
542
|
### Features
|
|
354
543
|
|
|
355
|
-
|
|
544
|
+
- **datepicker:** lagt til disabled prop
|
|
545
|
+
([178326d](https://github.com/helsenorge/designsystem/commit/178326d934c0f6a0b916de1c868bac7363ba2960)), closes
|
|
546
|
+
[#327974](https://github.com/helsenorge/designsystem/issues/327974)
|
|
356
547
|
|
|
357
548
|
## [7.11.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.10.0&targetVersion=GTv7.11.0) (2024-06-20)
|
|
358
549
|
|
|
359
|
-
|
|
360
550
|
### Features
|
|
361
551
|
|
|
362
|
-
|
|
552
|
+
- **button:** textposition prop får centered type
|
|
553
|
+
([46d7ae0](https://github.com/helsenorge/designsystem/commit/46d7ae09e6ac1ec954355ed81c7d17f3786a01e8)), closes
|
|
554
|
+
[#320973](https://github.com/helsenorge/designsystem/issues/320973)
|
|
363
555
|
|
|
364
556
|
## [7.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.9.0&targetVersion=GTv7.10.0) (2024-06-19)
|
|
365
557
|
|
|
366
|
-
|
|
367
558
|
### Features
|
|
368
559
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
560
|
+
- illustrasjon facialrecongitionfingerprint lagt til
|
|
561
|
+
([64bff31](https://github.com/helsenorge/designsystem/commit/64bff313fa89b1602dd5198fa773d9baa29b0a32)), closes
|
|
562
|
+
[#320973](https://github.com/helsenorge/designsystem/issues/320973)
|
|
563
|
+
- **progressbar:** ny komponent ([9cdbd1b](https://github.com/helsenorge/designsystem/commit/9cdbd1bad9a701ed4a68bd84bb959b6785d518bd)),
|
|
564
|
+
closes [#297459](https://github.com/helsenorge/designsystem/issues/297459)
|
|
372
565
|
|
|
373
566
|
### Bug Fixes
|
|
374
567
|
|
|
375
|
-
|
|
568
|
+
- **progressbar:** bedre uu ([1f2bcf0](https://github.com/helsenorge/designsystem/commit/1f2bcf01cd1fa88a5b4765013a17ec2e5ca05a67)), closes
|
|
569
|
+
[#297459](https://github.com/helsenorge/designsystem/issues/297459)
|
|
376
570
|
|
|
377
571
|
## [7.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.8.1&targetVersion=GTv7.9.0) (2024-06-12)
|
|
378
572
|
|
|
379
|
-
|
|
380
573
|
### Bug Fixes
|
|
381
574
|
|
|
382
|
-
|
|
575
|
+
- fiks brekking av ord i dropdown ([d10a776](https://github.com/helsenorge/designsystem/commit/d10a776b66763d2c92c9bfeb0b5988687e235577)),
|
|
576
|
+
closes [#327108](https://github.com/helsenorge/designsystem/issues/327108)
|
|
383
577
|
|
|
384
578
|
## [7.8.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.8.0&targetVersion=GTv7.8.1) (2024-06-04)
|
|
385
579
|
|
|
386
|
-
|
|
387
580
|
### Bug Fixes
|
|
388
581
|
|
|
389
|
-
|
|
582
|
+
- typography sass fil feiler ([e47c50b](https://github.com/helsenorge/designsystem/commit/e47c50b6dc48c0b463642b571483ccceb97abb53))
|
|
390
583
|
|
|
391
584
|
## [7.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.7.0&targetVersion=GTv7.8.0) (2024-06-04)
|
|
392
585
|
|
|
393
|
-
|
|
394
586
|
### Features
|
|
395
587
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
588
|
+
- **anchorlink:** sett underline med text decoration istedenfor border
|
|
589
|
+
([d3a8a53](https://github.com/helsenorge/designsystem/commit/d3a8a532094fec1187770beb570336edad0f47d0)), closes
|
|
590
|
+
[#324794](https://github.com/helsenorge/designsystem/issues/324794)
|
|
591
|
+
- **button:** ny prop textposition ([fb5fdba](https://github.com/helsenorge/designsystem/commit/fb5fdba4cd5390fdb8e9dd2a4c21c4180b282e50)),
|
|
592
|
+
closes [#325052](https://github.com/helsenorge/designsystem/issues/325052)
|
|
593
|
+
- **tabs:** ny komponent ([50eae16](https://github.com/helsenorge/designsystem/commit/50eae16394ccf26eff226563940fb18f5f84728b)), closes
|
|
594
|
+
[#297427](https://github.com/helsenorge/designsystem/issues/297427)
|
|
400
595
|
|
|
401
596
|
### Bug Fixes
|
|
402
597
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
598
|
+
- **button:** ikke hover effekt på ikon ved disabled
|
|
599
|
+
([ea79c60](https://github.com/helsenorge/designsystem/commit/ea79c605adcf77d6bfa4cb6ad9ab8ba88fba9166)), closes
|
|
600
|
+
[#325454](https://github.com/helsenorge/designsystem/issues/325454)
|
|
601
|
+
- **datepicker:** datevalue valideres riktig før den settes
|
|
602
|
+
([ec5422e](https://github.com/helsenorge/designsystem/commit/ec5422e1e744af6b4315e16edc5dfa2c066df54a)), closes
|
|
603
|
+
[#325330](https://github.com/helsenorge/designsystem/issues/325330)
|
|
604
|
+
- **expander:** cursor pointer på expander large
|
|
605
|
+
([2239314](https://github.com/helsenorge/designsystem/commit/2239314c0c582680f9bba0e19562433f534a202b)), closes
|
|
606
|
+
[#325072](https://github.com/helsenorge/designsystem/issues/325072)
|
|
406
607
|
|
|
407
608
|
## [7.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.6.0&targetVersion=GTv7.7.0) (2024-05-28)
|
|
408
609
|
|
|
409
|
-
|
|
410
610
|
### Features
|
|
411
611
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
612
|
+
- ny type notification Badge og tillates flere badges i ListHeader
|
|
613
|
+
([0768e0a](https://github.com/helsenorge/designsystem/commit/0768e0ae1d137f17ecfa92aa2b708ca52862e6b2)), closes
|
|
614
|
+
[#325119](https://github.com/helsenorge/designsystem/issues/325119)
|
|
615
|
+
- **expander:** bruk token på bakgrunn for liten expander
|
|
616
|
+
([73d8531](https://github.com/helsenorge/designsystem/commit/73d8531a52ed5a6387af8fa84045a0afd620eb38)), closes
|
|
617
|
+
[#324989](https://github.com/helsenorge/designsystem/issues/324989)
|
|
618
|
+
- **notificationpanel:** bruk Expander-komponent i NotificationPanel
|
|
619
|
+
([e8d4e8d](https://github.com/helsenorge/designsystem/commit/e8d4e8d776333f243cddba8f15742dd6f271bb3d)), closes
|
|
620
|
+
[#324989](https://github.com/helsenorge/designsystem/issues/324989)
|
|
416
621
|
|
|
417
622
|
### Bug Fixes
|
|
418
623
|
|
|
419
|
-
|
|
624
|
+
- **expander:** manglende import av supernova stylesheet
|
|
625
|
+
([077ec2d](https://github.com/helsenorge/designsystem/commit/077ec2d1f59ce80076deeae5bc7911f7a9a2e431)), closes
|
|
626
|
+
[#324989](https://github.com/helsenorge/designsystem/issues/324989)
|
|
420
627
|
|
|
421
628
|
## [7.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.5.0&targetVersion=GTv7.6.0) (2024-05-15)
|
|
422
629
|
|
|
423
|
-
|
|
424
630
|
### Features
|
|
425
631
|
|
|
426
|
-
|
|
427
|
-
|
|
632
|
+
- **notificationpanel:** legg til prop for å sette html tag for label
|
|
633
|
+
([ebd331a](https://github.com/helsenorge/designsystem/commit/ebd331a75f04099c4ad7e552ff70df8751675734)), closes
|
|
634
|
+
[#324952](https://github.com/helsenorge/designsystem/issues/324952)
|
|
428
635
|
|
|
429
636
|
### Bug Fixes
|
|
430
637
|
|
|
431
|
-
|
|
432
|
-
|
|
638
|
+
- skjemaelementer med error styling overlapper utifra dom rekkefølge
|
|
639
|
+
([b07b7d6](https://github.com/helsenorge/designsystem/commit/b07b7d69391b3e4296e8a8cde8b8d312f835cb03)), closes
|
|
640
|
+
[#324846](https://github.com/helsenorge/designsystem/issues/324846)
|
|
641
|
+
- **expanderlist:** fiks så variant fill ikke mister margin top ved åpning av expander
|
|
642
|
+
([d277c97](https://github.com/helsenorge/designsystem/commit/d277c97660aa8334a44b1183445f55f2037b2263)), closes
|
|
643
|
+
[#324823](https://github.com/helsenorge/designsystem/issues/324823)
|
|
433
644
|
|
|
434
645
|
## [7.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.4.0&targetVersion=GTv7.5.0) (2024-05-08)
|
|
435
646
|
|
|
436
|
-
|
|
437
647
|
### Features
|
|
438
648
|
|
|
439
|
-
|
|
649
|
+
- **notificationpanel:** compactmode kan nå vise children
|
|
650
|
+
([8056e4a](https://github.com/helsenorge/designsystem/commit/8056e4a95ed03caecd05b69bedbb5c16f6ba1f4a)), closes
|
|
651
|
+
[#324320](https://github.com/helsenorge/designsystem/issues/324320)
|
|
440
652
|
|
|
441
653
|
## [7.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.3.1&targetVersion=GTv7.4.0) (2024-05-07)
|
|
442
654
|
|
|
443
|
-
|
|
444
655
|
### Features
|
|
445
656
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
657
|
+
- bruk Supernova tokens ([4f75387](https://github.com/helsenorge/designsystem/commit/4f753874252ebf8d4a12950ba52996eb9f3abc32)), closes
|
|
658
|
+
[#318458](https://github.com/helsenorge/designsystem/issues/318458)
|
|
659
|
+
- mulighet for å gi en tekst på popmenu knapp i tillegg til ikon
|
|
660
|
+
([80b232b](https://github.com/helsenorge/designsystem/commit/80b232b4c1bbc1bdd64f711767c6576a01958f56)), closes
|
|
661
|
+
[#323182](https://github.com/helsenorge/designsystem/issues/323182)
|
|
449
662
|
|
|
450
663
|
### Bug Fixes
|
|
451
664
|
|
|
452
|
-
|
|
453
|
-
|
|
665
|
+
- ikke unødvendig mellomrom i aria-describedby
|
|
666
|
+
([0053898](https://github.com/helsenorge/designsystem/commit/0053898bf559a39a401a38194e23550d99bee859)), closes
|
|
667
|
+
[#324479](https://github.com/helsenorge/designsystem/issues/324479)
|
|
668
|
+
- skjemakomponenter har ikke tom aria-describedby
|
|
669
|
+
([186db10](https://github.com/helsenorge/designsystem/commit/186db100d5a3303316d9e40196d64fb06136a58c)), closes
|
|
670
|
+
[#324479](https://github.com/helsenorge/designsystem/issues/324479)
|
|
454
671
|
|
|
455
672
|
## [7.3.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.3.0&targetVersion=GTv7.3.1) (2024-04-22)
|
|
456
673
|
|
|
457
|
-
|
|
458
674
|
### Bug Fixes
|
|
459
675
|
|
|
460
|
-
|
|
461
|
-
|
|
676
|
+
- arrow får egen klasse for å toggle visibility
|
|
677
|
+
([52525a4](https://github.com/helsenorge/designsystem/commit/52525a4d45b6b2e97ac553922fa1ec41032cc778)), closes
|
|
678
|
+
[#323182](https://github.com/helsenorge/designsystem/issues/323182)
|
|
679
|
+
- wrapperclassname fikser type ([fe42184](https://github.com/helsenorge/designsystem/commit/fe42184cc3bbffbcdc106def06a1a283f70bb32a))
|
|
462
680
|
|
|
463
681
|
## [7.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.2.1&targetVersion=GTv7.3.0) (2024-04-22)
|
|
464
682
|
|
|
465
|
-
|
|
466
683
|
### Features
|
|
467
684
|
|
|
468
|
-
|
|
685
|
+
- **designsystem:** select får wrapperclassname prop
|
|
686
|
+
([61a1a8c](https://github.com/helsenorge/designsystem/commit/61a1a8c4323c2150ee97d21a7325de6c72cc5198)), closes
|
|
687
|
+
[#323789](https://github.com/helsenorge/designsystem/issues/323789)
|
|
469
688
|
|
|
470
689
|
## [7.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.2.0&targetVersion=GTv7.2.1) (2024-04-19)
|
|
471
690
|
|
|
472
|
-
|
|
473
691
|
### Bug Fixes
|
|
474
692
|
|
|
475
|
-
|
|
476
|
-
|
|
693
|
+
- i button med accessibility-character-arrow er pilen skjult for skjermleser
|
|
694
|
+
([0a8fd28](https://github.com/helsenorge/designsystem/commit/0a8fd28f16234ff8ca620c5b086d22b080a2cb17)), closes
|
|
695
|
+
[#273312](https://github.com/helsenorge/designsystem/issues/273312)
|
|
696
|
+
- width satt feil på popmenu ([fb4dc2d](https://github.com/helsenorge/designsystem/commit/fb4dc2d7af645e640a44f7800318f2ffcc64f195)), closes
|
|
697
|
+
[#323102](https://github.com/helsenorge/designsystem/issues/323102)
|
|
477
698
|
|
|
478
699
|
## [7.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.1.0&targetVersion=GTv7.2.0) (2024-04-19)
|
|
479
700
|
|
|
480
|
-
|
|
481
701
|
### Features
|
|
482
702
|
|
|
483
|
-
|
|
484
|
-
|
|
703
|
+
- knappen i dropdown skal ikke være fluid
|
|
704
|
+
([a3abe2b](https://github.com/helsenorge/designsystem/commit/a3abe2bf5a57e62302b5e4f1a1f1b609452effd0)), closes
|
|
705
|
+
[#323389](https://github.com/helsenorge/designsystem/issues/323389)
|
|
485
706
|
|
|
486
707
|
### Bug Fixes
|
|
487
708
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
709
|
+
- bruk supernova-sjekk som funker i ff
|
|
710
|
+
([afae2a9](https://github.com/helsenorge/designsystem/commit/afae2a90d9e453be054016b5922aa378500f91cc))
|
|
711
|
+
- oppdater sjekk for om vi er i superNova
|
|
712
|
+
([b20a776](https://github.com/helsenorge/designsystem/commit/b20a776f293953d78ccab6e40d687bab67676a28))
|
|
713
|
+
- oppdater sjekk for om vi er i superNova
|
|
714
|
+
([167d572](https://github.com/helsenorge/designsystem/commit/167d572261a91fd60a8c432d4d990356a610115f))
|
|
491
715
|
|
|
492
716
|
## [7.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.0.0&targetVersion=GTv7.1.0) (2024-04-17)
|
|
493
717
|
|
|
494
|
-
|
|
495
718
|
### Features
|
|
496
719
|
|
|
497
|
-
|
|
498
|
-
|
|
720
|
+
- badge innstramming av tilgjengelige farger
|
|
721
|
+
([193ec66](https://github.com/helsenorge/designsystem/commit/193ec6633394354505a60147668800269b51feae)), closes
|
|
722
|
+
[#308135](https://github.com/helsenorge/designsystem/issues/308135)
|
|
723
|
+
- ny default breddehåndtering for Dropdown
|
|
724
|
+
([6078613](https://github.com/helsenorge/designsystem/commit/6078613bf8bae571eb582f9778b8c4a494d3339d)), closes
|
|
725
|
+
[#323389](https://github.com/helsenorge/designsystem/issues/323389)
|
|
499
726
|
|
|
500
727
|
## [7.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.6.2&targetVersion=GTv7.0.0) (2024-04-08)
|
|
501
728
|
|
|
@@ -505,29 +732,34 @@
|
|
|
505
732
|
|
|
506
733
|
## 7.0.0-beta.5 (2024-04-05)
|
|
507
734
|
|
|
508
|
-
|
|
509
735
|
### Features
|
|
510
736
|
|
|
511
|
-
|
|
512
|
-
|
|
737
|
+
- expander ny prop contentclassnames
|
|
738
|
+
([d83abda](https://github.com/helsenorge/designsystem/commit/d83abdaaf321131398450dbb5ea163a8ce61f54f)), closes
|
|
739
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
513
740
|
|
|
514
741
|
### Reverts
|
|
515
742
|
|
|
516
|
-
|
|
517
|
-
|
|
743
|
+
- bruk getSpacer på gamlemåten pga trøbbel i core-frontend
|
|
744
|
+
([15b45fa](https://github.com/helsenorge/designsystem/commit/15b45fa5b8a56afb5befb4954aede3c2a3f518eb))
|
|
745
|
+
- react 17+ som peerdependency ([73fcee0](https://github.com/helsenorge/designsystem/commit/73fcee033cf6e17e0c35b7096cc7976bb6217fdb))
|
|
518
746
|
|
|
519
747
|
## 7.0.0-beta.3 (2024-04-04)
|
|
520
748
|
|
|
521
|
-
|
|
522
749
|
### Features
|
|
523
750
|
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
751
|
+
- button arrow prop endres til aa stotte accessibility-character
|
|
752
|
+
([e516b86](https://github.com/helsenorge/designsystem/commit/e516b869cd48f301b3ab0242548ef33c07c0da1c)), closes
|
|
753
|
+
[#320171](https://github.com/helsenorge/designsystem/issues/320171)
|
|
754
|
+
- skjermleser leser oppsummerende feilmelding i validation automatisk
|
|
755
|
+
([0c9fc3a](https://github.com/helsenorge/designsystem/commit/0c9fc3aa1f9dd2d245a9037b568bce58d6d7455c)), closes
|
|
756
|
+
[#316622](https://github.com/helsenorge/designsystem/issues/316622)
|
|
527
757
|
|
|
528
758
|
### Bug Fixes
|
|
529
759
|
|
|
530
|
-
|
|
760
|
+
- trigger har riktig avstand til andre elementer og større klikkflate i medium størrelse
|
|
761
|
+
([c9d566f](https://github.com/helsenorge/designsystem/commit/c9d566fefe6ff0797925e7c90ebfe17e48de041e)), closes
|
|
762
|
+
[#322394](https://github.com/helsenorge/designsystem/issues/322394)
|
|
531
763
|
|
|
532
764
|
## 7.0.0-beta.2 (2024-03-07)
|
|
533
765
|
|
|
@@ -535,127 +767,148 @@
|
|
|
535
767
|
|
|
536
768
|
## 7.0.0-beta.0 (2024-03-07)
|
|
537
769
|
|
|
538
|
-
|
|
539
770
|
### Features
|
|
540
771
|
|
|
541
|
-
|
|
772
|
+
- ts5, oppdater alle pakker ([d93bf76](https://github.com/helsenorge/designsystem/commit/d93bf76212b41b47aef279478b2af76705be2713))
|
|
542
773
|
|
|
543
774
|
## [6.6.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.6.1&targetVersion=GTv6.6.2) (2024-04-03)
|
|
544
775
|
|
|
545
|
-
|
|
546
776
|
### Bug Fixes
|
|
547
777
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
778
|
+
- fjern ikke-fungerende animasjon ([fa2f140](https://github.com/helsenorge/designsystem/commit/fa2f14035ef093eaedbbc3a6baf00857b355e851)),
|
|
779
|
+
closes [#313072](https://github.com/helsenorge/designsystem/issues/313072)
|
|
780
|
+
- iconwall fungerer igjen ([5538068](https://github.com/helsenorge/designsystem/commit/55380689ee7b806c28dfcc84718bf161e1e89e83)), closes
|
|
781
|
+
[#322532](https://github.com/helsenorge/designsystem/issues/322532)
|
|
782
|
+
- popmenu lukkes automatisk ved klikk på linker i menyen
|
|
783
|
+
([e6693bb](https://github.com/helsenorge/designsystem/commit/e6693bb3dc2e47aa56555fad6dbeb812bceb91ea)), closes
|
|
784
|
+
[#321671](https://github.com/helsenorge/designsystem/issues/321671)
|
|
551
785
|
|
|
552
786
|
## [6.6.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.6.0&targetVersion=GTv6.6.1) (2024-03-19)
|
|
553
787
|
|
|
554
|
-
|
|
555
788
|
### Bug Fixes
|
|
556
789
|
|
|
557
|
-
|
|
790
|
+
- reactdaypicker styling eksporterer riktig
|
|
791
|
+
([45352f0](https://github.com/helsenorge/designsystem/commit/45352f099804e22af77d6ee5c8e903865151ed2d)), closes
|
|
792
|
+
[#322222](https://github.com/helsenorge/designsystem/issues/322222)
|
|
558
793
|
|
|
559
794
|
## [6.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.5.0&targetVersion=GTv6.6.0) (2024-03-15)
|
|
560
795
|
|
|
561
|
-
|
|
562
796
|
### Features
|
|
563
797
|
|
|
564
|
-
|
|
798
|
+
- zindex med prop lagt til i datepicker dropdown expander og popover
|
|
799
|
+
([915fabc](https://github.com/helsenorge/designsystem/commit/915fabcb890fe3d339d874a74701fbadb606dcc9)), closes
|
|
800
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
565
801
|
|
|
566
802
|
## [6.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.4.0&targetVersion=GTv6.5.0) (2024-03-07)
|
|
567
803
|
|
|
568
|
-
|
|
569
804
|
### Features
|
|
570
805
|
|
|
571
|
-
|
|
806
|
+
- dropdown stotter eksterne refs for children
|
|
807
|
+
([10cc1ba](https://github.com/helsenorge/designsystem/commit/10cc1bac51b6e499fd94b3eaa6e0d68e8ab4d605)), closes
|
|
808
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
572
809
|
|
|
573
810
|
## [6.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.3.0&targetVersion=GTv6.4.0) (2024-02-29)
|
|
574
811
|
|
|
575
|
-
|
|
576
812
|
### Features
|
|
577
813
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
814
|
+
- slider har fatt value prop og fiks til selected state
|
|
815
|
+
([645ca82](https://github.com/helsenorge/designsystem/commit/645ca8291d85705f7e9cf3a372376cb4e53dc4cd)), closes
|
|
816
|
+
[#321070](https://github.com/helsenorge/designsystem/issues/321070)
|
|
817
|
+
- table-komponenter støtter alle vanlige html-attributter
|
|
818
|
+
([0810650](https://github.com/helsenorge/designsystem/commit/08106504e1441a9c8916c41fbca31accf0beade2)), closes
|
|
819
|
+
[#321166](https://github.com/helsenorge/designsystem/issues/321166)
|
|
581
820
|
|
|
582
821
|
### Bug Fixes
|
|
583
822
|
|
|
584
|
-
|
|
823
|
+
- slider value prop oppdaterer og selectedstate
|
|
824
|
+
([e510bd7](https://github.com/helsenorge/designsystem/commit/e510bd7a1ef3fe89eaa4cbd6af614291d055cbb8))
|
|
585
825
|
|
|
586
826
|
## [6.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.2.0&targetVersion=GTv6.3.0) (2024-02-22)
|
|
587
827
|
|
|
588
|
-
|
|
589
828
|
### Features
|
|
590
829
|
|
|
591
|
-
|
|
592
|
-
|
|
830
|
+
- select og datepicker støtter autoComplete-attributt
|
|
831
|
+
([84c34af](https://github.com/helsenorge/designsystem/commit/84c34afd23a5d236573f5b3b3480175708fb9ecc)), closes
|
|
832
|
+
[#314727](https://github.com/helsenorge/designsystem/issues/314727) [#314932](https://github.com/helsenorge/designsystem/issues/314932)
|
|
593
833
|
|
|
594
834
|
### Bug Fixes
|
|
595
835
|
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
836
|
+
- badge er inline-flex og skalerer ikke til full bredde
|
|
837
|
+
([ac485e9](https://github.com/helsenorge/designsystem/commit/ac485e923223e7a92ede0743e924a2c39c40bbb8))
|
|
838
|
+
- spacing i promopanel ([60a00bd](https://github.com/helsenorge/designsystem/commit/60a00bdb88d3b35b2e7b1449832674a9bf35ee46))
|
|
839
|
+
- tabell endrer responsiv oppførsel når den vises
|
|
840
|
+
([0c21208](https://github.com/helsenorge/designsystem/commit/0c212084cfa5161842dbb0339ae85c82e3c42046)), closes
|
|
841
|
+
[#315245](https://github.com/helsenorge/designsystem/issues/315245)
|
|
599
842
|
|
|
600
843
|
## [6.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.3&targetVersion=GTv6.2.0) (2024-02-20)
|
|
601
844
|
|
|
602
|
-
|
|
603
845
|
### Features
|
|
604
846
|
|
|
605
|
-
|
|
847
|
+
- slider selected prop lagt til ([1109d39](https://github.com/helsenorge/designsystem/commit/1109d399778120742c387ff69a389e95bbe2d143)),
|
|
848
|
+
closes [#319626](https://github.com/helsenorge/designsystem/issues/319626)
|
|
606
849
|
|
|
607
850
|
## [6.1.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.2&targetVersion=GTv6.1.3) (2024-02-14)
|
|
608
851
|
|
|
609
|
-
|
|
610
852
|
### Bug Fixes
|
|
611
853
|
|
|
612
|
-
|
|
854
|
+
- promopanel har ikke lenger lg breakpoint
|
|
855
|
+
([2c332e5](https://github.com/helsenorge/designsystem/commit/2c332e5a17aca128d09a293a56daf484a2a26d53)), closes
|
|
856
|
+
[#319556](https://github.com/helsenorge/designsystem/issues/319556)
|
|
613
857
|
|
|
614
858
|
## [6.1.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.1&targetVersion=GTv6.1.2) (2024-02-12)
|
|
615
859
|
|
|
616
|
-
|
|
617
860
|
### Bug Fixes
|
|
618
861
|
|
|
619
|
-
|
|
620
|
-
|
|
862
|
+
- datepicker date-fns gjøres external
|
|
863
|
+
([36d749c](https://github.com/helsenorge/designsystem/commit/36d749cfd83f16ac45d8fd8eb0bf5b31d7b02b7d)), closes
|
|
864
|
+
[#318830](https://github.com/helsenorge/designsystem/issues/318830)
|
|
865
|
+
- input, textarea, dropdown og select har dashed border når disabled
|
|
866
|
+
([5f5c4ca](https://github.com/helsenorge/designsystem/commit/5f5c4ca5a12d41f0413da4319e24fb8c0e6c7437)), closes
|
|
867
|
+
[#308128](https://github.com/helsenorge/designsystem/issues/308128)
|
|
621
868
|
|
|
622
869
|
## [6.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.0&targetVersion=GTv6.1.1) (2024-02-06)
|
|
623
870
|
|
|
624
|
-
|
|
625
871
|
### Bug Fixes
|
|
626
872
|
|
|
627
|
-
|
|
873
|
+
- datepicker dependencies tatt tilbake
|
|
874
|
+
([3a7a1e0](https://github.com/helsenorge/designsystem/commit/3a7a1e0b3f44f4c5456941ad5902000a0985da51)), closes
|
|
875
|
+
[#318830](https://github.com/helsenorge/designsystem/issues/318830)
|
|
628
876
|
|
|
629
877
|
## [6.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.0.1&targetVersion=GTv6.1.0) (2024-02-06)
|
|
630
878
|
|
|
631
|
-
|
|
632
879
|
### Features
|
|
633
880
|
|
|
634
|
-
|
|
635
|
-
|
|
881
|
+
- illustration- og lazyillustration-komponenter
|
|
882
|
+
([c2a5662](https://github.com/helsenorge/designsystem/commit/c2a5662bd5c76f55484870d131cef6bc26f1d1b4))
|
|
883
|
+
- promopanel støtter illustrasjoner ([ccb2cb7](https://github.com/helsenorge/designsystem/commit/ccb2cb7c35993adb1be0537906216501a6947ec7))
|
|
636
884
|
|
|
637
885
|
## [6.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.0.0&targetVersion=GTv6.0.1) (2024-02-01)
|
|
638
886
|
|
|
639
|
-
|
|
640
887
|
### Bug Fixes
|
|
641
888
|
|
|
642
|
-
|
|
643
|
-
|
|
889
|
+
- lazyicon blinker ikke ved hover ([b61887c](https://github.com/helsenorge/designsystem/commit/b61887c40f4f59764a349331290709f9af0ba8c4)),
|
|
890
|
+
closes [#318240](https://github.com/helsenorge/designsystem/issues/318240)
|
|
891
|
+
- rydder opp i datepicker dependencies
|
|
892
|
+
([1d871e1](https://github.com/helsenorge/designsystem/commit/1d871e1071e659f2c11754e9719710a8c0a269f7)), closes
|
|
893
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
644
894
|
|
|
645
895
|
## [6.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.13.0&targetVersion=GTv6.0.0) (2024-01-26)
|
|
646
896
|
|
|
647
897
|
## 6.0.0-beta.14 (2024-01-24)
|
|
648
898
|
|
|
649
|
-
|
|
650
899
|
### Features
|
|
651
900
|
|
|
652
|
-
|
|
653
|
-
|
|
901
|
+
- lagt til ikonsøk i ikonwall story ([26b0446](https://github.com/helsenorge/designsystem/commit/26b044688c29a530c5605c1d938d208c8adc9e0c)),
|
|
902
|
+
closes [#311212](https://github.com/helsenorge/designsystem/issues/311212)
|
|
654
903
|
|
|
655
904
|
### Bug Fixes
|
|
656
905
|
|
|
657
|
-
|
|
658
|
-
|
|
906
|
+
- datepicker styling feil og validering tweak
|
|
907
|
+
([7bbdaa8](https://github.com/helsenorge/designsystem/commit/7bbdaa8e933d9ebbcc48d11647b3a8d6033502e9)), closes
|
|
908
|
+
[#316824](https://github.com/helsenorge/designsystem/issues/316824)
|
|
909
|
+
- lange ord i dropdown havner på ny linje
|
|
910
|
+
([a69ab16](https://github.com/helsenorge/designsystem/commit/a69ab167e99e2e408d6168ef710f9e8aa4f7615a)), closes
|
|
911
|
+
[#313017](https://github.com/helsenorge/designsystem/issues/313017)
|
|
659
912
|
|
|
660
913
|
## 6.0.0-beta.13 (2024-01-08)
|
|
661
914
|
|
|
@@ -665,56 +918,58 @@
|
|
|
665
918
|
|
|
666
919
|
## 6.0.0-beta.10 (2023-11-22)
|
|
667
920
|
|
|
668
|
-
|
|
669
921
|
### Features
|
|
670
922
|
|
|
671
|
-
|
|
923
|
+
- iconwall med alle ikoner og siste master merge
|
|
924
|
+
([8007aec](https://github.com/helsenorge/designsystem/commit/8007aec989f53a4dc23d712852fcbc0e1adf0d7e)), closes
|
|
925
|
+
[#312799](https://github.com/helsenorge/designsystem/issues/312799)
|
|
672
926
|
|
|
673
927
|
## 6.0.0-beta.9 (2023-11-13)
|
|
674
928
|
|
|
675
929
|
## 6.0.0-beta.7 (2023-10-25)
|
|
676
930
|
|
|
677
|
-
|
|
678
931
|
### Bug Fixes
|
|
679
932
|
|
|
680
|
-
|
|
933
|
+
- ikon-import ([c3d3ae1](https://github.com/helsenorge/designsystem/commit/c3d3ae18b3792918953f6f447500888b019f3444))
|
|
681
934
|
|
|
682
935
|
## 6.0.0-beta.6 (2023-10-24)
|
|
683
936
|
|
|
684
|
-
|
|
685
937
|
### Features
|
|
686
938
|
|
|
687
|
-
|
|
939
|
+
- typesikkerhet ved lazy loading av ikoner
|
|
940
|
+
([0d3f3fb](https://github.com/helsenorge/designsystem/commit/0d3f3fb734e503bd26429a8e84477bd53480dd93)), closes
|
|
941
|
+
[#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
688
942
|
|
|
689
943
|
## 6.0.0-beta.5 (2023-10-24)
|
|
690
944
|
|
|
691
|
-
|
|
692
945
|
### ⚠ BREAKING CHANGES
|
|
693
946
|
|
|
694
|
-
|
|
947
|
+
- props endret fra variant til size. bigform er nå large. normal er nå medium.
|
|
695
948
|
|
|
696
949
|
### Reverts
|
|
697
950
|
|
|
698
|
-
|
|
699
|
-
|
|
951
|
+
- legg tilbake additionaliconinformation
|
|
952
|
+
([0b46b2c](https://github.com/helsenorge/designsystem/commit/0b46b2cbb029e9d85d021d477ef49bf24788c0d8))
|
|
700
953
|
|
|
701
954
|
### Code Refactoring
|
|
702
955
|
|
|
703
|
-
|
|
956
|
+
- formvariant heter nå formsize ([a8ef22c](https://github.com/helsenorge/designsystem/commit/a8ef22c9b4efdf063d4a861946f6407b60a5a580)),
|
|
957
|
+
closes [#305247](https://github.com/helsenorge/designsystem/issues/305247)
|
|
704
958
|
|
|
705
959
|
## 6.0.0-beta.4 (2023-10-23)
|
|
706
960
|
|
|
707
|
-
|
|
708
961
|
### Features
|
|
709
962
|
|
|
710
|
-
|
|
963
|
+
- komponenter støtter lazyicon ([0148ee6](https://github.com/helsenorge/designsystem/commit/0148ee6b3c72dedadbecb21105a729af1487a445)),
|
|
964
|
+
closes [#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
711
965
|
|
|
712
966
|
## 6.0.0-beta.3 (2023-10-20)
|
|
713
967
|
|
|
714
|
-
|
|
715
968
|
### Bug Fixes
|
|
716
969
|
|
|
717
|
-
|
|
970
|
+
- lazy icons fallback tar like mye plass som ikon
|
|
971
|
+
([d5207c8](https://github.com/helsenorge/designsystem/commit/d5207c8f538cd8a111356af9e4913f29ed032f58)), closes
|
|
972
|
+
[#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
718
973
|
|
|
719
974
|
## 6.0.0-beta.2 (2023-10-18)
|
|
720
975
|
|
|
@@ -722,10 +977,9 @@
|
|
|
722
977
|
|
|
723
978
|
## 6.0.0-beta.0 (2023-10-18)
|
|
724
979
|
|
|
725
|
-
|
|
726
980
|
### ⚠ BREAKING CHANGES
|
|
727
981
|
|
|
728
|
-
|
|
982
|
+
- Ikon-komponent er flyttet fra components/Icons/Icon til components/Icon/Icon
|
|
729
983
|
|
|
730
984
|
Ikonene ligger fortsatt i components/Icons, f.eks. components/Icons/Minus
|
|
731
985
|
|
|
@@ -733,152 +987,175 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
733
987
|
|
|
734
988
|
### Features
|
|
735
989
|
|
|
736
|
-
|
|
990
|
+
- lazy loading av ikoner ([f688e78](https://github.com/helsenorge/designsystem/commit/f688e78a955bb43a2efa92b72b208c582dbfdd1d)), closes
|
|
991
|
+
[#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
737
992
|
|
|
738
993
|
## [5.13.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.12.0&targetVersion=GTv5.13.0) (2024-01-09)
|
|
739
994
|
|
|
740
|
-
|
|
741
995
|
### Features
|
|
742
996
|
|
|
743
|
-
|
|
997
|
+
- tile stotter react children ([161a49a](https://github.com/helsenorge/designsystem/commit/161a49ae1ec4ec165bcf565b870b1f608f8fe90c)),
|
|
998
|
+
closes [#310764](https://github.com/helsenorge/designsystem/issues/310764)
|
|
744
999
|
|
|
745
1000
|
## [5.12.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.11.0&targetVersion=GTv5.12.0) (2024-01-04)
|
|
746
1001
|
|
|
747
|
-
|
|
748
1002
|
### Bug Fixes
|
|
749
1003
|
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
1004
|
+
- datepicker eksporterer funksjoner riktig
|
|
1005
|
+
([46285e5](https://github.com/helsenorge/designsystem/commit/46285e5e4cacf0f1fa224fcaa42eb75b73ce24e1)), closes
|
|
1006
|
+
[#315273](https://github.com/helsenorge/designsystem/issues/315273)
|
|
1007
|
+
- justert fontstørrelse på legend i form
|
|
1008
|
+
([afd858b](https://github.com/helsenorge/designsystem/commit/afd858b850330bb13d0dca6b11aae50f7e1cd17c)), closes
|
|
1009
|
+
[#316149](https://github.com/helsenorge/designsystem/issues/316149)
|
|
1010
|
+
- sentrere tekst på notificationpanel
|
|
1011
|
+
([5188c22](https://github.com/helsenorge/designsystem/commit/5188c22bbdd920479655eab87dd19657b84ed27e)), closes
|
|
1012
|
+
[#311338](https://github.com/helsenorge/designsystem/issues/311338)
|
|
753
1013
|
|
|
754
1014
|
## [5.11.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.10.0&targetVersion=GTv5.11.0) (2023-12-18)
|
|
755
1015
|
|
|
756
|
-
|
|
757
1016
|
### Bug Fixes
|
|
758
1017
|
|
|
759
|
-
|
|
760
|
-
|
|
1018
|
+
- justeringer på button ([927e486](https://github.com/helsenorge/designsystem/commit/927e486876be4cbe2bb6c9b6d022e032439a2a11)), closes
|
|
1019
|
+
[#308138](https://github.com/helsenorge/designsystem/issues/308138)
|
|
1020
|
+
- oppdatert metadata til ikoner ([3b3510b](https://github.com/helsenorge/designsystem/commit/3b3510bb19da59156adb077e15137eb855cb1722)),
|
|
1021
|
+
closes [#316105](https://github.com/helsenorge/designsystem/issues/316105)
|
|
761
1022
|
|
|
762
1023
|
## [5.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.9.2&targetVersion=GTv5.10.0) (2023-12-13)
|
|
763
1024
|
|
|
764
|
-
|
|
765
1025
|
### Features
|
|
766
1026
|
|
|
767
|
-
|
|
768
|
-
|
|
1027
|
+
- button onblur lagt til ([e30e815](https://github.com/helsenorge/designsystem/commit/e30e8152dcac4341af0879e6b5379b6c992701b2)), closes
|
|
1028
|
+
[#315943](https://github.com/helsenorge/designsystem/issues/315943)
|
|
769
1029
|
|
|
770
1030
|
### Bug Fixes
|
|
771
1031
|
|
|
772
|
-
|
|
1032
|
+
- input og textarea har ikke defaultValue som default
|
|
1033
|
+
([2f0a39d](https://github.com/helsenorge/designsystem/commit/2f0a39da5a85558488fdb14280888ceb1a3f49ec)), closes
|
|
1034
|
+
[#309847](https://github.com/helsenorge/designsystem/issues/309847)
|
|
773
1035
|
|
|
774
1036
|
## [5.9.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.9.1&targetVersion=GTv5.9.2) (2023-12-12)
|
|
775
1037
|
|
|
776
|
-
|
|
777
1038
|
### Bug Fixes
|
|
778
1039
|
|
|
779
|
-
|
|
1040
|
+
- slider forenklet emojirendring ([9df0d90](https://github.com/helsenorge/designsystem/commit/9df0d90e58c16f0609ce2c0de6c770f10420e7eb)),
|
|
1041
|
+
closes [#313810](https://github.com/helsenorge/designsystem/issues/313810)
|
|
780
1042
|
|
|
781
1043
|
## [5.9.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.9.0&targetVersion=GTv5.9.1) (2023-12-11)
|
|
782
1044
|
|
|
783
|
-
|
|
784
1045
|
### Bug Fixes
|
|
785
1046
|
|
|
786
|
-
|
|
1047
|
+
- promopanel har position=relative ([360a762](https://github.com/helsenorge/designsystem/commit/360a762ec3ce63cfe870f6cd7300af9fb9b83a5e)),
|
|
1048
|
+
closes [#315387](https://github.com/helsenorge/designsystem/issues/315387)
|
|
787
1049
|
|
|
788
1050
|
## [5.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.8.0&targetVersion=GTv5.9.0) (2023-12-11)
|
|
789
1051
|
|
|
790
|
-
|
|
791
1052
|
### Features
|
|
792
1053
|
|
|
793
|
-
|
|
794
|
-
|
|
1054
|
+
- promopanel ([a190968](https://github.com/helsenorge/designsystem/commit/a190968285e95e09c20590cbdf14799165affb30)), closes
|
|
1055
|
+
[#315387](https://github.com/helsenorge/designsystem/issues/315387)
|
|
795
1056
|
|
|
796
1057
|
### Bug Fixes
|
|
797
1058
|
|
|
798
|
-
|
|
799
|
-
|
|
1059
|
+
- label kan og sendes inn til emoji ([6d5d680](https://github.com/helsenorge/designsystem/commit/6d5d680d31b0c797230f3539305659bc073ddb3a)),
|
|
1060
|
+
closes [#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
1061
|
+
- tabellheader med sortering har ikke underline
|
|
1062
|
+
([f191991](https://github.com/helsenorge/designsystem/commit/f191991cb9e3f32bda2df281b703833d12dfb5db)), closes
|
|
1063
|
+
[#315407](https://github.com/helsenorge/designsystem/issues/315407)
|
|
800
1064
|
|
|
801
1065
|
## [5.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.7.0&targetVersion=GTv5.8.0) (2023-12-08)
|
|
802
1066
|
|
|
803
|
-
|
|
804
1067
|
### Features
|
|
805
1068
|
|
|
806
|
-
|
|
807
|
-
|
|
1069
|
+
- emptystate ([7e1d9a8](https://github.com/helsenorge/designsystem/commit/7e1d9a87a75009ebd7a5b313fbed946c905fdabc))
|
|
808
1070
|
|
|
809
1071
|
### Bug Fixes
|
|
810
1072
|
|
|
811
|
-
|
|
812
|
-
|
|
1073
|
+
- anchorlink har ikke hardkodet font-size/line-height
|
|
1074
|
+
([687bac1](https://github.com/helsenorge/designsystem/commit/687bac112e20f8e5c09c5b99623401baf01d5bd4))
|
|
1075
|
+
- slider aria fix for emoji og step labels
|
|
1076
|
+
([1ca0c1e](https://github.com/helsenorge/designsystem/commit/1ca0c1e8b979357ec2544248a2c4657ed25509fe)), closes
|
|
1077
|
+
[#313810](https://github.com/helsenorge/designsystem/issues/313810) [#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
813
1078
|
|
|
814
1079
|
## [5.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.6.0&targetVersion=GTv5.7.0) (2023-12-08)
|
|
815
1080
|
|
|
816
|
-
|
|
817
1081
|
### Features
|
|
818
1082
|
|
|
819
|
-
|
|
1083
|
+
- tabell med horizontal scroll støtter aria-atributter
|
|
1084
|
+
([5f0fb2c](https://github.com/helsenorge/designsystem/commit/5f0fb2cd1c86c7ee6348f3ddd144b823a10fe6be)), closes
|
|
1085
|
+
[#314191](https://github.com/helsenorge/designsystem/issues/314191)
|
|
820
1086
|
|
|
821
1087
|
## [5.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.5.0&targetVersion=GTv5.6.0) (2023-12-07)
|
|
822
1088
|
|
|
823
|
-
|
|
824
1089
|
### Features
|
|
825
1090
|
|
|
826
|
-
|
|
827
|
-
|
|
1091
|
+
- legg til default tekst på sharingstatus
|
|
1092
|
+
([8c8385d](https://github.com/helsenorge/designsystem/commit/8c8385da218e2c0213b95cab7cf97075d0207393)), closes
|
|
1093
|
+
[#315571](https://github.com/helsenorge/designsystem/issues/315571)
|
|
828
1094
|
|
|
829
1095
|
### Bug Fixes
|
|
830
1096
|
|
|
831
|
-
|
|
832
|
-
|
|
1097
|
+
- defaultValue i input og textarea oppdaterer antall tegn
|
|
1098
|
+
([5799a7d](https://github.com/helsenorge/designsystem/commit/5799a7d0ee39c789f0eb22b9569c962faa595ebb)), closes
|
|
1099
|
+
[#309847](https://github.com/helsenorge/designsystem/issues/309847)
|
|
1100
|
+
- tom tabell-celle i head er td, ikke th
|
|
1101
|
+
([548f1bb](https://github.com/helsenorge/designsystem/commit/548f1bb5e28138fda3be750a2e3a00aab7ddba0a)), closes
|
|
1102
|
+
[#313691](https://github.com/helsenorge/designsystem/issues/313691)
|
|
833
1103
|
|
|
834
1104
|
## [5.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.4.1&targetVersion=GTv5.5.0) (2023-12-05)
|
|
835
1105
|
|
|
836
|
-
|
|
837
1106
|
### Features
|
|
838
1107
|
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
1108
|
+
- datetimepickerwrapper får legend prop
|
|
1109
|
+
([739df6c](https://github.com/helsenorge/designsystem/commit/739df6c35a31c2ad8cb2ee259cb0701540b68d7e))
|
|
1110
|
+
- opprett ny komponent sharingstatus
|
|
1111
|
+
([bd8fc70](https://github.com/helsenorge/designsystem/commit/bd8fc70397f2b58825f50f7bb391746faa5c59ee)), closes
|
|
1112
|
+
[#312652](https://github.com/helsenorge/designsystem/issues/312652)
|
|
1113
|
+
- slider ny funksjonalitet ([2e7a269](https://github.com/helsenorge/designsystem/commit/2e7a269af5422a710224504a418720b40c534840)), closes
|
|
1114
|
+
[#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
842
1115
|
|
|
843
1116
|
## [5.4.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.4.0&targetVersion=GTv5.4.1) (2023-11-24)
|
|
844
1117
|
|
|
845
|
-
|
|
846
1118
|
### Bug Fixes
|
|
847
1119
|
|
|
848
|
-
|
|
1120
|
+
- endret plassering på statusdot og at statusdot forblir rund
|
|
1121
|
+
([562726f](https://github.com/helsenorge/designsystem/commit/562726ff8b186753b0f0dd98735b335603a2fcd3)), closes
|
|
1122
|
+
[#311236](https://github.com/helsenorge/designsystem/issues/311236)
|
|
849
1123
|
|
|
850
1124
|
## [5.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.3.0&targetVersion=GTv5.4.0) (2023-11-21)
|
|
851
1125
|
|
|
852
|
-
|
|
853
1126
|
### Features
|
|
854
1127
|
|
|
855
|
-
|
|
1128
|
+
- lagt til nye ikoner ([924fc90](https://github.com/helsenorge/designsystem/commit/924fc903960165211519760412e1de3bb65b85de)), closes
|
|
1129
|
+
[#312799](https://github.com/helsenorge/designsystem/issues/312799)
|
|
856
1130
|
|
|
857
1131
|
## [5.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.2.0&targetVersion=GTv5.3.0) (2023-11-17)
|
|
858
1132
|
|
|
859
|
-
|
|
860
1133
|
### Features
|
|
861
1134
|
|
|
862
|
-
|
|
863
|
-
|
|
1135
|
+
- panel refaktorering og contentHeader prop
|
|
1136
|
+
([42b0a03](https://github.com/helsenorge/designsystem/commit/42b0a03fa1f7d28ca966f3105dcaded49bcd886d)), closes
|
|
1137
|
+
[#304524](https://github.com/helsenorge/designsystem/issues/304524) [#304573](https://github.com/helsenorge/designsystem/issues/304573)
|
|
1138
|
+
[#304575](https://github.com/helsenorge/designsystem/issues/304575) [#304590](https://github.com/helsenorge/designsystem/issues/304590)
|
|
864
1139
|
|
|
865
1140
|
### Bug Fixes
|
|
866
1141
|
|
|
867
|
-
|
|
1142
|
+
- popmenu knapp stopper event propagation
|
|
1143
|
+
([baa56a1](https://github.com/helsenorge/designsystem/commit/baa56a1780c027db01989ff0cd9b14fce6faab99)), closes
|
|
1144
|
+
[#313765](https://github.com/helsenorge/designsystem/issues/313765)
|
|
868
1145
|
|
|
869
1146
|
## [5.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.4&targetVersion=GTv5.2.0) (2023-11-02)
|
|
870
1147
|
|
|
871
|
-
|
|
872
1148
|
### Bug Fixes
|
|
873
1149
|
|
|
874
|
-
|
|
1150
|
+
- eksporter StepProps ([eb90925](https://github.com/helsenorge/designsystem/commit/eb90925e0eeb25da6bab1bed83765399b9a0c540)), closes
|
|
1151
|
+
[#310680](https://github.com/helsenorge/designsystem/issues/310680)
|
|
875
1152
|
|
|
876
1153
|
## [5.1.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.3&targetVersion=GTv5.1.4) (2023-11-01)
|
|
877
1154
|
|
|
878
|
-
|
|
879
1155
|
### Bug Fixes
|
|
880
1156
|
|
|
881
|
-
|
|
1157
|
+
- input width fikset for mobil ([a3663f3](https://github.com/helsenorge/designsystem/commit/a3663f35126d42d501839ad9257deaf106bfa838)),
|
|
1158
|
+
closes [#312554](https://github.com/helsenorge/designsystem/issues/312554)
|
|
882
1159
|
|
|
883
1160
|
## [5.1.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.2&targetVersion=GTv5.1.3) (2023-10-31)
|
|
884
1161
|
|
|
@@ -886,138 +1163,178 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
886
1163
|
|
|
887
1164
|
## [5.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.0&targetVersion=GTv5.1.1) (2023-10-30)
|
|
888
1165
|
|
|
889
|
-
|
|
890
1166
|
### Bug Fixes
|
|
891
1167
|
|
|
892
|
-
|
|
893
|
-
|
|
1168
|
+
- input type number base inkrementering verdi
|
|
1169
|
+
([6b8113e](https://github.com/helsenorge/designsystem/commit/6b8113ea73653981cfe80f7012508b7ee77279e8)), closes
|
|
1170
|
+
[#312174](https://github.com/helsenorge/designsystem/issues/312174)
|
|
1171
|
+
- input width fikset ([07a4c52](https://github.com/helsenorge/designsystem/commit/07a4c52cbfa04b1a19cf983227eb28968607baeb)), closes
|
|
1172
|
+
[#312326](https://github.com/helsenorge/designsystem/issues/312326)
|
|
894
1173
|
|
|
895
1174
|
## [5.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.0.0&targetVersion=GTv5.1.0) (2023-10-26)
|
|
896
1175
|
|
|
897
|
-
|
|
898
1176
|
### Features
|
|
899
1177
|
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
1178
|
+
- nytt komponent datepicker ([59d3193](https://github.com/helsenorge/designsystem/commit/59d3193992d1c98b4f38a12d9aae03909f0653b0)), closes
|
|
1179
|
+
[#306637](https://github.com/helsenorge/designsystem/issues/306637)
|
|
1180
|
+
- select støtter onChange ([3439471](https://github.com/helsenorge/designsystem/commit/3439471cbe7481ee8a0db1b8a2aca0071a379f43)), closes
|
|
1181
|
+
[#309850](https://github.com/helsenorge/designsystem/issues/309850)
|
|
903
1182
|
|
|
904
1183
|
### Bug Fixes
|
|
905
1184
|
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
1185
|
+
- datepicker ux endringer etter feedback
|
|
1186
|
+
([db17354](https://github.com/helsenorge/designsystem/commit/db173541a1c0c5f1dc4c9b8fe42c6df3763e13e3)), closes
|
|
1187
|
+
[#306637](https://github.com/helsenorge/designsystem/issues/306637)
|
|
1188
|
+
- radiobutton bigform checked styling
|
|
1189
|
+
([1cf5580](https://github.com/helsenorge/designsystem/commit/1cf5580270313614719d92fbb1a01dab5881d742)), closes
|
|
1190
|
+
[#305272](https://github.com/helsenorge/designsystem/issues/305272)
|
|
1191
|
+
- vite bygg og dependencies ([2e45dcd](https://github.com/helsenorge/designsystem/commit/2e45dcd23494ae77341cff0b02c6517011ca4cbe)), closes
|
|
1192
|
+
[#306637](https://github.com/helsenorge/designsystem/issues/306637)
|
|
909
1193
|
|
|
910
1194
|
## [5.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.4.0&targetVersion=GTv5.0.0) (2023-09-25)
|
|
911
1195
|
|
|
912
|
-
|
|
913
1196
|
### ⚠ BREAKING CHANGES
|
|
914
1197
|
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
1198
|
+
- role=region må settes via prop
|
|
1199
|
+
- name/id settes ikke lenger default til verdien av title. Man må sette name/id selv om man trenger det.
|
|
1200
|
+
- fjernet mulighet for at Tile kan være button
|
|
918
1201
|
|
|
919
1202
|
### Features
|
|
920
1203
|
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
1204
|
+
- formgroup har prop for fieldset name
|
|
1205
|
+
([625f843](https://github.com/helsenorge/designsystem/commit/625f843aa947601f7edaa82f388f6c22cda00851)), closes
|
|
1206
|
+
[#308141](https://github.com/helsenorge/designsystem/issues/308141)
|
|
1207
|
+
- helppanel ([e2e8f23](https://github.com/helsenorge/designsystem/commit/e2e8f2319626be54174c129f59f83e42603dd237))
|
|
924
1208
|
|
|
925
1209
|
### Bug Fixes
|
|
926
1210
|
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
1211
|
+
- expanderList/LinkList (ListHeader) HtmlValidering i story
|
|
1212
|
+
([72b12a3](https://github.com/helsenorge/designsystem/commit/72b12a3a5570e6f73fb69045cbe90d0572fd5da6)), closes
|
|
1213
|
+
[#308137](https://github.com/helsenorge/designsystem/issues/308137)
|
|
1214
|
+
- highlightbox har ikke lenger fargene kiwi/plum
|
|
1215
|
+
([8852e6c](https://github.com/helsenorge/designsystem/commit/8852e6cd07abf4995518ffcea6fb2bb5b421b84e)), closes
|
|
1216
|
+
[#305259](https://github.com/helsenorge/designsystem/issues/305259)
|
|
1217
|
+
- html i Tile validerer ([f0a9f37](https://github.com/helsenorge/designsystem/commit/f0a9f3739f39fa33d2feb1d78812958730c09f33)), closes
|
|
1218
|
+
[#308149](https://github.com/helsenorge/designsystem/issues/308149)
|
|
1219
|
+
- ikke bruk aria-attributter med mindre NotificationPanel har role
|
|
1220
|
+
([8f1b09b](https://github.com/helsenorge/designsystem/commit/8f1b09b48a4840c8a8ce0efb7abdbed05de62a8e)), closes
|
|
1221
|
+
[#309176](https://github.com/helsenorge/designsystem/issues/309176)
|
|
1222
|
+
- notificationpanel er ikke region som default
|
|
1223
|
+
([00103ce](https://github.com/helsenorge/designsystem/commit/00103ce8a237f0222966f3a25f80f2222fbecf37)), closes
|
|
1224
|
+
[#309176](https://github.com/helsenorge/designsystem/issues/309176)
|
|
932
1225
|
|
|
933
1226
|
## [4.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.3.1&targetVersion=GTv4.4.0) (2023-09-15)
|
|
934
1227
|
|
|
935
|
-
|
|
936
1228
|
### Features
|
|
937
1229
|
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
1230
|
+
- helpquestion ([a402a67](https://github.com/helsenorge/designsystem/commit/a402a6728a9273ca89b1e87c4972ab97c8ab2712)), closes
|
|
1231
|
+
[#301149](https://github.com/helsenorge/designsystem/issues/301149)
|
|
1232
|
+
- step støtter sticky knapper ([5be5ed3](https://github.com/helsenorge/designsystem/commit/5be5ed35a13fad559e400c2ecae5f439e2bb48fd)),
|
|
1233
|
+
closes [#307046](https://github.com/helsenorge/designsystem/issues/307046)
|
|
1234
|
+
- tableExpandedRow støtter id for bruk med aria-controls og html-validering
|
|
1235
|
+
([968475c](https://github.com/helsenorge/designsystem/commit/968475c4403211caa9ed994b27c10f188e11d752)), closes
|
|
1236
|
+
[#308148](https://github.com/helsenorge/designsystem/issues/308148)
|
|
942
1237
|
|
|
943
1238
|
### Bug Fixes
|
|
944
1239
|
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
1240
|
+
- dropdown content havner nå over relative innhold på siden
|
|
1241
|
+
([16418c7](https://github.com/helsenorge/designsystem/commit/16418c78eea3a333abac52858f31ee75c83a6cee)), closes
|
|
1242
|
+
[#309133](https://github.com/helsenorge/designsystem/issues/309133)
|
|
1243
|
+
- expander large story riktig prop verdi
|
|
1244
|
+
([5b206e6](https://github.com/helsenorge/designsystem/commit/5b206e6528291d3eb8bb74a1c872348560409e34)), closes
|
|
1245
|
+
[#309218](https://github.com/helsenorge/designsystem/issues/309218)
|
|
1246
|
+
- html-feil i logo ([508496c](https://github.com/helsenorge/designsystem/commit/508496c8113e2e19dac48ba3b9b13edce83f1b8d)), closes
|
|
1247
|
+
[#308144](https://github.com/helsenorge/designsystem/issues/308144)
|
|
1248
|
+
- html-valideringsfeil ([df9d87d](https://github.com/helsenorge/designsystem/commit/df9d87d2492108812b17092462d56d87499bda92)), closes
|
|
1249
|
+
[#291948](https://github.com/helsenorge/designsystem/issues/291948)
|
|
1250
|
+
- table elementer kan rendres etter conditions
|
|
1251
|
+
([c2742e8](https://github.com/helsenorge/designsystem/commit/c2742e8c8d17dfd69cac2e9b3f8e8979f232b9db)), closes
|
|
1252
|
+
[#308272](https://github.com/helsenorge/designsystem/issues/308272)
|
|
950
1253
|
|
|
951
1254
|
## [4.3.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.3.0&targetVersion=GTv4.3.1) (2023-08-28)
|
|
952
1255
|
|
|
953
|
-
|
|
954
1256
|
### Bug Fixes
|
|
955
1257
|
|
|
956
|
-
|
|
957
|
-
|
|
1258
|
+
- gjorde panel focusable optional og focus border er fjernet
|
|
1259
|
+
([2fbda76](https://github.com/helsenorge/designsystem/commit/2fbda7641ed3b62ef62029611bce3b669f453a42)), closes
|
|
1260
|
+
[#307802](https://github.com/helsenorge/designsystem/issues/307802)
|
|
1261
|
+
- windows high contrast mode checkbox og radiobutton er synlige
|
|
1262
|
+
([54acf09](https://github.com/helsenorge/designsystem/commit/54acf09210b713e4ba996a10f2fe08783e66102c)), closes
|
|
1263
|
+
[#307340](https://github.com/helsenorge/designsystem/issues/307340)
|
|
958
1264
|
|
|
959
1265
|
## [4.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.4&targetVersion=GTv4.3.0) (2023-08-23)
|
|
960
1266
|
|
|
961
|
-
|
|
962
1267
|
### Features
|
|
963
1268
|
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
1269
|
+
- trigger-komponent ([5c0ded6](https://github.com/helsenorge/designsystem/commit/5c0ded6f8d71bddb780160d2f3124fd89686730e))
|
|
1270
|
+
- trigger/hjelpetrigger/infotrigger ([7c66b8b](https://github.com/helsenorge/designsystem/commit/7c66b8b03569cc596e1263b9d1da048654d45d50)),
|
|
1271
|
+
closes [#301136](https://github.com/helsenorge/designsystem/issues/301136)
|
|
967
1272
|
|
|
968
1273
|
### Bug Fixes
|
|
969
1274
|
|
|
970
|
-
|
|
1275
|
+
- lagt til focusable feature i panel
|
|
1276
|
+
([050d90f](https://github.com/helsenorge/designsystem/commit/050d90f0796718b58dd0e3965721c0df38a684c5)), closes
|
|
1277
|
+
[#305821](https://github.com/helsenorge/designsystem/issues/305821)
|
|
971
1278
|
|
|
972
1279
|
## [4.2.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.3&targetVersion=GTv4.2.4) (2023-08-03)
|
|
973
1280
|
|
|
974
|
-
|
|
975
1281
|
### Bug Fixes
|
|
976
1282
|
|
|
977
|
-
|
|
1283
|
+
- table med block-visning inne i table med block-visning har synlige kolonneoverskrifter
|
|
1284
|
+
([7efd8c2](https://github.com/helsenorge/designsystem/commit/7efd8c2d409ac017d3834e812b6cd4b33e523430)), closes
|
|
1285
|
+
[#301989](https://github.com/helsenorge/designsystem/issues/301989)
|
|
978
1286
|
|
|
979
1287
|
## [4.2.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.2&targetVersion=GTv4.2.3) (2023-08-03)
|
|
980
1288
|
|
|
981
|
-
|
|
982
1289
|
### Bug Fixes
|
|
983
1290
|
|
|
984
|
-
|
|
1291
|
+
- labelclassname kan naa brukes av vertikaler
|
|
1292
|
+
([8bdecee](https://github.com/helsenorge/designsystem/commit/8bdeceedb29c6e75a20ffae10ae7dbe1a10b48c8)), closes
|
|
1293
|
+
[#306322](https://github.com/helsenorge/designsystem/issues/306322)
|
|
985
1294
|
|
|
986
1295
|
## [4.2.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.1&targetVersion=GTv4.2.2) (2023-06-28)
|
|
987
1296
|
|
|
988
|
-
|
|
989
1297
|
### Bug Fixes
|
|
990
1298
|
|
|
991
|
-
|
|
1299
|
+
- checkbox og radiobutton sine refs merges riktig
|
|
1300
|
+
([7fe16a6](https://github.com/helsenorge/designsystem/commit/7fe16a632e9a5f905474cdaa62316d2acb350ebe)), closes
|
|
1301
|
+
[#304617](https://github.com/helsenorge/designsystem/issues/304617) [#305272](https://github.com/helsenorge/designsystem/issues/305272)
|
|
992
1302
|
|
|
993
1303
|
## [4.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.0&targetVersion=GTv4.2.1) (2023-06-26)
|
|
994
1304
|
|
|
995
|
-
|
|
996
1305
|
### Bug Fixes
|
|
997
1306
|
|
|
998
|
-
|
|
1307
|
+
- skjul ekstra ekspander i block-visning av table på mobil
|
|
1308
|
+
([550bd65](https://github.com/helsenorge/designsystem/commit/550bd65ca2264900a2a4939a033a48f59aa8df8e)), closes
|
|
1309
|
+
[#305303](https://github.com/helsenorge/designsystem/issues/305303)
|
|
999
1310
|
|
|
1000
1311
|
## [4.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.1.1&targetVersion=GTv4.2.0) (2023-06-22)
|
|
1001
1312
|
|
|
1002
|
-
|
|
1003
1313
|
### Features
|
|
1004
1314
|
|
|
1005
|
-
|
|
1006
|
-
|
|
1315
|
+
- helpbubble støtter linktarget for å kunne åpne linker i ny fane
|
|
1316
|
+
([0ead627](https://github.com/helsenorge/designsystem/commit/0ead627d761bce7a67d1165c633f415a73d6b43e)), closes
|
|
1317
|
+
[#300167](https://github.com/helsenorge/designsystem/issues/300167)
|
|
1007
1318
|
|
|
1008
1319
|
### Bug Fixes
|
|
1009
1320
|
|
|
1010
|
-
|
|
1321
|
+
- tabell som har plass i bredden blir ikke plassert til venstre unødvendig
|
|
1322
|
+
([ffbacbb](https://github.com/helsenorge/designsystem/commit/ffbacbb5ba58fceb5b2a47ef7a5148172bdd49e4))
|
|
1011
1323
|
|
|
1012
1324
|
## [4.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.1.0&targetVersion=GTv4.1.1) (2023-06-21)
|
|
1013
1325
|
|
|
1014
|
-
|
|
1015
1326
|
### Bug Fixes
|
|
1016
1327
|
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1328
|
+
- endret box-shadow til outline på slider fokus
|
|
1329
|
+
([6d0280e](https://github.com/helsenorge/designsystem/commit/6d0280e8b9904e43256c304c22224122e25707b2)), closes
|
|
1330
|
+
[#302183](https://github.com/helsenorge/designsystem/issues/302183)
|
|
1331
|
+
- removed hardcode color in LegalDocument icon
|
|
1332
|
+
([43a6b97](https://github.com/helsenorge/designsystem/commit/43a6b9789ec0238d9d296e3fa425f9a2d6a85c4d)), closes
|
|
1333
|
+
[#302955](https://github.com/helsenorge/designsystem/issues/302955)
|
|
1334
|
+
- **slider:** correct outline size on focus, fix clipping in fx
|
|
1335
|
+
([38701a8](https://github.com/helsenorge/designsystem/commit/38701a82ac78d79fa3fcb1c805bdd98f92ac5007))
|
|
1336
|
+
- **slider:** correct outline size on focus, fix clipping in fx
|
|
1337
|
+
([0d6d190](https://github.com/helsenorge/designsystem/commit/0d6d19096970707eeeb82e96a4b4a3f1607db33d))
|
|
1021
1338
|
|
|
1022
1339
|
## [4.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.0.1&targetVersion=GTv4.1.0) (2023-06-05)
|
|
1023
1340
|
|
|
@@ -1025,828 +1342,1099 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1025
1342
|
|
|
1026
1343
|
## [4.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.2.1&targetVersion=GTv4.0.0) (2023-05-23)
|
|
1027
1344
|
|
|
1028
|
-
|
|
1029
1345
|
### Features
|
|
1030
1346
|
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1347
|
+
- label tas i bruk i form-komponenter
|
|
1348
|
+
([042ae21](https://github.com/helsenorge/designsystem/commit/042ae214dd1f8cb1c0baf978d29f472031d830fb)), closes
|
|
1349
|
+
[#274702](https://github.com/helsenorge/designsystem/issues/274702)
|
|
1350
|
+
- lagt til en midlertidig iconwall story
|
|
1351
|
+
([fef2b52](https://github.com/helsenorge/designsystem/commit/fef2b522c997c11003c0af86b6310419be969285))
|
|
1034
1352
|
|
|
1035
1353
|
### Bug Fixes
|
|
1036
1354
|
|
|
1037
|
-
|
|
1355
|
+
- ny hoverfarge ([c0583ab](https://github.com/helsenorge/designsystem/commit/c0583abf4e9f6d5168b7bb77841c3261de524603)), closes
|
|
1356
|
+
[#300613](https://github.com/helsenorge/designsystem/issues/300613)
|
|
1038
1357
|
|
|
1039
1358
|
## [3.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.2.0&targetVersion=GTv3.2.1) (2023-05-15)
|
|
1040
1359
|
|
|
1041
|
-
|
|
1042
1360
|
### Features
|
|
1043
1361
|
|
|
1044
|
-
|
|
1362
|
+
- nye ikoner ([9694a00](https://github.com/helsenorge/designsystem/commit/9694a0061f412d16241f8be9e051805711ec2cee)), closes
|
|
1363
|
+
[#301797](https://github.com/helsenorge/designsystem/issues/301797)
|
|
1045
1364
|
|
|
1046
1365
|
## [3.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.6&targetVersion=GTv3.2.0) (2023-05-09)
|
|
1047
1366
|
|
|
1048
|
-
|
|
1049
1367
|
### Features
|
|
1050
1368
|
|
|
1051
|
-
|
|
1369
|
+
- nytt komponent label ([ab2ea36](https://github.com/helsenorge/designsystem/commit/ab2ea3668231e5b37793fef3ce527444844d6d4e)), closes
|
|
1370
|
+
[#274702](https://github.com/helsenorge/designsystem/issues/274702)
|
|
1052
1371
|
|
|
1053
1372
|
## [3.1.6](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.5&targetVersion=GTv3.1.6) (2023-05-05)
|
|
1054
1373
|
|
|
1055
|
-
|
|
1056
1374
|
### Features
|
|
1057
1375
|
|
|
1058
|
-
|
|
1059
|
-
|
|
1376
|
+
- tooltip text decoration endres til dotted
|
|
1377
|
+
([8c1fddb](https://github.com/helsenorge/designsystem/commit/8c1fddbc93fe9186b9a729fafcdeb4f47263ec82)), closes
|
|
1378
|
+
[#301506](https://github.com/helsenorge/designsystem/issues/301506)
|
|
1060
1379
|
|
|
1061
1380
|
### Bug Fixes
|
|
1062
1381
|
|
|
1063
|
-
|
|
1064
|
-
|
|
1382
|
+
- chrome hover-background ([762ae92](https://github.com/helsenorge/designsystem/commit/762ae9233312da790c5581a7e1ad3fd8b705a4d4)), closes
|
|
1383
|
+
[#301543](https://github.com/helsenorge/designsystem/issues/301543)
|
|
1384
|
+
- style av checkbox ([d9bffd9](https://github.com/helsenorge/designsystem/commit/d9bffd96ed5f5a09c564047afab167f636979282)), closes
|
|
1385
|
+
[#289913](https://github.com/helsenorge/designsystem/issues/289913)
|
|
1065
1386
|
|
|
1066
1387
|
## [3.1.5](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.4&targetVersion=GTv3.1.5) (2023-04-13)
|
|
1067
1388
|
|
|
1068
|
-
|
|
1069
1389
|
### Bug Fixes
|
|
1070
1390
|
|
|
1071
|
-
|
|
1391
|
+
- popmenu og helpbubble i centeredoverflow-tabell plasseres riktig
|
|
1392
|
+
([1adbd97](https://github.com/helsenorge/designsystem/commit/1adbd97598a1c93fffa421892ca99c1852b91bef)), closes
|
|
1393
|
+
[#300128](https://github.com/helsenorge/designsystem/issues/300128)
|
|
1072
1394
|
|
|
1073
1395
|
## [3.1.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.3&targetVersion=GTv3.1.4) (2023-04-12)
|
|
1074
1396
|
|
|
1075
|
-
|
|
1076
1397
|
### Bug Fixes
|
|
1077
1398
|
|
|
1078
|
-
|
|
1399
|
+
- unngå at tabellen hopper mellom ulike visninger på små skjermer
|
|
1400
|
+
([5531200](https://github.com/helsenorge/designsystem/commit/553120095afa9185dce3e2fea6c770f4654eefbf)), closes
|
|
1401
|
+
[#300068](https://github.com/helsenorge/designsystem/issues/300068)
|
|
1079
1402
|
|
|
1080
1403
|
## [3.1.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.2&targetVersion=GTv3.1.3) (2023-04-11)
|
|
1081
1404
|
|
|
1082
|
-
|
|
1083
1405
|
### Bug Fixes
|
|
1084
1406
|
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1407
|
+
- eksport av PopMenu ([857d136](https://github.com/helsenorge/designsystem/commit/857d136c0e5608cf3087315107b4e265289b412f)), closes
|
|
1408
|
+
[#260926](https://github.com/helsenorge/designsystem/issues/260926)
|
|
1409
|
+
- html-validering i flere komponenter
|
|
1410
|
+
([cd61d5c](https://github.com/helsenorge/designsystem/commit/cd61d5c77f931e67507d3666a9ea9bd681fca1dd)), closes
|
|
1411
|
+
[#298931](https://github.com/helsenorge/designsystem/issues/298931)
|
|
1412
|
+
- panel med content a, b og datetime har riktig plassering av datetime på stor skjerm
|
|
1413
|
+
([74adbca](https://github.com/helsenorge/designsystem/commit/74adbca810aa08cacc76c7e01fb6164d941f917a)), closes
|
|
1414
|
+
[#297532](https://github.com/helsenorge/designsystem/issues/297532)
|
|
1415
|
+
- statusdot transparent har bedre kontrast mot bakgrunn
|
|
1416
|
+
([2015054](https://github.com/helsenorge/designsystem/commit/20150540118e1d4d67a3847b1a3c182ebfb77ef1)), closes
|
|
1417
|
+
[#298938](https://github.com/helsenorge/designsystem/issues/298938)
|
|
1089
1418
|
|
|
1090
1419
|
## [3.1.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.1&targetVersion=GTv3.1.2) (2023-03-31)
|
|
1091
1420
|
|
|
1092
|
-
|
|
1093
1421
|
### Bug Fixes
|
|
1094
1422
|
|
|
1095
|
-
|
|
1423
|
+
- styling av service message ([4fd8e7d](https://github.com/helsenorge/designsystem/commit/4fd8e7dc23a7a6a469befda007cc846ed91640e2)), closes
|
|
1424
|
+
[#292736](https://github.com/helsenorge/designsystem/issues/292736)
|
|
1096
1425
|
|
|
1097
1426
|
## [3.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.0&targetVersion=GTv3.1.1) (2023-03-30)
|
|
1098
1427
|
|
|
1099
|
-
|
|
1100
1428
|
### Features
|
|
1101
1429
|
|
|
1102
|
-
|
|
1430
|
+
- service message ([fdbb1a6](https://github.com/helsenorge/designsystem/commit/fdbb1a6557c092eabc1c18ff2f7fb4515bf1b016)), closes
|
|
1431
|
+
[#292736](https://github.com/helsenorge/designsystem/issues/292736)
|
|
1103
1432
|
|
|
1104
1433
|
## [3.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.0.2&targetVersion=GTv3.1.0) (2023-03-29)
|
|
1105
1434
|
|
|
1106
1435
|
## [3.0.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.0.1&targetVersion=GTv3.0.2) (2023-03-29)
|
|
1107
1436
|
|
|
1108
|
-
|
|
1109
1437
|
### Features
|
|
1110
1438
|
|
|
1111
|
-
|
|
1112
|
-
|
|
1439
|
+
- stegvisning ([a03ac7c](https://github.com/helsenorge/designsystem/commit/a03ac7c5e442b4673e91ec8b802d098ae1f2eb47)), closes
|
|
1440
|
+
[#297425](https://github.com/helsenorge/designsystem/issues/297425)
|
|
1113
1441
|
|
|
1114
1442
|
### Bug Fixes
|
|
1115
1443
|
|
|
1116
|
-
|
|
1117
|
-
|
|
1444
|
+
- expanderlist viser title når title er React-komponent
|
|
1445
|
+
([c9c8b19](https://github.com/helsenorge/designsystem/commit/c9c8b19075ea51f761ba97c9fc80f7d286c0061d)), closes
|
|
1446
|
+
[#299335](https://github.com/helsenorge/designsystem/issues/299335)
|
|
1447
|
+
- popmenu plasserer pil riktig sted ([ce90830](https://github.com/helsenorge/designsystem/commit/ce90830eac8efd755a9d5c88348f1ebb8f2e04a9)),
|
|
1448
|
+
closes [#298403](https://github.com/helsenorge/designsystem/issues/298403)
|
|
1118
1449
|
|
|
1119
1450
|
## [3.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.0.0&targetVersion=GTv3.0.1) (2023-03-23)
|
|
1120
1451
|
|
|
1121
|
-
|
|
1122
1452
|
### Bug Fixes
|
|
1123
1453
|
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1454
|
+
- bullet-list nivå 4 og lavere skal ha dashed stil
|
|
1455
|
+
([bbcb855](https://github.com/helsenorge/designsystem/commit/bbcb8559dca4d31ab8b066048f4d922486632b91)), closes
|
|
1456
|
+
[#285187](https://github.com/helsenorge/designsystem/issues/285187)
|
|
1457
|
+
- table med horizontalscroll har begrenset bredde
|
|
1458
|
+
([94e7166](https://github.com/helsenorge/designsystem/commit/94e716624cdd2a2f9a0a3b875b3c67a06442cb8b)), closes
|
|
1459
|
+
[#298409](https://github.com/helsenorge/designsystem/issues/298409)
|
|
1460
|
+
- tooltip er en del av dom ([aedea69](https://github.com/helsenorge/designsystem/commit/aedea69524558a38a0d45536aa4c625971fb9f76)), closes
|
|
1461
|
+
[#298402](https://github.com/helsenorge/designsystem/issues/298402) [#298403](https://github.com/helsenorge/designsystem/issues/298403)
|
|
1127
1462
|
|
|
1128
1463
|
## [3.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.17.0&targetVersion=GTv3.0.0) (2023-03-13)
|
|
1129
1464
|
|
|
1130
|
-
|
|
1131
1465
|
### Features
|
|
1132
1466
|
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1467
|
+
- expanderhierarchy-komponent ([40154eb](https://github.com/helsenorge/designsystem/commit/40154eb7f96b010fdb04b1d80149a908e8b9f802)),
|
|
1468
|
+
closes [#269610](https://github.com/helsenorge/designsystem/issues/269610)
|
|
1469
|
+
- listekomponent ([0aa2c83](https://github.com/helsenorge/designsystem/commit/0aa2c8335e5f73d273bc3711a22b9cf84fb5c723)), closes
|
|
1470
|
+
[#285187](https://github.com/helsenorge/designsystem/issues/285187)
|
|
1471
|
+
- popmenu ([1cef3d4](https://github.com/helsenorge/designsystem/commit/1cef3d4e1a6e54657d88b044cf8d968d72cc1a14)), closes
|
|
1472
|
+
[#260926](https://github.com/helsenorge/designsystem/issues/260926)
|
|
1137
1473
|
|
|
1138
1474
|
### Bug Fixes
|
|
1139
1475
|
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1476
|
+
- anchorlink med/uten fokus tar like stor plass
|
|
1477
|
+
([0d04f59](https://github.com/helsenorge/designsystem/commit/0d04f594338024ec81378559d449cecc2b8f018c)), closes
|
|
1478
|
+
[#295268](https://github.com/helsenorge/designsystem/issues/295268)
|
|
1479
|
+
- dra og slipp fungerer i Slider på Android
|
|
1480
|
+
([95fecd9](https://github.com/helsenorge/designsystem/commit/95fecd96e253c0be7e6c890db2f1e22d3c16b094)), closes
|
|
1481
|
+
[#296701](https://github.com/helsenorge/designsystem/issues/296701)
|
|
1482
|
+
- panel - gir padding til knapp om det ligger innhold i nærheten
|
|
1483
|
+
([5618f31](https://github.com/helsenorge/designsystem/commit/5618f313650da6eb2e4cc08fe3ca9c43cb7791af)), closes
|
|
1484
|
+
[#292897](https://github.com/helsenorge/designsystem/issues/292897)
|
|
1143
1485
|
|
|
1144
1486
|
## 3.0.0-beta.0 (2023-02-22)
|
|
1145
1487
|
|
|
1146
|
-
|
|
1147
1488
|
### ⚠ BREAKING CHANGES
|
|
1148
1489
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1490
|
+
- smallViewportVariant endrer navn til breakpointConfig. Table har ingen standard responsiv oppførsel.
|
|
1491
|
+
- Tidligere måtte man spesifisere role="alert" som prop selv, det vil si at man kan ha brukt variant alert/crisis for det rent visuelle uten
|
|
1492
|
+
å få innholdet automatisk lest opp.
|
|
1493
|
+
- NotificationPanel bruker ikke dangerouslySetInnerHTML for å sette label mer. Ved behov må man gjøre dette selv som bruker av komponenten.
|
|
1152
1494
|
|
|
1153
1495
|
### Features
|
|
1154
1496
|
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1497
|
+
- notificationPanel - nytt design ([2770165](https://github.com/helsenorge/designsystem/commit/27701653e83fda36e1314ba7b376982d7fdbb731)),
|
|
1498
|
+
closes [#292726](https://github.com/helsenorge/designsystem/issues/292726)
|
|
1499
|
+
- notificationpanel har automatisk role=alert om variant er alert eller crisis
|
|
1500
|
+
([b9ab235](https://github.com/helsenorge/designsystem/commit/b9ab2356ee9589c97af5f13eae21b182f0693dda)), closes
|
|
1501
|
+
[#295272](https://github.com/helsenorge/designsystem/issues/295272)
|
|
1502
|
+
- nye farger fra design ([031f202](https://github.com/helsenorge/designsystem/commit/031f2029f30340675ffac6a42f234b8b2ecb25b6)), closes
|
|
1503
|
+
[#292726](https://github.com/helsenorge/designsystem/issues/292726)
|
|
1504
|
+
- tabell har mulighet for flere responsive visninger
|
|
1505
|
+
([1cbaa62](https://github.com/helsenorge/designsystem/commit/1cbaa62d1fdfbd407dd90746960e2a597f37a123)), closes
|
|
1506
|
+
[#288929](https://github.com/helsenorge/designsystem/issues/288929)
|
|
1507
|
+
- table har to gjenbrukbare configer for ulike breakpoints
|
|
1508
|
+
([a6ac619](https://github.com/helsenorge/designsystem/commit/a6ac6196cc351041a13e08c68058754447b236be)), closes
|
|
1509
|
+
[#296512](https://github.com/helsenorge/designsystem/issues/296512)
|
|
1161
1510
|
|
|
1162
1511
|
### Bug Fixes
|
|
1163
1512
|
|
|
1164
|
-
|
|
1165
|
-
|
|
1513
|
+
- table bruker neste breakpoint i bootstrap 5
|
|
1514
|
+
([458f59a](https://github.com/helsenorge/designsystem/commit/458f59a2bbfb690abc40fcb95925349ae6c03427))
|
|
1166
1515
|
|
|
1167
1516
|
### Code Refactoring
|
|
1168
1517
|
|
|
1169
|
-
|
|
1170
|
-
|
|
1518
|
+
- fjern deprecated options i Table ([49fbced](https://github.com/helsenorge/designsystem/commit/49fbcedca0b8c93c314b6a1e86ed8558918777db))
|
|
1519
|
+
- notificationpanel bruker ikke dangerouslySetInnerHTML
|
|
1520
|
+
([75c8fc3](https://github.com/helsenorge/designsystem/commit/75c8fc3f636f299ad1bde80ce0b66bedd50b655e)), closes
|
|
1521
|
+
[#294226](https://github.com/helsenorge/designsystem/issues/294226)
|
|
1171
1522
|
|
|
1172
1523
|
## [2.17.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.16.1&targetVersion=GTv2.17.0) (2023-02-23)
|
|
1173
1524
|
|
|
1174
|
-
|
|
1175
1525
|
### Features
|
|
1176
1526
|
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1527
|
+
- avrunder tag ([193ea63](https://github.com/helsenorge/designsystem/commit/193ea6391ced4b2c4c626c79298d8693f197fd27)), closes
|
|
1528
|
+
[#296200](https://github.com/helsenorge/designsystem/issues/296200)
|
|
1529
|
+
- nytt ikon ([9ee93b8](https://github.com/helsenorge/designsystem/commit/9ee93b84c5a399c3cf1d45f5ee909e2b5f43bd97)), closes
|
|
1530
|
+
[#296600](https://github.com/helsenorge/designsystem/issues/296600)
|
|
1531
|
+
- nytt ikon - unspecifiedFile ([e628a45](https://github.com/helsenorge/designsystem/commit/e628a4567e00a24c3c16bf3e1bab68dcd879398d)),
|
|
1532
|
+
closes [#296600](https://github.com/helsenorge/designsystem/issues/296600)
|
|
1181
1533
|
|
|
1182
1534
|
### Bug Fixes
|
|
1183
1535
|
|
|
1184
|
-
|
|
1536
|
+
- Panel vises riktig på mobilvisning
|
|
1537
|
+
([82790a2](https://github.com/helsenorge/designsystem/commit/82790a2365ba09f9c4e1fe4d9d624cdab62eef76)), closes
|
|
1538
|
+
[#296298](https://github.com/helsenorge/designsystem/issues/296298)
|
|
1185
1539
|
|
|
1186
1540
|
## [2.16.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.16.0&targetVersion=GTv2.16.1) (2023-02-16)
|
|
1187
1541
|
|
|
1188
|
-
|
|
1189
1542
|
### Bug Fixes
|
|
1190
1543
|
|
|
1191
|
-
|
|
1544
|
+
- duolist non-formatted linjeskift fiks
|
|
1545
|
+
([1f3f45f](https://github.com/helsenorge/designsystem/commit/1f3f45f194d18207a3a6f8a8ef73b95c9a7ca1bf)), closes
|
|
1546
|
+
[#296356](https://github.com/helsenorge/designsystem/issues/296356)
|
|
1192
1547
|
|
|
1193
1548
|
## [2.16.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.15.0&targetVersion=GTv2.16.0) (2023-02-15)
|
|
1194
1549
|
|
|
1195
|
-
|
|
1196
1550
|
### Features
|
|
1197
1551
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1552
|
+
- tabell har mulighet for flere responsive visninger
|
|
1553
|
+
([6b0f202](https://github.com/helsenorge/designsystem/commit/6b0f202af5009f79d6c035aab16ff6ca7cf903bb)), closes
|
|
1554
|
+
[#288929](https://github.com/helsenorge/designsystem/issues/288929)
|
|
1200
1555
|
|
|
1201
1556
|
### Bug Fixes
|
|
1202
1557
|
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1558
|
+
- fixer bruk av Formgroup i storybook
|
|
1559
|
+
([61bddf7](https://github.com/helsenorge/designsystem/commit/61bddf795d86e56ada7d39de30127434745c4ed4)), closes
|
|
1560
|
+
[#292556](https://github.com/helsenorge/designsystem/issues/292556)
|
|
1561
|
+
- fjern klasse som ikke brukes ([8544a30](https://github.com/helsenorge/designsystem/commit/8544a304383cac0b3b586bb74097ee64bb9e6dee)),
|
|
1562
|
+
closes [#294599](https://github.com/helsenorge/designsystem/issues/294599)
|
|
1563
|
+
- panelactionbtn er plassert i lik linje med datetime
|
|
1564
|
+
([7b1fc4d](https://github.com/helsenorge/designsystem/commit/7b1fc4d33ccc430dad760e7e0f3f2f051932c2d5)), closes
|
|
1565
|
+
[#292669](https://github.com/helsenorge/designsystem/issues/292669)
|
|
1566
|
+
- styling specificity ([cb35c03](https://github.com/helsenorge/designsystem/commit/cb35c03e173b2ae6896844f2f1f370eca6659688)), closes
|
|
1567
|
+
[#292556](https://github.com/helsenorge/designsystem/issues/292556)
|
|
1207
1568
|
|
|
1208
1569
|
## [2.15.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.14.0&targetVersion=GTv2.15.0) (2023-02-09)
|
|
1209
1570
|
|
|
1210
|
-
|
|
1211
1571
|
### Features
|
|
1212
1572
|
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1573
|
+
- avatar har størrelse small og xsmall
|
|
1574
|
+
([86a7dd4](https://github.com/helsenorge/designsystem/commit/86a7dd41d42588bc962137914bcb3f9e74863f3b))
|
|
1575
|
+
- button ariaLabel mangel kaster bare error i dev
|
|
1576
|
+
([89596fa](https://github.com/helsenorge/designsystem/commit/89596faeda26e45a32e759013edbda522c8ac4d9)), closes
|
|
1577
|
+
[#289312](https://github.com/helsenorge/designsystem/issues/289312)
|
|
1578
|
+
- input har støtte for å telle antall tegn
|
|
1579
|
+
([65eef57](https://github.com/helsenorge/designsystem/commit/65eef57f5dfddd4c5054a83cd821f477958c6df1)), closes
|
|
1580
|
+
[#291991](https://github.com/helsenorge/designsystem/issues/291991)
|
|
1581
|
+
- legger til errorwrapper class ([5ca3378](https://github.com/helsenorge/designsystem/commit/5ca3378be19533b753db41a20f17243c4e231b52)),
|
|
1582
|
+
closes [#292556](https://github.com/helsenorge/designsystem/issues/292556)
|
|
1583
|
+
- statusdot har attachment-variant ([dd27e68](https://github.com/helsenorge/designsystem/commit/dd27e68d6c888e8e2c65b8001c513d5e906319f2))
|
|
1584
|
+
- SupportingPerson xs ikon ([138b3b5](https://github.com/helsenorge/designsystem/commit/138b3b5d0d264d6c6cc2f659e63fc09bc3f67669)), closes
|
|
1585
|
+
[#293547](https://github.com/helsenorge/designsystem/issues/293547)
|
|
1220
1586
|
|
|
1221
1587
|
### Bug Fixes
|
|
1222
1588
|
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1589
|
+
- date-time eksempel colon fiks ([02f0331](https://github.com/helsenorge/designsystem/commit/02f03310626bf74878aba5889884c681bdde4fcd))
|
|
1590
|
+
- linklist-item har ikke class=undefined når type=fill
|
|
1591
|
+
([b54ca6a](https://github.com/helsenorge/designsystem/commit/b54ca6a454c80ee331e608a3a163c3eaebabdb2f)), closes
|
|
1592
|
+
[#294599](https://github.com/helsenorge/designsystem/issues/294599)
|
|
1593
|
+
- listheader med avatar er default størrelse xsmall
|
|
1594
|
+
([e67d447](https://github.com/helsenorge/designsystem/commit/e67d447ee7cc05a3d61263765556a34c8ef28d6b))
|
|
1595
|
+
- login icon fill-rule fikset ([62dcd0f](https://github.com/helsenorge/designsystem/commit/62dcd0fc158d3699f51446c3304907a6ca4aa976))
|
|
1596
|
+
- oppdatert geometri i ikonene til arrowleft og arrowright
|
|
1597
|
+
([20ab9c5](https://github.com/helsenorge/designsystem/commit/20ab9c5cc60e11860dd2c046be6e2cdbf20060fb)), closes
|
|
1598
|
+
[#293341](https://github.com/helsenorge/designsystem/issues/293341)
|
|
1228
1599
|
|
|
1229
1600
|
## [2.14.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.13.0&targetVersion=GTv2.14.0) (2023-02-01)
|
|
1230
1601
|
|
|
1231
|
-
|
|
1232
1602
|
### Features
|
|
1233
1603
|
|
|
1234
|
-
|
|
1235
|
-
|
|
1604
|
+
- ikoner for ny login logout hjertehender og error notification
|
|
1605
|
+
([8fd3e28](https://github.com/helsenorge/designsystem/commit/8fd3e289ccd3934f84d5d11def33a9c1b527708d))
|
|
1236
1606
|
|
|
1237
1607
|
### Bug Fixes
|
|
1238
1608
|
|
|
1239
|
-
|
|
1609
|
+
- panel inline title blir inline med contentA
|
|
1610
|
+
([3345db0](https://github.com/helsenorge/designsystem/commit/3345db0457a512c0edd28d25339cdaf4955ca54b)), closes
|
|
1611
|
+
[#294847](https://github.com/helsenorge/designsystem/issues/294847)
|
|
1240
1612
|
|
|
1241
1613
|
## [2.13.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.12.0&targetVersion=GTv2.13.0) (2023-01-26)
|
|
1242
1614
|
|
|
1243
|
-
|
|
1244
1615
|
### Features
|
|
1245
1616
|
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1617
|
+
- duolist nonformatted format lagt til
|
|
1618
|
+
([6bbdb76](https://github.com/helsenorge/designsystem/commit/6bbdb76cd2dda87e8e7389ee7129936ae0253bc0)), closes
|
|
1619
|
+
[#292725](https://github.com/helsenorge/designsystem/issues/292725)
|
|
1620
|
+
- panel status badge wrapper nå med title tekst
|
|
1621
|
+
([d008826](https://github.com/helsenorge/designsystem/commit/d00882610a68cf00d6a3a39d3bb7bf6c5807526a)), closes
|
|
1622
|
+
[#292773](https://github.com/helsenorge/designsystem/issues/292773)
|
|
1623
|
+
- slider har støtte for ariaLabel ([e4960e1](https://github.com/helsenorge/designsystem/commit/e4960e1e7f01fde1be4689ccae3ce8d23a72eea2)),
|
|
1624
|
+
closes [#293573](https://github.com/helsenorge/designsystem/issues/293573)
|
|
1250
1625
|
|
|
1251
1626
|
### Bug Fixes
|
|
1252
1627
|
|
|
1253
|
-
|
|
1628
|
+
- panel spacing desktop fikset ([074afe7](https://github.com/helsenorge/designsystem/commit/074afe7dc54f71eb068b51eaed20277b8c51f6ec)),
|
|
1629
|
+
closes [#292769](https://github.com/helsenorge/designsystem/issues/292769)
|
|
1254
1630
|
|
|
1255
1631
|
## [2.12.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.11.3&targetVersion=GTv2.12.0) (2023-01-23)
|
|
1256
1632
|
|
|
1257
|
-
|
|
1258
1633
|
### Features
|
|
1259
1634
|
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1635
|
+
- gir vertikaler mulighet til å hente reset styling for radio button fra designsystemet
|
|
1636
|
+
([868df37](https://github.com/helsenorge/designsystem/commit/868df372ab03638f25d2747d829e99248436528e)), closes
|
|
1637
|
+
[#292456](https://github.com/helsenorge/designsystem/issues/292456)
|
|
1638
|
+
- panel med buttonAriaLabel bruker det som aria-label selv om title er satt
|
|
1639
|
+
([23caab9](https://github.com/helsenorge/designsystem/commit/23caab91b8b4ac50df54dc34930618b2fd3583be)), closes
|
|
1640
|
+
[#293470](https://github.com/helsenorge/designsystem/issues/293470) [#293729](https://github.com/helsenorge/designsystem/issues/293729)
|
|
1263
1641
|
|
|
1264
1642
|
### Bug Fixes
|
|
1265
1643
|
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1644
|
+
- duolist null child kaster ikke feilmelding
|
|
1645
|
+
([7668bd2](https://github.com/helsenorge/designsystem/commit/7668bd26ffc077727fae2e1f1eaf2b371b81af80)), closes
|
|
1646
|
+
[#292617](https://github.com/helsenorge/designsystem/issues/292617)
|
|
1647
|
+
- logo kan bare være hvit og svart ([c46dcc1](https://github.com/helsenorge/designsystem/commit/c46dcc17e13189973fef4691ab1b75c3442f6ab4)),
|
|
1648
|
+
closes [#293148](https://github.com/helsenorge/designsystem/issues/293148)
|
|
1649
|
+
- panel detail button pil plassert riktig
|
|
1650
|
+
([21782d8](https://github.com/helsenorge/designsystem/commit/21782d80502afdd9415c1e3ba9eca092f063157e)), closes
|
|
1651
|
+
[#287921](https://github.com/helsenorge/designsystem/issues/287921)
|
|
1652
|
+
- taglist har nå role=list med listitems
|
|
1653
|
+
([62be09d](https://github.com/helsenorge/designsystem/commit/62be09de17a946e1339f27792878c19c9e72be7f)), closes
|
|
1654
|
+
[#290367](https://github.com/helsenorge/designsystem/issues/290367)
|
|
1655
|
+
- useOutsideEvent fungerer i web components
|
|
1656
|
+
([ffe9b7f](https://github.com/helsenorge/designsystem/commit/ffe9b7ffc67e04f6b8d7232b0a6829a380d112d6)), closes
|
|
1657
|
+
[#293729](https://github.com/helsenorge/designsystem/issues/293729)
|
|
1658
|
+
- vis slider på utskrift ([aa60206](https://github.com/helsenorge/designsystem/commit/aa60206364af351c33045f22d5a9379276e814bf)), closes
|
|
1659
|
+
[#281560](https://github.com/helsenorge/designsystem/issues/281560)
|
|
1272
1660
|
|
|
1273
1661
|
## [2.11.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.11.2&targetVersion=GTv2.11.3) (2023-01-17)
|
|
1274
1662
|
|
|
1275
|
-
|
|
1276
1663
|
### Features
|
|
1277
1664
|
|
|
1278
|
-
|
|
1665
|
+
- legger til header sematikk på expanderlist
|
|
1666
|
+
([2918461](https://github.com/helsenorge/designsystem/commit/29184614d218b50461c79e41d609d0c4917fd873)), closes
|
|
1667
|
+
[#291046](https://github.com/helsenorge/designsystem/issues/291046)
|
|
1279
1668
|
|
|
1280
1669
|
## [2.11.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.11.1&targetVersion=GTv2.11.2) (2023-01-12)
|
|
1281
1670
|
|
|
1282
|
-
|
|
1283
1671
|
### Bug Fixes
|
|
1284
1672
|
|
|
1285
|
-
|
|
1286
|
-
|
|
1673
|
+
- endrer kontrastfarge ([7aae4c3](https://github.com/helsenorge/designsystem/commit/7aae4c3239afe9187d7515ca2d8bd9e5f9808425)), closes
|
|
1674
|
+
[#290655](https://github.com/helsenorge/designsystem/issues/290655)
|
|
1675
|
+
- listheader mapping tar hensyn til undefined recursive children
|
|
1676
|
+
([429e51b](https://github.com/helsenorge/designsystem/commit/429e51bf7eebbafeef19ca5d76c72957ab9ab402)), closes
|
|
1677
|
+
[#293178](https://github.com/helsenorge/designsystem/issues/293178)
|
|
1287
1678
|
|
|
1288
1679
|
## [2.11.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.10.1&targetVersion=GTv2.11.1) (2023-01-06)
|
|
1289
1680
|
|
|
1290
|
-
|
|
1291
1681
|
### Features
|
|
1292
1682
|
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1683
|
+
- legger til props til Input ([7951a84](https://github.com/helsenorge/designsystem/commit/7951a84f5af1dc7c432456e3ebf26d4227774cf8)), closes
|
|
1684
|
+
[#222638](https://github.com/helsenorge/designsystem/issues/222638)
|
|
1685
|
+
- **designsystem:** aria-required for select
|
|
1686
|
+
([4415849](https://github.com/helsenorge/designsystem/commit/4415849b74a53565a7af459091a915e0f6d01d90)), closes
|
|
1687
|
+
[#291043](https://github.com/helsenorge/designsystem/issues/291043)
|
|
1296
1688
|
|
|
1297
1689
|
### Bug Fixes
|
|
1298
1690
|
|
|
1299
|
-
|
|
1691
|
+
- endrer farge på tekst. Gir bedre kontrast
|
|
1692
|
+
([e29be2b](https://github.com/helsenorge/designsystem/commit/e29be2b7dc784ea57daabb20d7ce08c8a017708e)), closes
|
|
1693
|
+
[#290655](https://github.com/helsenorge/designsystem/issues/290655)
|
|
1300
1694
|
|
|
1301
1695
|
## [2.10.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.10.0&targetVersion=GTv2.10.1) (2023-01-03)
|
|
1302
1696
|
|
|
1303
|
-
|
|
1304
1697
|
### Bug Fixes
|
|
1305
1698
|
|
|
1306
|
-
|
|
1699
|
+
- listheader mapping fikset ved null child
|
|
1700
|
+
([e62f9f8](https://github.com/helsenorge/designsystem/commit/e62f9f8cdb9af731434f79a56efadb6207e06588))
|
|
1307
1701
|
|
|
1308
1702
|
## [2.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.3&targetVersion=GTv2.10.0) (2023-01-03)
|
|
1309
1703
|
|
|
1310
|
-
|
|
1311
1704
|
### Features
|
|
1312
1705
|
|
|
1313
|
-
|
|
1314
|
-
|
|
1706
|
+
- nytt komponent linkheader og linkheadertext som brukes i expanderlist og linklist
|
|
1707
|
+
([5842ffe](https://github.com/helsenorge/designsystem/commit/5842ffe5d547d9f34b61c2409c9aeb957fcb947f)), closes
|
|
1708
|
+
[#289118](https://github.com/helsenorge/designsystem/issues/289118)
|
|
1315
1709
|
|
|
1316
1710
|
### Bug Fixes
|
|
1317
1711
|
|
|
1318
|
-
|
|
1712
|
+
- oneliner får ikke unødvendig spacing
|
|
1713
|
+
([4f1ac33](https://github.com/helsenorge/designsystem/commit/4f1ac33b8405c89f625939454e2600cf9eb2e0a3))
|
|
1319
1714
|
|
|
1320
1715
|
## [2.9.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.2&targetVersion=GTv2.9.3) (2022-12-13)
|
|
1321
1716
|
|
|
1322
|
-
|
|
1323
1717
|
### Features
|
|
1324
1718
|
|
|
1325
|
-
|
|
1719
|
+
- eksporterer NotificationPanel props
|
|
1720
|
+
([f052b76](https://github.com/helsenorge/designsystem/commit/f052b765807809a98a88e2d536b87cf388d15e56)), closes
|
|
1721
|
+
[#288630](https://github.com/helsenorge/designsystem/issues/288630)
|
|
1326
1722
|
|
|
1327
1723
|
## [2.9.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.1&targetVersion=GTv2.9.2) (2022-12-09)
|
|
1328
1724
|
|
|
1329
|
-
|
|
1330
1725
|
### Bug Fixes
|
|
1331
1726
|
|
|
1332
|
-
|
|
1727
|
+
- personcancel og travelroute ikon farge fiks
|
|
1728
|
+
([6423c92](https://github.com/helsenorge/designsystem/commit/6423c921af461a556502adcb74a91ec0acf98bcf))
|
|
1333
1729
|
|
|
1334
1730
|
## [2.9.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.0&targetVersion=GTv2.9.1) (2022-12-07)
|
|
1335
1731
|
|
|
1336
|
-
|
|
1337
1732
|
### Bug Fixes
|
|
1338
1733
|
|
|
1339
|
-
|
|
1734
|
+
- personcancel ikon fiks ([0bb783c](https://github.com/helsenorge/designsystem/commit/0bb783cfb466212a2e9fb362909533b62a45d81d)), closes
|
|
1735
|
+
[#290817](https://github.com/helsenorge/designsystem/issues/290817)
|
|
1340
1736
|
|
|
1341
1737
|
## [2.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.8.0&targetVersion=GTv2.9.0) (2022-12-06)
|
|
1342
1738
|
|
|
1343
|
-
|
|
1344
1739
|
### Features
|
|
1345
1740
|
|
|
1346
|
-
|
|
1741
|
+
- nye ikoner helsekontakter og pasientreiser
|
|
1742
|
+
([a74689b](https://github.com/helsenorge/designsystem/commit/a74689b3a838bd9ca19e7345006f54d38a048d1e)), closes
|
|
1743
|
+
[#290817](https://github.com/helsenorge/designsystem/issues/290817)
|
|
1347
1744
|
|
|
1348
1745
|
## [2.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.7.0&targetVersion=GTv2.8.0) (2022-12-01)
|
|
1349
1746
|
|
|
1350
|
-
|
|
1351
1747
|
### Features
|
|
1352
1748
|
|
|
1353
|
-
|
|
1749
|
+
- notificationpanel kan ha role="alert"
|
|
1750
|
+
([3912130](https://github.com/helsenorge/designsystem/commit/39121300e3d70414433c4b64911a830bbc01cb52)), closes
|
|
1751
|
+
[#290688](https://github.com/helsenorge/designsystem/issues/290688)
|
|
1354
1752
|
|
|
1355
1753
|
## [2.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.6.2&targetVersion=GTv2.7.0) (2022-11-30)
|
|
1356
1754
|
|
|
1357
|
-
|
|
1358
1755
|
### Features
|
|
1359
1756
|
|
|
1360
|
-
|
|
1757
|
+
- oppdatert med støtte for datetime i input felt
|
|
1758
|
+
([d01eab1](https://github.com/helsenorge/designsystem/commit/d01eab1e976887bb7b22d27108bbc47e06e04316)), closes
|
|
1759
|
+
[#288759](https://github.com/helsenorge/designsystem/issues/288759)
|
|
1361
1760
|
|
|
1362
1761
|
## [2.6.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.6.1&targetVersion=GTv2.6.2) (2022-11-17)
|
|
1363
1762
|
|
|
1364
|
-
|
|
1365
1763
|
### Bug Fixes
|
|
1366
1764
|
|
|
1367
|
-
|
|
1765
|
+
- modal setter fokus til seg selv kun én gang når den først vises
|
|
1766
|
+
([a293206](https://github.com/helsenorge/designsystem/commit/a293206cbd23a4524054198239eb00f2ee454a39)), closes
|
|
1767
|
+
[#289818](https://github.com/helsenorge/designsystem/issues/289818)
|
|
1368
1768
|
|
|
1369
1769
|
## [2.6.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.6.0&targetVersion=GTv2.6.1) (2022-11-17)
|
|
1370
1770
|
|
|
1371
|
-
|
|
1372
1771
|
### Bug Fixes
|
|
1373
1772
|
|
|
1374
|
-
|
|
1773
|
+
- resizeobserver logger ikke feil om loop limit exceeded
|
|
1774
|
+
([afece3a](https://github.com/helsenorge/designsystem/commit/afece3a3f40763f6520e09c2398b5928eaf9fa82)), closes
|
|
1775
|
+
[#288871](https://github.com/helsenorge/designsystem/issues/288871)
|
|
1375
1776
|
|
|
1376
1777
|
## [2.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.5.0&targetVersion=GTv2.6.0) (2022-11-15)
|
|
1377
1778
|
|
|
1378
|
-
|
|
1379
1779
|
### Features
|
|
1380
1780
|
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1781
|
+
- helpbubble kan ta imot ref ([ae2dfcb](https://github.com/helsenorge/designsystem/commit/ae2dfcb5325dd31da97c032c502a8c433a8a13b4)), closes
|
|
1782
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
1783
|
+
- react-hook-form 7 støtte ([bd50e9d](https://github.com/helsenorge/designsystem/commit/bd50e9d616faec405a441661169db559bcf00783)), closes
|
|
1784
|
+
[#287912](https://github.com/helsenorge/designsystem/issues/287912)
|
|
1384
1785
|
|
|
1385
1786
|
### Bug Fixes
|
|
1386
1787
|
|
|
1387
|
-
|
|
1788
|
+
- useSize trigges ved endring i ref igjen
|
|
1789
|
+
([c374772](https://github.com/helsenorge/designsystem/commit/c374772117d019d77ad725add65f20f869a876b9)), closes
|
|
1790
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
1388
1791
|
|
|
1389
1792
|
## [2.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.4.0&targetVersion=GTv2.5.0) (2022-11-13)
|
|
1390
1793
|
|
|
1391
|
-
|
|
1392
1794
|
### Features
|
|
1393
1795
|
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1796
|
+
- duolist custom breddeforhold, bold per gruppe og mulighet for reactnode som dt og dd
|
|
1797
|
+
([8c1db38](https://github.com/helsenorge/designsystem/commit/8c1db382e7006faf478bd2d93eb72a28fadf4e43)), closes
|
|
1798
|
+
[#285932](https://github.com/helsenorge/designsystem/issues/285932)
|
|
1799
|
+
- nytt komponent Select ([70b540f](https://github.com/helsenorge/designsystem/commit/70b540fc0791cf8e94f974cbf4b4d63990d435ae)), closes
|
|
1800
|
+
[#260924](https://github.com/helsenorge/designsystem/issues/260924)
|
|
1397
1801
|
|
|
1398
1802
|
### Bug Fixes
|
|
1399
1803
|
|
|
1400
|
-
|
|
1401
|
-
|
|
1804
|
+
- oppdater posisjon i helpbubble med én gang den vises
|
|
1805
|
+
([ad297fe](https://github.com/helsenorge/designsystem/commit/ad297feeac1e0aa457121c4b6b369c1d57b53087)), closes
|
|
1806
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
1807
|
+
- uu-forbedringer i tooltip og helpbubble
|
|
1808
|
+
([be42f12](https://github.com/helsenorge/designsystem/commit/be42f12169779530f92d75dc7d64a06c41b38866)), closes
|
|
1809
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
1402
1810
|
|
|
1403
1811
|
## [2.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.3.0&targetVersion=GTv2.4.0) (2022-11-05)
|
|
1404
1812
|
|
|
1405
|
-
|
|
1406
1813
|
### Features
|
|
1407
1814
|
|
|
1408
|
-
|
|
1409
|
-
|
|
1815
|
+
- linklist.link har prop for linkRef
|
|
1816
|
+
([b86370c](https://github.com/helsenorge/designsystem/commit/b86370ccb3576c44c7ade357022b801d1407a9af)), closes
|
|
1817
|
+
[#287467](https://github.com/helsenorge/designsystem/issues/287467)
|
|
1410
1818
|
|
|
1411
1819
|
### Bug Fixes
|
|
1412
1820
|
|
|
1413
|
-
|
|
1414
|
-
|
|
1821
|
+
- hjelpeboble plasseres riktig i scrollbar tabell
|
|
1822
|
+
([6b96b04](https://github.com/helsenorge/designsystem/commit/6b96b046782494e2b2586cb158874e46602c5249)), closes
|
|
1823
|
+
[#288142](https://github.com/helsenorge/designsystem/issues/288142)
|
|
1824
|
+
- modal setter fokus automatisk til første fokuserbare element
|
|
1825
|
+
([88bb15c](https://github.com/helsenorge/designsystem/commit/88bb15cd9de0fb0f2a78db7a4621da1e16f31374)), closes
|
|
1826
|
+
[#286778](https://github.com/helsenorge/designsystem/issues/286778)
|
|
1415
1827
|
|
|
1416
1828
|
## [2.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.2.1&targetVersion=GTv2.3.0) (2022-10-31)
|
|
1417
1829
|
|
|
1418
|
-
|
|
1419
1830
|
### Features
|
|
1420
1831
|
|
|
1421
|
-
|
|
1832
|
+
- ny hook useFocusableElement ([3294609](https://github.com/helsenorge/designsystem/commit/32946099ab996597d1a1696a8f8d3d983da9c97e)),
|
|
1833
|
+
closes [#286778](https://github.com/helsenorge/designsystem/issues/286778)
|
|
1422
1834
|
|
|
1423
1835
|
## [2.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.2.0&targetVersion=GTv2.2.1) (2022-10-25)
|
|
1424
1836
|
|
|
1425
|
-
|
|
1426
1837
|
### Features
|
|
1427
1838
|
|
|
1428
|
-
|
|
1839
|
+
- nytt ikon og fiks på confluence script
|
|
1840
|
+
([0d6d9ea](https://github.com/helsenorge/designsystem/commit/0d6d9ea492b22ee70c2edbb32440f39739a6ce6d)), closes
|
|
1841
|
+
[#287052](https://github.com/helsenorge/designsystem/issues/287052)
|
|
1429
1842
|
|
|
1430
1843
|
## [2.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.1.0&targetVersion=GTv2.2.0) (2022-10-25)
|
|
1431
1844
|
|
|
1432
|
-
|
|
1433
1845
|
### Features
|
|
1434
1846
|
|
|
1435
|
-
|
|
1436
|
-
|
|
1847
|
+
- input og textarea kan vise valideringsfeil uten bruk av formgroup
|
|
1848
|
+
([dc44f8e](https://github.com/helsenorge/designsystem/commit/dc44f8ebd187bd20a62d544256f9902f2c39925f)), closes
|
|
1849
|
+
[#283315](https://github.com/helsenorge/designsystem/issues/283315)
|
|
1437
1850
|
|
|
1438
1851
|
### Bug Fixes
|
|
1439
1852
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1853
|
+
- bold font i tabell-header ([ba90898](https://github.com/helsenorge/designsystem/commit/ba908981f6bb2c9b5bce2f1ac6da0201263d2ecd)), closes
|
|
1854
|
+
[#287872](https://github.com/helsenorge/designsystem/issues/287872)
|
|
1855
|
+
- nummerert visning har minimum 40px bredde
|
|
1856
|
+
([5422e28](https://github.com/helsenorge/designsystem/commit/5422e28ef4aac66b3a32fd02c3ea14fcf899937b))
|
|
1857
|
+
- progressbar uten alle prikker har to prikker (venstre og høyre)
|
|
1858
|
+
([cf6d20f](https://github.com/helsenorge/designsystem/commit/cf6d20fec7916831dea260eab98d578665fe6a85))
|
|
1443
1859
|
|
|
1444
1860
|
## [2.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.0.0&targetVersion=GTv2.1.0) (2022-10-20)
|
|
1445
1861
|
|
|
1446
|
-
|
|
1447
1862
|
### Features
|
|
1448
1863
|
|
|
1449
|
-
|
|
1450
|
-
|
|
1864
|
+
- progressbar ([961f4ce](https://github.com/helsenorge/designsystem/commit/961f4ce75ff34cf8e237b3bf584ff7ba613b3461)), closes
|
|
1865
|
+
[#286349](https://github.com/helsenorge/designsystem/issues/286349)
|
|
1451
1866
|
|
|
1452
1867
|
### Bug Fixes
|
|
1453
1868
|
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1869
|
+
- expanderlist focus jsx fiks ([474dc5c](https://github.com/helsenorge/designsystem/commit/474dc5c72639fd5d41101916fe7fd05bfdafe677)),
|
|
1870
|
+
closes [#285115](https://github.com/helsenorge/designsystem/issues/285115)
|
|
1871
|
+
- setter background-clip på th i table
|
|
1872
|
+
([7f65224](https://github.com/helsenorge/designsystem/commit/7f65224a296c99dac71da2b8843d2e244beac259))
|
|
1873
|
+
- setter background-clip på th i table
|
|
1874
|
+
([3279386](https://github.com/helsenorge/designsystem/commit/32793866162d3e95ea61a6156907b2edea798de6))
|
|
1875
|
+
- tabell har bare overflow:hidden når den er for liten
|
|
1876
|
+
([b8b3c8a](https://github.com/helsenorge/designsystem/commit/b8b3c8a8532e8bfd4f0415213480895de72398df)), closes
|
|
1877
|
+
[#286994](https://github.com/helsenorge/designsystem/issues/286994)
|
|
1458
1878
|
|
|
1459
1879
|
## [2.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.8.0&targetVersion=GTv2.0.0) (2022-10-11)
|
|
1460
1880
|
|
|
1461
1881
|
## 2.0.0-beta.8 (2022-10-06)
|
|
1462
1882
|
|
|
1463
|
-
|
|
1464
1883
|
### ⚠ BREAKING CHANGES
|
|
1465
1884
|
|
|
1466
|
-
|
|
1885
|
+
- Tidligere måtte man fjerne onSuccess-prop for at escape/klikk utenfor skulle lukke. Om du ønsker å hindre at modalen kan lukkes på denne
|
|
1886
|
+
måten, bruk disableCloseEvents
|
|
1467
1887
|
|
|
1468
1888
|
### Bug Fixes
|
|
1469
1889
|
|
|
1470
|
-
|
|
1890
|
+
- modal kan lukkes med escape/klikk utenfor
|
|
1891
|
+
([3cd81a2](https://github.com/helsenorge/designsystem/commit/3cd81a2e51cf738658ef96615896c7eba0c52a32)), closes
|
|
1892
|
+
[#284930](https://github.com/helsenorge/designsystem/issues/284930)
|
|
1471
1893
|
|
|
1472
1894
|
## 2.0.0-beta.7 (2022-10-03)
|
|
1473
1895
|
|
|
1474
|
-
|
|
1475
1896
|
### Bug Fixes
|
|
1476
1897
|
|
|
1477
|
-
|
|
1898
|
+
- process.env.NODE_ENV er med i publisert kode
|
|
1899
|
+
([93d4e5f](https://github.com/helsenorge/designsystem/commit/93d4e5fd8415d9814bf9552852a479da6bb566a2))
|
|
1478
1900
|
|
|
1479
1901
|
## 2.0.0-beta.6 (2022-10-03)
|
|
1480
1902
|
|
|
1481
|
-
|
|
1482
1903
|
### ⚠ BREAKING CHANGES
|
|
1483
1904
|
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1905
|
+
- autocomplete renamet til autoComplete i Input og Textarea
|
|
1906
|
+
- readonly renamet til readOnly i Textarea
|
|
1907
|
+
- form, formNoValidate, formTarget, spellcheck, aria-invalid, id fjernet fra Textarea (bruk textAreaId i stedet for id)
|
|
1908
|
+
- TableHeadCell har ikke lenger prop for tabIndex
|
|
1488
1909
|
|
|
1489
1910
|
### Features
|
|
1490
1911
|
|
|
1491
|
-
|
|
1492
|
-
|
|
1912
|
+
- input-komponenter støtter required-atributt
|
|
1913
|
+
([cea2274](https://github.com/helsenorge/designsystem/commit/cea22748be40021bc1e9f17110b4f5cedd993f93)), closes
|
|
1914
|
+
[#227745](https://github.com/helsenorge/designsystem/issues/227745)
|
|
1493
1915
|
|
|
1494
1916
|
### Bug Fixes
|
|
1495
1917
|
|
|
1496
|
-
|
|
1497
|
-
|
|
1918
|
+
- button svg margin tar hensyn til button size
|
|
1919
|
+
([60e5bb7](https://github.com/helsenorge/designsystem/commit/60e5bb74c3650c95fb7abac892b0bb69f40881ec)), closes
|
|
1920
|
+
[#285925](https://github.com/helsenorge/designsystem/issues/285925)
|
|
1921
|
+
- tabell som kan sorteres fungerer med skjermleser
|
|
1922
|
+
([2a0a496](https://github.com/helsenorge/designsystem/commit/2a0a496a3565c99f52b96a66f6f6cde0bac010a0)), closes
|
|
1923
|
+
[#232731](https://github.com/helsenorge/designsystem/issues/232731)
|
|
1498
1924
|
|
|
1499
1925
|
## 2.0.0-beta.5 (2022-09-21)
|
|
1500
1926
|
|
|
1501
|
-
|
|
1502
1927
|
### Bug Fixes
|
|
1503
1928
|
|
|
1504
|
-
|
|
1929
|
+
- sjekk av test env flyttes utenfor useEffect
|
|
1930
|
+
([ce0b693](https://github.com/helsenorge/designsystem/commit/ce0b693ad7a5a020222fce753dba728e2be6d54f))
|
|
1505
1931
|
|
|
1506
1932
|
## 2.0.0-beta.4 (2022-09-21)
|
|
1507
1933
|
|
|
1508
|
-
|
|
1509
1934
|
### Bug Fixes
|
|
1510
1935
|
|
|
1511
|
-
|
|
1936
|
+
- button ariaLabel execption kastes ikke under tester
|
|
1937
|
+
([ffd059a](https://github.com/helsenorge/designsystem/commit/ffd059a07f245fa4426a53e328cfc37b8b6c976a))
|
|
1512
1938
|
|
|
1513
1939
|
## 2.0.0-beta.3 (2022-09-21)
|
|
1514
1940
|
|
|
1515
|
-
|
|
1516
1941
|
### Features
|
|
1517
1942
|
|
|
1518
|
-
|
|
1519
|
-
|
|
1943
|
+
- destructive concept støtter og outline, borderless og on-dark varianter
|
|
1944
|
+
([59f5a22](https://github.com/helsenorge/designsystem/commit/59f5a220c7d70369616ac3c9bebcacddf1354700)), closes
|
|
1945
|
+
[#285025](https://github.com/helsenorge/designsystem/issues/285025)
|
|
1520
1946
|
|
|
1521
1947
|
### Bug Fixes
|
|
1522
1948
|
|
|
1523
|
-
|
|
1524
|
-
|
|
1949
|
+
- button a tag decoration og width fix
|
|
1950
|
+
([ff05b12](https://github.com/helsenorge/designsystem/commit/ff05b12a194e68b3aa575caa39770c06c40a8c54)), closes
|
|
1951
|
+
[#284656](https://github.com/helsenorge/designsystem/issues/284656)
|
|
1952
|
+
- button storybooks har unike refs ([56b0715](https://github.com/helsenorge/designsystem/commit/56b07150d3861c54b1702a25f4d9c1e27465d489))
|
|
1525
1953
|
|
|
1526
1954
|
## 2.0.0-beta.2 (2022-09-19)
|
|
1527
1955
|
|
|
1528
|
-
|
|
1529
1956
|
### Bug Fixes
|
|
1530
1957
|
|
|
1531
|
-
|
|
1532
|
-
|
|
1958
|
+
- button lagt til negativ margin på mobil for å fikse spacing feil
|
|
1959
|
+
([3dd306b](https://github.com/helsenorge/designsystem/commit/3dd306b207c0d3bae3b8e3332c4c6b5b29a7ec73)), closes
|
|
1960
|
+
[#284656](https://github.com/helsenorge/designsystem/issues/284656)
|
|
1961
|
+
- button mobilview på md istedet for sm
|
|
1962
|
+
([e9a4910](https://github.com/helsenorge/designsystem/commit/e9a4910a30d6941b235f8003204c76e9f379b158))
|
|
1533
1963
|
|
|
1534
1964
|
## 2.0.0-beta.1 (2022-09-15)
|
|
1535
1965
|
|
|
1536
1966
|
## 2.0.0-beta.0 (2022-09-15)
|
|
1537
1967
|
|
|
1538
|
-
|
|
1539
1968
|
### Features
|
|
1540
1969
|
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1970
|
+
- button nytt design ([d0f2034](https://github.com/helsenorge/designsystem/commit/d0f20343f4ce5a55beeef87428c147f8e7654753)), closes
|
|
1971
|
+
[#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
1972
|
+
- endret styling på komponenter som bruker Button
|
|
1973
|
+
([81e29fb](https://github.com/helsenorge/designsystem/commit/81e29fbd14e436a1151c1adb64e36461f2bfb815)), closes
|
|
1974
|
+
[#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
1544
1975
|
|
|
1545
1976
|
### Bug Fixes
|
|
1546
1977
|
|
|
1547
|
-
|
|
1548
|
-
|
|
1978
|
+
- button Table bruker ariaLabel ([e547919](https://github.com/helsenorge/designsystem/commit/e547919b63306fc926571e4b23c41d482389771c)),
|
|
1979
|
+
closes [#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
1980
|
+
- tilbakemeldinger på button ([7c61596](https://github.com/helsenorge/designsystem/commit/7c6159630a77ed6c0ebdc8c3cf78aa3f2345e44b)), closes
|
|
1981
|
+
[#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
1549
1982
|
|
|
1550
1983
|
## [1.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.7.0&targetVersion=GTv1.8.0) (2022-10-11)
|
|
1551
1984
|
|
|
1552
|
-
|
|
1553
1985
|
### Features
|
|
1554
1986
|
|
|
1555
|
-
|
|
1556
|
-
|
|
1987
|
+
- figma tokens fetches og genereres ([d6a37dc](https://github.com/helsenorge/designsystem/commit/d6a37dcacbe708be9bc6456d3c417601c858ab26)),
|
|
1988
|
+
closes [#282801](https://github.com/helsenorge/designsystem/issues/282801)
|
|
1557
1989
|
|
|
1558
1990
|
### Bug Fixes
|
|
1559
1991
|
|
|
1560
|
-
|
|
1992
|
+
- figmatokens pull bruker https istedet for ssh
|
|
1993
|
+
([35248ef](https://github.com/helsenorge/designsystem/commit/35248ef3b4f9b11ee46f7bf2c2e322c2c4c66b05)), closes
|
|
1994
|
+
[#286502](https://github.com/helsenorge/designsystem/issues/286502)
|
|
1561
1995
|
|
|
1562
1996
|
## [1.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.6.0&targetVersion=GTv1.7.0) (2022-09-29)
|
|
1563
1997
|
|
|
1564
|
-
|
|
1565
1998
|
### Features
|
|
1566
1999
|
|
|
1567
|
-
|
|
1568
|
-
|
|
2000
|
+
- notificationpanel støtter custom labelId
|
|
2001
|
+
([d5f28ee](https://github.com/helsenorge/designsystem/commit/d5f28ee2b68637f10546cd35991b623e8266c0c3))
|
|
1569
2002
|
|
|
1570
2003
|
### Bug Fixes
|
|
1571
2004
|
|
|
1572
|
-
|
|
1573
|
-
|
|
2005
|
+
- fluid notificationpanel tar hensyn til fluid/variant/shadow-props igjen
|
|
2006
|
+
([a19afba](https://github.com/helsenorge/designsystem/commit/a19afba44068d3c8be15812d90711ace51a9a778))
|
|
2007
|
+
- form feilmeldinger leses opp av skjermleser
|
|
2008
|
+
([d57305f](https://github.com/helsenorge/designsystem/commit/d57305fd740c0553a395923c20dbd1f1235136f5)), closes
|
|
2009
|
+
[#227757](https://github.com/helsenorge/designsystem/issues/227757)
|
|
1574
2010
|
|
|
1575
2011
|
## [1.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.5.1&targetVersion=GTv1.6.0) (2022-09-22)
|
|
1576
2012
|
|
|
1577
|
-
|
|
1578
2013
|
### Features
|
|
1579
2014
|
|
|
1580
|
-
|
|
2015
|
+
- expanderlist kan være sticky ([0c78cf5](https://github.com/helsenorge/designsystem/commit/0c78cf53e302bdeac62c35c2ba2bf188e848975b)),
|
|
2016
|
+
closes [#284516](https://github.com/helsenorge/designsystem/issues/284516)
|
|
1581
2017
|
|
|
1582
2018
|
## [1.5.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.5.0&targetVersion=GTv1.5.1) (2022-09-21)
|
|
1583
2019
|
|
|
1584
|
-
|
|
1585
2020
|
### Bug Fixes
|
|
1586
2021
|
|
|
1587
|
-
|
|
2022
|
+
- unobserve eller disconnect når komponent som bruker ResizeObserve/IntersectionObserver unmountes
|
|
2023
|
+
([87196e0](https://github.com/helsenorge/designsystem/commit/87196e0c333d87deb3006b5e5813b12749652b03)), closes
|
|
2024
|
+
[#284648](https://github.com/helsenorge/designsystem/issues/284648)
|
|
1588
2025
|
|
|
1589
2026
|
## [1.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.4.0&targetVersion=GTv1.5.0) (2022-09-16)
|
|
1590
2027
|
|
|
1591
|
-
|
|
1592
2028
|
### Features
|
|
1593
2029
|
|
|
1594
|
-
|
|
2030
|
+
- nytt komponent duolist ([7b7254e](https://github.com/helsenorge/designsystem/commit/7b7254e429340ada1f0605d16b302675de0bd835)), closes
|
|
2031
|
+
[#275213](https://github.com/helsenorge/designsystem/issues/275213)
|
|
1595
2032
|
|
|
1596
2033
|
## [1.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.3.2&targetVersion=GTv1.4.0) (2022-09-14)
|
|
1597
2034
|
|
|
1598
|
-
|
|
1599
2035
|
### Features
|
|
1600
2036
|
|
|
1601
|
-
|
|
1602
|
-
|
|
2037
|
+
- panel har props for buttonAriaLabelledById og buttonAriaLabel
|
|
2038
|
+
([deacdfe](https://github.com/helsenorge/designsystem/commit/deacdfe06eb6904ff6657ecaa56daf64e9012b64))
|
|
1603
2039
|
|
|
1604
2040
|
### Bug Fixes
|
|
1605
2041
|
|
|
1606
|
-
|
|
1607
|
-
|
|
2042
|
+
- button i panel har unik label ([a37ef06](https://github.com/helsenorge/designsystem/commit/a37ef06b7ff967d4bb372d5c9e0e181e25c912c8))
|
|
2043
|
+
- skjul detaljer-knapp fjernet fra ekspandert Panel
|
|
2044
|
+
([011b0ac](https://github.com/helsenorge/designsystem/commit/011b0ac12c50e19e8e88812f73e9285d3371940d))
|
|
1608
2045
|
|
|
1609
2046
|
## [1.3.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.3.1&targetVersion=GTv1.3.2) (2022-09-08)
|
|
1610
2047
|
|
|
1611
|
-
|
|
1612
2048
|
### Bug Fixes
|
|
1613
2049
|
|
|
1614
|
-
|
|
2050
|
+
- slider beholder riktig posisjon/verdi hvis den endrer størrelse
|
|
2051
|
+
([afa1d0a](https://github.com/helsenorge/designsystem/commit/afa1d0af335c4e2450962904f042768badbc18fd)), closes
|
|
2052
|
+
[#279639](https://github.com/helsenorge/designsystem/issues/279639)
|
|
1615
2053
|
|
|
1616
2054
|
## [1.3.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.3.0&targetVersion=GTv1.3.1) (2022-09-02)
|
|
1617
2055
|
|
|
1618
|
-
|
|
1619
2056
|
### Bug Fixes
|
|
1620
2057
|
|
|
1621
|
-
|
|
1622
|
-
|
|
2058
|
+
- forbedret sr-only og sr-only-focusable mixins
|
|
2059
|
+
([c5c81d4](https://github.com/helsenorge/designsystem/commit/c5c81d41298e03854c742410566c57405f5c36b5))
|
|
2060
|
+
- loader har role="progressbar" på riktig element
|
|
2061
|
+
([a04ced2](https://github.com/helsenorge/designsystem/commit/a04ced210957560132db684f56f873a08e4dddf6))
|
|
1623
2062
|
|
|
1624
2063
|
## [1.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.2&targetVersion=GTv1.3.0) (2022-09-01)
|
|
1625
2064
|
|
|
1626
|
-
|
|
1627
2065
|
### ⚠ BREAKING CHANGES
|
|
1628
2066
|
|
|
1629
|
-
|
|
2067
|
+
- CMSet eller andre steder som vil vise children ved utskrift må ta i bruk propen renderChildrenWhenClosed ved bruk av komponentene
|
|
2068
|
+
Expander, Panel og ExpanderList
|
|
1630
2069
|
|
|
1631
2070
|
### Features
|
|
1632
2071
|
|
|
1633
|
-
|
|
1634
|
-
|
|
2072
|
+
- vis children ved printing hvis renderChildrenWhenClosed er true
|
|
2073
|
+
([1833ddf](https://github.com/helsenorge/designsystem/commit/1833ddf6fa324f104f31fc41ec635945ac88cec2)), closes
|
|
2074
|
+
[#282870](https://github.com/helsenorge/designsystem/issues/282870)
|
|
1635
2075
|
|
|
1636
2076
|
### Bug Fixes
|
|
1637
2077
|
|
|
1638
|
-
|
|
1639
|
-
|
|
2078
|
+
- økt kontrast på understreking av lenker
|
|
2079
|
+
([50b7fa4](https://github.com/helsenorge/designsystem/commit/50b7fa47fb44cb7d75fb877bd53e2309b35e1e21)), closes
|
|
2080
|
+
[#229049](https://github.com/helsenorge/designsystem/issues/229049)
|
|
2081
|
+
- panel har avstand fra tittel til badge
|
|
2082
|
+
([09034c4](https://github.com/helsenorge/designsystem/commit/09034c4844408c7cfe8f65d7a1a0d82a7828c2ef)), closes
|
|
2083
|
+
[#282359](https://github.com/helsenorge/designsystem/issues/282359)
|
|
1640
2084
|
|
|
1641
2085
|
## [1.2.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.1&targetVersion=GTv1.2.2) (2022-08-31)
|
|
1642
2086
|
|
|
1643
|
-
|
|
1644
2087
|
### Features
|
|
1645
2088
|
|
|
1646
|
-
|
|
2089
|
+
- highlightbox oppdatert styling ([98c44aa](https://github.com/helsenorge/designsystem/commit/98c44aa68e6bbea5c9853a5807e66c0ed6be67d0)),
|
|
2090
|
+
closes [#280715](https://github.com/helsenorge/designsystem/issues/280715)
|
|
1647
2091
|
|
|
1648
2092
|
## [1.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.0&targetVersion=GTv1.2.1) (2022-08-29)
|
|
1649
2093
|
|
|
1650
2094
|
## [1.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.1.0&targetVersion=GTv1.2.0) (2022-08-29)
|
|
1651
2095
|
|
|
1652
|
-
|
|
1653
2096
|
### Features
|
|
1654
2097
|
|
|
1655
|
-
|
|
1656
|
-
|
|
2098
|
+
- endret button farger for å støtte uu krav
|
|
2099
|
+
([183447e](https://github.com/helsenorge/designsystem/commit/183447e99ec43e01f963c78c7144d55f14827fb1))
|
|
2100
|
+
- notificationpanel har ariaLabel-prop
|
|
2101
|
+
([f1a7db7](https://github.com/helsenorge/designsystem/commit/f1a7db7b33446b9df2a109f50c401ec80d70b317)), closes
|
|
2102
|
+
[#279887](https://github.com/helsenorge/designsystem/issues/279887)
|
|
1657
2103
|
|
|
1658
2104
|
## [1.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.1&targetVersion=GTv1.1.0) (2022-08-22)
|
|
1659
2105
|
|
|
1660
|
-
|
|
1661
2106
|
### Features
|
|
1662
2107
|
|
|
1663
|
-
|
|
1664
|
-
|
|
2108
|
+
- highlightbox støtter custom className
|
|
2109
|
+
([333fede](https://github.com/helsenorge/designsystem/commit/333fede5be849d6bbd45ba59a2a60c49d3f012cf)), closes
|
|
2110
|
+
[#281862](https://github.com/helsenorge/designsystem/issues/281862)
|
|
1665
2111
|
|
|
1666
2112
|
### Bug Fixes
|
|
1667
2113
|
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
2114
|
+
- hover-effekter på ikke klikkbare panel og ny plassering for detalj-knapp i panel
|
|
2115
|
+
([22bf59d](https://github.com/helsenorge/designsystem/commit/22bf59d8bdca3b8dd67d6589f252a314eb2ea333)), closes
|
|
2116
|
+
[#281061](https://github.com/helsenorge/designsystem/issues/281061)
|
|
2117
|
+
- ikke vis scrolleindikator mens innholdet lastes
|
|
2118
|
+
([ad6f7d2](https://github.com/helsenorge/designsystem/commit/ad6f7d21cafcdfaf39c6d0afb04be057e290678c))
|
|
2119
|
+
- tabell med horisontal scroll viser hele borderen
|
|
2120
|
+
([6c5cb02](https://github.com/helsenorge/designsystem/commit/6c5cb0208967986902a5c62a3e3171d4b1f50e36))
|
|
1671
2121
|
|
|
1672
2122
|
## [1.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-betahelpbubble3&targetVersion=GTv1.0.1) (2022-08-12)
|
|
1673
2123
|
|
|
1674
|
-
|
|
1675
2124
|
### ⚠ BREAKING CHANGES
|
|
1676
2125
|
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
### Features
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
2126
|
+
- id fjernet som prop fra Icon. Fant ingen vertikaler som bruker dette utenom ROX sine.
|
|
2127
|
+
- Icon som mottar ariaLabel vil nå ikke lenger være aria-hidden og fungere som et bilde med alternativ tekst
|
|
2128
|
+
|
|
2129
|
+
### Features
|
|
2130
|
+
|
|
2131
|
+
- anchorlink, linklist, panel og tile har onClick-handler og kan vises som button
|
|
2132
|
+
([59d5561](https://github.com/helsenorge/designsystem/commit/59d556123f8667beb3518de7db28ce7dee88e360)), closes
|
|
2133
|
+
[#280408](https://github.com/helsenorge/designsystem/issues/280408)
|
|
2134
|
+
- flyttet tooltip til designsystemet og lagt til tester og bedre onclick...
|
|
2135
|
+
([6f571ba](https://github.com/helsenorge/designsystem/commit/6f571ba041046bde2dfe0f73a7af2c7d559b0e11)), closes
|
|
2136
|
+
[#278062](https://github.com/helsenorge/designsystem/issues/278062)
|
|
2137
|
+
- hvit bakgrunn ([521e8d3](https://github.com/helsenorge/designsystem/commit/521e8d34e7de00b9cebc4b5085f5bcfd8d9e3a26)), closes
|
|
2138
|
+
[#279875](https://github.com/helsenorge/designsystem/issues/279875)
|
|
2139
|
+
- input og textarea kan ha begrenset bredde
|
|
2140
|
+
([d4ece0a](https://github.com/helsenorge/designsystem/commit/d4ece0ab8d7ea5ba52782cc1c9aaca79c229cf9f)), closes
|
|
2141
|
+
[#279138](https://github.com/helsenorge/designsystem/issues/279138)
|
|
2142
|
+
- opprettet Table komponent [#260922](https://github.com/helsenorge/designsystem/issues/260922)
|
|
2143
|
+
([b17024e](https://github.com/helsenorge/designsystem/commit/b17024e7ba8c60705bf77c4d61e0cc39d1bce1fe))
|
|
2144
|
+
- panel har props for expanded og onExpand-callback
|
|
2145
|
+
([83477b3](https://github.com/helsenorge/designsystem/commit/83477b3584f14083d3231a5e20d7896124d55a2a)), closes
|
|
2146
|
+
[#280971](https://github.com/helsenorge/designsystem/issues/280971)
|
|
2147
|
+
- panel kan styre overskriftsnivå på tittelen med titleHtmlMarkup-prop
|
|
2148
|
+
([5b149d8](https://github.com/helsenorge/designsystem/commit/5b149d8771637d12ad45097a29deabc299d3d27e)), closes
|
|
2149
|
+
[#279854](https://github.com/helsenorge/designsystem/issues/279854)
|
|
2150
|
+
- tabell støtter horisontal scroll ([d00b9ad](https://github.com/helsenorge/designsystem/commit/d00b9ad2b414e1fde836fa91e66368b891c0cc25)),
|
|
2151
|
+
closes [#280449](https://github.com/helsenorge/designsystem/issues/280449)
|
|
2152
|
+
- usesize-hook fungerer uten ResizeObserver igjen
|
|
2153
|
+
([15ce9d2](https://github.com/helsenorge/designsystem/commit/15ce9d2f9afbc85ee340d370cedc680bbecd9edb)), closes
|
|
2154
|
+
[#272523](https://github.com/helsenorge/designsystem/issues/272523)
|
|
2155
|
+
|
|
2156
|
+
### Bug Fixes
|
|
2157
|
+
|
|
2158
|
+
- expanderlist med JSX som title kan ha full bredde
|
|
2159
|
+
([9723dfd](https://github.com/helsenorge/designsystem/commit/9723dfdd039ea8f9cc3088b8967ea86cc6ffb8c1)), closes
|
|
2160
|
+
[#279863](https://github.com/helsenorge/designsystem/issues/279863)
|
|
2161
|
+
- expanderlist skal ikke lukke seg automatisk når innholdet endrer seg
|
|
2162
|
+
([29f448b](https://github.com/helsenorge/designsystem/commit/29f448bcf3d69bada9513ad7842f8ebbfe41e9df)), closes
|
|
2163
|
+
[#279367](https://github.com/helsenorge/designsystem/issues/279367)
|
|
2164
|
+
- grid.scss inneholder bare grid-mixins for å redusere størrelsen ved import
|
|
2165
|
+
([e8c8cfb](https://github.com/helsenorge/designsystem/commit/e8c8cfb640dd29a4a7694fa9f4f458da41efdd61)), closes
|
|
2166
|
+
[#281219](https://github.com/helsenorge/designsystem/issues/281219)
|
|
2167
|
+
- highlightbox medium og large skal ha riktig bredde som følger gridet
|
|
2168
|
+
([4a5f194](https://github.com/helsenorge/designsystem/commit/4a5f194fbcca1100a1df92337c7ddda186b111c7)), closes
|
|
2169
|
+
[#276398](https://github.com/helsenorge/designsystem/issues/276398)
|
|
2170
|
+
- Icon-komponent har bedre støtte for skjermlesere
|
|
2171
|
+
([14a616d](https://github.com/helsenorge/designsystem/commit/14a616d5ed0257f7a8ec797ff1d216e1755ec0a9)), closes
|
|
2172
|
+
[#273686](https://github.com/helsenorge/designsystem/issues/273686)
|
|
2173
|
+
- lukkeknappen i NotificationPanel skal ligge først i DOMen
|
|
2174
|
+
([55943ac](https://github.com/helsenorge/designsystem/commit/55943acc9189eb3acd53bb79225b99379d450161)), closes
|
|
2175
|
+
[#229047](https://github.com/helsenorge/designsystem/issues/229047)
|
|
2176
|
+
- riktig avstand mellom tittel i formgroup og andre elementer når det er en valideringsfeil
|
|
2177
|
+
([226450c](https://github.com/helsenorge/designsystem/commit/226450ca11fa234e77a6c87e85c4170cc2066aeb)), closes
|
|
2178
|
+
[#279407](https://github.com/helsenorge/designsystem/issues/279407)
|
|
2179
|
+
- tile skal arve bredde fra elementet over
|
|
2180
|
+
([3cb7306](https://github.com/helsenorge/designsystem/commit/3cb73061053c11a6ee336291c4d6cc16b5d56cbb)), closes
|
|
2181
|
+
[#280022](https://github.com/helsenorge/designsystem/issues/280022)
|
|
2182
|
+
- tydeligere markering av fokus i Slider
|
|
2183
|
+
([275171b](https://github.com/helsenorge/designsystem/commit/275171bd8e14fb997c6cf2a04958ffdc13569bf8)), closes
|
|
2184
|
+
[#277564](https://github.com/helsenorge/designsystem/issues/277564)
|
|
2185
|
+
- **table:** endrer navn på prop ([2502262](https://github.com/helsenorge/designsystem/commit/2502262ba057575fae5e56e070d30ebd45a88549))
|
|
1705
2186
|
|
|
1706
2187
|
## [1.0.0-betahelpbubble3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-beta133&targetVersion=GTv1.0.0-betahelpbubble3) (2022-05-31)
|
|
1707
2188
|
|
|
1708
|
-
|
|
1709
2189
|
### Features
|
|
1710
2190
|
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
2191
|
+
- expanderlist støtter å ekspandere expandere med expanded-prop
|
|
2192
|
+
([ab5581f](https://github.com/helsenorge/designsystem/commit/ab5581ff3624df478f8979793a347d3954d2e3fe)), closes
|
|
2193
|
+
[#278686](https://github.com/helsenorge/designsystem/issues/278686)
|
|
2194
|
+
- formgroup kan vises med div- eller fieldset-tag
|
|
2195
|
+
([170a60f](https://github.com/helsenorge/designsystem/commit/170a60f1246c91cb2acc2fa05efe3e310021d8a5)), closes
|
|
2196
|
+
[#278133](https://github.com/helsenorge/designsystem/issues/278133)
|
|
1714
2197
|
|
|
1715
2198
|
### Bug Fixes
|
|
1716
2199
|
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
2200
|
+
- endrer initialRender til å bli satt via showBubble prop istedet for på oppstart at komponentet
|
|
2201
|
+
([09faaf9](https://github.com/helsenorge/designsystem/commit/09faaf98136ea8ac09cedfd5a57347d23236b727))
|
|
2202
|
+
- fiks for helpbubble i modal ([0a38ec2](https://github.com/helsenorge/designsystem/commit/0a38ec2651c3cfa53003785ef701754243d35813))
|
|
2203
|
+
- tekst over flere linjer i expander skal være venstrestilt
|
|
2204
|
+
([71d0d8f](https://github.com/helsenorge/designsystem/commit/71d0d8f190adc764e5d4e9df793f8524c130caad)), closes
|
|
2205
|
+
[#276346](https://github.com/helsenorge/designsystem/issues/276346)
|
|
1720
2206
|
|
|
1721
2207
|
## [1.0.0-beta133](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-betahelpbubble1&targetVersion=GTv1.0.0-beta133) (2022-05-27)
|
|
1722
2208
|
|
|
1723
2209
|
## [1.0.0-betahelpbubble1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-betahelpbubble&targetVersion=GTv1.0.0-betahelpbubble1) (2022-05-27)
|
|
1724
2210
|
|
|
1725
|
-
|
|
1726
2211
|
### Bug Fixes
|
|
1727
2212
|
|
|
1728
|
-
|
|
2213
|
+
- Icon støtte for controller prop og ([87dce6b](https://github.com/helsenorge/designsystem/commit/87dce6b763cba1ff13910f8f4ac6afe896b079fa))
|
|
1729
2214
|
|
|
1730
2215
|
## [1.0.0-betahelpbubble](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-beta132&targetVersion=GTv1.0.0-betahelpbubble) (2022-05-25)
|
|
1731
2216
|
|
|
1732
|
-
|
|
1733
2217
|
### Features
|
|
1734
2218
|
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
2219
|
+
- HelpBubble ferdigstilling ([6c8195b](https://github.com/helsenorge/designsystem/commit/6c8195bb12e15ec9870328ec80f139d2f0e911a5))
|
|
2220
|
+
- helpbubble komponent logikk for plassering
|
|
2221
|
+
([560860e](https://github.com/helsenorge/designsystem/commit/560860ee4921b51346a2c18a57b608c3c6acfd71))
|
|
2222
|
+
- ny hook useEventListenerState og opprydning i HelpBubble
|
|
2223
|
+
([2a7d9dd](https://github.com/helsenorge/designsystem/commit/2a7d9dda6f3a896d5f7fc1e29af5d7dca0d17653))
|
|
2224
|
+
- nytt komponent helpbubble ([c1f5cae](https://github.com/helsenorge/designsystem/commit/c1f5caed051591ab7036fd18774e825e9b82fe9d))
|
|
2225
|
+
- nytt komponent HelpBubble ([b1f3b6c](https://github.com/helsenorge/designsystem/commit/b1f3b6c1015cc613461e95b371f138710ee88efc))
|
|
1740
2226
|
|
|
1741
2227
|
## [1.0.0-beta132](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-beta106&targetVersion=GTv1.0.0-beta132) (2022-05-20)
|
|
1742
2228
|
|
|
1743
|
-
|
|
1744
2229
|
### ⚠ BREAKING CHANGES
|
|
1745
2230
|
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
### Features
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
2231
|
+
- debounce-util returnerer array med debounced funksjon og teardown-funksjon
|
|
2232
|
+
- Slett ubrukt useWindowSize-hook
|
|
2233
|
+
|
|
2234
|
+
### Features
|
|
2235
|
+
|
|
2236
|
+
- button onclick signatur ekspanderes og loader props export
|
|
2237
|
+
([3e2bbf8](https://github.com/helsenorge/designsystem/commit/3e2bbf843ddaa7548585e9759d0b526f2763ddd0)), closes
|
|
2238
|
+
[#264156](https://github.com/helsenorge/designsystem/issues/264156)
|
|
2239
|
+
- dropdown-komponent ([58bc64c](https://github.com/helsenorge/designsystem/commit/58bc64c28ce1080ff39c51acf46477ad7440e821)), closes
|
|
2240
|
+
[#260923](https://github.com/helsenorge/designsystem/issues/260923)
|
|
2241
|
+
- eksporter uuid-util fra designsystem-react
|
|
2242
|
+
([16da649](https://github.com/helsenorge/designsystem/commit/16da649b6add4653bf0c3998fb1e24563147947d)), closes
|
|
2243
|
+
[#231720](https://github.com/helsenorge/designsystem/issues/231720)
|
|
2244
|
+
- expander støtter onExpand-callback
|
|
2245
|
+
([39e6260](https://github.com/helsenorge/designsystem/commit/39e626085886e4c7ab55a913aef38394d2e92d2a)), closes
|
|
2246
|
+
[#271323](https://github.com/helsenorge/designsystem/issues/271323)
|
|
2247
|
+
- highlightbox støtter ikon ([5e51057](https://github.com/helsenorge/designsystem/commit/5e51057cc01224944471895f95ce8a52cd03ff52)), closes
|
|
2248
|
+
[#270177](https://github.com/helsenorge/designsystem/issues/270177)
|
|
2249
|
+
- NoAccess ikon og StatusDot variant
|
|
2250
|
+
([0291c2c](https://github.com/helsenorge/designsystem/commit/0291c2c0fbc304f3b94026c3c76d2c38ab4a3c12)), closes
|
|
2251
|
+
[#277207](https://github.com/helsenorge/designsystem/issues/277207)
|
|
2252
|
+
- nytt komponent FormLayout ([d02f5e9](https://github.com/helsenorge/designsystem/commit/d02f5e90979554dbd0b59a1a80167ccbd3d58ce2)), closes
|
|
2253
|
+
[#273348](https://github.com/helsenorge/designsystem/issues/273348) [#274864](https://github.com/helsenorge/designsystem/issues/274864)
|
|
2254
|
+
- PanelList-komponent ([4ea5342](https://github.com/helsenorge/designsystem/commit/4ea5342cd81c73b92ac6c63d6a8bd044c73f3cfc)), closes
|
|
2255
|
+
[#260910](https://github.com/helsenorge/designsystem/issues/260910)
|
|
2256
|
+
- tag og taglist-komponenter ([56fc96b](https://github.com/helsenorge/designsystem/commit/56fc96b5148340d9c24f6cc33d3b1ca9460dc3fd)), closes
|
|
2257
|
+
[#268234](https://github.com/helsenorge/designsystem/issues/268234)
|
|
2258
|
+
- withBreakpoint Higher Order Component
|
|
2259
|
+
([8e3f8e0](https://github.com/helsenorge/designsystem/commit/8e3f8e03996022ea9a2a23956cd1adb8fd253e7f)), closes
|
|
2260
|
+
[#269740](https://github.com/helsenorge/designsystem/issues/269740)
|
|
2261
|
+
|
|
2262
|
+
### Bug Fixes
|
|
2263
|
+
|
|
2264
|
+
- button har type=button som default
|
|
2265
|
+
([f9ac84a](https://github.com/helsenorge/designsystem/commit/f9ac84a58c2d0da8bc5e8bbbbeb6269dadf498bc)), closes
|
|
2266
|
+
[#273800](https://github.com/helsenorge/designsystem/issues/273800)
|
|
2267
|
+
- close, expander og expanderlist skal ha type button på button-element
|
|
2268
|
+
([3256c2c](https://github.com/helsenorge/designsystem/commit/3256c2c6ea53fb79b31e0c38ce708e41b9c30eed)), closes
|
|
2269
|
+
[#277772](https://github.com/helsenorge/designsystem/issues/277772)
|
|
2270
|
+
- disabled button med intent har grå bakgrunn
|
|
2271
|
+
([082ad11](https://github.com/helsenorge/designsystem/commit/082ad117cdff31c895e9acbcf15d6507655630e5)), closes
|
|
2272
|
+
[#276164](https://github.com/helsenorge/designsystem/issues/276164)
|
|
2273
|
+
- disabled button skal ha grå tekst ([9de7c53](https://github.com/helsenorge/designsystem/commit/9de7c5398b14152376f100516cc15d09b49fae7a))
|
|
2274
|
+
- Eksport av mocks gjøres igjen ([4d11252](https://github.com/helsenorge/designsystem/commit/4d1125240a6eb9907913878ceee09f3045b2ccd5)),
|
|
2275
|
+
closes [#271917](https://github.com/helsenorge/designsystem/issues/271917)
|
|
2276
|
+
- erstatt ResizeObserver med event listener
|
|
2277
|
+
([df21fb1](https://github.com/helsenorge/designsystem/commit/df21fb1c32f0b6681bad82fe8fe8a5b9cafd81cf)), closes
|
|
2278
|
+
[#272521](https://github.com/helsenorge/designsystem/issues/272521) [#272560](https://github.com/helsenorge/designsystem/issues/272560)
|
|
2279
|
+
- fallback til gammel addListener for mediaqueries dersom addEventListener ikke er støttet
|
|
2280
|
+
([d86ae85](https://github.com/helsenorge/designsystem/commit/d86ae854a4b4f892d49d3989cf8c0117e78e5690)), closes
|
|
2281
|
+
[#272502](https://github.com/helsenorge/designsystem/issues/272502)
|
|
2282
|
+
- fjernet dobbel className ([5504a58](https://github.com/helsenorge/designsystem/commit/5504a5838ae09e5e032802380ccb38d6bbe05952)), closes
|
|
2283
|
+
[#276205](https://github.com/helsenorge/designsystem/issues/276205)
|
|
2284
|
+
- forbedring av props og design av Dropdown
|
|
2285
|
+
([7483a5a](https://github.com/helsenorge/designsystem/commit/7483a5a842ad8cf6f6f5c42b7aa0cebd536e7813)), closes
|
|
2286
|
+
[#276177](https://github.com/helsenorge/designsystem/issues/276177)
|
|
2287
|
+
- import fiks i styling ([79d8841](https://github.com/helsenorge/designsystem/commit/79d88417fa7c64e5449a972d5b47bfb3d5224e66)), closes
|
|
2288
|
+
[#275317](https://github.com/helsenorge/designsystem/issues/275317)
|
|
2289
|
+
- knapper i expanderlist har unik id per expanderlist
|
|
2290
|
+
([de912e6](https://github.com/helsenorge/designsystem/commit/de912e6525f70631267f1689c681c2f049ba3e06)), closes
|
|
2291
|
+
[#276239](https://github.com/helsenorge/designsystem/issues/276239)
|
|
2292
|
+
- large button som vises som lenke har innhold sentrert vertikalt
|
|
2293
|
+
([ff35db2](https://github.com/helsenorge/designsystem/commit/ff35db2063e6e5bc812cf5b90e09001d6e92fd13))
|
|
2294
|
+
- modal uten knapper skal ikke ha tomt felt nederst
|
|
2295
|
+
([55773ed](https://github.com/helsenorge/designsystem/commit/55773ed95663ff61e15c1ef8b1640d6a9f88a46d)), closes
|
|
2296
|
+
[#275139](https://github.com/helsenorge/designsystem/issues/275139)
|
|
2297
|
+
- padding i panel ([d9e5d7d](https://github.com/helsenorge/designsystem/commit/d9e5d7d458c2cfd4d0d32b941bf1be4efd08ca66)), closes
|
|
2298
|
+
[#272363](https://github.com/helsenorge/designsystem/issues/272363) [#272405](https://github.com/helsenorge/designsystem/issues/272405)
|
|
2299
|
+
- returner riktig ikon ved custom ikonstørrelse
|
|
2300
|
+
([b699d4f](https://github.com/helsenorge/designsystem/commit/b699d4f567b2c0df53a4014d36d4f2889d015686)), closes
|
|
2301
|
+
[#272203](https://github.com/helsenorge/designsystem/issues/272203)
|
|
2302
|
+
- riktig font når tag er button ([07d3f9f](https://github.com/helsenorge/designsystem/commit/07d3f9f218c83e8d02705c914b523bb50547a3f8)),
|
|
2303
|
+
closes [#276826](https://github.com/helsenorge/designsystem/issues/276826)
|
|
2304
|
+
- sonarcube fiks ([006d392](https://github.com/helsenorge/designsystem/commit/006d392c1c2f22b97ccc982201ff4a21a976b433))
|
|
2305
|
+
- storybook fiks logo ([10f3913](https://github.com/helsenorge/designsystem/commit/10f39131f44796f686eaadba26965cc59c620bb1)), closes
|
|
2306
|
+
[#275098](https://github.com/helsenorge/designsystem/issues/275098)
|
|
2307
|
+
- tilbakemeldinger fikset ([876146c](https://github.com/helsenorge/designsystem/commit/876146ced2ada280121e71ed9c44069eec3a3876))
|
|
2308
|
+
- useLayoutEvent kansellerer callback ved unmount
|
|
2309
|
+
([d522341](https://github.com/helsenorge/designsystem/commit/d522341045302111f0ad9ddc541de234882936db))
|
|
2310
|
+
- **modal:** sjekker om den er skrollbar
|
|
2311
|
+
([23abf84](https://github.com/helsenorge/designsystem/commit/23abf841c3d8b4cc745acd0dff3abc0e3f11cb40))
|
|
2312
|
+
- **scss:** Fjernet font størrelse ([3dfe927](https://github.com/helsenorge/designsystem/commit/3dfe9278a8c76686dae1d7bb5e8ce461fb3477a7))
|
|
1788
2313
|
|
|
1789
2314
|
### Code Refactoring
|
|
1790
2315
|
|
|
1791
|
-
|
|
2316
|
+
- bruk useBreakpoint i dokumentasjon ([5fec888](https://github.com/helsenorge/designsystem/commit/5fec888ead64c1ce900c6976ea371c6ac49a8414))
|
|
1792
2317
|
|
|
1793
2318
|
## [1.0.0-beta106](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GT4bd33fb35fc7ff5e0e81a01e34981fa4199d949d&targetVersion=GTv1.0.0-beta106) (2022-02-14)
|
|
1794
2319
|
|
|
1795
|
-
|
|
1796
2320
|
### Features
|
|
1797
2321
|
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
2322
|
+
- alle komponenter har testId-prop ([3990042](https://github.com/helsenorge/designsystem/commit/39900420f2df7e0451b311b3bbba9425eb7d8c4d)),
|
|
2323
|
+
closes [#266560](https://github.com/helsenorge/designsystem/issues/266560)
|
|
2324
|
+
- checkbox component lagt til ([2506151](https://github.com/helsenorge/designsystem/commit/2506151b2e09953372de187c1707e415e853f153))
|
|
2325
|
+
- checkbox stories lagt til ([0d519f5](https://github.com/helsenorge/designsystem/commit/0d519f51fd05da5b28c8f58208cc5c3e5388789a))
|
|
2326
|
+
- expander i expanderlist skal ha egen analyticsid
|
|
2327
|
+
([abae3fe](https://github.com/helsenorge/designsystem/commit/abae3fe20b33e202c716cb21ecd412ebb0aad62f))
|
|
2328
|
+
- expander-komponent ([cfe7498](https://github.com/helsenorge/designsystem/commit/cfe74989614ac6a8e4ba9e9a442c498b9d2f3208)), closes
|
|
2329
|
+
[#260909](https://github.com/helsenorge/designsystem/issues/260909) [#267629](https://github.com/helsenorge/designsystem/issues/267629)
|
|
2330
|
+
- highlightbox-komponent ([2f3ff49](https://github.com/helsenorge/designsystem/commit/2f3ff491f6411e323a18e65a6062e5f70e56476f)), closes
|
|
2331
|
+
[#260906](https://github.com/helsenorge/designsystem/issues/260906)
|
|
2332
|
+
- ikon har mulighet for title-tag ([796c52a](https://github.com/helsenorge/designsystem/commit/796c52a3043588db27a8cc8f6d97a409e58ae9c8)),
|
|
2333
|
+
closes [#225762](https://github.com/helsenorge/designsystem/issues/225762)
|
|
2334
|
+
[#227165](https://github.com/helsenorge/designsystem/issues/227165)
|
|
2335
|
+
- lagt til id til button ([f9d5ef5](https://github.com/helsenorge/designsystem/commit/f9d5ef5fc1fd9d9a9abecd618d6b377c3f87892a))
|
|
2336
|
+
- mobilvariant og small-variant av LinkList og ExpanderList
|
|
2337
|
+
([c538cb8](https://github.com/helsenorge/designsystem/commit/c538cb84e3570368b38f26ef0fbbb7a599ce50b2)), closes
|
|
2338
|
+
[#264714](https://github.com/helsenorge/designsystem/issues/264714)
|
|
2339
|
+
- Modal har støtte for custom icon så lenge man ikke bruker en variant som har hardkodet ikon (error, warning)
|
|
2340
|
+
([b487594](https://github.com/helsenorge/designsystem/commit/b4875941347e2562b2a80baf5d289ecaffc536fc)), closes
|
|
2341
|
+
[#261864](https://github.com/helsenorge/designsystem/issues/261864)
|
|
2342
|
+
- modal har støtte for komponent etter title + success-variant
|
|
2343
|
+
([f77ccf5](https://github.com/helsenorge/designsystem/commit/f77ccf5ec9b2fb755dbae697d0d6112b070a6fe2)), closes
|
|
2344
|
+
[#267692](https://github.com/helsenorge/designsystem/issues/267692) [#267722](https://github.com/helsenorge/designsystem/issues/267722)
|
|
2345
|
+
- modal-komponent har zIndex prop ([a7bb551](https://github.com/helsenorge/designsystem/commit/a7bb551c943eb4b4d08998a54470d559b6e6b2aa)),
|
|
2346
|
+
closes [#268729](https://github.com/helsenorge/designsystem/issues/268729)
|
|
2347
|
+
- ny prop disableCloseEvents ([b87de20](https://github.com/helsenorge/designsystem/commit/b87de20b03c09e7d37a4911c5de31f6624f2886c)), closes
|
|
2348
|
+
[#269581](https://github.com/helsenorge/designsystem/issues/269581)
|
|
2349
|
+
- nye ikoner ([c07294c](https://github.com/helsenorge/designsystem/commit/c07294c06ca125a7abbc33b8b1a87d38c222fa6e)), closes
|
|
2350
|
+
[#261843](https://github.com/helsenorge/designsystem/issues/261843)
|
|
2351
|
+
- Nye ikoner til designsystem ([acf661a](https://github.com/helsenorge/designsystem/commit/acf661a5623c5e248c4aa5b081c121d265976401)),
|
|
2352
|
+
closes [#266695](https://github.com/helsenorge/designsystem/issues/266695)
|
|
2353
|
+
- **modal:** lukkeknapp kan skjules ([e6ee14f](https://github.com/helsenorge/designsystem/commit/e6ee14f2317c99d910edb9ea93db56d69e20996a)),
|
|
2354
|
+
closes [#262186](https://github.com/helsenorge/designsystem/issues/262186)
|
|
2355
|
+
- **web:** lagt til eksempelsider og tester
|
|
2356
|
+
([9161006](https://github.com/helsenorge/designsystem/commit/91610066ab04a6b8541f85c89f76a4eb66f19fc5))
|
|
2357
|
+
|
|
2358
|
+
### Bug Fixes
|
|
2359
|
+
|
|
2360
|
+
- align border med ikon i Expander ([82b22a6](https://github.com/helsenorge/designsystem/commit/82b22a6ca0ae181650e8db90a20f27bde6d7d9fc)),
|
|
2361
|
+
closes [#269714](https://github.com/helsenorge/designsystem/issues/269714)
|
|
2362
|
+
- bruk require for import av uuid for å unngå ekstra dependencies
|
|
2363
|
+
([1989270](https://github.com/helsenorge/designsystem/commit/198927054a2d3a9f754d1de46fecd8e7aa4bb894)), closes
|
|
2364
|
+
[#266566](https://github.com/helsenorge/designsystem/issues/266566)
|
|
2365
|
+
- button aria props ([94834e0](https://github.com/helsenorge/designsystem/commit/94834e01d2ae736fd7a44f907ed97f9e18d50dcf)), closes
|
|
2366
|
+
[#262859](https://github.com/helsenorge/designsystem/issues/262859)
|
|
2367
|
+
- button uten annet innhold enn ikon har ingen tom span med ekstra margin
|
|
2368
|
+
([5d9f52b](https://github.com/helsenorge/designsystem/commit/5d9f52b14229dc1735dd2a1db18e04e363ecf8f8)), closes
|
|
2369
|
+
[#266803](https://github.com/helsenorge/designsystem/issues/266803)
|
|
2370
|
+
- checkbox tar i bruk vår egen uuid hjelpefunksjon
|
|
2371
|
+
([240ae09](https://github.com/helsenorge/designsystem/commit/240ae09c92578edc0f6dbe7a0a9f9b39d948eebc))
|
|
2372
|
+
- checkbox tilbakemeldinger ([773a7df](https://github.com/helsenorge/designsystem/commit/773a7df43d858312f78d3cb549437065f484d2ff))
|
|
2373
|
+
- checkbox tilbakemeldinger ([88f2ee7](https://github.com/helsenorge/designsystem/commit/88f2ee775f5eef9198b868f07a6c5a6083068337))
|
|
2374
|
+
- driftsmelding har aria-label på lukkeknapp
|
|
2375
|
+
([424215a](https://github.com/helsenorge/designsystem/commit/424215acae4084b3f8381aacbb2a36ab8023ad43))
|
|
2376
|
+
- expander med isOpen skal bare åpne den første, og skal kunne lukkes
|
|
2377
|
+
([cba97c1](https://github.com/helsenorge/designsystem/commit/cba97c14d89d61dbadda563c34ed31b74e4756c8)), closes
|
|
2378
|
+
[#266037](https://github.com/helsenorge/designsystem/issues/266037) [#266037](https://github.com/helsenorge/designsystem/issues/266037)
|
|
2379
|
+
- expanderlist bruker css for å toggle innhold
|
|
2380
|
+
([98adf1b](https://github.com/helsenorge/designsystem/commit/98adf1bf1e28ce0dcddc7fdc53892598b0f5ba87)), closes
|
|
2381
|
+
[#270679](https://github.com/helsenorge/designsystem/issues/270679)
|
|
2382
|
+
- expanderlist/linklist skal kun ha understreking av tekst v/fokus
|
|
2383
|
+
([c27b11b](https://github.com/helsenorge/designsystem/commit/c27b11b1d24e86e11cc76f03f7c9e6062fb76dec)), closes
|
|
2384
|
+
[#266096](https://github.com/helsenorge/designsystem/issues/266096)
|
|
2385
|
+
- flytt import av helsenorge-styles for at gatsby develop og gatsby build...
|
|
2386
|
+
([8fa62ec](https://github.com/helsenorge/designsystem/commit/8fa62eccd22591926c7b776ce49d338f11bf37a6)), closes
|
|
2387
|
+
[#270181](https://github.com/helsenorge/designsystem/issues/270181)
|
|
2388
|
+
- ikke Arial på button i expanderlist
|
|
2389
|
+
([5354754](https://github.com/helsenorge/designsystem/commit/53547549d26a90884cab2f189181821db123c0ba))
|
|
2390
|
+
- justert padding i notificationpanel
|
|
2391
|
+
([3b8cce7](https://github.com/helsenorge/designsystem/commit/3b8cce777ffaa5735bd887e748cace9770e6cc50)), closes
|
|
2392
|
+
[#270330](https://github.com/helsenorge/designsystem/issues/270330)
|
|
2393
|
+
- komponenter som bruker uuid() kan overstyres med prop
|
|
2394
|
+
([2a7ad4c](https://github.com/helsenorge/designsystem/commit/2a7ad4c43b3159dbd144f91d2a77bd22667a1985)), closes
|
|
2395
|
+
[#269814](https://github.com/helsenorge/designsystem/issues/269814)
|
|
2396
|
+
- linklist har minimumshøyde på 4rem uansett
|
|
2397
|
+
([59b1589](https://github.com/helsenorge/designsystem/commit/59b1589ab00ce57d0a17ed01e02be8726b26c68d)), closes
|
|
2398
|
+
[#266617](https://github.com/helsenorge/designsystem/issues/266617)
|
|
2399
|
+
- lukkeknapp i notificationpanel har samme stil på fokus som hover
|
|
2400
|
+
([7909804](https://github.com/helsenorge/designsystem/commit/79098040d17f2641ab35c5bb4053e013c941ff9b))
|
|
2401
|
+
- modal uten knapper har samme padding i bunnen som ellers
|
|
2402
|
+
([d4c46b7](https://github.com/helsenorge/designsystem/commit/d4c46b7b1c61ca082bb7ee93bde123e8f8e196c8)), closes
|
|
2403
|
+
[#270297](https://github.com/helsenorge/designsystem/issues/270297)
|
|
2404
|
+
- oppdatert farge/font på avatar-komponent
|
|
2405
|
+
([e44e457](https://github.com/helsenorge/designsystem/commit/e44e4574bc270c1e89057adcce6bc206094b8aad)), closes
|
|
2406
|
+
[#250831](https://github.com/helsenorge/designsystem/issues/250831) [#250831](https://github.com/helsenorge/designsystem/issues/250831)
|
|
2407
|
+
- returner breakpoint på samme måte både initially og ved oppdateringer
|
|
2408
|
+
([82c4c3b](https://github.com/helsenorge/designsystem/commit/82c4c3bb7fa62ee6ab25babb357292326a5557f9)), closes
|
|
2409
|
+
[#269532](https://github.com/helsenorge/designsystem/issues/269532)
|
|
2410
|
+
- riktig font i input/textarea ([8f25b4f](https://github.com/helsenorge/designsystem/commit/8f25b4fd0094523ec0cabade4dba9390f803c328)),
|
|
2411
|
+
closes [#270181](https://github.com/helsenorge/designsystem/issues/270181)
|
|
2412
|
+
- rollup config for å kunne ta i bruk react hook form eksempler og endring på eksempel siden
|
|
2413
|
+
([bb98612](https://github.com/helsenorge/designsystem/commit/bb98612e6cbcea30b12fdd03986ee9c1b989def6))
|
|
2414
|
+
- spacer calc fjernet ([c25db43](https://github.com/helsenorge/designsystem/commit/c25db4327968f4c5fb9316c6ebf34391611e0426))
|
|
2415
|
+
- teksten i NotificationPanelet tar hele plassen når den ikke kan lukkes
|
|
2416
|
+
([5c1129d](https://github.com/helsenorge/designsystem/commit/5c1129d7eb9a49c69fc1485b80f893cbd4d406c7)), closes
|
|
2417
|
+
[#256356](https://github.com/helsenorge/designsystem/issues/256356)
|
|
2418
|
+
- Tile har riktig fontstørrelse/responsiv oppførsel
|
|
2419
|
+
([fa2a620](https://github.com/helsenorge/designsystem/commit/fa2a620234c0cc148cc7112e4fbc4bf18fb2541b)), closes
|
|
2420
|
+
[#263621](https://github.com/helsenorge/designsystem/issues/263621)
|
|
2421
|
+
- **button:** fjernet tabindex ([fe547c9](https://github.com/helsenorge/designsystem/commit/fe547c9330fc1e5992e0bd95e7f33886ad05f2ff)),
|
|
2422
|
+
closes [#262802](https://github.com/helsenorge/designsystem/issues/262802)
|
|
2423
|
+
- **designsystem:** button a link href og target
|
|
2424
|
+
([eac9ffd](https://github.com/helsenorge/designsystem/commit/eac9ffd3ef592a7b6b1e517c008715138ffd741d)), closes
|
|
2425
|
+
[#261849](https://github.com/helsenorge/designsystem/issues/261849)
|
|
2426
|
+
- **designsystem:** button styling og hover
|
|
2427
|
+
([062f0fe](https://github.com/helsenorge/designsystem/commit/062f0feb0c3a21d68fae619b793e76985e8d10e9)), closes
|
|
2428
|
+
[#263384](https://github.com/helsenorge/designsystem/issues/263384)
|
|
2429
|
+
- **designsystem:** linklist list classname tatt i bruk, notificationpanel closebutton fiks
|
|
2430
|
+
([4bd33fb](https://github.com/helsenorge/designsystem/commit/4bd33fb35fc7ff5e0e81a01e34981fa4199d949d))
|
|
2431
|
+
- **designsystem:** notificationpanel aria leser opp tekstinnhold i tillegg
|
|
2432
|
+
([a4795ef](https://github.com/helsenorge/designsystem/commit/a4795ef6c09a021d8c39dd71900f529cc07caf7a)), closes
|
|
2433
|
+
[#249789](https://github.com/helsenorge/designsystem/issues/249789) [#261019](https://github.com/helsenorge/designsystem/issues/261019)
|
|
2434
|
+
- **expanderlist:** scroll til overskriften man klikker på i accordion-modus
|
|
2435
|
+
([60a4f61](https://github.com/helsenorge/designsystem/commit/60a4f618f804c0127fb56d98f28c6af734f54fe4)), closes
|
|
2436
|
+
[#251341](https://github.com/helsenorge/designsystem/issues/251341)
|
|
2437
|
+
- **valdiation:** Validation feedback endringer
|
|
2438
|
+
([6efd616](https://github.com/helsenorge/designsystem/commit/6efd61647624aed721abc11467a667368d9860ec))
|
|
2439
|
+
- **web:** Styling av komponenter med SCSS modules funker igjen
|
|
2440
|
+
([b40924a](https://github.com/helsenorge/designsystem/commit/b40924ac9ac3657fbd6f21bd66ad84dd876ce79d))
|