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