@helsenorge/designsystem-react 14.1.0 → 14.2.0
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/lib/CHANGELOG.md +217 -206
- package/lib/Drawer.js +8 -2
- package/lib/Drawer.js.map +1 -1
- package/lib/LazyIcon.js +1 -0
- package/lib/LazyIcon.js.map +1 -1
- package/lib/components/Icons/AdditionalIconInformation.d.ts +4 -0
- package/lib/components/Icons/AdditionalIconInformation.js +4 -0
- package/lib/components/Icons/AdditionalIconInformation.js.map +1 -1
- package/lib/components/Icons/Filter.js +27 -9
- package/lib/components/Icons/Filter.js.map +1 -1
- package/lib/components/Icons/IconNames.d.ts +1 -1
- package/lib/components/Icons/IconNames.js +1 -0
- package/lib/components/Icons/IconNames.js.map +1 -1
- package/lib/components/Icons/Search.js +11 -1
- package/lib/components/Icons/Search.js.map +1 -1
- package/lib/components/Icons/Sort.d.ts +3 -0
- package/lib/components/Icons/Sort.js +48 -0
- package/lib/components/Icons/Sort.js.map +1 -0
- package/lib/components/StickyNote/index.js +4 -3
- package/lib/components/StickyNote/index.js.map +1 -1
- package/lib/resources/HN.Designsystem.Drawer.en-GB.json.d.ts +2 -1
- package/lib/resources/HN.Designsystem.Drawer.nb-NO.json.d.ts +2 -1
- package/lib/resources/Resources.d.ts +4 -0
- package/package.json +1 -1
package/lib/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
## [14.
|
|
2
|
+
## [14.2.0](https://github.com/helsenorge/designsystem/compare/v14.1.0...v14.2.0) (2026-03-20)
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **icon:** nye ikoner for filter og sort og nytt xxs ikon for search ([c91fbe6](https://github.com/helsenorge/designsystem/commit/c91fbe632b58d6825fd234078f68a8349dbe04d3)), closes [#372953](https://github.com/helsenorge/designsystem/issues/372953)
|
|
7
|
+
* **stickynote:** errortext prop rendrer feilmelding uten at error prop er satt ([e59dcfa](https://github.com/helsenorge/designsystem/commit/e59dcfab392a1eb3374bf311c81189d8c47f62e8)), closes [#370740](https://github.com/helsenorge/designsystem/issues/370740)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **datepicker:** label på knapper i kalender får dynamisk tekst ([08e6b39](https://github.com/helsenorge/designsystem/commit/08e6b39369c1a7261a490f354c3edaa529c7b2db)), closes [#374082](https://github.com/helsenorge/designsystem/issues/374082)
|
|
12
|
+
|
|
13
|
+
## [14.1.0](https://github.com/helsenorge/designsystem/compare/v14.0.0...v14.1.0) (2026-03-13)
|
|
3
14
|
|
|
4
15
|
### Features
|
|
5
16
|
|
|
@@ -13,7 +24,7 @@
|
|
|
13
24
|
* **bootstrap:** fjern deprecation warning ([38e0178](https://github.com/helsenorge/designsystem/commit/38e017841630d8f3b6f170373f64432a6e86b01c)), closes [#373746](https://github.com/helsenorge/designsystem/issues/373746)
|
|
14
25
|
* **tile:** lazyicon vises ikke ([f7cec5f](https://github.com/helsenorge/designsystem/commit/f7cec5f381c4d49b8ecc1e7e58451a8710cff877)), closes [#373723](https://github.com/helsenorge/designsystem/issues/373723)
|
|
15
26
|
|
|
16
|
-
## [14.0.0](https://github.com/helsenorge/designsystem/
|
|
27
|
+
## [14.0.0](https://github.com/helsenorge/designsystem/compare/v13.8.0...v14.0.0) (2026-03-11)
|
|
17
28
|
|
|
18
29
|
### Features
|
|
19
30
|
|
|
@@ -104,7 +115,7 @@
|
|
|
104
115
|
* ts feilmeldinger under bygg og runtime ([0688fb9](https://github.com/helsenorge/designsystem/commit/0688fb98634de41b75c3c172831634e6b57b2901)), closes [#368806](https://github.com/helsenorge/designsystem/issues/368806)
|
|
105
116
|
* **panel:** fiks feil import ([b952624](https://github.com/helsenorge/designsystem/commit/b952624923ef37e2f0b88efe659a8a0117c94201))
|
|
106
117
|
|
|
107
|
-
## [13.8.0](https://github.com/helsenorge/designsystem/
|
|
118
|
+
## [13.8.0](https://github.com/helsenorge/designsystem/compare/v13.7.0...v13.8.0) (2026-02-24)
|
|
108
119
|
|
|
109
120
|
### Features
|
|
110
121
|
|
|
@@ -115,7 +126,7 @@
|
|
|
115
126
|
|
|
116
127
|
* **helptriggericon:** bruk riktig svg for str xl på desktop og mobil ([d51ce49](https://github.com/helsenorge/designsystem/commit/d51ce49ae6e6b159bcb34e3f864e72fd5c027ded)), closes [#371659](https://github.com/helsenorge/designsystem/issues/371659)
|
|
117
128
|
|
|
118
|
-
## [13.7.0](https://github.com/helsenorge/designsystem/
|
|
129
|
+
## [13.7.0](https://github.com/helsenorge/designsystem/compare/v13.6.0...v13.7.0) (2026-02-16)
|
|
119
130
|
|
|
120
131
|
### Features
|
|
121
132
|
|
|
@@ -125,7 +136,7 @@
|
|
|
125
136
|
|
|
126
137
|
* **uselementlist:** ekstra sjekk for å hindre mange rerenders av komponent ([3cbfcca](https://github.com/helsenorge/designsystem/commit/3cbfcca5569bf4cd308d4dd021a5e1726f21f58d)), closes [#367282](https://github.com/helsenorge/designsystem/issues/367282)
|
|
127
138
|
|
|
128
|
-
## [13.6.0](https://github.com/helsenorge/designsystem/
|
|
139
|
+
## [13.6.0](https://github.com/helsenorge/designsystem/compare/v13.5.0...v13.6.0) (2026-02-11)
|
|
129
140
|
|
|
130
141
|
### Features
|
|
131
142
|
|
|
@@ -146,7 +157,7 @@
|
|
|
146
157
|
* **unsafe_datepicker:** ikke sett aria-controls om popup er lukket ([79349e8](https://github.com/helsenorge/designsystem/commit/79349e8d93018d3274a8af2ae5d8ed201f738601)), closes [#371062](https://github.com/helsenorge/designsystem/issues/371062)
|
|
147
158
|
* **unsafe_datepicker:** lukk kalender med escape på kalender knapp og fjern manglende IDer ([c7d2b09](https://github.com/helsenorge/designsystem/commit/c7d2b09df068719ad3f9ce7be8e54653a5691fae)), closes [#371061](https://github.com/helsenorge/designsystem/issues/371061) [#371062](https://github.com/helsenorge/designsystem/issues/371062)
|
|
148
159
|
|
|
149
|
-
## [13.5.0](https://github.com/helsenorge/designsystem/
|
|
160
|
+
## [13.5.0](https://github.com/helsenorge/designsystem/compare/v13.4.0...v13.5.0) (2026-01-21)
|
|
150
161
|
|
|
151
162
|
### Features
|
|
152
163
|
|
|
@@ -161,7 +172,7 @@
|
|
|
161
172
|
* **helpbubble:** noen skjermlesere får ikke navigert til teksten ([57221b1](https://github.com/helsenorge/designsystem/commit/57221b172bda3c0e566d6daa77e4764370207d4b)), closes [#365863](https://github.com/helsenorge/designsystem/issues/365863)
|
|
162
173
|
* **panel:** fjern buggy bredde for PanelTitle ([6735a7c](https://github.com/helsenorge/designsystem/commit/6735a7caffc50c5a3d858a52f43273f589034226)), closes [#369080](https://github.com/helsenorge/designsystem/issues/369080)
|
|
163
174
|
|
|
164
|
-
## [13.4.0](https://github.com/helsenorge/designsystem/
|
|
175
|
+
## [13.4.0](https://github.com/helsenorge/designsystem/compare/v13.3.0...v13.4.0) (2025-12-18)
|
|
165
176
|
|
|
166
177
|
### Features
|
|
167
178
|
|
|
@@ -175,7 +186,7 @@
|
|
|
175
186
|
* **datepicker:** popup vises delvis utenfor skjerm på smal desktop ([1a06d2a](https://github.com/helsenorge/designsystem/commit/1a06d2a27b3902d4fbf89a231ed13085aa1959f6)), closes [#367051](https://github.com/helsenorge/designsystem/issues/367051)
|
|
176
187
|
* **slider:** onclick oppfører seg rart med validering aktivert ([fe2c93a](https://github.com/helsenorge/designsystem/commit/fe2c93a917ce0b54b5f92283fd2340918529e42d)), closes [#357082](https://github.com/helsenorge/designsystem/issues/357082)
|
|
177
188
|
|
|
178
|
-
## [13.3.0](https://github.com/helsenorge/designsystem/
|
|
189
|
+
## [13.3.0](https://github.com/helsenorge/designsystem/compare/v13.2.0...v13.3.0) (2025-12-11)
|
|
179
190
|
|
|
180
191
|
### Features
|
|
181
192
|
|
|
@@ -190,7 +201,7 @@
|
|
|
190
201
|
* **linklist:** focus styling skal ikke trigges av museklikk ([8ffc342](https://github.com/helsenorge/designsystem/commit/8ffc342d4bebd321b5c306a2c37bed835f912193)), closes [#366485](https://github.com/helsenorge/designsystem/issues/366485)
|
|
191
202
|
* **panel:** klager på manglende keys på underkomponenter ([611b12d](https://github.com/helsenorge/designsystem/commit/611b12d44d47fb4c35f718006f0661f54a896481)), closes [#366779](https://github.com/helsenorge/designsystem/issues/366779)
|
|
192
203
|
|
|
193
|
-
## [13.2.0](https://github.com/helsenorge/designsystem/
|
|
204
|
+
## [13.2.0](https://github.com/helsenorge/designsystem/compare/v13.1.0...v13.2.0) (2025-12-04)
|
|
194
205
|
|
|
195
206
|
### Features
|
|
196
207
|
|
|
@@ -200,7 +211,7 @@
|
|
|
200
211
|
|
|
201
212
|
* **tile:** hairline får justering for bedre kontrast ([15c2e40](https://github.com/helsenorge/designsystem/commit/15c2e40b4f4f8de92d0a8566feb89cfef389f159)), closes [#358926](https://github.com/helsenorge/designsystem/issues/358926)
|
|
202
213
|
|
|
203
|
-
## [13.1.0](https://github.com/helsenorge/designsystem/
|
|
214
|
+
## [13.1.0](https://github.com/helsenorge/designsystem/compare/v13.0.2...v13.1.0) (2025-12-02)
|
|
204
215
|
|
|
205
216
|
### Features
|
|
206
217
|
|
|
@@ -211,7 +222,7 @@
|
|
|
211
222
|
* **elementheader:** fiks manglende håndtering av lazyicon som ikon i listeelementer ([f3714cd](https://github.com/helsenorge/designsystem/commit/f3714cd34285ac0eff789546a9c1c3c67cdf1845)), closes [#366030](https://github.com/helsenorge/designsystem/issues/366030)
|
|
212
223
|
* **favoritebutton:** feil farge ved hover ([5c9a9d2](https://github.com/helsenorge/designsystem/commit/5c9a9d2fcad0479567ec5ecff78f8a6514725f8a)), closes [#366027](https://github.com/helsenorge/designsystem/issues/366027)
|
|
213
224
|
|
|
214
|
-
## [13.0.2](https://github.com/helsenorge/designsystem/
|
|
225
|
+
## [13.0.2](https://github.com/helsenorge/designsystem/compare/v13.0.0...v13.0.2) (2025-12-01)
|
|
215
226
|
|
|
216
227
|
### Features
|
|
217
228
|
|
|
@@ -224,7 +235,7 @@
|
|
|
224
235
|
* **listeditmode:** fiks struktur i DOM og aria label på knapp ([517faab](https://github.com/helsenorge/designsystem/commit/517faab13e1fb98f1f7810d23cc66b9394132505)), closes [#365327](https://github.com/helsenorge/designsystem/issues/365327)
|
|
225
236
|
* **listeditmode:** legg til aria describedby på sletteknapp ([93c27bf](https://github.com/helsenorge/designsystem/commit/93c27bf9f2e743bbd0bc3c93894fc35c51b98493)), closes [#365327](https://github.com/helsenorge/designsystem/issues/365327)
|
|
226
237
|
|
|
227
|
-
## [13.0.0](https://github.com/helsenorge/designsystem/
|
|
238
|
+
## [13.0.0](https://github.com/helsenorge/designsystem/compare/v12.12.3...v13.0.0) (2025-11-25)
|
|
228
239
|
|
|
229
240
|
### Features
|
|
230
241
|
|
|
@@ -328,15 +339,15 @@
|
|
|
328
339
|
* **input:** endre høyden til input og select til å matche ([abf51c4](https://github.com/helsenorge/designsystem/commit/abf51c49c248eab5fd6e5102225d79e1a0131a91)), closes [#335472](https://github.com/helsenorge/designsystem/issues/335472)
|
|
329
340
|
* **label:** kun rendre sublabel wrapper om det er innhold i den ([df90851](https://github.com/helsenorge/designsystem/commit/df908511874ed4dfe939591ca3823fa20ad2f4cd))
|
|
330
341
|
|
|
331
|
-
## [12.12.3](https://github.com/helsenorge/designsystem/
|
|
342
|
+
## [12.12.3](https://github.com/helsenorge/designsystem/compare/v12.12.2...v12.12.3) (2025-11-07)
|
|
332
343
|
|
|
333
344
|
### Bug Fixes
|
|
334
345
|
|
|
335
346
|
* lib mappen ble ikke med i den publiserte pakken ([1c5409e](https://github.com/helsenorge/designsystem/commit/1c5409eeaf05524c315650ea11a839a70b7dfaa3)), closes [#362474](https://github.com/helsenorge/designsystem/issues/362474)
|
|
336
347
|
|
|
337
|
-
## [12.12.2](https://github.com/helsenorge/designsystem/
|
|
348
|
+
## [12.12.2](https://github.com/helsenorge/designsystem/compare/v12.12.1...v12.12.2) (2025-11-07)
|
|
338
349
|
|
|
339
|
-
## [12.12.1](https://github.com/helsenorge/designsystem/
|
|
350
|
+
## [12.12.1](https://github.com/helsenorge/designsystem/compare/v12.11.1...v12.12.1) (2025-11-06)
|
|
340
351
|
|
|
341
352
|
### Features
|
|
342
353
|
|
|
@@ -353,14 +364,14 @@
|
|
|
353
364
|
* **linklist:** spacing mellom elementer ([5ff90b3](https://github.com/helsenorge/designsystem/commit/5ff90b362f52ff068281e17dbc3b37fc3dea7b62)), closes [#362947](https://github.com/helsenorge/designsystem/issues/362947)
|
|
354
365
|
* **radiobutton:** legg på manglende sjekk på størrelse ([b451032](https://github.com/helsenorge/designsystem/commit/b4510324a7d6a2e3722d55f82a4a8ee83ba0a297))
|
|
355
366
|
|
|
356
|
-
## [12.11.1](https://github.com/helsenorge/designsystem/
|
|
367
|
+
## [12.11.1](https://github.com/helsenorge/designsystem/compare/v12.11.0...v12.11.1) (2025-11-04)
|
|
357
368
|
|
|
358
369
|
### Bug Fixes
|
|
359
370
|
|
|
360
371
|
* **dropdown:** krymper med høyden igjen ([07d9baf](https://github.com/helsenorge/designsystem/commit/07d9baf51824dff93a5c45766f59a2fdf9285caa)), closes [#363493](https://github.com/helsenorge/designsystem/issues/363493)
|
|
361
372
|
* **dropdown:** listen flyttes ikke i y aksen av viewport ([357ea4f](https://github.com/helsenorge/designsystem/commit/357ea4ff08fc405bc8004c83ab5c0f9cb2b56145)), closes [#363493](https://github.com/helsenorge/designsystem/issues/363493)
|
|
362
373
|
|
|
363
|
-
## [12.11.0](https://github.com/helsenorge/designsystem/
|
|
374
|
+
## [12.11.0](https://github.com/helsenorge/designsystem/compare/v12.10.0...v12.11.0) (2025-11-03)
|
|
364
375
|
|
|
365
376
|
### Features
|
|
366
377
|
|
|
@@ -376,7 +387,7 @@
|
|
|
376
387
|
* **toast:** legg til litt spacing mellom innhold ([1c900de](https://github.com/helsenorge/designsystem/commit/1c900de13b3c1d19d3326bf15ec7e0f34c2fc530)), closes [#357838](https://github.com/helsenorge/designsystem/issues/357838)
|
|
377
388
|
* **toast:** liten justering av tekst ([481834f](https://github.com/helsenorge/designsystem/commit/481834f15ed31e4eb02788db58f795079fd07877)), closes [#357838](https://github.com/helsenorge/designsystem/issues/357838)
|
|
378
389
|
|
|
379
|
-
## [12.10.0](https://github.com/helsenorge/designsystem/
|
|
390
|
+
## [12.10.0](https://github.com/helsenorge/designsystem/compare/v12.9.0...v12.10.0) (2025-10-30)
|
|
380
391
|
|
|
381
392
|
### Features
|
|
382
393
|
|
|
@@ -388,14 +399,14 @@
|
|
|
388
399
|
* **drawer:** drawer footer innhold skal wrappe på alle størrelser ([21f7c99](https://github.com/helsenorge/designsystem/commit/21f7c9910e9f5bd4335941bfe2861470ce204dff)), closes [#363405](https://github.com/helsenorge/designsystem/issues/363405)
|
|
389
400
|
* **dropdown:** defaultselected toggler ikke lenger og clickoutside fungerer alltid ([ca19c57](https://github.com/helsenorge/designsystem/commit/ca19c57d2e353f47e1e5290a2fa76e5081f1d8b4)), closes [#363415](https://github.com/helsenorge/designsystem/issues/363415)
|
|
390
401
|
|
|
391
|
-
## [12.9.0](https://github.com/helsenorge/designsystem/
|
|
402
|
+
## [12.9.0](https://github.com/helsenorge/designsystem/compare/v12.8.0...v12.9.0) (2025-10-29)
|
|
392
403
|
|
|
393
404
|
### Bug Fixes
|
|
394
405
|
|
|
395
406
|
* dropdown fokus styling fiks og aschildslot story forbedret ([08d1658](https://github.com/helsenorge/designsystem/commit/08d165819fa9295ae16c6c77316735cc15172a32)), closes [#358846](https://github.com/helsenorge/designsystem/issues/358846)
|
|
396
407
|
* **panel:** fiks controlled med state i callback ([49d7398](https://github.com/helsenorge/designsystem/commit/49d73985164dfe571fcf9c3af9ba68d54988c259)), closes [#363208](https://github.com/helsenorge/designsystem/issues/363208)
|
|
397
408
|
|
|
398
|
-
## [12.8.0](https://github.com/helsenorge/designsystem/
|
|
409
|
+
## [12.8.0](https://github.com/helsenorge/designsystem/compare/v12.7.0...v12.8.0) (2025-10-28)
|
|
399
410
|
|
|
400
411
|
### Features
|
|
401
412
|
|
|
@@ -413,21 +424,21 @@
|
|
|
413
424
|
* **listeditmode:** legg til manglende pointer på knapper ([e7fbc2f](https://github.com/helsenorge/designsystem/commit/e7fbc2fbd686e2b53836db42b6e6bed792f8af2f)), closes [#354199](https://github.com/helsenorge/designsystem/issues/354199)
|
|
414
425
|
* **notificationpanel:** bruk riktig størrelse på ikon og padding rundt på mobil ([23c984b](https://github.com/helsenorge/designsystem/commit/23c984be87836adc108abf4d3633db9fbf18583d)), closes [#361176](https://github.com/helsenorge/designsystem/issues/361176)
|
|
415
426
|
|
|
416
|
-
## [12.7.0](https://github.com/helsenorge/designsystem/
|
|
427
|
+
## [12.7.0](https://github.com/helsenorge/designsystem/compare/v12.6.4...v12.7.0) (2025-10-17)
|
|
417
428
|
|
|
418
429
|
### Features
|
|
419
430
|
|
|
420
431
|
* **formgroup:** endre prop for FormFieldTag til å være lik som i label ([850b4e0](https://github.com/helsenorge/designsystem/commit/850b4e0cdc5888dbe29ba894c23e460dfe9d4930)), closes [#362503](https://github.com/helsenorge/designsystem/issues/362503)
|
|
421
432
|
|
|
422
|
-
## [12.6.4](https://github.com/helsenorge/designsystem/
|
|
433
|
+
## [12.6.4](https://github.com/helsenorge/designsystem/compare/v12.6.1...v12.6.4) (2025-10-16)
|
|
423
434
|
|
|
424
435
|
### Reverts
|
|
425
436
|
|
|
426
437
|
* Revert "v12.6.3" ([973e6b8](https://github.com/helsenorge/designsystem/commit/973e6b8893fc765892a993adf83d93f4d5bfd5dd))
|
|
427
438
|
|
|
428
|
-
## [12.6.1](https://github.com/helsenorge/designsystem/
|
|
439
|
+
## [12.6.1](https://github.com/helsenorge/designsystem/compare/v12.6.0...v12.6.1) (2025-10-16)
|
|
429
440
|
|
|
430
|
-
## [12.6.0](https://github.com/helsenorge/designsystem/
|
|
441
|
+
## [12.6.0](https://github.com/helsenorge/designsystem/compare/v12.5.0...v12.6.0) (2025-10-16)
|
|
431
442
|
|
|
432
443
|
### Features
|
|
433
444
|
|
|
@@ -439,7 +450,7 @@
|
|
|
439
450
|
* **formfieldtag:** fiks display for at den holder seg i riktig størrelse ([1e53dc1](https://github.com/helsenorge/designsystem/commit/1e53dc1cf52215a3476a1d6d86c36f8108b0fbc1)), closes [#361861](https://github.com/helsenorge/designsystem/issues/361861)
|
|
440
451
|
* **label:** bruk formfieldtag som komponent slik at man får satt id ([006e152](https://github.com/helsenorge/designsystem/commit/006e1520cc16b66f637c11c193902510ebd72b76)), closes [#361861](https://github.com/helsenorge/designsystem/issues/361861)
|
|
441
452
|
|
|
442
|
-
## [12.5.0](https://github.com/helsenorge/designsystem/
|
|
453
|
+
## [12.5.0](https://github.com/helsenorge/designsystem/compare/v12.4.0...v12.5.0) (2025-10-08)
|
|
443
454
|
|
|
444
455
|
### Features
|
|
445
456
|
|
|
@@ -463,7 +474,7 @@
|
|
|
463
474
|
* **radiobutton:** disabled har samme radius som andre states ([27548a7](https://github.com/helsenorge/designsystem/commit/27548a74a68ac6c2d4c5783b84da056971995a4d)), closes [#350142](https://github.com/helsenorge/designsystem/issues/350142)
|
|
464
475
|
* **radiobutton:** hele wrapperen skal ikke se klikkbar ut ([2c396cd](https://github.com/helsenorge/designsystem/commit/2c396cd1a5c79869ef9d72941c9c93efba47dc47)), closes [#350142](https://github.com/helsenorge/designsystem/issues/350142)
|
|
465
476
|
|
|
466
|
-
## [12.4.0](https://github.com/helsenorge/designsystem/
|
|
477
|
+
## [12.4.0](https://github.com/helsenorge/designsystem/compare/v12.3.0...v12.4.0) (2025-09-23)
|
|
467
478
|
|
|
468
479
|
### Features
|
|
469
480
|
|
|
@@ -476,7 +487,7 @@
|
|
|
476
487
|
* statusdot og elementheader spacing fikses ([d88c71d](https://github.com/helsenorge/designsystem/commit/d88c71d6d73d73039a744cee76939114c06487e9)), closes [#356675](https://github.com/helsenorge/designsystem/issues/356675)
|
|
477
488
|
* **elementheader:** ishovered sendes bare til ekte ikoner ([dcb0779](https://github.com/helsenorge/designsystem/commit/dcb0779a4a89894ad2262f9e88ef4438a41b09dc)), closes [#360049](https://github.com/helsenorge/designsystem/issues/360049)
|
|
478
489
|
|
|
479
|
-
## [12.3.0](https://github.com/helsenorge/designsystem/
|
|
490
|
+
## [12.3.0](https://github.com/helsenorge/designsystem/compare/v12.2.0...v12.3.0) (2025-09-18)
|
|
480
491
|
|
|
481
492
|
### Features
|
|
482
493
|
|
|
@@ -484,7 +495,7 @@
|
|
|
484
495
|
* **icon:** nye ikoner drag og edit ([c43bac8](https://github.com/helsenorge/designsystem/commit/c43bac89f4d59f97e943859f7d21eb9bff6e61e8)), closes [#357267](https://github.com/helsenorge/designsystem/issues/357267) [#357711](https://github.com/helsenorge/designsystem/issues/357711)
|
|
485
496
|
* **toggle:** legg til mulighet for statustekst under toggle knapp ([db310bc](https://github.com/helsenorge/designsystem/commit/db310bcad67e67dcc2664834958c8fc70ece15c4)), closes [#358389](https://github.com/helsenorge/designsystem/issues/358389)
|
|
486
497
|
|
|
487
|
-
## [12.2.0](https://github.com/helsenorge/designsystem/
|
|
498
|
+
## [12.2.0](https://github.com/helsenorge/designsystem/compare/v12.1.0...v12.2.0) (2025-09-11)
|
|
488
499
|
|
|
489
500
|
### Features
|
|
490
501
|
|
|
@@ -495,7 +506,7 @@
|
|
|
495
506
|
|
|
496
507
|
* **useReturnFocusOnUnmount:** fiks hook for microweb ([5d87848](https://github.com/helsenorge/designsystem/commit/5d87848b5adbb4b0765cf67496408ff8948a1f41)), closes [#359450](https://github.com/helsenorge/designsystem/issues/359450)
|
|
497
508
|
|
|
498
|
-
## [12.1.0](https://github.com/helsenorge/designsystem/
|
|
509
|
+
## [12.1.0](https://github.com/helsenorge/designsystem/compare/v12.0.2...v12.1.0) (2025-09-10)
|
|
499
510
|
|
|
500
511
|
### Features
|
|
501
512
|
|
|
@@ -506,16 +517,16 @@
|
|
|
506
517
|
|
|
507
518
|
* **dropdown:** skjermleser leser ikke opp innholdet i safari ([a26e4a9](https://github.com/helsenorge/designsystem/commit/a26e4a990a017c95274a4f9bb5b6b5d1c3f02c9c)), closes [#356915](https://github.com/helsenorge/designsystem/issues/356915)
|
|
508
519
|
|
|
509
|
-
## [12.0.2](https://github.com/helsenorge/designsystem/
|
|
520
|
+
## [12.0.2](https://github.com/helsenorge/designsystem/compare/v12.0.1...v12.0.2) (2025-09-04)
|
|
510
521
|
|
|
511
522
|
### Bug Fixes
|
|
512
523
|
|
|
513
524
|
* eslint feil og oppdater dependencies ([5d900ef](https://github.com/helsenorge/designsystem/commit/5d900ef85071c166a0876ac98f304d3764427a63)), closes [#358718](https://github.com/helsenorge/designsystem/issues/358718) [#358876](https://github.com/helsenorge/designsystem/issues/358876)
|
|
514
525
|
* **linklist:** line white får riktig hover og active farge ([416ff03](https://github.com/helsenorge/designsystem/commit/416ff03b00ed7e37c16849f65d067aeff861028d)), closes [#358606](https://github.com/helsenorge/designsystem/issues/358606)
|
|
515
526
|
|
|
516
|
-
## [12.0.1](https://github.com/helsenorge/designsystem/
|
|
527
|
+
## [12.0.1](https://github.com/helsenorge/designsystem/compare/v12.0.0...v12.0.1) (2025-09-01)
|
|
517
528
|
|
|
518
|
-
## [12.0.0](https://github.com/helsenorge/designsystem/
|
|
529
|
+
## [12.0.0](https://github.com/helsenorge/designsystem/compare/v11.8.0...v12.0.0) (2025-09-01)
|
|
519
530
|
|
|
520
531
|
### Features
|
|
521
532
|
|
|
@@ -589,25 +600,25 @@
|
|
|
589
600
|
* **popover:** fiks padding for popover og popmenu ([c4d916c](https://github.com/helsenorge/designsystem/commit/c4d916cc48d2cc95bc7461a43dbe1fbc67c81576)), closes [#350488](https://github.com/helsenorge/designsystem/issues/350488)
|
|
590
601
|
* **popover:** sett border radius lik som skisser ([d665e38](https://github.com/helsenorge/designsystem/commit/d665e385b5187be9674b35a15fae4dfc3c9055a6)), closes [#350488](https://github.com/helsenorge/designsystem/issues/350488)
|
|
591
602
|
|
|
592
|
-
## [11.8.0](https://github.com/helsenorge/designsystem/
|
|
603
|
+
## [11.8.0](https://github.com/helsenorge/designsystem/compare/v11.7.1...v11.8.0) (2025-08-29)
|
|
593
604
|
|
|
594
605
|
### Features
|
|
595
606
|
|
|
596
607
|
* **formgroup:** flyttet ref og tabindex til errorwrapper feilmelding ([a64a00a](https://github.com/helsenorge/designsystem/commit/a64a00a25dd432f85f84901dbb233fe345103b70)), closes [#339940](https://github.com/helsenorge/designsystem/issues/339940)
|
|
597
608
|
|
|
598
|
-
## [11.7.1](https://github.com/helsenorge/designsystem/
|
|
609
|
+
## [11.7.1](https://github.com/helsenorge/designsystem/compare/v11.7.0...v11.7.1) (2025-08-25)
|
|
599
610
|
|
|
600
611
|
### Bug Fixes
|
|
601
612
|
|
|
602
613
|
* **useBreakpoint:** oppdaterer breakpoint etter første render ([545999e](https://github.com/helsenorge/designsystem/commit/545999e0741ab9e4ce1ecbc7e993e7aef68b6394)), closes [#348789](https://github.com/helsenorge/designsystem/issues/348789)
|
|
603
614
|
|
|
604
|
-
## [11.7.0](https://github.com/helsenorge/designsystem/
|
|
615
|
+
## [11.7.0](https://github.com/helsenorge/designsystem/compare/v11.6.0...v11.7.0) (2025-08-13)
|
|
605
616
|
|
|
606
617
|
### Features
|
|
607
618
|
|
|
608
619
|
* **notificationpanel:** propen role har status som valg ([6c93716](https://github.com/helsenorge/designsystem/commit/6c937166f6ccf35c9d91699b5c19ea5327e9103e)), closes [#357209](https://github.com/helsenorge/designsystem/issues/357209)
|
|
609
620
|
|
|
610
|
-
## [11.6.0](https://github.com/helsenorge/designsystem/
|
|
621
|
+
## [11.6.0](https://github.com/helsenorge/designsystem/compare/v11.5.0...v11.6.0) (2025-08-11)
|
|
611
622
|
|
|
612
623
|
### Features
|
|
613
624
|
|
|
@@ -619,7 +630,7 @@
|
|
|
619
630
|
* **tabs:** border vises rart på noen skjermer ([40c4fb5](https://github.com/helsenorge/designsystem/commit/40c4fb5c08d688dfa633573d851d3a14098a99a8)), closes [#346853](https://github.com/helsenorge/designsystem/issues/346853)
|
|
620
631
|
* **tabs:** tablist border ser riktig ut ved zooming ([d031642](https://github.com/helsenorge/designsystem/commit/d031642fff55581b845819e26e20c17da4d9c18e)), closes [#346853](https://github.com/helsenorge/designsystem/issues/346853)
|
|
621
632
|
|
|
622
|
-
## [11.5.0](https://github.com/helsenorge/designsystem/
|
|
633
|
+
## [11.5.0](https://github.com/helsenorge/designsystem/compare/v11.4.1...v11.5.0) (2025-07-30)
|
|
623
634
|
|
|
624
635
|
### Features
|
|
625
636
|
|
|
@@ -632,13 +643,13 @@
|
|
|
632
643
|
* colorscss og spacerscss importeres i helsenorgecss ([321fdff](https://github.com/helsenorge/designsystem/commit/321fdff9133ae974d60855e3f995841db824d042)), closes [#355112](https://github.com/helsenorge/designsystem/issues/355112)
|
|
633
644
|
* **toggle:** lagt til role switch ([d70ac71](https://github.com/helsenorge/designsystem/commit/d70ac718012d47a9a6e46098390314e17ed18290)), closes [#356306](https://github.com/helsenorge/designsystem/issues/356306)
|
|
634
645
|
|
|
635
|
-
## [11.4.1](https://github.com/helsenorge/designsystem/
|
|
646
|
+
## [11.4.1](https://github.com/helsenorge/designsystem/compare/v11.4.0...v11.4.1) (2025-07-11)
|
|
636
647
|
|
|
637
648
|
### Bug Fixes
|
|
638
649
|
|
|
639
650
|
* **panel:** legg til manglende onexpand function prop ([a2ee192](https://github.com/helsenorge/designsystem/commit/a2ee19211b5b808bdea0b82484125622ef1cef48)), closes [#356092](https://github.com/helsenorge/designsystem/issues/356092)
|
|
640
651
|
|
|
641
|
-
## [11.4.0](https://github.com/helsenorge/designsystem/
|
|
652
|
+
## [11.4.0](https://github.com/helsenorge/designsystem/compare/v11.3.1...v11.4.0) (2025-07-08)
|
|
642
653
|
|
|
643
654
|
### Features
|
|
644
655
|
|
|
@@ -657,13 +668,13 @@
|
|
|
657
668
|
* **lightbox:** riktig fokushåndtering ([da4de84](https://github.com/helsenorge/designsystem/commit/da4de840e098c922f7978dd2d1896c746a3f86bd)), closes [#354742](https://github.com/helsenorge/designsystem/issues/354742)
|
|
658
669
|
* **listheader:** fiks ikonstørrelse for minste breakpoint ([21de566](https://github.com/helsenorge/designsystem/commit/21de566bafdf2f666a74864681a8985f0efc00e2)), closes [#350169](https://github.com/helsenorge/designsystem/issues/350169)
|
|
659
670
|
|
|
660
|
-
## [11.3.1](https://github.com/helsenorge/designsystem/
|
|
671
|
+
## [11.3.1](https://github.com/helsenorge/designsystem/compare/v11.3.0...v11.3.1) (2025-06-17)
|
|
661
672
|
|
|
662
673
|
### Features
|
|
663
674
|
|
|
664
675
|
* **panel:** setter testid på ekspandert innhold ([f0a670b](https://github.com/helsenorge/designsystem/commit/f0a670bda5cae7b47e1b51455d99678871215d33)), closes [#354743](https://github.com/helsenorge/designsystem/issues/354743)
|
|
665
676
|
|
|
666
|
-
## [11.3.0](https://github.com/helsenorge/designsystem/
|
|
677
|
+
## [11.3.0](https://github.com/helsenorge/designsystem/compare/v11.2.0...v11.3.0) (2025-06-10)
|
|
667
678
|
|
|
668
679
|
### Features
|
|
669
680
|
|
|
@@ -680,7 +691,7 @@
|
|
|
680
691
|
* **close:** riktig size på inner container for small versjon ([d23f53a](https://github.com/helsenorge/designsystem/commit/d23f53a959e0c2cd17bde70431775a90d0c5382b)), closes [#352915](https://github.com/helsenorge/designsystem/issues/352915)
|
|
681
692
|
* **drawer:** legg til scroll shadow også på tiny screen query ([1cdf6df](https://github.com/helsenorge/designsystem/commit/1cdf6dfc78b3e71bbebe2d2ad6104e6e36ea5e0a)), closes [#352610](https://github.com/helsenorge/designsystem/issues/352610)
|
|
682
693
|
|
|
683
|
-
## [11.2.0](https://github.com/helsenorge/designsystem/
|
|
694
|
+
## [11.2.0](https://github.com/helsenorge/designsystem/compare/v11.1.0...v11.2.0) (2025-05-27)
|
|
684
695
|
|
|
685
696
|
### Features
|
|
686
697
|
|
|
@@ -706,7 +717,7 @@
|
|
|
706
717
|
* **icon:** fiks toddler ikon ([14883df](https://github.com/helsenorge/designsystem/commit/14883df7c20d291c2a92f8c2acd80d6ce460d0ff)), closes [#352079](https://github.com/helsenorge/designsystem/issues/352079)
|
|
707
718
|
* **infoteaser:** riktig focus tykkelse ([5de4798](https://github.com/helsenorge/designsystem/commit/5de47982951f8f07be03215c1980c68e7762e617)), closes [#351368](https://github.com/helsenorge/designsystem/issues/351368)
|
|
708
719
|
|
|
709
|
-
## [11.1.0](https://github.com/helsenorge/designsystem/
|
|
720
|
+
## [11.1.0](https://github.com/helsenorge/designsystem/compare/v11.0.0...v11.1.0) (2025-05-09)
|
|
710
721
|
|
|
711
722
|
### Features
|
|
712
723
|
|
|
@@ -720,7 +731,7 @@
|
|
|
720
731
|
* **lightbox:** fiks problem med store knapper på ios ([91481f6](https://github.com/helsenorge/designsystem/commit/91481f64ad0982f579558407658747eae5a5a30e)), closes [#331056](https://github.com/helsenorge/designsystem/issues/331056)
|
|
721
732
|
* **lightbox:** scrollbar vises ikke med lightbox åpen ([3953140](https://github.com/helsenorge/designsystem/commit/3953140a0e1411edc18161eff7e1e727933cb3c3)), closes [#350843](https://github.com/helsenorge/designsystem/issues/350843)
|
|
722
733
|
|
|
723
|
-
## [11.0.0](https://github.com/helsenorge/designsystem/
|
|
734
|
+
## [11.0.0](https://github.com/helsenorge/designsystem/compare/v10.8.0...v11.0.0) (2025-04-29)
|
|
724
735
|
|
|
725
736
|
### Bug Fixes
|
|
726
737
|
|
|
@@ -760,7 +771,7 @@
|
|
|
760
771
|
|
|
761
772
|
## 11.0.0-beta.0 (2025-03-05)
|
|
762
773
|
|
|
763
|
-
## [10.8.0](https://github.com/helsenorge/designsystem/
|
|
774
|
+
## [10.8.0](https://github.com/helsenorge/designsystem/compare/v10.7.0...v10.8.0) (2025-04-23)
|
|
764
775
|
|
|
765
776
|
### Features
|
|
766
777
|
|
|
@@ -773,7 +784,7 @@
|
|
|
773
784
|
* **dropdown:** trykke på eller ved siden av skal lukke dropdown ([b0d852c](https://github.com/helsenorge/designsystem/commit/b0d852cb42ed0ce41f8baa067d0dae5aba69800f)), closes [#343160](https://github.com/helsenorge/designsystem/issues/343160)
|
|
774
785
|
* **toggle:** toggle right med lang sublabel wrapper ikke riktig ([409ef89](https://github.com/helsenorge/designsystem/commit/409ef8916a99d7f66a3e327ca8b259f6a1c2bed5)), closes [#349679](https://github.com/helsenorge/designsystem/issues/349679)
|
|
775
786
|
|
|
776
|
-
## [10.7.0](https://github.com/helsenorge/designsystem/
|
|
787
|
+
## [10.7.0](https://github.com/helsenorge/designsystem/compare/v10.6.3...v10.7.0) (2025-04-10)
|
|
777
788
|
|
|
778
789
|
### Features
|
|
779
790
|
|
|
@@ -783,27 +794,27 @@
|
|
|
783
794
|
|
|
784
795
|
* **lightbox:** zoom pan og zindex fikser ([ffc268d](https://github.com/helsenorge/designsystem/commit/ffc268d607b3ce7c613b0db5e20db4b2c6c1e18d)), closes [#342790](https://github.com/helsenorge/designsystem/issues/342790)
|
|
785
796
|
|
|
786
|
-
## [10.6.3](https://github.com/helsenorge/designsystem/
|
|
797
|
+
## [10.6.3](https://github.com/helsenorge/designsystem/compare/v10.6.2...v10.6.3) (2025-03-20)
|
|
787
798
|
|
|
788
799
|
### Bug Fixes
|
|
789
800
|
|
|
790
801
|
* nedre focus outline forsvinner ([5124290](https://github.com/helsenorge/designsystem/commit/51242909087003fbe390c89e2360681d4500ebe1)), closes [#347177](https://github.com/helsenorge/designsystem/issues/347177)
|
|
791
802
|
* useBreakpoint kaller ikke window.matchMedia ved server side rendering ([00b7926](https://github.com/helsenorge/designsystem/commit/00b792639a436a876a2a9f3ecdf2679b52304f54)), closes [#347898](https://github.com/helsenorge/designsystem/issues/347898)
|
|
792
803
|
|
|
793
|
-
## [10.6.2](https://github.com/helsenorge/designsystem/
|
|
804
|
+
## [10.6.2](https://github.com/helsenorge/designsystem/compare/v10.6.1...v10.6.2) (2025-03-14)
|
|
794
805
|
|
|
795
806
|
### Reverts
|
|
796
807
|
|
|
797
808
|
* tar i bruk sass use" ([b4fc044](https://github.com/helsenorge/designsystem/commit/b4fc044c68aee56fdbe4ad93f8397f87bae5a0c3))
|
|
798
809
|
|
|
799
|
-
## [10.6.1](https://github.com/helsenorge/designsystem/
|
|
810
|
+
## [10.6.1](https://github.com/helsenorge/designsystem/compare/v10.6.0...v10.6.1) (2025-03-14)
|
|
800
811
|
|
|
801
812
|
### Bug Fixes
|
|
802
813
|
|
|
803
814
|
* **expanderlist:** nedre focus outline forsvinner ([f345142](https://github.com/helsenorge/designsystem/commit/f345142968f86db4b1b3aeb33cfce7f9c237af32))
|
|
804
815
|
* **expanderlist:** nedre focus outline forsvinner" ([c8fde30](https://github.com/helsenorge/designsystem/commit/c8fde305783f79eeb0bb24587cb19a282a60f3f7)), closes [#347177](https://github.com/helsenorge/designsystem/issues/347177)
|
|
805
816
|
|
|
806
|
-
## [10.6.0](https://github.com/helsenorge/designsystem/
|
|
817
|
+
## [10.6.0](https://github.com/helsenorge/designsystem/compare/v10.5.0...v10.6.0) (2025-03-12)
|
|
807
818
|
|
|
808
819
|
### Features
|
|
809
820
|
|
|
@@ -814,7 +825,7 @@
|
|
|
814
825
|
* **dropdown:** bare tastaturnavigasjon fokuserer første child ([ee5438a](https://github.com/helsenorge/designsystem/commit/ee5438aa561ce2a8c3a19bc65ac2153cfd77c086)), closes [#342762](https://github.com/helsenorge/designsystem/issues/342762)
|
|
815
826
|
* **popover:** border radius for linklist type button er riktig ([0864551](https://github.com/helsenorge/designsystem/commit/08645513954f4bb03d003d46f7751890f6f8243b)), closes [#347231](https://github.com/helsenorge/designsystem/issues/347231)
|
|
816
827
|
|
|
817
|
-
## [10.5.0](https://github.com/helsenorge/designsystem/
|
|
828
|
+
## [10.5.0](https://github.com/helsenorge/designsystem/compare/v10.4.1...v10.5.0) (2025-03-06)
|
|
818
829
|
|
|
819
830
|
### Features
|
|
820
831
|
|
|
@@ -824,13 +835,13 @@
|
|
|
824
835
|
|
|
825
836
|
* **language:** eksporter LanguageContext ([e0e841a](https://github.com/helsenorge/designsystem/commit/e0e841a13237bbadfebf9b2098d873a00a5eda10))
|
|
826
837
|
|
|
827
|
-
## [10.4.1](https://github.com/helsenorge/designsystem/
|
|
838
|
+
## [10.4.1](https://github.com/helsenorge/designsystem/compare/v10.4.0...v10.4.1) (2025-03-05)
|
|
828
839
|
|
|
829
840
|
### Bug Fixes
|
|
830
841
|
|
|
831
842
|
* eksporter interface for languagecontext ([d35da32](https://github.com/helsenorge/designsystem/commit/d35da32647631e5c01a586ec43d6e0622a5cb279))
|
|
832
843
|
|
|
833
|
-
## [10.4.0](https://github.com/helsenorge/designsystem/
|
|
844
|
+
## [10.4.0](https://github.com/helsenorge/designsystem/compare/v10.3.0...v10.4.0) (2025-03-04)
|
|
834
845
|
|
|
835
846
|
### Features
|
|
836
847
|
|
|
@@ -843,14 +854,14 @@
|
|
|
843
854
|
* **dropdown:** oppdater interaksjon og aria attributter til menu button patternet ([3d594e2](https://github.com/helsenorge/designsystem/commit/3d594e2728df0d41a9e9ee3fcbab1dbaaebb7e73)), closes [#342762](https://github.com/helsenorge/designsystem/issues/342762)
|
|
844
855
|
* **popmenu:** avrundede hjørner uansett ([f1ed605](https://github.com/helsenorge/designsystem/commit/f1ed60520d9b37a00bdbad39937a8beb2a78192a)), closes [#346274](https://github.com/helsenorge/designsystem/issues/346274)
|
|
845
856
|
|
|
846
|
-
## [10.3.0](https://github.com/helsenorge/designsystem/
|
|
857
|
+
## [10.3.0](https://github.com/helsenorge/designsystem/compare/v10.2.0...v10.3.0) (2025-02-27)
|
|
847
858
|
|
|
848
859
|
### Features
|
|
849
860
|
|
|
850
861
|
* **duolist:** ta i bruk ny styling med nye avstander ([fdea2a4](https://github.com/helsenorge/designsystem/commit/fdea2a49fd448fc56fb6c26e4208c1f367abaf65)), closes [#342805](https://github.com/helsenorge/designsystem/issues/342805)
|
|
851
862
|
* **validation:** ny styling på feil ([7040cae](https://github.com/helsenorge/designsystem/commit/7040caec6a0ca76915a100c0b3b2328bdf63f78c)), closes [#344114](https://github.com/helsenorge/designsystem/issues/344114) [#344114](https://github.com/helsenorge/designsystem/issues/344114)
|
|
852
863
|
|
|
853
|
-
## [10.2.0](https://github.com/helsenorge/designsystem/
|
|
864
|
+
## [10.2.0](https://github.com/helsenorge/designsystem/compare/v10.1.0...v10.2.0) (2025-02-18)
|
|
854
865
|
|
|
855
866
|
### Features
|
|
856
867
|
|
|
@@ -864,7 +875,7 @@
|
|
|
864
875
|
* **highlightpanel:** ikke rendre tittel to ganger og fiks bakgrunnsfarge i large size ([73e0a71](https://github.com/helsenorge/designsystem/commit/73e0a7182f9473ddce3ff6db8cf5ad758d517d86)), closes [#337117](https://github.com/helsenorge/designsystem/issues/337117) [#340928](https://github.com/helsenorge/designsystem/issues/340928)
|
|
865
876
|
* **modal:** returnerer fokus ved lukk og 400 prosent zoom fiks for høyde ([7695152](https://github.com/helsenorge/designsystem/commit/7695152fc6ce8a995ec61636b5de8b47ad0dd6ef)), closes [#344549](https://github.com/helsenorge/designsystem/issues/344549)
|
|
866
877
|
|
|
867
|
-
## [10.1.0](https://github.com/helsenorge/designsystem/
|
|
878
|
+
## [10.1.0](https://github.com/helsenorge/designsystem/compare/v10.0.3...v10.1.0) (2025-02-11)
|
|
868
879
|
|
|
869
880
|
### Features
|
|
870
881
|
|
|
@@ -876,26 +887,26 @@
|
|
|
876
887
|
* **datepicker:** popup lukker seg riktig ved tabbing ([49792c5](https://github.com/helsenorge/designsystem/commit/49792c5df3a976219ab437914a84607e9d84313c)), closes [#343482](https://github.com/helsenorge/designsystem/issues/343482)
|
|
877
888
|
* **stickynote:** initialiser høyde i microweb ([cf0ca27](https://github.com/helsenorge/designsystem/commit/cf0ca272318e8b3d0055f0685fe54ade513535e6)), closes [#344200](https://github.com/helsenorge/designsystem/issues/344200)
|
|
878
889
|
|
|
879
|
-
## [10.0.3](https://github.com/helsenorge/designsystem/
|
|
890
|
+
## [10.0.3](https://github.com/helsenorge/designsystem/compare/v10.0.2...v10.0.3) (2025-01-30)
|
|
880
891
|
|
|
881
892
|
### Bug Fixes
|
|
882
893
|
|
|
883
894
|
* **datepicker:** locale setter tekst språk igjen ([921efcb](https://github.com/helsenorge/designsystem/commit/921efcb9040a2d790e965a009b28b3b4b3593a9b)), closes [#343367](https://github.com/helsenorge/designsystem/issues/343367)
|
|
884
895
|
|
|
885
|
-
## [10.0.2](https://github.com/helsenorge/designsystem/
|
|
896
|
+
## [10.0.2](https://github.com/helsenorge/designsystem/compare/v10.0.1...v10.0.2) (2025-01-29)
|
|
886
897
|
|
|
887
898
|
### Bug Fixes
|
|
888
899
|
|
|
889
900
|
* hvis icon har hover prop skal denne ikke overstyres ([f4956aa](https://github.com/helsenorge/designsystem/commit/f4956aacf26d462b2ffccc24fbce5b0946bd6de4)), closes [#336117](https://github.com/helsenorge/designsystem/issues/336117)
|
|
890
901
|
* **listheader:** title margin resettes riktig ([1b50bc0](https://github.com/helsenorge/designsystem/commit/1b50bc0e3229b2d351b2df17b79798dfd95a9fb8)), closes [#343414](https://github.com/helsenorge/designsystem/issues/343414)
|
|
891
902
|
|
|
892
|
-
## [10.0.1](https://github.com/helsenorge/designsystem/
|
|
903
|
+
## [10.0.1](https://github.com/helsenorge/designsystem/compare/v10.0.0...v10.0.1) (2025-01-28)
|
|
893
904
|
|
|
894
905
|
### Bug Fixes
|
|
895
906
|
|
|
896
907
|
* feil letterspacing for title5 ([f1391bd](https://github.com/helsenorge/designsystem/commit/f1391bd18a30b8b2da737c6687e55b61b752a1fa)), closes [#342902](https://github.com/helsenorge/designsystem/issues/342902)
|
|
897
908
|
|
|
898
|
-
## [10.0.0](https://github.com/helsenorge/designsystem/
|
|
909
|
+
## [10.0.0](https://github.com/helsenorge/designsystem/compare/v9.7.0...v10.0.0) (2025-01-27)
|
|
899
910
|
|
|
900
911
|
### Bug Fixes
|
|
901
912
|
|
|
@@ -953,7 +964,7 @@
|
|
|
953
964
|
* **linklist:** nytt design ([43de477](https://github.com/helsenorge/designsystem/commit/43de477a3280d9ecf9aee997bc763fb82d269864)), closes [#336491](https://github.com/helsenorge/designsystem/issues/336491)
|
|
954
965
|
* **tabs:** touchbehavior prop er fjernet ([994aded](https://github.com/helsenorge/designsystem/commit/994adeda6085664d26bf4e90ea111ef0fa6a9d78)), closes [#328640](https://github.com/helsenorge/designsystem/issues/328640)
|
|
955
966
|
|
|
956
|
-
## [9.7.0](https://github.com/helsenorge/designsystem/
|
|
967
|
+
## [9.7.0](https://github.com/helsenorge/designsystem/compare/v9.6.0...v9.7.0) (2025-01-24)
|
|
957
968
|
|
|
958
969
|
### Features
|
|
959
970
|
|
|
@@ -966,7 +977,7 @@
|
|
|
966
977
|
* **modal:** fiks så styling for zoom på modal ikke vises på mobilt breakpoint ([22aff5f](https://github.com/helsenorge/designsystem/commit/22aff5fdb82dc8438ea6e11dc6e0988e3fe61a6b)), closes [#336560](https://github.com/helsenorge/designsystem/issues/336560)
|
|
967
978
|
* **validationsummary:** aria attributter tweakes ([2316247](https://github.com/helsenorge/designsystem/commit/2316247d7f6b038cc77f25c5940ae32ee2f0bd84)), closes [#340310](https://github.com/helsenorge/designsystem/issues/340310)
|
|
968
979
|
|
|
969
|
-
## [9.6.0](https://github.com/helsenorge/designsystem/
|
|
980
|
+
## [9.6.0](https://github.com/helsenorge/designsystem/compare/v9.5.0...v9.6.0) (2025-01-08)
|
|
970
981
|
|
|
971
982
|
### Features
|
|
972
983
|
|
|
@@ -980,7 +991,7 @@
|
|
|
980
991
|
* gjør modal brukbar ved zoom ved å fjerne space når container er liten ([f58038c](https://github.com/helsenorge/designsystem/commit/f58038c2e8e0f9afba9ed82439789d17ea1187e7)), closes [#340170](https://github.com/helsenorge/designsystem/issues/340170)
|
|
981
992
|
* **listheader:** ikke rendre badge på nytt ([2436c14](https://github.com/helsenorge/designsystem/commit/2436c1447a568dd6b7097d569398c901fd5cd504)), closes [#339467](https://github.com/helsenorge/designsystem/issues/339467) [#339467](https://github.com/helsenorge/designsystem/issues/339467)
|
|
982
993
|
|
|
983
|
-
## [9.5.0](https://github.com/helsenorge/designsystem/
|
|
994
|
+
## [9.5.0](https://github.com/helsenorge/designsystem/compare/v9.4.3...v9.5.0) (2024-12-13)
|
|
984
995
|
|
|
985
996
|
### Features
|
|
986
997
|
|
|
@@ -992,9 +1003,9 @@
|
|
|
992
1003
|
* **highlightpanel:** tillat tittel selv om ikon ikke er gitt ([63322a8](https://github.com/helsenorge/designsystem/commit/63322a881857ae42aaf3039412548c6b9750abee)), closes [#332566](https://github.com/helsenorge/designsystem/issues/332566)
|
|
993
1004
|
* **tabs:** ikke scroll til fane med mindre komponenten er i view ([0c30a43](https://github.com/helsenorge/designsystem/commit/0c30a43e4fdb6acece3db8f30e6ed43468c712fd)), closes [#339921](https://github.com/helsenorge/designsystem/issues/339921)
|
|
994
1005
|
|
|
995
|
-
## [9.4.3](https://github.com/helsenorge/designsystem/
|
|
1006
|
+
## [9.4.3](https://github.com/helsenorge/designsystem/compare/v9.4.2...v9.4.3) (2024-12-09)
|
|
996
1007
|
|
|
997
|
-
## [9.4.2](https://github.com/helsenorge/designsystem/
|
|
1008
|
+
## [9.4.2](https://github.com/helsenorge/designsystem/compare/v9.4.1...v9.4.2) (2024-12-04)
|
|
998
1009
|
|
|
999
1010
|
### Bug Fixes
|
|
1000
1011
|
|
|
@@ -1003,13 +1014,13 @@
|
|
|
1003
1014
|
* **tabs:** swipe og scrollintoview oppfører seg rart ([4d1c98f](https://github.com/helsenorge/designsystem/commit/4d1c98f92c728c4c83c4d89ca696990992f1f880)), closes [#328640](https://github.com/helsenorge/designsystem/issues/328640)
|
|
1004
1015
|
* **tile:** title spacing endringer ([28f852d](https://github.com/helsenorge/designsystem/commit/28f852dd361ff21bc77010d3d940677eaf82986f)), closes [#336171](https://github.com/helsenorge/designsystem/issues/336171)
|
|
1005
1016
|
|
|
1006
|
-
## [9.4.1](https://github.com/helsenorge/designsystem/
|
|
1017
|
+
## [9.4.1](https://github.com/helsenorge/designsystem/compare/v9.4.0...v9.4.1) (2024-11-25)
|
|
1007
1018
|
|
|
1008
1019
|
### Bug Fixes
|
|
1009
1020
|
|
|
1010
1021
|
* **tile:** compact title plasseres riktig ([72f7281](https://github.com/helsenorge/designsystem/commit/72f72818f9135d4489c29275ab4abbd746c324fd)), closes [#336170](https://github.com/helsenorge/designsystem/issues/336170)
|
|
1011
1022
|
|
|
1012
|
-
## [9.4.0](https://github.com/helsenorge/designsystem/
|
|
1023
|
+
## [9.4.0](https://github.com/helsenorge/designsystem/compare/v9.3.0...v9.4.0) (2024-11-22)
|
|
1013
1024
|
|
|
1014
1025
|
### Features
|
|
1015
1026
|
|
|
@@ -1019,13 +1030,13 @@
|
|
|
1019
1030
|
|
|
1020
1031
|
* **datepicker:** sjekk for klikking utenfor popup fungerer ikke i webcomp ([7a831f9](https://github.com/helsenorge/designsystem/commit/7a831f929fd9b529e4e080e22db5cad1dbf6c2b8)), closes [#337485](https://github.com/helsenorge/designsystem/issues/337485)
|
|
1021
1032
|
|
|
1022
|
-
## [9.3.0](https://github.com/helsenorge/designsystem/
|
|
1033
|
+
## [9.3.0](https://github.com/helsenorge/designsystem/compare/v9.2.0...v9.3.0) (2024-11-20)
|
|
1023
1034
|
|
|
1024
1035
|
### Features
|
|
1025
1036
|
|
|
1026
1037
|
* tile variant prop og nytt utseende ([b5de00e](https://github.com/helsenorge/designsystem/commit/b5de00e8ed4b05392788ff09af613887b1ce99c1)), closes [#336170](https://github.com/helsenorge/designsystem/issues/336170)
|
|
1027
1038
|
|
|
1028
|
-
## [9.2.0](https://github.com/helsenorge/designsystem/
|
|
1039
|
+
## [9.2.0](https://github.com/helsenorge/designsystem/compare/v9.1.0...v9.2.0) (2024-11-20)
|
|
1029
1040
|
|
|
1030
1041
|
### Features
|
|
1031
1042
|
|
|
@@ -1036,7 +1047,7 @@
|
|
|
1036
1047
|
* **helppanel:** styling på helppanel i fluid size ([d3df2eb](https://github.com/helsenorge/designsystem/commit/d3df2ebecb1dff71f3b334702ab579ba36da52e9)), closes [#332570](https://github.com/helsenorge/designsystem/issues/332570)
|
|
1037
1048
|
* **textarea:** controlled value warning ([371c8bd](https://github.com/helsenorge/designsystem/commit/371c8bd9ec2c453ed25fc265bef4afb566546151)), closes [#337333](https://github.com/helsenorge/designsystem/issues/337333)
|
|
1038
1049
|
|
|
1039
|
-
## [9.1.0](https://github.com/helsenorge/designsystem/
|
|
1050
|
+
## [9.1.0](https://github.com/helsenorge/designsystem/compare/v9.0.0...v9.1.0) (2024-11-14)
|
|
1040
1051
|
|
|
1041
1052
|
### Features
|
|
1042
1053
|
|
|
@@ -1049,7 +1060,7 @@
|
|
|
1049
1060
|
* button og expander i notificationpanel kontrastnivå består uu krav ([1c98714](https://github.com/helsenorge/designsystem/commit/1c98714baf49c5406dbb57c56987876c6230f607)), closes [#328891](https://github.com/helsenorge/designsystem/issues/328891)
|
|
1050
1061
|
* **helppanel:** ikke bruk bakgrunnsfarge utenfor highlightpanel ([7bf68cc](https://github.com/helsenorge/designsystem/commit/7bf68ccd70b5a573463d8010696891c14f8d7058)), closes [#332570](https://github.com/helsenorge/designsystem/issues/332570)
|
|
1051
1062
|
|
|
1052
|
-
## [9.0.0](https://github.com/helsenorge/designsystem/
|
|
1063
|
+
## [9.0.0](https://github.com/helsenorge/designsystem/compare/v8.8.0...v9.0.0) (2024-11-05)
|
|
1053
1064
|
|
|
1054
1065
|
## 9.0.0-beta.3 (2024-10-29)
|
|
1055
1066
|
|
|
@@ -1078,20 +1089,20 @@
|
|
|
1078
1089
|
* ikke vis fadeout om siste tab er valgt ([f0fe5a9](https://github.com/helsenorge/designsystem/commit/f0fe5a9ee1d928a0ae093bbed0909c3bce951498)), closes [#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
1079
1090
|
* **dropdown:** import av feil oncolor ([f305cae](https://github.com/helsenorge/designsystem/commit/f305caea3c7cdcf4d312bc0f3b6af1d839a0aaca)), closes [#331833](https://github.com/helsenorge/designsystem/issues/331833)
|
|
1080
1091
|
|
|
1081
|
-
## [8.8.0](https://github.com/helsenorge/designsystem/
|
|
1092
|
+
## [8.8.0](https://github.com/helsenorge/designsystem/compare/v8.7.0...v8.8.0) (2024-11-04)
|
|
1082
1093
|
|
|
1083
1094
|
### Features
|
|
1084
1095
|
|
|
1085
1096
|
* **input:** eksponer inputmode som prop ([6bc9883](https://github.com/helsenorge/designsystem/commit/6bc98831c582f0356c04be50d9d3be1b4c65ba98)), closes [#333385](https://github.com/helsenorge/designsystem/issues/333385)
|
|
1086
1097
|
* **textarea:** ny prop value ([fd9a116](https://github.com/helsenorge/designsystem/commit/fd9a11697229b87f88f135b8a5c16f7853cc9ead)), closes [#335948](https://github.com/helsenorge/designsystem/issues/335948)
|
|
1087
1098
|
|
|
1088
|
-
## [8.7.0](https://github.com/helsenorge/designsystem/
|
|
1099
|
+
## [8.7.0](https://github.com/helsenorge/designsystem/compare/v8.6.0...v8.7.0) (2024-10-17)
|
|
1089
1100
|
|
|
1090
1101
|
### Features
|
|
1091
1102
|
|
|
1092
1103
|
* **datetime:** får onblur prop ([31fe602](https://github.com/helsenorge/designsystem/commit/31fe602a68f12c39e48a55b5559fcd812be97785)), closes [#334254](https://github.com/helsenorge/designsystem/issues/334254)
|
|
1093
1104
|
|
|
1094
|
-
## [8.6.0](https://github.com/helsenorge/designsystem/
|
|
1105
|
+
## [8.6.0](https://github.com/helsenorge/designsystem/compare/v8.5.1...v8.6.0) (2024-10-09)
|
|
1095
1106
|
|
|
1096
1107
|
### Features
|
|
1097
1108
|
|
|
@@ -1100,25 +1111,25 @@
|
|
|
1100
1111
|
* **label:** gi mulighet for å rendre label med andre tags ([9f952dd](https://github.com/helsenorge/designsystem/commit/9f952ddd0eac84e1426d070685998e950fa9e9f8)), closes [#331803](https://github.com/helsenorge/designsystem/issues/331803)
|
|
1101
1112
|
* **tabs:** endre default touch behaviour til å være none ([4101ce2](https://github.com/helsenorge/designsystem/commit/4101ce2a85f84e26b9fcfd61990ca8792f72b55c)), closes [#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
1102
1113
|
|
|
1103
|
-
## [8.5.1](https://github.com/helsenorge/designsystem/
|
|
1114
|
+
## [8.5.1](https://github.com/helsenorge/designsystem/compare/v8.5.0...v8.5.1) (2024-09-25)
|
|
1104
1115
|
|
|
1105
1116
|
### Bug Fixes
|
|
1106
1117
|
|
|
1107
1118
|
* progressbar leses opp av skjermlesere ([550e7ac](https://github.com/helsenorge/designsystem/commit/550e7acfbb4687d946f36a7dad9e284614aee6a4)), closes [#328018](https://github.com/helsenorge/designsystem/issues/328018)
|
|
1108
1119
|
|
|
1109
|
-
## [8.5.0](https://github.com/helsenorge/designsystem/
|
|
1120
|
+
## [8.5.0](https://github.com/helsenorge/designsystem/compare/v8.4.0...v8.5.0) (2024-09-23)
|
|
1110
1121
|
|
|
1111
1122
|
### Features
|
|
1112
1123
|
|
|
1113
1124
|
* nytt komponent toggle ([76f1da5](https://github.com/helsenorge/designsystem/commit/76f1da5c077db4bc62a45007d72f65053e5310cc)), closes [#308151](https://github.com/helsenorge/designsystem/issues/308151)
|
|
1114
1125
|
|
|
1115
|
-
## [8.4.0](https://github.com/helsenorge/designsystem/
|
|
1126
|
+
## [8.4.0](https://github.com/helsenorge/designsystem/compare/v8.3.0...v8.4.0) (2024-09-13)
|
|
1116
1127
|
|
|
1117
1128
|
### Features
|
|
1118
1129
|
|
|
1119
1130
|
* **radiobutton:** legg til prop for checked og gjør komponenten controlled ([1c8ae22](https://github.com/helsenorge/designsystem/commit/1c8ae22e0f5d138f308a00ca29212ed04313ba9a)), closes [#331953](https://github.com/helsenorge/designsystem/issues/331953)
|
|
1120
1131
|
|
|
1121
|
-
## [8.3.0](https://github.com/helsenorge/designsystem/
|
|
1132
|
+
## [8.3.0](https://github.com/helsenorge/designsystem/compare/v8.2.1...v8.3.0) (2024-09-09)
|
|
1122
1133
|
|
|
1123
1134
|
### Features
|
|
1124
1135
|
|
|
@@ -1132,9 +1143,9 @@
|
|
|
1132
1143
|
* **datepicker:** popup valg trigger onblur ([6d886cb](https://github.com/helsenorge/designsystem/commit/6d886cbc3bcfe9b97c0247389ca0238f29dd9f0a)), closes [#329586](https://github.com/helsenorge/designsystem/issues/329586)
|
|
1133
1144
|
* **designsystem:** badge i panel vises til høyre på mobil ([2b6d63e](https://github.com/helsenorge/designsystem/commit/2b6d63e1a36d63ad41159fb637f896636ae58672)), closes [#329338](https://github.com/helsenorge/designsystem/issues/329338)
|
|
1134
1145
|
|
|
1135
|
-
## [8.2.1](https://github.com/helsenorge/designsystem/
|
|
1146
|
+
## [8.2.1](https://github.com/helsenorge/designsystem/compare/v8.2.0...v8.2.1) (2024-08-28)
|
|
1136
1147
|
|
|
1137
|
-
## [8.2.0](https://github.com/helsenorge/designsystem/
|
|
1148
|
+
## [8.2.0](https://github.com/helsenorge/designsystem/compare/v8.1.1...v8.2.0) (2024-08-28)
|
|
1138
1149
|
|
|
1139
1150
|
### Features
|
|
1140
1151
|
|
|
@@ -1146,7 +1157,7 @@
|
|
|
1146
1157
|
* expander large spacing matcher expander-list ([724f3ca](https://github.com/helsenorge/designsystem/commit/724f3cac605dbbe3bece97d93ee88524e8263411)), closes [#326162](https://github.com/helsenorge/designsystem/issues/326162)
|
|
1147
1158
|
* useFocusableElements lytter bare på relevante DOM-endringer ([375303f](https://github.com/helsenorge/designsystem/commit/375303f1d20490c2d37f2cc997e4730cbee763b5)), closes [#328890](https://github.com/helsenorge/designsystem/issues/328890)
|
|
1148
1159
|
|
|
1149
|
-
## [8.1.1](https://github.com/helsenorge/designsystem/
|
|
1160
|
+
## [8.1.1](https://github.com/helsenorge/designsystem/compare/v8.1.0...v8.1.1) (2024-08-26)
|
|
1150
1161
|
|
|
1151
1162
|
### Bug Fixes
|
|
1152
1163
|
|
|
@@ -1155,7 +1166,7 @@
|
|
|
1155
1166
|
* modal er tilgjengelig med tastatur mens den er scrollbar ([80db1df](https://github.com/helsenorge/designsystem/commit/80db1df9bd319c5979385f669510d1539c1581a5)), closes [#328890](https://github.com/helsenorge/designsystem/issues/328890)
|
|
1156
1167
|
* **datepicker:** undefined datevalue fjerner dato og rerendrer riktig ([b1d56a8](https://github.com/helsenorge/designsystem/commit/b1d56a844148f58e171eb424cc0593478922a8e2)), closes [#330144](https://github.com/helsenorge/designsystem/issues/330144)
|
|
1157
1168
|
|
|
1158
|
-
## [8.1.0](https://github.com/helsenorge/designsystem/
|
|
1169
|
+
## [8.1.0](https://github.com/helsenorge/designsystem/compare/v8.0.2...v8.1.0) (2024-08-23)
|
|
1159
1170
|
|
|
1160
1171
|
### Features
|
|
1161
1172
|
|
|
@@ -1167,14 +1178,14 @@
|
|
|
1167
1178
|
* unngå blinking i tabs på mobil når man scroller ([2bddf20](https://github.com/helsenorge/designsystem/commit/2bddf2017f1067ba1b17473006b2103de630054e)), closes [#330597](https://github.com/helsenorge/designsystem/issues/330597)
|
|
1168
1179
|
* validationsummary er ikke labelled by ikke-eksisterende element ([3ac0b88](https://github.com/helsenorge/designsystem/commit/3ac0b8822820ad47ac635da95b7d7377481f2f33)), closes [#328895](https://github.com/helsenorge/designsystem/issues/328895)
|
|
1169
1180
|
|
|
1170
|
-
## [8.0.2](https://github.com/helsenorge/designsystem/
|
|
1181
|
+
## [8.0.2](https://github.com/helsenorge/designsystem/compare/v8.0.1...v8.0.2) (2024-08-22)
|
|
1171
1182
|
|
|
1172
1183
|
### Bug Fixes
|
|
1173
1184
|
|
|
1174
1185
|
* lightbox uu forbedringer ([8026ee9](https://github.com/helsenorge/designsystem/commit/8026ee9fc1acb94cd1b9e9d12ff1a190beca31d3)), closes [#329075](https://github.com/helsenorge/designsystem/issues/329075)
|
|
1175
1186
|
* radiobutton-scss bygger når designsystem tas i bruk ([867b0ec](https://github.com/helsenorge/designsystem/commit/867b0ec36002ed16fda4f7e6dae07bad4b805c46)), closes [#330427](https://github.com/helsenorge/designsystem/issues/330427)
|
|
1176
1187
|
|
|
1177
|
-
## [8.0.1](https://github.com/helsenorge/designsystem/
|
|
1188
|
+
## [8.0.1](https://github.com/helsenorge/designsystem/compare/v8.0.0...v8.0.1) (2024-08-15)
|
|
1178
1189
|
|
|
1179
1190
|
## 8.0.0-beta.6 (2024-08-15)
|
|
1180
1191
|
|
|
@@ -1183,7 +1194,7 @@
|
|
|
1183
1194
|
* checkbox og radio disabled state får nytt uttrykk ([e3b871d](https://github.com/helsenorge/designsystem/commit/e3b871d8c739973eb7d1d323d77f487e086b9f1d)), closes [#329309](https://github.com/helsenorge/designsystem/issues/329309)
|
|
1184
1195
|
* ny komponent EyebrowHeader ([2c8f13b](https://github.com/helsenorge/designsystem/commit/2c8f13b1715dee17d9ce262427f86bebfe6281ca)), closes [#326557](https://github.com/helsenorge/designsystem/issues/326557)
|
|
1185
1196
|
|
|
1186
|
-
## [8.0.0](https://github.com/helsenorge/designsystem/
|
|
1197
|
+
## [8.0.0](https://github.com/helsenorge/designsystem/compare/v7.13.4...v8.0.0) (2024-08-13)
|
|
1187
1198
|
|
|
1188
1199
|
## 8.0.0-beta.5 (2024-08-12)
|
|
1189
1200
|
|
|
@@ -1224,19 +1235,19 @@
|
|
|
1224
1235
|
|
|
1225
1236
|
## 7.0.1-beta.0 (2024-04-09)
|
|
1226
1237
|
|
|
1227
|
-
## [7.13.4](https://github.com/helsenorge/designsystem/
|
|
1238
|
+
## [7.13.4](https://github.com/helsenorge/designsystem/compare/v7.13.3...v7.13.4) (2024-07-25)
|
|
1228
1239
|
|
|
1229
1240
|
### Bug Fixes
|
|
1230
1241
|
|
|
1231
1242
|
* **tabs:** fjern zindex ([312d337](https://github.com/helsenorge/designsystem/commit/312d3370b7f288b28e60e189c829eff82b5ce2ac)), closes [#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
1232
1243
|
|
|
1233
|
-
## [7.13.3](https://github.com/helsenorge/designsystem/
|
|
1244
|
+
## [7.13.3](https://github.com/helsenorge/designsystem/compare/v7.13.2...v7.13.3) (2024-07-25)
|
|
1234
1245
|
|
|
1235
1246
|
### Bug Fixes
|
|
1236
1247
|
|
|
1237
1248
|
* sett z-index på tabs og input så de oppfører seg sammen med andre komponenter ([3bd47e0](https://github.com/helsenorge/designsystem/commit/3bd47e01af75dc2d17cb5af9ba4be30aaed50e91)), closes [#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
1238
1249
|
|
|
1239
|
-
## [7.13.2](https://github.com/helsenorge/designsystem/
|
|
1250
|
+
## [7.13.2](https://github.com/helsenorge/designsystem/compare/v7.13.1...v7.13.2) (2024-07-25)
|
|
1240
1251
|
|
|
1241
1252
|
### Bug Fixes
|
|
1242
1253
|
|
|
@@ -1246,13 +1257,13 @@
|
|
|
1246
1257
|
* **expander:** sett position slik at zindex blir riktig ([e1a8220](https://github.com/helsenorge/designsystem/commit/e1a82201412b9817f2e41a915c101a294d33853a))
|
|
1247
1258
|
* **tabs:** fiks keyboard navigation ([db5d64d](https://github.com/helsenorge/designsystem/commit/db5d64d99008b91b83cb38cb25bc11c591b8de43)), closes [#328547](https://github.com/helsenorge/designsystem/issues/328547)
|
|
1248
1259
|
|
|
1249
|
-
## [7.13.1](https://github.com/helsenorge/designsystem/
|
|
1260
|
+
## [7.13.1](https://github.com/helsenorge/designsystem/compare/v7.13.0...v7.13.1) (2024-07-23)
|
|
1250
1261
|
|
|
1251
1262
|
### Bug Fixes
|
|
1252
1263
|
|
|
1253
1264
|
* **tabs:** endre z indeks ([30f5684](https://github.com/helsenorge/designsystem/commit/30f5684adaeea90a218cdd280980e45b25a4676c)), closes [#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
1254
1265
|
|
|
1255
|
-
## [7.13.0](https://github.com/helsenorge/designsystem/
|
|
1266
|
+
## [7.13.0](https://github.com/helsenorge/designsystem/compare/v7.12.0...v7.13.0) (2024-07-22)
|
|
1256
1267
|
|
|
1257
1268
|
### Features
|
|
1258
1269
|
|
|
@@ -1265,19 +1276,19 @@
|
|
|
1265
1276
|
* error må være true for at inputfelter med errorTextId skal få aria-describedby ([2d64531](https://github.com/helsenorge/designsystem/commit/2d64531a61eb4e6b37f00cc75e4a27ecf6c371b7)), closes [#327379](https://github.com/helsenorge/designsystem/issues/327379)
|
|
1266
1277
|
* **dictionarytrigger:** juster ned avstanden mellom linjen og ord ([ef2e6af](https://github.com/helsenorge/designsystem/commit/ef2e6af7d1645544b2a3479d0d2b1b739c6886c9)), closes [#328583](https://github.com/helsenorge/designsystem/issues/328583)
|
|
1267
1278
|
|
|
1268
|
-
## [7.12.0](https://github.com/helsenorge/designsystem/
|
|
1279
|
+
## [7.12.0](https://github.com/helsenorge/designsystem/compare/v7.11.0...v7.12.0) (2024-06-21)
|
|
1269
1280
|
|
|
1270
1281
|
### Features
|
|
1271
1282
|
|
|
1272
1283
|
* **datepicker:** lagt til disabled prop ([178326d](https://github.com/helsenorge/designsystem/commit/178326d934c0f6a0b916de1c868bac7363ba2960)), closes [#327974](https://github.com/helsenorge/designsystem/issues/327974)
|
|
1273
1284
|
|
|
1274
|
-
## [7.11.0](https://github.com/helsenorge/designsystem/
|
|
1285
|
+
## [7.11.0](https://github.com/helsenorge/designsystem/compare/v7.10.0...v7.11.0) (2024-06-20)
|
|
1275
1286
|
|
|
1276
1287
|
### Features
|
|
1277
1288
|
|
|
1278
1289
|
* **button:** textposition prop får centered type ([46d7ae0](https://github.com/helsenorge/designsystem/commit/46d7ae09e6ac1ec954355ed81c7d17f3786a01e8)), closes [#320973](https://github.com/helsenorge/designsystem/issues/320973)
|
|
1279
1290
|
|
|
1280
|
-
## [7.10.0](https://github.com/helsenorge/designsystem/
|
|
1291
|
+
## [7.10.0](https://github.com/helsenorge/designsystem/compare/v7.9.0...v7.10.0) (2024-06-19)
|
|
1281
1292
|
|
|
1282
1293
|
### Features
|
|
1283
1294
|
|
|
@@ -1288,19 +1299,19 @@
|
|
|
1288
1299
|
|
|
1289
1300
|
* **progressbar:** bedre uu ([1f2bcf0](https://github.com/helsenorge/designsystem/commit/1f2bcf01cd1fa88a5b4765013a17ec2e5ca05a67)), closes [#297459](https://github.com/helsenorge/designsystem/issues/297459)
|
|
1290
1301
|
|
|
1291
|
-
## [7.9.0](https://github.com/helsenorge/designsystem/
|
|
1302
|
+
## [7.9.0](https://github.com/helsenorge/designsystem/compare/v7.8.1...v7.9.0) (2024-06-12)
|
|
1292
1303
|
|
|
1293
1304
|
### Bug Fixes
|
|
1294
1305
|
|
|
1295
1306
|
* fiks brekking av ord i dropdown ([d10a776](https://github.com/helsenorge/designsystem/commit/d10a776b66763d2c92c9bfeb0b5988687e235577)), closes [#327108](https://github.com/helsenorge/designsystem/issues/327108)
|
|
1296
1307
|
|
|
1297
|
-
## [7.8.1](https://github.com/helsenorge/designsystem/
|
|
1308
|
+
## [7.8.1](https://github.com/helsenorge/designsystem/compare/v7.8.0...v7.8.1) (2024-06-04)
|
|
1298
1309
|
|
|
1299
1310
|
### Bug Fixes
|
|
1300
1311
|
|
|
1301
1312
|
* typography sass fil feiler ([e47c50b](https://github.com/helsenorge/designsystem/commit/e47c50b6dc48c0b463642b571483ccceb97abb53))
|
|
1302
1313
|
|
|
1303
|
-
## [7.8.0](https://github.com/helsenorge/designsystem/
|
|
1314
|
+
## [7.8.0](https://github.com/helsenorge/designsystem/compare/v7.7.0...v7.8.0) (2024-06-04)
|
|
1304
1315
|
|
|
1305
1316
|
### Features
|
|
1306
1317
|
|
|
@@ -1314,7 +1325,7 @@
|
|
|
1314
1325
|
* **datepicker:** datevalue valideres riktig før den settes ([ec5422e](https://github.com/helsenorge/designsystem/commit/ec5422e1e744af6b4315e16edc5dfa2c066df54a)), closes [#325330](https://github.com/helsenorge/designsystem/issues/325330)
|
|
1315
1326
|
* **expander:** cursor pointer på expander large ([2239314](https://github.com/helsenorge/designsystem/commit/2239314c0c582680f9bba0e19562433f534a202b)), closes [#325072](https://github.com/helsenorge/designsystem/issues/325072)
|
|
1316
1327
|
|
|
1317
|
-
## [7.7.0](https://github.com/helsenorge/designsystem/
|
|
1328
|
+
## [7.7.0](https://github.com/helsenorge/designsystem/compare/v7.6.0...v7.7.0) (2024-05-28)
|
|
1318
1329
|
|
|
1319
1330
|
### Features
|
|
1320
1331
|
|
|
@@ -1326,7 +1337,7 @@
|
|
|
1326
1337
|
|
|
1327
1338
|
* **expander:** manglende import av supernova stylesheet ([077ec2d](https://github.com/helsenorge/designsystem/commit/077ec2d1f59ce80076deeae5bc7911f7a9a2e431)), closes [#324989](https://github.com/helsenorge/designsystem/issues/324989)
|
|
1328
1339
|
|
|
1329
|
-
## [7.6.0](https://github.com/helsenorge/designsystem/
|
|
1340
|
+
## [7.6.0](https://github.com/helsenorge/designsystem/compare/v7.5.0...v7.6.0) (2024-05-15)
|
|
1330
1341
|
|
|
1331
1342
|
### Features
|
|
1332
1343
|
|
|
@@ -1337,13 +1348,13 @@
|
|
|
1337
1348
|
* skjemaelementer med error styling overlapper utifra dom rekkefølge ([b07b7d6](https://github.com/helsenorge/designsystem/commit/b07b7d69391b3e4296e8a8cde8b8d312f835cb03)), closes [#324846](https://github.com/helsenorge/designsystem/issues/324846)
|
|
1338
1349
|
* **expanderlist:** fiks så variant fill ikke mister margin top ved åpning av expander ([d277c97](https://github.com/helsenorge/designsystem/commit/d277c97660aa8334a44b1183445f55f2037b2263)), closes [#324823](https://github.com/helsenorge/designsystem/issues/324823)
|
|
1339
1350
|
|
|
1340
|
-
## [7.5.0](https://github.com/helsenorge/designsystem/
|
|
1351
|
+
## [7.5.0](https://github.com/helsenorge/designsystem/compare/v7.4.0...v7.5.0) (2024-05-08)
|
|
1341
1352
|
|
|
1342
1353
|
### Features
|
|
1343
1354
|
|
|
1344
1355
|
* **notificationpanel:** compactmode kan nå vise children ([8056e4a](https://github.com/helsenorge/designsystem/commit/8056e4a95ed03caecd05b69bedbb5c16f6ba1f4a)), closes [#324320](https://github.com/helsenorge/designsystem/issues/324320)
|
|
1345
1356
|
|
|
1346
|
-
## [7.4.0](https://github.com/helsenorge/designsystem/
|
|
1357
|
+
## [7.4.0](https://github.com/helsenorge/designsystem/compare/v7.3.1...v7.4.0) (2024-05-07)
|
|
1347
1358
|
|
|
1348
1359
|
### Features
|
|
1349
1360
|
|
|
@@ -1355,27 +1366,27 @@
|
|
|
1355
1366
|
* ikke unødvendig mellomrom i aria-describedby ([0053898](https://github.com/helsenorge/designsystem/commit/0053898bf559a39a401a38194e23550d99bee859)), closes [#324479](https://github.com/helsenorge/designsystem/issues/324479)
|
|
1356
1367
|
* skjemakomponenter har ikke tom aria-describedby ([186db10](https://github.com/helsenorge/designsystem/commit/186db100d5a3303316d9e40196d64fb06136a58c)), closes [#324479](https://github.com/helsenorge/designsystem/issues/324479)
|
|
1357
1368
|
|
|
1358
|
-
## [7.3.1](https://github.com/helsenorge/designsystem/
|
|
1369
|
+
## [7.3.1](https://github.com/helsenorge/designsystem/compare/v7.3.0...v7.3.1) (2024-04-22)
|
|
1359
1370
|
|
|
1360
1371
|
### Bug Fixes
|
|
1361
1372
|
|
|
1362
1373
|
* arrow får egen klasse for å toggle visibility ([52525a4](https://github.com/helsenorge/designsystem/commit/52525a4d45b6b2e97ac553922fa1ec41032cc778)), closes [#323182](https://github.com/helsenorge/designsystem/issues/323182)
|
|
1363
1374
|
* wrapperclassname fikser type ([fe42184](https://github.com/helsenorge/designsystem/commit/fe42184cc3bbffbcdc106def06a1a283f70bb32a))
|
|
1364
1375
|
|
|
1365
|
-
## [7.3.0](https://github.com/helsenorge/designsystem/
|
|
1376
|
+
## [7.3.0](https://github.com/helsenorge/designsystem/compare/v7.2.1...v7.3.0) (2024-04-22)
|
|
1366
1377
|
|
|
1367
1378
|
### Features
|
|
1368
1379
|
|
|
1369
1380
|
* **designsystem:** select får wrapperclassname prop ([61a1a8c](https://github.com/helsenorge/designsystem/commit/61a1a8c4323c2150ee97d21a7325de6c72cc5198)), closes [#323789](https://github.com/helsenorge/designsystem/issues/323789)
|
|
1370
1381
|
|
|
1371
|
-
## [7.2.1](https://github.com/helsenorge/designsystem/
|
|
1382
|
+
## [7.2.1](https://github.com/helsenorge/designsystem/compare/v7.2.0...v7.2.1) (2024-04-19)
|
|
1372
1383
|
|
|
1373
1384
|
### Bug Fixes
|
|
1374
1385
|
|
|
1375
1386
|
* i button med accessibility-character-arrow er pilen skjult for skjermleser ([0a8fd28](https://github.com/helsenorge/designsystem/commit/0a8fd28f16234ff8ca620c5b086d22b080a2cb17)), closes [#273312](https://github.com/helsenorge/designsystem/issues/273312)
|
|
1376
1387
|
* width satt feil på popmenu ([fb4dc2d](https://github.com/helsenorge/designsystem/commit/fb4dc2d7af645e640a44f7800318f2ffcc64f195)), closes [#323102](https://github.com/helsenorge/designsystem/issues/323102)
|
|
1377
1388
|
|
|
1378
|
-
## [7.2.0](https://github.com/helsenorge/designsystem/
|
|
1389
|
+
## [7.2.0](https://github.com/helsenorge/designsystem/compare/v7.1.0...v7.2.0) (2024-04-19)
|
|
1379
1390
|
|
|
1380
1391
|
### Features
|
|
1381
1392
|
|
|
@@ -1387,14 +1398,14 @@
|
|
|
1387
1398
|
* oppdater sjekk for om vi er i superNova ([b20a776](https://github.com/helsenorge/designsystem/commit/b20a776f293953d78ccab6e40d687bab67676a28))
|
|
1388
1399
|
* oppdater sjekk for om vi er i superNova ([167d572](https://github.com/helsenorge/designsystem/commit/167d572261a91fd60a8c432d4d990356a610115f))
|
|
1389
1400
|
|
|
1390
|
-
## [7.1.0](https://github.com/helsenorge/designsystem/
|
|
1401
|
+
## [7.1.0](https://github.com/helsenorge/designsystem/compare/v7.0.0...v7.1.0) (2024-04-17)
|
|
1391
1402
|
|
|
1392
1403
|
### Features
|
|
1393
1404
|
|
|
1394
1405
|
* badge innstramming av tilgjengelige farger ([193ec66](https://github.com/helsenorge/designsystem/commit/193ec6633394354505a60147668800269b51feae)), closes [#308135](https://github.com/helsenorge/designsystem/issues/308135)
|
|
1395
1406
|
* ny default breddehåndtering for Dropdown ([6078613](https://github.com/helsenorge/designsystem/commit/6078613bf8bae571eb582f9778b8c4a494d3339d)), closes [#323389](https://github.com/helsenorge/designsystem/issues/323389)
|
|
1396
1407
|
|
|
1397
|
-
## [7.0.0](https://github.com/helsenorge/designsystem/
|
|
1408
|
+
## [7.0.0](https://github.com/helsenorge/designsystem/compare/v6.6.2...v7.0.0) (2024-04-08)
|
|
1398
1409
|
|
|
1399
1410
|
## 7.0.0-beta.7 (2024-04-05)
|
|
1400
1411
|
|
|
@@ -1432,7 +1443,7 @@
|
|
|
1432
1443
|
|
|
1433
1444
|
* ts5, oppdater alle pakker ([d93bf76](https://github.com/helsenorge/designsystem/commit/d93bf76212b41b47aef279478b2af76705be2713))
|
|
1434
1445
|
|
|
1435
|
-
## [6.6.2](https://github.com/helsenorge/designsystem/
|
|
1446
|
+
## [6.6.2](https://github.com/helsenorge/designsystem/compare/v6.6.1...v6.6.2) (2024-04-03)
|
|
1436
1447
|
|
|
1437
1448
|
### Bug Fixes
|
|
1438
1449
|
|
|
@@ -1440,25 +1451,25 @@
|
|
|
1440
1451
|
* iconwall fungerer igjen ([5538068](https://github.com/helsenorge/designsystem/commit/55380689ee7b806c28dfcc84718bf161e1e89e83)), closes [#322532](https://github.com/helsenorge/designsystem/issues/322532)
|
|
1441
1452
|
* popmenu lukkes automatisk ved klikk på linker i menyen ([e6693bb](https://github.com/helsenorge/designsystem/commit/e6693bb3dc2e47aa56555fad6dbeb812bceb91ea)), closes [#321671](https://github.com/helsenorge/designsystem/issues/321671)
|
|
1442
1453
|
|
|
1443
|
-
## [6.6.1](https://github.com/helsenorge/designsystem/
|
|
1454
|
+
## [6.6.1](https://github.com/helsenorge/designsystem/compare/v6.6.0...v6.6.1) (2024-03-19)
|
|
1444
1455
|
|
|
1445
1456
|
### Bug Fixes
|
|
1446
1457
|
|
|
1447
1458
|
* reactdaypicker styling eksporterer riktig ([45352f0](https://github.com/helsenorge/designsystem/commit/45352f099804e22af77d6ee5c8e903865151ed2d)), closes [#322222](https://github.com/helsenorge/designsystem/issues/322222)
|
|
1448
1459
|
|
|
1449
|
-
## [6.6.0](https://github.com/helsenorge/designsystem/
|
|
1460
|
+
## [6.6.0](https://github.com/helsenorge/designsystem/compare/v6.5.0...v6.6.0) (2024-03-15)
|
|
1450
1461
|
|
|
1451
1462
|
### Features
|
|
1452
1463
|
|
|
1453
1464
|
* zindex med prop lagt til i datepicker dropdown expander og popover ([915fabc](https://github.com/helsenorge/designsystem/commit/915fabcb890fe3d339d874a74701fbadb606dcc9)), closes [#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
1454
1465
|
|
|
1455
|
-
## [6.5.0](https://github.com/helsenorge/designsystem/
|
|
1466
|
+
## [6.5.0](https://github.com/helsenorge/designsystem/compare/v6.4.0...v6.5.0) (2024-03-07)
|
|
1456
1467
|
|
|
1457
1468
|
### Features
|
|
1458
1469
|
|
|
1459
1470
|
* dropdown stotter eksterne refs for children ([10cc1ba](https://github.com/helsenorge/designsystem/commit/10cc1bac51b6e499fd94b3eaa6e0d68e8ab4d605)), closes [#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
1460
1471
|
|
|
1461
|
-
## [6.4.0](https://github.com/helsenorge/designsystem/
|
|
1472
|
+
## [6.4.0](https://github.com/helsenorge/designsystem/compare/v6.3.0...v6.4.0) (2024-02-29)
|
|
1462
1473
|
|
|
1463
1474
|
### Features
|
|
1464
1475
|
|
|
@@ -1469,7 +1480,7 @@
|
|
|
1469
1480
|
|
|
1470
1481
|
* slider value prop oppdaterer og selectedstate ([e510bd7](https://github.com/helsenorge/designsystem/commit/e510bd7a1ef3fe89eaa4cbd6af614291d055cbb8))
|
|
1471
1482
|
|
|
1472
|
-
## [6.3.0](https://github.com/helsenorge/designsystem/
|
|
1483
|
+
## [6.3.0](https://github.com/helsenorge/designsystem/compare/v6.2.0...v6.3.0) (2024-02-22)
|
|
1473
1484
|
|
|
1474
1485
|
### Features
|
|
1475
1486
|
|
|
@@ -1481,46 +1492,46 @@
|
|
|
1481
1492
|
* spacing i promopanel ([60a00bd](https://github.com/helsenorge/designsystem/commit/60a00bdb88d3b35b2e7b1449832674a9bf35ee46))
|
|
1482
1493
|
* tabell endrer responsiv oppførsel når den vises ([0c21208](https://github.com/helsenorge/designsystem/commit/0c212084cfa5161842dbb0339ae85c82e3c42046)), closes [#315245](https://github.com/helsenorge/designsystem/issues/315245)
|
|
1483
1494
|
|
|
1484
|
-
## [6.2.0](https://github.com/helsenorge/designsystem/
|
|
1495
|
+
## [6.2.0](https://github.com/helsenorge/designsystem/compare/v6.1.3...v6.2.0) (2024-02-20)
|
|
1485
1496
|
|
|
1486
1497
|
### Features
|
|
1487
1498
|
|
|
1488
1499
|
* slider selected prop lagt til ([1109d39](https://github.com/helsenorge/designsystem/commit/1109d399778120742c387ff69a389e95bbe2d143)), closes [#319626](https://github.com/helsenorge/designsystem/issues/319626)
|
|
1489
1500
|
|
|
1490
|
-
## [6.1.3](https://github.com/helsenorge/designsystem/
|
|
1501
|
+
## [6.1.3](https://github.com/helsenorge/designsystem/compare/v6.1.2...v6.1.3) (2024-02-14)
|
|
1491
1502
|
|
|
1492
1503
|
### Bug Fixes
|
|
1493
1504
|
|
|
1494
1505
|
* promopanel har ikke lenger lg breakpoint ([2c332e5](https://github.com/helsenorge/designsystem/commit/2c332e5a17aca128d09a293a56daf484a2a26d53)), closes [#319556](https://github.com/helsenorge/designsystem/issues/319556)
|
|
1495
1506
|
|
|
1496
|
-
## [6.1.2](https://github.com/helsenorge/designsystem/
|
|
1507
|
+
## [6.1.2](https://github.com/helsenorge/designsystem/compare/v6.1.1...v6.1.2) (2024-02-12)
|
|
1497
1508
|
|
|
1498
1509
|
### Bug Fixes
|
|
1499
1510
|
|
|
1500
1511
|
* datepicker date-fns gjøres external ([36d749c](https://github.com/helsenorge/designsystem/commit/36d749cfd83f16ac45d8fd8eb0bf5b31d7b02b7d)), closes [#318830](https://github.com/helsenorge/designsystem/issues/318830)
|
|
1501
1512
|
* input, textarea, dropdown og select har dashed border når disabled ([5f5c4ca](https://github.com/helsenorge/designsystem/commit/5f5c4ca5a12d41f0413da4319e24fb8c0e6c7437)), closes [#308128](https://github.com/helsenorge/designsystem/issues/308128)
|
|
1502
1513
|
|
|
1503
|
-
## [6.1.1](https://github.com/helsenorge/designsystem/
|
|
1514
|
+
## [6.1.1](https://github.com/helsenorge/designsystem/compare/v6.1.0...v6.1.1) (2024-02-06)
|
|
1504
1515
|
|
|
1505
1516
|
### Bug Fixes
|
|
1506
1517
|
|
|
1507
1518
|
* datepicker dependencies tatt tilbake ([3a7a1e0](https://github.com/helsenorge/designsystem/commit/3a7a1e0b3f44f4c5456941ad5902000a0985da51)), closes [#318830](https://github.com/helsenorge/designsystem/issues/318830)
|
|
1508
1519
|
|
|
1509
|
-
## [6.1.0](https://github.com/helsenorge/designsystem/
|
|
1520
|
+
## [6.1.0](https://github.com/helsenorge/designsystem/compare/v6.0.1...v6.1.0) (2024-02-06)
|
|
1510
1521
|
|
|
1511
1522
|
### Features
|
|
1512
1523
|
|
|
1513
1524
|
* illustration- og lazyillustration-komponenter ([c2a5662](https://github.com/helsenorge/designsystem/commit/c2a5662bd5c76f55484870d131cef6bc26f1d1b4))
|
|
1514
1525
|
* promopanel støtter illustrasjoner ([ccb2cb7](https://github.com/helsenorge/designsystem/commit/ccb2cb7c35993adb1be0537906216501a6947ec7))
|
|
1515
1526
|
|
|
1516
|
-
## [6.0.1](https://github.com/helsenorge/designsystem/
|
|
1527
|
+
## [6.0.1](https://github.com/helsenorge/designsystem/compare/v6.0.0...v6.0.1) (2024-02-01)
|
|
1517
1528
|
|
|
1518
1529
|
### Bug Fixes
|
|
1519
1530
|
|
|
1520
1531
|
* lazyicon blinker ikke ved hover ([b61887c](https://github.com/helsenorge/designsystem/commit/b61887c40f4f59764a349331290709f9af0ba8c4)), closes [#318240](https://github.com/helsenorge/designsystem/issues/318240)
|
|
1521
1532
|
* rydder opp i datepicker dependencies ([1d871e1](https://github.com/helsenorge/designsystem/commit/1d871e1071e659f2c11754e9719710a8c0a269f7)), closes [#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
1522
1533
|
|
|
1523
|
-
## [6.0.0](https://github.com/helsenorge/designsystem/
|
|
1534
|
+
## [6.0.0](https://github.com/helsenorge/designsystem/compare/v5.13.0...v6.0.0) (2024-01-26)
|
|
1524
1535
|
|
|
1525
1536
|
## 6.0.0-beta.14 (2024-01-24)
|
|
1526
1537
|
|
|
@@ -1603,13 +1614,13 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1603
1614
|
|
|
1604
1615
|
* lazy loading av ikoner ([f688e78](https://github.com/helsenorge/designsystem/commit/f688e78a955bb43a2efa92b72b208c582dbfdd1d)), closes [#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
1605
1616
|
|
|
1606
|
-
## [5.13.0](https://github.com/helsenorge/designsystem/
|
|
1617
|
+
## [5.13.0](https://github.com/helsenorge/designsystem/compare/v5.12.0...v5.13.0) (2024-01-09)
|
|
1607
1618
|
|
|
1608
1619
|
### Features
|
|
1609
1620
|
|
|
1610
1621
|
* tile stotter react children ([161a49a](https://github.com/helsenorge/designsystem/commit/161a49ae1ec4ec165bcf565b870b1f608f8fe90c)), closes [#310764](https://github.com/helsenorge/designsystem/issues/310764)
|
|
1611
1622
|
|
|
1612
|
-
## [5.12.0](https://github.com/helsenorge/designsystem/
|
|
1623
|
+
## [5.12.0](https://github.com/helsenorge/designsystem/compare/v5.11.0...v5.12.0) (2024-01-04)
|
|
1613
1624
|
|
|
1614
1625
|
### Bug Fixes
|
|
1615
1626
|
|
|
@@ -1617,14 +1628,14 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1617
1628
|
* justert fontstørrelse på legend i form ([afd858b](https://github.com/helsenorge/designsystem/commit/afd858b850330bb13d0dca6b11aae50f7e1cd17c)), closes [#316149](https://github.com/helsenorge/designsystem/issues/316149)
|
|
1618
1629
|
* sentrere tekst på notificationpanel ([5188c22](https://github.com/helsenorge/designsystem/commit/5188c22bbdd920479655eab87dd19657b84ed27e)), closes [#311338](https://github.com/helsenorge/designsystem/issues/311338)
|
|
1619
1630
|
|
|
1620
|
-
## [5.11.0](https://github.com/helsenorge/designsystem/
|
|
1631
|
+
## [5.11.0](https://github.com/helsenorge/designsystem/compare/v5.10.0...v5.11.0) (2023-12-18)
|
|
1621
1632
|
|
|
1622
1633
|
### Bug Fixes
|
|
1623
1634
|
|
|
1624
1635
|
* justeringer på button ([927e486](https://github.com/helsenorge/designsystem/commit/927e486876be4cbe2bb6c9b6d022e032439a2a11)), closes [#308138](https://github.com/helsenorge/designsystem/issues/308138)
|
|
1625
1636
|
* oppdatert metadata til ikoner ([3b3510b](https://github.com/helsenorge/designsystem/commit/3b3510bb19da59156adb077e15137eb855cb1722)), closes [#316105](https://github.com/helsenorge/designsystem/issues/316105)
|
|
1626
1637
|
|
|
1627
|
-
## [5.10.0](https://github.com/helsenorge/designsystem/
|
|
1638
|
+
## [5.10.0](https://github.com/helsenorge/designsystem/compare/v5.9.2...v5.10.0) (2023-12-13)
|
|
1628
1639
|
|
|
1629
1640
|
### Features
|
|
1630
1641
|
|
|
@@ -1634,19 +1645,19 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1634
1645
|
|
|
1635
1646
|
* input og textarea har ikke defaultValue som default ([2f0a39d](https://github.com/helsenorge/designsystem/commit/2f0a39da5a85558488fdb14280888ceb1a3f49ec)), closes [#309847](https://github.com/helsenorge/designsystem/issues/309847)
|
|
1636
1647
|
|
|
1637
|
-
## [5.9.2](https://github.com/helsenorge/designsystem/
|
|
1648
|
+
## [5.9.2](https://github.com/helsenorge/designsystem/compare/v5.9.1...v5.9.2) (2023-12-12)
|
|
1638
1649
|
|
|
1639
1650
|
### Bug Fixes
|
|
1640
1651
|
|
|
1641
1652
|
* slider forenklet emojirendring ([9df0d90](https://github.com/helsenorge/designsystem/commit/9df0d90e58c16f0609ce2c0de6c770f10420e7eb)), closes [#313810](https://github.com/helsenorge/designsystem/issues/313810)
|
|
1642
1653
|
|
|
1643
|
-
## [5.9.1](https://github.com/helsenorge/designsystem/
|
|
1654
|
+
## [5.9.1](https://github.com/helsenorge/designsystem/compare/v5.9.0...v5.9.1) (2023-12-11)
|
|
1644
1655
|
|
|
1645
1656
|
### Bug Fixes
|
|
1646
1657
|
|
|
1647
1658
|
* promopanel har position=relative ([360a762](https://github.com/helsenorge/designsystem/commit/360a762ec3ce63cfe870f6cd7300af9fb9b83a5e)), closes [#315387](https://github.com/helsenorge/designsystem/issues/315387)
|
|
1648
1659
|
|
|
1649
|
-
## [5.9.0](https://github.com/helsenorge/designsystem/
|
|
1660
|
+
## [5.9.0](https://github.com/helsenorge/designsystem/compare/v5.8.0...v5.9.0) (2023-12-11)
|
|
1650
1661
|
|
|
1651
1662
|
### Features
|
|
1652
1663
|
|
|
@@ -1657,7 +1668,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1657
1668
|
* label kan og sendes inn til emoji ([6d5d680](https://github.com/helsenorge/designsystem/commit/6d5d680d31b0c797230f3539305659bc073ddb3a)), closes [#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
1658
1669
|
* tabellheader med sortering har ikke underline ([f191991](https://github.com/helsenorge/designsystem/commit/f191991cb9e3f32bda2df281b703833d12dfb5db)), closes [#315407](https://github.com/helsenorge/designsystem/issues/315407)
|
|
1659
1670
|
|
|
1660
|
-
## [5.8.0](https://github.com/helsenorge/designsystem/
|
|
1671
|
+
## [5.8.0](https://github.com/helsenorge/designsystem/compare/v5.7.0...v5.8.0) (2023-12-08)
|
|
1661
1672
|
|
|
1662
1673
|
### Features
|
|
1663
1674
|
|
|
@@ -1668,13 +1679,13 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1668
1679
|
* anchorlink har ikke hardkodet font-size/line-height ([687bac1](https://github.com/helsenorge/designsystem/commit/687bac112e20f8e5c09c5b99623401baf01d5bd4))
|
|
1669
1680
|
* slider aria fix for emoji og step labels ([1ca0c1e](https://github.com/helsenorge/designsystem/commit/1ca0c1e8b979357ec2544248a2c4657ed25509fe)), closes [#313810](https://github.com/helsenorge/designsystem/issues/313810) [#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
1670
1681
|
|
|
1671
|
-
## [5.7.0](https://github.com/helsenorge/designsystem/
|
|
1682
|
+
## [5.7.0](https://github.com/helsenorge/designsystem/compare/v5.6.0...v5.7.0) (2023-12-08)
|
|
1672
1683
|
|
|
1673
1684
|
### Features
|
|
1674
1685
|
|
|
1675
1686
|
* tabell med horizontal scroll støtter aria-atributter ([5f0fb2c](https://github.com/helsenorge/designsystem/commit/5f0fb2cd1c86c7ee6348f3ddd144b823a10fe6be)), closes [#314191](https://github.com/helsenorge/designsystem/issues/314191)
|
|
1676
1687
|
|
|
1677
|
-
## [5.6.0](https://github.com/helsenorge/designsystem/
|
|
1688
|
+
## [5.6.0](https://github.com/helsenorge/designsystem/compare/v5.5.0...v5.6.0) (2023-12-07)
|
|
1678
1689
|
|
|
1679
1690
|
### Features
|
|
1680
1691
|
|
|
@@ -1685,7 +1696,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1685
1696
|
* defaultValue i input og textarea oppdaterer antall tegn ([5799a7d](https://github.com/helsenorge/designsystem/commit/5799a7d0ee39c789f0eb22b9569c962faa595ebb)), closes [#309847](https://github.com/helsenorge/designsystem/issues/309847)
|
|
1686
1697
|
* tom tabell-celle i head er td, ikke th ([548f1bb](https://github.com/helsenorge/designsystem/commit/548f1bb5e28138fda3be750a2e3a00aab7ddba0a)), closes [#313691](https://github.com/helsenorge/designsystem/issues/313691)
|
|
1687
1698
|
|
|
1688
|
-
## [5.5.0](https://github.com/helsenorge/designsystem/
|
|
1699
|
+
## [5.5.0](https://github.com/helsenorge/designsystem/compare/v5.4.1...v5.5.0) (2023-12-05)
|
|
1689
1700
|
|
|
1690
1701
|
### Features
|
|
1691
1702
|
|
|
@@ -1693,19 +1704,19 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1693
1704
|
* opprett ny komponent sharingstatus ([bd8fc70](https://github.com/helsenorge/designsystem/commit/bd8fc70397f2b58825f50f7bb391746faa5c59ee)), closes [#312652](https://github.com/helsenorge/designsystem/issues/312652)
|
|
1694
1705
|
* slider ny funksjonalitet ([2e7a269](https://github.com/helsenorge/designsystem/commit/2e7a269af5422a710224504a418720b40c534840)), closes [#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
1695
1706
|
|
|
1696
|
-
## [5.4.1](https://github.com/helsenorge/designsystem/
|
|
1707
|
+
## [5.4.1](https://github.com/helsenorge/designsystem/compare/v5.4.0...v5.4.1) (2023-11-24)
|
|
1697
1708
|
|
|
1698
1709
|
### Bug Fixes
|
|
1699
1710
|
|
|
1700
1711
|
* endret plassering på statusdot og at statusdot forblir rund ([562726f](https://github.com/helsenorge/designsystem/commit/562726ff8b186753b0f0dd98735b335603a2fcd3)), closes [#311236](https://github.com/helsenorge/designsystem/issues/311236)
|
|
1701
1712
|
|
|
1702
|
-
## [5.4.0](https://github.com/helsenorge/designsystem/
|
|
1713
|
+
## [5.4.0](https://github.com/helsenorge/designsystem/compare/v5.3.0...v5.4.0) (2023-11-21)
|
|
1703
1714
|
|
|
1704
1715
|
### Features
|
|
1705
1716
|
|
|
1706
1717
|
* lagt til nye ikoner ([924fc90](https://github.com/helsenorge/designsystem/commit/924fc903960165211519760412e1de3bb65b85de)), closes [#312799](https://github.com/helsenorge/designsystem/issues/312799)
|
|
1707
1718
|
|
|
1708
|
-
## [5.3.0](https://github.com/helsenorge/designsystem/
|
|
1719
|
+
## [5.3.0](https://github.com/helsenorge/designsystem/compare/v5.2.0...v5.3.0) (2023-11-17)
|
|
1709
1720
|
|
|
1710
1721
|
### Features
|
|
1711
1722
|
|
|
@@ -1715,30 +1726,30 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1715
1726
|
|
|
1716
1727
|
* popmenu knapp stopper event propagation ([baa56a1](https://github.com/helsenorge/designsystem/commit/baa56a1780c027db01989ff0cd9b14fce6faab99)), closes [#313765](https://github.com/helsenorge/designsystem/issues/313765)
|
|
1717
1728
|
|
|
1718
|
-
## [5.2.0](https://github.com/helsenorge/designsystem/
|
|
1729
|
+
## [5.2.0](https://github.com/helsenorge/designsystem/compare/v5.1.4...v5.2.0) (2023-11-02)
|
|
1719
1730
|
|
|
1720
1731
|
### Bug Fixes
|
|
1721
1732
|
|
|
1722
1733
|
* eksporter StepProps ([eb90925](https://github.com/helsenorge/designsystem/commit/eb90925e0eeb25da6bab1bed83765399b9a0c540)), closes [#310680](https://github.com/helsenorge/designsystem/issues/310680)
|
|
1723
1734
|
|
|
1724
|
-
## [5.1.4](https://github.com/helsenorge/designsystem/
|
|
1735
|
+
## [5.1.4](https://github.com/helsenorge/designsystem/compare/v5.1.3...v5.1.4) (2023-11-01)
|
|
1725
1736
|
|
|
1726
1737
|
### Bug Fixes
|
|
1727
1738
|
|
|
1728
1739
|
* input width fikset for mobil ([a3663f3](https://github.com/helsenorge/designsystem/commit/a3663f35126d42d501839ad9257deaf106bfa838)), closes [#312554](https://github.com/helsenorge/designsystem/issues/312554)
|
|
1729
1740
|
|
|
1730
|
-
## [5.1.3](https://github.com/helsenorge/designsystem/
|
|
1741
|
+
## [5.1.3](https://github.com/helsenorge/designsystem/compare/v5.1.2...v5.1.3) (2023-10-31)
|
|
1731
1742
|
|
|
1732
|
-
## [5.1.2](https://github.com/helsenorge/designsystem/
|
|
1743
|
+
## [5.1.2](https://github.com/helsenorge/designsystem/compare/v5.1.1...v5.1.2) (2023-10-31)
|
|
1733
1744
|
|
|
1734
|
-
## [5.1.1](https://github.com/helsenorge/designsystem/
|
|
1745
|
+
## [5.1.1](https://github.com/helsenorge/designsystem/compare/v5.1.0...v5.1.1) (2023-10-30)
|
|
1735
1746
|
|
|
1736
1747
|
### Bug Fixes
|
|
1737
1748
|
|
|
1738
1749
|
* input type number base inkrementering verdi ([6b8113e](https://github.com/helsenorge/designsystem/commit/6b8113ea73653981cfe80f7012508b7ee77279e8)), closes [#312174](https://github.com/helsenorge/designsystem/issues/312174)
|
|
1739
1750
|
* input width fikset ([07a4c52](https://github.com/helsenorge/designsystem/commit/07a4c52cbfa04b1a19cf983227eb28968607baeb)), closes [#312326](https://github.com/helsenorge/designsystem/issues/312326)
|
|
1740
1751
|
|
|
1741
|
-
## [5.1.0](https://github.com/helsenorge/designsystem/
|
|
1752
|
+
## [5.1.0](https://github.com/helsenorge/designsystem/compare/v5.0.0...v5.1.0) (2023-10-26)
|
|
1742
1753
|
|
|
1743
1754
|
### Features
|
|
1744
1755
|
|
|
@@ -1751,7 +1762,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1751
1762
|
* radiobutton bigform checked styling ([1cf5580](https://github.com/helsenorge/designsystem/commit/1cf5580270313614719d92fbb1a01dab5881d742)), closes [#305272](https://github.com/helsenorge/designsystem/issues/305272)
|
|
1752
1763
|
* vite bygg og dependencies ([2e45dcd](https://github.com/helsenorge/designsystem/commit/2e45dcd23494ae77341cff0b02c6517011ca4cbe)), closes [#306637](https://github.com/helsenorge/designsystem/issues/306637)
|
|
1753
1764
|
|
|
1754
|
-
## [5.0.0](https://github.com/helsenorge/designsystem/
|
|
1765
|
+
## [5.0.0](https://github.com/helsenorge/designsystem/compare/v4.4.0...v5.0.0) (2023-09-25)
|
|
1755
1766
|
|
|
1756
1767
|
### ⚠ BREAKING CHANGES
|
|
1757
1768
|
|
|
@@ -1772,7 +1783,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1772
1783
|
* ikke bruk aria-attributter med mindre NotificationPanel har role ([8f1b09b](https://github.com/helsenorge/designsystem/commit/8f1b09b48a4840c8a8ce0efb7abdbed05de62a8e)), closes [#309176](https://github.com/helsenorge/designsystem/issues/309176)
|
|
1773
1784
|
* notificationpanel er ikke region som default ([00103ce](https://github.com/helsenorge/designsystem/commit/00103ce8a237f0222966f3a25f80f2222fbecf37)), closes [#309176](https://github.com/helsenorge/designsystem/issues/309176)
|
|
1774
1785
|
|
|
1775
|
-
## [4.4.0](https://github.com/helsenorge/designsystem/
|
|
1786
|
+
## [4.4.0](https://github.com/helsenorge/designsystem/compare/v4.3.1...v4.4.0) (2023-09-15)
|
|
1776
1787
|
|
|
1777
1788
|
### Features
|
|
1778
1789
|
|
|
@@ -1788,14 +1799,14 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1788
1799
|
* html-valideringsfeil ([df9d87d](https://github.com/helsenorge/designsystem/commit/df9d87d2492108812b17092462d56d87499bda92)), closes [#291948](https://github.com/helsenorge/designsystem/issues/291948)
|
|
1789
1800
|
* table elementer kan rendres etter conditions ([c2742e8](https://github.com/helsenorge/designsystem/commit/c2742e8c8d17dfd69cac2e9b3f8e8979f232b9db)), closes [#308272](https://github.com/helsenorge/designsystem/issues/308272)
|
|
1790
1801
|
|
|
1791
|
-
## [4.3.1](https://github.com/helsenorge/designsystem/
|
|
1802
|
+
## [4.3.1](https://github.com/helsenorge/designsystem/compare/v4.3.0...v4.3.1) (2023-08-28)
|
|
1792
1803
|
|
|
1793
1804
|
### Bug Fixes
|
|
1794
1805
|
|
|
1795
1806
|
* gjorde panel focusable optional og focus border er fjernet ([2fbda76](https://github.com/helsenorge/designsystem/commit/2fbda7641ed3b62ef62029611bce3b669f453a42)), closes [#307802](https://github.com/helsenorge/designsystem/issues/307802)
|
|
1796
1807
|
* windows high contrast mode checkbox og radiobutton er synlige ([54acf09](https://github.com/helsenorge/designsystem/commit/54acf09210b713e4ba996a10f2fe08783e66102c)), closes [#307340](https://github.com/helsenorge/designsystem/issues/307340)
|
|
1797
1808
|
|
|
1798
|
-
## [4.3.0](https://github.com/helsenorge/designsystem/
|
|
1809
|
+
## [4.3.0](https://github.com/helsenorge/designsystem/compare/v4.2.4...v4.3.0) (2023-08-23)
|
|
1799
1810
|
|
|
1800
1811
|
### Features
|
|
1801
1812
|
|
|
@@ -1806,31 +1817,31 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1806
1817
|
|
|
1807
1818
|
* lagt til focusable feature i panel ([050d90f](https://github.com/helsenorge/designsystem/commit/050d90f0796718b58dd0e3965721c0df38a684c5)), closes [#305821](https://github.com/helsenorge/designsystem/issues/305821)
|
|
1808
1819
|
|
|
1809
|
-
## [4.2.4](https://github.com/helsenorge/designsystem/
|
|
1820
|
+
## [4.2.4](https://github.com/helsenorge/designsystem/compare/v4.2.3...v4.2.4) (2023-08-03)
|
|
1810
1821
|
|
|
1811
1822
|
### Bug Fixes
|
|
1812
1823
|
|
|
1813
1824
|
* table med block-visning inne i table med block-visning har synlige kolonneoverskrifter ([7efd8c2](https://github.com/helsenorge/designsystem/commit/7efd8c2d409ac017d3834e812b6cd4b33e523430)), closes [#301989](https://github.com/helsenorge/designsystem/issues/301989)
|
|
1814
1825
|
|
|
1815
|
-
## [4.2.3](https://github.com/helsenorge/designsystem/
|
|
1826
|
+
## [4.2.3](https://github.com/helsenorge/designsystem/compare/v4.2.2...v4.2.3) (2023-08-03)
|
|
1816
1827
|
|
|
1817
1828
|
### Bug Fixes
|
|
1818
1829
|
|
|
1819
1830
|
* labelclassname kan naa brukes av vertikaler ([8bdecee](https://github.com/helsenorge/designsystem/commit/8bdeceedb29c6e75a20ffae10ae7dbe1a10b48c8)), closes [#306322](https://github.com/helsenorge/designsystem/issues/306322)
|
|
1820
1831
|
|
|
1821
|
-
## [4.2.2](https://github.com/helsenorge/designsystem/
|
|
1832
|
+
## [4.2.2](https://github.com/helsenorge/designsystem/compare/v4.2.1...v4.2.2) (2023-06-28)
|
|
1822
1833
|
|
|
1823
1834
|
### Bug Fixes
|
|
1824
1835
|
|
|
1825
1836
|
* checkbox og radiobutton sine refs merges riktig ([7fe16a6](https://github.com/helsenorge/designsystem/commit/7fe16a632e9a5f905474cdaa62316d2acb350ebe)), closes [#304617](https://github.com/helsenorge/designsystem/issues/304617) [#305272](https://github.com/helsenorge/designsystem/issues/305272)
|
|
1826
1837
|
|
|
1827
|
-
## [4.2.1](https://github.com/helsenorge/designsystem/
|
|
1838
|
+
## [4.2.1](https://github.com/helsenorge/designsystem/compare/v4.2.0...v4.2.1) (2023-06-26)
|
|
1828
1839
|
|
|
1829
1840
|
### Bug Fixes
|
|
1830
1841
|
|
|
1831
1842
|
* skjul ekstra ekspander i block-visning av table på mobil ([550bd65](https://github.com/helsenorge/designsystem/commit/550bd65ca2264900a2a4939a033a48f59aa8df8e)), closes [#305303](https://github.com/helsenorge/designsystem/issues/305303)
|
|
1832
1843
|
|
|
1833
|
-
## [4.2.0](https://github.com/helsenorge/designsystem/
|
|
1844
|
+
## [4.2.0](https://github.com/helsenorge/designsystem/compare/v4.1.1...v4.2.0) (2023-06-22)
|
|
1834
1845
|
|
|
1835
1846
|
### Features
|
|
1836
1847
|
|
|
@@ -1840,7 +1851,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1840
1851
|
|
|
1841
1852
|
* tabell som har plass i bredden blir ikke plassert til venstre unødvendig ([ffbacbb](https://github.com/helsenorge/designsystem/commit/ffbacbb5ba58fceb5b2a47ef7a5148172bdd49e4))
|
|
1842
1853
|
|
|
1843
|
-
## [4.1.1](https://github.com/helsenorge/designsystem/
|
|
1854
|
+
## [4.1.1](https://github.com/helsenorge/designsystem/compare/v4.1.0...v4.1.1) (2023-06-21)
|
|
1844
1855
|
|
|
1845
1856
|
### Bug Fixes
|
|
1846
1857
|
|
|
@@ -1849,11 +1860,11 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1849
1860
|
* **slider:** correct outline size on focus, fix clipping in fx ([38701a8](https://github.com/helsenorge/designsystem/commit/38701a82ac78d79fa3fcb1c805bdd98f92ac5007))
|
|
1850
1861
|
* **slider:** correct outline size on focus, fix clipping in fx ([0d6d190](https://github.com/helsenorge/designsystem/commit/0d6d19096970707eeeb82e96a4b4a3f1607db33d))
|
|
1851
1862
|
|
|
1852
|
-
## [4.1.0](https://github.com/helsenorge/designsystem/
|
|
1863
|
+
## [4.1.0](https://github.com/helsenorge/designsystem/compare/v4.0.1...v4.1.0) (2023-06-05)
|
|
1853
1864
|
|
|
1854
|
-
## [4.0.1](https://github.com/helsenorge/designsystem/
|
|
1865
|
+
## [4.0.1](https://github.com/helsenorge/designsystem/compare/v4.0.0...v4.0.1) (2023-05-30)
|
|
1855
1866
|
|
|
1856
|
-
## [4.0.0](https://github.com/helsenorge/designsystem/
|
|
1867
|
+
## [4.0.0](https://github.com/helsenorge/designsystem/compare/v3.2.1...v4.0.0) (2023-05-23)
|
|
1857
1868
|
|
|
1858
1869
|
### Features
|
|
1859
1870
|
|
|
@@ -1864,19 +1875,19 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1864
1875
|
|
|
1865
1876
|
* ny hoverfarge ([c0583ab](https://github.com/helsenorge/designsystem/commit/c0583abf4e9f6d5168b7bb77841c3261de524603)), closes [#300613](https://github.com/helsenorge/designsystem/issues/300613)
|
|
1866
1877
|
|
|
1867
|
-
## [3.2.1](https://github.com/helsenorge/designsystem/
|
|
1878
|
+
## [3.2.1](https://github.com/helsenorge/designsystem/compare/v3.2.0...v3.2.1) (2023-05-15)
|
|
1868
1879
|
|
|
1869
1880
|
### Features
|
|
1870
1881
|
|
|
1871
1882
|
* nye ikoner ([9694a00](https://github.com/helsenorge/designsystem/commit/9694a0061f412d16241f8be9e051805711ec2cee)), closes [#301797](https://github.com/helsenorge/designsystem/issues/301797)
|
|
1872
1883
|
|
|
1873
|
-
## [3.2.0](https://github.com/helsenorge/designsystem/
|
|
1884
|
+
## [3.2.0](https://github.com/helsenorge/designsystem/compare/v3.1.6...v3.2.0) (2023-05-09)
|
|
1874
1885
|
|
|
1875
1886
|
### Features
|
|
1876
1887
|
|
|
1877
1888
|
* nytt komponent label ([ab2ea36](https://github.com/helsenorge/designsystem/commit/ab2ea3668231e5b37793fef3ce527444844d6d4e)), closes [#274702](https://github.com/helsenorge/designsystem/issues/274702)
|
|
1878
1889
|
|
|
1879
|
-
## [3.1.6](https://github.com/helsenorge/designsystem/
|
|
1890
|
+
## [3.1.6](https://github.com/helsenorge/designsystem/compare/v3.1.5...v3.1.6) (2023-05-05)
|
|
1880
1891
|
|
|
1881
1892
|
### Features
|
|
1882
1893
|
|
|
@@ -1887,19 +1898,19 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1887
1898
|
* chrome hover-background ([762ae92](https://github.com/helsenorge/designsystem/commit/762ae9233312da790c5581a7e1ad3fd8b705a4d4)), closes [#301543](https://github.com/helsenorge/designsystem/issues/301543)
|
|
1888
1899
|
* style av checkbox ([d9bffd9](https://github.com/helsenorge/designsystem/commit/d9bffd96ed5f5a09c564047afab167f636979282)), closes [#289913](https://github.com/helsenorge/designsystem/issues/289913)
|
|
1889
1900
|
|
|
1890
|
-
## [3.1.5](https://github.com/helsenorge/designsystem/
|
|
1901
|
+
## [3.1.5](https://github.com/helsenorge/designsystem/compare/v3.1.4...v3.1.5) (2023-04-13)
|
|
1891
1902
|
|
|
1892
1903
|
### Bug Fixes
|
|
1893
1904
|
|
|
1894
1905
|
* popmenu og helpbubble i centeredoverflow-tabell plasseres riktig ([1adbd97](https://github.com/helsenorge/designsystem/commit/1adbd97598a1c93fffa421892ca99c1852b91bef)), closes [#300128](https://github.com/helsenorge/designsystem/issues/300128)
|
|
1895
1906
|
|
|
1896
|
-
## [3.1.4](https://github.com/helsenorge/designsystem/
|
|
1907
|
+
## [3.1.4](https://github.com/helsenorge/designsystem/compare/v3.1.3...v3.1.4) (2023-04-12)
|
|
1897
1908
|
|
|
1898
1909
|
### Bug Fixes
|
|
1899
1910
|
|
|
1900
1911
|
* unngå at tabellen hopper mellom ulike visninger på små skjermer ([5531200](https://github.com/helsenorge/designsystem/commit/553120095afa9185dce3e2fea6c770f4654eefbf)), closes [#300068](https://github.com/helsenorge/designsystem/issues/300068)
|
|
1901
1912
|
|
|
1902
|
-
## [3.1.3](https://github.com/helsenorge/designsystem/
|
|
1913
|
+
## [3.1.3](https://github.com/helsenorge/designsystem/compare/v3.1.2...v3.1.3) (2023-04-11)
|
|
1903
1914
|
|
|
1904
1915
|
### Bug Fixes
|
|
1905
1916
|
|
|
@@ -1908,21 +1919,21 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1908
1919
|
* panel med content a, b og datetime har riktig plassering av datetime på stor skjerm ([74adbca](https://github.com/helsenorge/designsystem/commit/74adbca810aa08cacc76c7e01fb6164d941f917a)), closes [#297532](https://github.com/helsenorge/designsystem/issues/297532)
|
|
1909
1920
|
* statusdot transparent har bedre kontrast mot bakgrunn ([2015054](https://github.com/helsenorge/designsystem/commit/20150540118e1d4d67a3847b1a3c182ebfb77ef1)), closes [#298938](https://github.com/helsenorge/designsystem/issues/298938)
|
|
1910
1921
|
|
|
1911
|
-
## [3.1.2](https://github.com/helsenorge/designsystem/
|
|
1922
|
+
## [3.1.2](https://github.com/helsenorge/designsystem/compare/v3.1.1...v3.1.2) (2023-03-31)
|
|
1912
1923
|
|
|
1913
1924
|
### Bug Fixes
|
|
1914
1925
|
|
|
1915
1926
|
* styling av service message ([4fd8e7d](https://github.com/helsenorge/designsystem/commit/4fd8e7dc23a7a6a469befda007cc846ed91640e2)), closes [#292736](https://github.com/helsenorge/designsystem/issues/292736)
|
|
1916
1927
|
|
|
1917
|
-
## [3.1.1](https://github.com/helsenorge/designsystem/
|
|
1928
|
+
## [3.1.1](https://github.com/helsenorge/designsystem/compare/v3.1.0...v3.1.1) (2023-03-30)
|
|
1918
1929
|
|
|
1919
1930
|
### Features
|
|
1920
1931
|
|
|
1921
1932
|
* service message ([fdbb1a6](https://github.com/helsenorge/designsystem/commit/fdbb1a6557c092eabc1c18ff2f7fb4515bf1b016)), closes [#292736](https://github.com/helsenorge/designsystem/issues/292736)
|
|
1922
1933
|
|
|
1923
|
-
## [3.1.0](https://github.com/helsenorge/designsystem/
|
|
1934
|
+
## [3.1.0](https://github.com/helsenorge/designsystem/compare/v3.0.2...v3.1.0) (2023-03-29)
|
|
1924
1935
|
|
|
1925
|
-
## [3.0.2](https://github.com/helsenorge/designsystem/
|
|
1936
|
+
## [3.0.2](https://github.com/helsenorge/designsystem/compare/v3.0.1...v3.0.2) (2023-03-29)
|
|
1926
1937
|
|
|
1927
1938
|
### Features
|
|
1928
1939
|
|
|
@@ -1933,7 +1944,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1933
1944
|
* expanderlist viser title når title er React-komponent ([c9c8b19](https://github.com/helsenorge/designsystem/commit/c9c8b19075ea51f761ba97c9fc80f7d286c0061d)), closes [#299335](https://github.com/helsenorge/designsystem/issues/299335)
|
|
1934
1945
|
* popmenu plasserer pil riktig sted ([ce90830](https://github.com/helsenorge/designsystem/commit/ce90830eac8efd755a9d5c88348f1ebb8f2e04a9)), closes [#298403](https://github.com/helsenorge/designsystem/issues/298403)
|
|
1935
1946
|
|
|
1936
|
-
## [3.0.1](https://github.com/helsenorge/designsystem/
|
|
1947
|
+
## [3.0.1](https://github.com/helsenorge/designsystem/compare/v3.0.0...v3.0.1) (2023-03-23)
|
|
1937
1948
|
|
|
1938
1949
|
### Bug Fixes
|
|
1939
1950
|
|
|
@@ -1941,7 +1952,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1941
1952
|
* table med horizontalscroll har begrenset bredde ([94e7166](https://github.com/helsenorge/designsystem/commit/94e716624cdd2a2f9a0a3b875b3c67a06442cb8b)), closes [#298409](https://github.com/helsenorge/designsystem/issues/298409)
|
|
1942
1953
|
* tooltip er en del av dom ([aedea69](https://github.com/helsenorge/designsystem/commit/aedea69524558a38a0d45536aa4c625971fb9f76)), closes [#298402](https://github.com/helsenorge/designsystem/issues/298402) [#298403](https://github.com/helsenorge/designsystem/issues/298403)
|
|
1943
1954
|
|
|
1944
|
-
## [3.0.0](https://github.com/helsenorge/designsystem/
|
|
1955
|
+
## [3.0.0](https://github.com/helsenorge/designsystem/compare/v2.17.0...v3.0.0) (2023-03-13)
|
|
1945
1956
|
|
|
1946
1957
|
### Features
|
|
1947
1958
|
|
|
@@ -1980,7 +1991,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1980
1991
|
* fjern deprecated options i Table ([49fbced](https://github.com/helsenorge/designsystem/commit/49fbcedca0b8c93c314b6a1e86ed8558918777db))
|
|
1981
1992
|
* notificationpanel bruker ikke dangerouslySetInnerHTML ([75c8fc3](https://github.com/helsenorge/designsystem/commit/75c8fc3f636f299ad1bde80ce0b66bedd50b655e)), closes [#294226](https://github.com/helsenorge/designsystem/issues/294226)
|
|
1982
1993
|
|
|
1983
|
-
## [2.17.0](https://github.com/helsenorge/designsystem/
|
|
1994
|
+
## [2.17.0](https://github.com/helsenorge/designsystem/compare/v2.16.1...v2.17.0) (2023-02-23)
|
|
1984
1995
|
|
|
1985
1996
|
### Features
|
|
1986
1997
|
|
|
@@ -1992,13 +2003,13 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1992
2003
|
|
|
1993
2004
|
* Panel vises riktig på mobilvisning ([82790a2](https://github.com/helsenorge/designsystem/commit/82790a2365ba09f9c4e1fe4d9d624cdab62eef76)), closes [#296298](https://github.com/helsenorge/designsystem/issues/296298)
|
|
1994
2005
|
|
|
1995
|
-
## [2.16.1](https://github.com/helsenorge/designsystem/
|
|
2006
|
+
## [2.16.1](https://github.com/helsenorge/designsystem/compare/v2.16.0...v2.16.1) (2023-02-16)
|
|
1996
2007
|
|
|
1997
2008
|
### Bug Fixes
|
|
1998
2009
|
|
|
1999
2010
|
* duolist non-formatted linjeskift fiks ([1f3f45f](https://github.com/helsenorge/designsystem/commit/1f3f45f194d18207a3a6f8a8ef73b95c9a7ca1bf)), closes [#296356](https://github.com/helsenorge/designsystem/issues/296356)
|
|
2000
2011
|
|
|
2001
|
-
## [2.16.0](https://github.com/helsenorge/designsystem/
|
|
2012
|
+
## [2.16.0](https://github.com/helsenorge/designsystem/compare/v2.15.0...v2.16.0) (2023-02-15)
|
|
2002
2013
|
|
|
2003
2014
|
### Features
|
|
2004
2015
|
|
|
@@ -2011,7 +2022,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2011
2022
|
* panelactionbtn er plassert i lik linje med datetime ([7b1fc4d](https://github.com/helsenorge/designsystem/commit/7b1fc4d33ccc430dad760e7e0f3f2f051932c2d5)), closes [#292669](https://github.com/helsenorge/designsystem/issues/292669)
|
|
2012
2023
|
* styling specificity ([cb35c03](https://github.com/helsenorge/designsystem/commit/cb35c03e173b2ae6896844f2f1f370eca6659688)), closes [#292556](https://github.com/helsenorge/designsystem/issues/292556)
|
|
2013
2024
|
|
|
2014
|
-
## [2.15.0](https://github.com/helsenorge/designsystem/
|
|
2025
|
+
## [2.15.0](https://github.com/helsenorge/designsystem/compare/v2.14.0...v2.15.0) (2023-02-09)
|
|
2015
2026
|
|
|
2016
2027
|
### Features
|
|
2017
2028
|
|
|
@@ -2030,7 +2041,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2030
2041
|
* login icon fill-rule fikset ([62dcd0f](https://github.com/helsenorge/designsystem/commit/62dcd0fc158d3699f51446c3304907a6ca4aa976))
|
|
2031
2042
|
* oppdatert geometri i ikonene til arrowleft og arrowright ([20ab9c5](https://github.com/helsenorge/designsystem/commit/20ab9c5cc60e11860dd2c046be6e2cdbf20060fb)), closes [#293341](https://github.com/helsenorge/designsystem/issues/293341)
|
|
2032
2043
|
|
|
2033
|
-
## [2.14.0](https://github.com/helsenorge/designsystem/
|
|
2044
|
+
## [2.14.0](https://github.com/helsenorge/designsystem/compare/v2.13.0...v2.14.0) (2023-02-01)
|
|
2034
2045
|
|
|
2035
2046
|
### Features
|
|
2036
2047
|
|
|
@@ -2040,7 +2051,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2040
2051
|
|
|
2041
2052
|
* panel inline title blir inline med contentA ([3345db0](https://github.com/helsenorge/designsystem/commit/3345db0457a512c0edd28d25339cdaf4955ca54b)), closes [#294847](https://github.com/helsenorge/designsystem/issues/294847)
|
|
2042
2053
|
|
|
2043
|
-
## [2.13.0](https://github.com/helsenorge/designsystem/
|
|
2054
|
+
## [2.13.0](https://github.com/helsenorge/designsystem/compare/v2.12.0...v2.13.0) (2023-01-26)
|
|
2044
2055
|
|
|
2045
2056
|
### Features
|
|
2046
2057
|
|
|
@@ -2052,7 +2063,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2052
2063
|
|
|
2053
2064
|
* panel spacing desktop fikset ([074afe7](https://github.com/helsenorge/designsystem/commit/074afe7dc54f71eb068b51eaed20277b8c51f6ec)), closes [#292769](https://github.com/helsenorge/designsystem/issues/292769)
|
|
2054
2065
|
|
|
2055
|
-
## [2.12.0](https://github.com/helsenorge/designsystem/
|
|
2066
|
+
## [2.12.0](https://github.com/helsenorge/designsystem/compare/v2.11.3...v2.12.0) (2023-01-23)
|
|
2056
2067
|
|
|
2057
2068
|
### Features
|
|
2058
2069
|
|
|
@@ -2068,20 +2079,20 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2068
2079
|
* useOutsideEvent fungerer i web components ([ffe9b7f](https://github.com/helsenorge/designsystem/commit/ffe9b7ffc67e04f6b8d7232b0a6829a380d112d6)), closes [#293729](https://github.com/helsenorge/designsystem/issues/293729)
|
|
2069
2080
|
* vis slider på utskrift ([aa60206](https://github.com/helsenorge/designsystem/commit/aa60206364af351c33045f22d5a9379276e814bf)), closes [#281560](https://github.com/helsenorge/designsystem/issues/281560)
|
|
2070
2081
|
|
|
2071
|
-
## [2.11.3](https://github.com/helsenorge/designsystem/
|
|
2082
|
+
## [2.11.3](https://github.com/helsenorge/designsystem/compare/v2.11.2...v2.11.3) (2023-01-17)
|
|
2072
2083
|
|
|
2073
2084
|
### Features
|
|
2074
2085
|
|
|
2075
2086
|
* legger til header sematikk på expanderlist ([2918461](https://github.com/helsenorge/designsystem/commit/29184614d218b50461c79e41d609d0c4917fd873)), closes [#291046](https://github.com/helsenorge/designsystem/issues/291046)
|
|
2076
2087
|
|
|
2077
|
-
## [2.11.2](https://github.com/helsenorge/designsystem/
|
|
2088
|
+
## [2.11.2](https://github.com/helsenorge/designsystem/compare/v2.11.1...v2.11.2) (2023-01-12)
|
|
2078
2089
|
|
|
2079
2090
|
### Bug Fixes
|
|
2080
2091
|
|
|
2081
2092
|
* endrer kontrastfarge ([7aae4c3](https://github.com/helsenorge/designsystem/commit/7aae4c3239afe9187d7515ca2d8bd9e5f9808425)), closes [#290655](https://github.com/helsenorge/designsystem/issues/290655)
|
|
2082
2093
|
* listheader mapping tar hensyn til undefined recursive children ([429e51b](https://github.com/helsenorge/designsystem/commit/429e51bf7eebbafeef19ca5d76c72957ab9ab402)), closes [#293178](https://github.com/helsenorge/designsystem/issues/293178)
|
|
2083
2094
|
|
|
2084
|
-
## [2.11.1](https://github.com/helsenorge/designsystem/
|
|
2095
|
+
## [2.11.1](https://github.com/helsenorge/designsystem/compare/v2.10.1...v2.11.1) (2023-01-06)
|
|
2085
2096
|
|
|
2086
2097
|
### Features
|
|
2087
2098
|
|
|
@@ -2092,13 +2103,13 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2092
2103
|
|
|
2093
2104
|
* endrer farge på tekst. Gir bedre kontrast ([e29be2b](https://github.com/helsenorge/designsystem/commit/e29be2b7dc784ea57daabb20d7ce08c8a017708e)), closes [#290655](https://github.com/helsenorge/designsystem/issues/290655)
|
|
2094
2105
|
|
|
2095
|
-
## [2.10.1](https://github.com/helsenorge/designsystem/
|
|
2106
|
+
## [2.10.1](https://github.com/helsenorge/designsystem/compare/v2.10.0...v2.10.1) (2023-01-03)
|
|
2096
2107
|
|
|
2097
2108
|
### Bug Fixes
|
|
2098
2109
|
|
|
2099
2110
|
* listheader mapping fikset ved null child ([e62f9f8](https://github.com/helsenorge/designsystem/commit/e62f9f8cdb9af731434f79a56efadb6207e06588))
|
|
2100
2111
|
|
|
2101
|
-
## [2.10.0](https://github.com/helsenorge/designsystem/
|
|
2112
|
+
## [2.10.0](https://github.com/helsenorge/designsystem/compare/v2.9.3...v2.10.0) (2023-01-03)
|
|
2102
2113
|
|
|
2103
2114
|
### Features
|
|
2104
2115
|
|
|
@@ -2108,55 +2119,55 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2108
2119
|
|
|
2109
2120
|
* oneliner får ikke unødvendig spacing ([4f1ac33](https://github.com/helsenorge/designsystem/commit/4f1ac33b8405c89f625939454e2600cf9eb2e0a3))
|
|
2110
2121
|
|
|
2111
|
-
## [2.9.3](https://github.com/helsenorge/designsystem/
|
|
2122
|
+
## [2.9.3](https://github.com/helsenorge/designsystem/compare/v2.9.2...v2.9.3) (2022-12-13)
|
|
2112
2123
|
|
|
2113
2124
|
### Features
|
|
2114
2125
|
|
|
2115
2126
|
* eksporterer NotificationPanel props ([f052b76](https://github.com/helsenorge/designsystem/commit/f052b765807809a98a88e2d536b87cf388d15e56)), closes [#288630](https://github.com/helsenorge/designsystem/issues/288630)
|
|
2116
2127
|
|
|
2117
|
-
## [2.9.2](https://github.com/helsenorge/designsystem/
|
|
2128
|
+
## [2.9.2](https://github.com/helsenorge/designsystem/compare/v2.9.1...v2.9.2) (2022-12-09)
|
|
2118
2129
|
|
|
2119
2130
|
### Bug Fixes
|
|
2120
2131
|
|
|
2121
2132
|
* personcancel og travelroute ikon farge fiks ([6423c92](https://github.com/helsenorge/designsystem/commit/6423c921af461a556502adcb74a91ec0acf98bcf))
|
|
2122
2133
|
|
|
2123
|
-
## [2.9.1](https://github.com/helsenorge/designsystem/
|
|
2134
|
+
## [2.9.1](https://github.com/helsenorge/designsystem/compare/v2.9.0...v2.9.1) (2022-12-07)
|
|
2124
2135
|
|
|
2125
2136
|
### Bug Fixes
|
|
2126
2137
|
|
|
2127
2138
|
* personcancel ikon fiks ([0bb783c](https://github.com/helsenorge/designsystem/commit/0bb783cfb466212a2e9fb362909533b62a45d81d)), closes [#290817](https://github.com/helsenorge/designsystem/issues/290817)
|
|
2128
2139
|
|
|
2129
|
-
## [2.9.0](https://github.com/helsenorge/designsystem/
|
|
2140
|
+
## [2.9.0](https://github.com/helsenorge/designsystem/compare/v2.8.0...v2.9.0) (2022-12-06)
|
|
2130
2141
|
|
|
2131
2142
|
### Features
|
|
2132
2143
|
|
|
2133
2144
|
* nye ikoner helsekontakter og pasientreiser ([a74689b](https://github.com/helsenorge/designsystem/commit/a74689b3a838bd9ca19e7345006f54d38a048d1e)), closes [#290817](https://github.com/helsenorge/designsystem/issues/290817)
|
|
2134
2145
|
|
|
2135
|
-
## [2.8.0](https://github.com/helsenorge/designsystem/
|
|
2146
|
+
## [2.8.0](https://github.com/helsenorge/designsystem/compare/v2.7.0...v2.8.0) (2022-12-01)
|
|
2136
2147
|
|
|
2137
2148
|
### Features
|
|
2138
2149
|
|
|
2139
2150
|
* notificationpanel kan ha role="alert" ([3912130](https://github.com/helsenorge/designsystem/commit/39121300e3d70414433c4b64911a830bbc01cb52)), closes [#290688](https://github.com/helsenorge/designsystem/issues/290688)
|
|
2140
2151
|
|
|
2141
|
-
## [2.7.0](https://github.com/helsenorge/designsystem/
|
|
2152
|
+
## [2.7.0](https://github.com/helsenorge/designsystem/compare/v2.6.2...v2.7.0) (2022-11-30)
|
|
2142
2153
|
|
|
2143
2154
|
### Features
|
|
2144
2155
|
|
|
2145
2156
|
* oppdatert med støtte for datetime i input felt ([d01eab1](https://github.com/helsenorge/designsystem/commit/d01eab1e976887bb7b22d27108bbc47e06e04316)), closes [#288759](https://github.com/helsenorge/designsystem/issues/288759)
|
|
2146
2157
|
|
|
2147
|
-
## [2.6.2](https://github.com/helsenorge/designsystem/
|
|
2158
|
+
## [2.6.2](https://github.com/helsenorge/designsystem/compare/v2.6.1...v2.6.2) (2022-11-17)
|
|
2148
2159
|
|
|
2149
2160
|
### Bug Fixes
|
|
2150
2161
|
|
|
2151
2162
|
* modal setter fokus til seg selv kun én gang når den først vises ([a293206](https://github.com/helsenorge/designsystem/commit/a293206cbd23a4524054198239eb00f2ee454a39)), closes [#289818](https://github.com/helsenorge/designsystem/issues/289818)
|
|
2152
2163
|
|
|
2153
|
-
## [2.6.1](https://github.com/helsenorge/designsystem/
|
|
2164
|
+
## [2.6.1](https://github.com/helsenorge/designsystem/compare/v2.6.0...v2.6.1) (2022-11-17)
|
|
2154
2165
|
|
|
2155
2166
|
### Bug Fixes
|
|
2156
2167
|
|
|
2157
2168
|
* resizeobserver logger ikke feil om loop limit exceeded ([afece3a](https://github.com/helsenorge/designsystem/commit/afece3a3f40763f6520e09c2398b5928eaf9fa82)), closes [#288871](https://github.com/helsenorge/designsystem/issues/288871)
|
|
2158
2169
|
|
|
2159
|
-
## [2.6.0](https://github.com/helsenorge/designsystem/
|
|
2170
|
+
## [2.6.0](https://github.com/helsenorge/designsystem/compare/v2.5.0...v2.6.0) (2022-11-15)
|
|
2160
2171
|
|
|
2161
2172
|
### Features
|
|
2162
2173
|
|
|
@@ -2167,7 +2178,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2167
2178
|
|
|
2168
2179
|
* useSize trigges ved endring i ref igjen ([c374772](https://github.com/helsenorge/designsystem/commit/c374772117d019d77ad725add65f20f869a876b9)), closes [#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
2169
2180
|
|
|
2170
|
-
## [2.5.0](https://github.com/helsenorge/designsystem/
|
|
2181
|
+
## [2.5.0](https://github.com/helsenorge/designsystem/compare/v2.4.0...v2.5.0) (2022-11-13)
|
|
2171
2182
|
|
|
2172
2183
|
### Features
|
|
2173
2184
|
|
|
@@ -2179,7 +2190,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2179
2190
|
* oppdater posisjon i helpbubble med én gang den vises ([ad297fe](https://github.com/helsenorge/designsystem/commit/ad297feeac1e0aa457121c4b6b369c1d57b53087)), closes [#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
2180
2191
|
* uu-forbedringer i tooltip og helpbubble ([be42f12](https://github.com/helsenorge/designsystem/commit/be42f12169779530f92d75dc7d64a06c41b38866)), closes [#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
2181
2192
|
|
|
2182
|
-
## [2.4.0](https://github.com/helsenorge/designsystem/
|
|
2193
|
+
## [2.4.0](https://github.com/helsenorge/designsystem/compare/v2.3.0...v2.4.0) (2022-11-05)
|
|
2183
2194
|
|
|
2184
2195
|
### Features
|
|
2185
2196
|
|
|
@@ -2190,19 +2201,19 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2190
2201
|
* hjelpeboble plasseres riktig i scrollbar tabell ([6b96b04](https://github.com/helsenorge/designsystem/commit/6b96b046782494e2b2586cb158874e46602c5249)), closes [#288142](https://github.com/helsenorge/designsystem/issues/288142)
|
|
2191
2202
|
* modal setter fokus automatisk til første fokuserbare element ([88bb15c](https://github.com/helsenorge/designsystem/commit/88bb15cd9de0fb0f2a78db7a4621da1e16f31374)), closes [#286778](https://github.com/helsenorge/designsystem/issues/286778)
|
|
2192
2203
|
|
|
2193
|
-
## [2.3.0](https://github.com/helsenorge/designsystem/
|
|
2204
|
+
## [2.3.0](https://github.com/helsenorge/designsystem/compare/v2.2.1...v2.3.0) (2022-10-31)
|
|
2194
2205
|
|
|
2195
2206
|
### Features
|
|
2196
2207
|
|
|
2197
2208
|
* ny hook useFocusableElement ([3294609](https://github.com/helsenorge/designsystem/commit/32946099ab996597d1a1696a8f8d3d983da9c97e)), closes [#286778](https://github.com/helsenorge/designsystem/issues/286778)
|
|
2198
2209
|
|
|
2199
|
-
## [2.2.1](https://github.com/helsenorge/designsystem/
|
|
2210
|
+
## [2.2.1](https://github.com/helsenorge/designsystem/compare/v2.2.0...v2.2.1) (2022-10-25)
|
|
2200
2211
|
|
|
2201
2212
|
### Features
|
|
2202
2213
|
|
|
2203
2214
|
* nytt ikon og fiks på confluence script ([0d6d9ea](https://github.com/helsenorge/designsystem/commit/0d6d9ea492b22ee70c2edbb32440f39739a6ce6d)), closes [#287052](https://github.com/helsenorge/designsystem/issues/287052)
|
|
2204
2215
|
|
|
2205
|
-
## [2.2.0](https://github.com/helsenorge/designsystem/
|
|
2216
|
+
## [2.2.0](https://github.com/helsenorge/designsystem/compare/v2.1.0...v2.2.0) (2022-10-25)
|
|
2206
2217
|
|
|
2207
2218
|
### Features
|
|
2208
2219
|
|
|
@@ -2214,7 +2225,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2214
2225
|
* nummerert visning har minimum 40px bredde ([5422e28](https://github.com/helsenorge/designsystem/commit/5422e28ef4aac66b3a32fd02c3ea14fcf899937b))
|
|
2215
2226
|
* progressbar uten alle prikker har to prikker (venstre og høyre) ([cf6d20f](https://github.com/helsenorge/designsystem/commit/cf6d20fec7916831dea260eab98d578665fe6a85))
|
|
2216
2227
|
|
|
2217
|
-
## [2.1.0](https://github.com/helsenorge/designsystem/
|
|
2228
|
+
## [2.1.0](https://github.com/helsenorge/designsystem/compare/v2.0.0...v2.1.0) (2022-10-20)
|
|
2218
2229
|
|
|
2219
2230
|
### Features
|
|
2220
2231
|
|
|
@@ -2227,7 +2238,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2227
2238
|
* setter background-clip på th i table ([3279386](https://github.com/helsenorge/designsystem/commit/32793866162d3e95ea61a6156907b2edea798de6))
|
|
2228
2239
|
* tabell har bare overflow:hidden når den er for liten ([b8b3c8a](https://github.com/helsenorge/designsystem/commit/b8b3c8a8532e8bfd4f0415213480895de72398df)), closes [#286994](https://github.com/helsenorge/designsystem/issues/286994)
|
|
2229
2240
|
|
|
2230
|
-
## [2.0.0](https://github.com/helsenorge/designsystem/
|
|
2241
|
+
## [2.0.0](https://github.com/helsenorge/designsystem/compare/v1.8.0...v2.0.0) (2022-10-11)
|
|
2231
2242
|
|
|
2232
2243
|
## 2.0.0-beta.8 (2022-10-06)
|
|
2233
2244
|
|
|
@@ -2307,7 +2318,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2307
2318
|
* button Table bruker ariaLabel ([e547919](https://github.com/helsenorge/designsystem/commit/e547919b63306fc926571e4b23c41d482389771c)), closes [#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
2308
2319
|
* tilbakemeldinger på button ([7c61596](https://github.com/helsenorge/designsystem/commit/7c6159630a77ed6c0ebdc8c3cf78aa3f2345e44b)), closes [#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
2309
2320
|
|
|
2310
|
-
## [1.8.0](https://github.com/helsenorge/designsystem/
|
|
2321
|
+
## [1.8.0](https://github.com/helsenorge/designsystem/compare/v1.7.0...v1.8.0) (2022-10-11)
|
|
2311
2322
|
|
|
2312
2323
|
### Features
|
|
2313
2324
|
|
|
@@ -2317,7 +2328,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2317
2328
|
|
|
2318
2329
|
* figmatokens pull bruker https istedet for ssh ([35248ef](https://github.com/helsenorge/designsystem/commit/35248ef3b4f9b11ee46f7bf2c2e322c2c4c66b05)), closes [#286502](https://github.com/helsenorge/designsystem/issues/286502)
|
|
2319
2330
|
|
|
2320
|
-
## [1.7.0](https://github.com/helsenorge/designsystem/
|
|
2331
|
+
## [1.7.0](https://github.com/helsenorge/designsystem/compare/v1.6.0...v1.7.0) (2022-09-29)
|
|
2321
2332
|
|
|
2322
2333
|
### Features
|
|
2323
2334
|
|
|
@@ -2328,25 +2339,25 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2328
2339
|
* fluid notificationpanel tar hensyn til fluid/variant/shadow-props igjen ([a19afba](https://github.com/helsenorge/designsystem/commit/a19afba44068d3c8be15812d90711ace51a9a778))
|
|
2329
2340
|
* form feilmeldinger leses opp av skjermleser ([d57305f](https://github.com/helsenorge/designsystem/commit/d57305fd740c0553a395923c20dbd1f1235136f5)), closes [#227757](https://github.com/helsenorge/designsystem/issues/227757)
|
|
2330
2341
|
|
|
2331
|
-
## [1.6.0](https://github.com/helsenorge/designsystem/
|
|
2342
|
+
## [1.6.0](https://github.com/helsenorge/designsystem/compare/v1.5.1...v1.6.0) (2022-09-22)
|
|
2332
2343
|
|
|
2333
2344
|
### Features
|
|
2334
2345
|
|
|
2335
2346
|
* expanderlist kan være sticky ([0c78cf5](https://github.com/helsenorge/designsystem/commit/0c78cf53e302bdeac62c35c2ba2bf188e848975b)), closes [#284516](https://github.com/helsenorge/designsystem/issues/284516)
|
|
2336
2347
|
|
|
2337
|
-
## [1.5.1](https://github.com/helsenorge/designsystem/
|
|
2348
|
+
## [1.5.1](https://github.com/helsenorge/designsystem/compare/v1.5.0...v1.5.1) (2022-09-21)
|
|
2338
2349
|
|
|
2339
2350
|
### Bug Fixes
|
|
2340
2351
|
|
|
2341
2352
|
* unobserve eller disconnect når komponent som bruker ResizeObserve/IntersectionObserver unmountes ([87196e0](https://github.com/helsenorge/designsystem/commit/87196e0c333d87deb3006b5e5813b12749652b03)), closes [#284648](https://github.com/helsenorge/designsystem/issues/284648)
|
|
2342
2353
|
|
|
2343
|
-
## [1.5.0](https://github.com/helsenorge/designsystem/
|
|
2354
|
+
## [1.5.0](https://github.com/helsenorge/designsystem/compare/v1.4.0...v1.5.0) (2022-09-16)
|
|
2344
2355
|
|
|
2345
2356
|
### Features
|
|
2346
2357
|
|
|
2347
2358
|
* nytt komponent duolist ([7b7254e](https://github.com/helsenorge/designsystem/commit/7b7254e429340ada1f0605d16b302675de0bd835)), closes [#275213](https://github.com/helsenorge/designsystem/issues/275213)
|
|
2348
2359
|
|
|
2349
|
-
## [1.4.0](https://github.com/helsenorge/designsystem/
|
|
2360
|
+
## [1.4.0](https://github.com/helsenorge/designsystem/compare/v1.3.2...v1.4.0) (2022-09-14)
|
|
2350
2361
|
|
|
2351
2362
|
### Features
|
|
2352
2363
|
|
|
@@ -2357,20 +2368,20 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2357
2368
|
* button i panel har unik label ([a37ef06](https://github.com/helsenorge/designsystem/commit/a37ef06b7ff967d4bb372d5c9e0e181e25c912c8))
|
|
2358
2369
|
* skjul detaljer-knapp fjernet fra ekspandert Panel ([011b0ac](https://github.com/helsenorge/designsystem/commit/011b0ac12c50e19e8e88812f73e9285d3371940d))
|
|
2359
2370
|
|
|
2360
|
-
## [1.3.2](https://github.com/helsenorge/designsystem/
|
|
2371
|
+
## [1.3.2](https://github.com/helsenorge/designsystem/compare/v1.3.1...v1.3.2) (2022-09-08)
|
|
2361
2372
|
|
|
2362
2373
|
### Bug Fixes
|
|
2363
2374
|
|
|
2364
2375
|
* slider beholder riktig posisjon/verdi hvis den endrer størrelse ([afa1d0a](https://github.com/helsenorge/designsystem/commit/afa1d0af335c4e2450962904f042768badbc18fd)), closes [#279639](https://github.com/helsenorge/designsystem/issues/279639)
|
|
2365
2376
|
|
|
2366
|
-
## [1.3.1](https://github.com/helsenorge/designsystem/
|
|
2377
|
+
## [1.3.1](https://github.com/helsenorge/designsystem/compare/v1.3.0...v1.3.1) (2022-09-02)
|
|
2367
2378
|
|
|
2368
2379
|
### Bug Fixes
|
|
2369
2380
|
|
|
2370
2381
|
* forbedret sr-only og sr-only-focusable mixins ([c5c81d4](https://github.com/helsenorge/designsystem/commit/c5c81d41298e03854c742410566c57405f5c36b5))
|
|
2371
2382
|
* loader har role="progressbar" på riktig element ([a04ced2](https://github.com/helsenorge/designsystem/commit/a04ced210957560132db684f56f873a08e4dddf6))
|
|
2372
2383
|
|
|
2373
|
-
## [1.3.0](https://github.com/helsenorge/designsystem/
|
|
2384
|
+
## [1.3.0](https://github.com/helsenorge/designsystem/compare/v1.2.2...v1.3.0) (2022-09-01)
|
|
2374
2385
|
|
|
2375
2386
|
### ⚠ BREAKING CHANGES
|
|
2376
2387
|
|
|
@@ -2385,22 +2396,22 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2385
2396
|
* økt kontrast på understreking av lenker ([50b7fa4](https://github.com/helsenorge/designsystem/commit/50b7fa47fb44cb7d75fb877bd53e2309b35e1e21)), closes [#229049](https://github.com/helsenorge/designsystem/issues/229049)
|
|
2386
2397
|
* panel har avstand fra tittel til badge ([09034c4](https://github.com/helsenorge/designsystem/commit/09034c4844408c7cfe8f65d7a1a0d82a7828c2ef)), closes [#282359](https://github.com/helsenorge/designsystem/issues/282359)
|
|
2387
2398
|
|
|
2388
|
-
## [1.2.2](https://github.com/helsenorge/designsystem/
|
|
2399
|
+
## [1.2.2](https://github.com/helsenorge/designsystem/compare/v1.2.1...v1.2.2) (2022-08-31)
|
|
2389
2400
|
|
|
2390
2401
|
### Features
|
|
2391
2402
|
|
|
2392
2403
|
* highlightbox oppdatert styling ([98c44aa](https://github.com/helsenorge/designsystem/commit/98c44aa68e6bbea5c9853a5807e66c0ed6be67d0)), closes [#280715](https://github.com/helsenorge/designsystem/issues/280715)
|
|
2393
2404
|
|
|
2394
|
-
## [1.2.1](https://github.com/helsenorge/designsystem/
|
|
2405
|
+
## [1.2.1](https://github.com/helsenorge/designsystem/compare/v1.2.0...v1.2.1) (2022-08-29)
|
|
2395
2406
|
|
|
2396
|
-
## [1.2.0](https://github.com/helsenorge/designsystem/
|
|
2407
|
+
## [1.2.0](https://github.com/helsenorge/designsystem/compare/v1.1.0...v1.2.0) (2022-08-29)
|
|
2397
2408
|
|
|
2398
2409
|
### Features
|
|
2399
2410
|
|
|
2400
2411
|
* endret button farger for å støtte uu krav ([183447e](https://github.com/helsenorge/designsystem/commit/183447e99ec43e01f963c78c7144d55f14827fb1))
|
|
2401
2412
|
* notificationpanel har ariaLabel-prop ([f1a7db7](https://github.com/helsenorge/designsystem/commit/f1a7db7b33446b9df2a109f50c401ec80d70b317)), closes [#279887](https://github.com/helsenorge/designsystem/issues/279887)
|
|
2402
2413
|
|
|
2403
|
-
## [1.1.0](https://github.com/helsenorge/designsystem/
|
|
2414
|
+
## [1.1.0](https://github.com/helsenorge/designsystem/compare/v1.0.1...v1.1.0) (2022-08-22)
|
|
2404
2415
|
|
|
2405
2416
|
### Features
|
|
2406
2417
|
|
|
@@ -2412,7 +2423,7 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
2412
2423
|
* ikke vis scrolleindikator mens innholdet lastes ([ad6f7d2](https://github.com/helsenorge/designsystem/commit/ad6f7d21cafcdfaf39c6d0afb04be057e290678c))
|
|
2413
2424
|
* tabell med horisontal scroll viser hele borderen ([6c5cb02](https://github.com/helsenorge/designsystem/commit/6c5cb0208967986902a5c62a3e3171d4b1f50e36))
|
|
2414
2425
|
|
|
2415
|
-
## [1.0.1](https://github.com/helsenorge/designsystem/
|
|
2426
|
+
## [1.0.1](https://github.com/helsenorge/designsystem/compare/4a5f194fbcca1100a1df92337c7ddda186b111c7...v1.0.1) (2022-08-12)
|
|
2416
2427
|
|
|
2417
2428
|
### ⚠ BREAKING CHANGES
|
|
2418
2429
|
|