@helsenorge/lightbox 12.11.2-beta.0 → 12.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3383 -0
- package/__mocks__/styleMock.js +2 -0
- package/__mocks__/styleMock.js.map +1 -0
- package/components/LightBox/LightBox.d.ts +39 -0
- package/components/LightBox/LightBox.test.d.ts +0 -0
- package/components/LightBox/MiniSlider.d.ts +10 -0
- package/{src/components/LightBox/index.ts → components/LightBox/index.d.ts} +1 -1
- package/components/LightBox/index.js +1941 -0
- package/components/LightBox/index.js.map +1 -0
- package/package.json +3 -67
- package/__scripts__/entries.js +0 -23
- package/src/components/LightBox/LightBox.stories.tsx +0 -123
- package/src/components/LightBox/LightBox.test.tsx +0 -98
- package/src/components/LightBox/LightBox.tsx +0 -285
- package/src/components/LightBox/MiniSlider.tsx +0 -44
- package/tsconfig.json +0 -9
- package/tsconfig.node.json +0 -10
- package/vite.config.ts +0 -65
- package/vitest.config.ts +0 -28
- /package/{src/__mocks__/styleMock.ts → __mocks__/styleMock.d.ts} +0 -0
- /package/{src/components → components}/LightBox/styles.module.scss +0 -0
- /package/{src/components → components}/LightBox/styles.module.scss.d.ts +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,3383 @@
|
|
|
1
|
+
## [12.12.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.11.1&targetVersion=GTv12.12.0) (2025-11-11)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **formfieldtag:** legg til flere muligheter
|
|
6
|
+
([fa2260f](https://github.com/helsenorge/designsystem/commit/fa2260fb79fd594015fe9a2217a60904d5f91dc2)), closes
|
|
7
|
+
[#363797](https://github.com/helsenorge/designsystem/issues/363797)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- unngå at ting flytter seg pga focus border
|
|
12
|
+
([ecb515f](https://github.com/helsenorge/designsystem/commit/ecb515fa4d32c0e38453201cc2817466a6170e1c))
|
|
13
|
+
- **radiobutton:** legg på manglende sjekk på størrelse
|
|
14
|
+
([b451032](https://github.com/helsenorge/designsystem/commit/b4510324a7d6a2e3722d55f82a4a8ee83ba0a297))
|
|
15
|
+
|
|
16
|
+
## [12.11.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.11.0&targetVersion=GTv12.11.1) (2025-11-04)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- **dropdown:** krymper med høyden igjen
|
|
21
|
+
([07d9baf](https://github.com/helsenorge/designsystem/commit/07d9baf51824dff93a5c45766f59a2fdf9285caa)), closes
|
|
22
|
+
[#363493](https://github.com/helsenorge/designsystem/issues/363493)
|
|
23
|
+
- **dropdown:** listen flyttes ikke i y aksen av viewport
|
|
24
|
+
([357ea4f](https://github.com/helsenorge/designsystem/commit/357ea4ff08fc405bc8004c83ab5c0f9cb2b56145)), closes
|
|
25
|
+
[#363493](https://github.com/helsenorge/designsystem/issues/363493)
|
|
26
|
+
|
|
27
|
+
## [12.11.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.10.0&targetVersion=GTv12.11.0) (2025-11-03)
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
- tydeligere focus state for noen komponenter
|
|
32
|
+
([412e779](https://github.com/helsenorge/designsystem/commit/412e779f6e01a11fcc593ed57dbfd32168a3241e)), closes
|
|
33
|
+
[#357133](https://github.com/helsenorge/designsystem/issues/357133)
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
- **button:** align tekst til venstre ved flere linjer
|
|
38
|
+
([b47f1e0](https://github.com/helsenorge/designsystem/commit/b47f1e0e137230a3c8017b07e7671d063e91d86a))
|
|
39
|
+
- **button:** fiks padding rundt tekst når den går over flere linjer
|
|
40
|
+
([7ff8f63](https://github.com/helsenorge/designsystem/commit/7ff8f63f305291c56f77ec3a25334f74b2205dfb))
|
|
41
|
+
- **button:** oppdatert padding på borderless variant
|
|
42
|
+
([be2b683](https://github.com/helsenorge/designsystem/commit/be2b6833591625a90b235e48e7682f6eb722bbf6))
|
|
43
|
+
- **dropdown:** aligner og krymper riktig ved mindre plass
|
|
44
|
+
([4b28673](https://github.com/helsenorge/designsystem/commit/4b286731a9dae975e29e8d17c0c200099405e789)), closes
|
|
45
|
+
[#363493](https://github.com/helsenorge/designsystem/issues/363493)
|
|
46
|
+
- **toast:** fiks størrelse på ikon og plassering i grid
|
|
47
|
+
([cf38ba8](https://github.com/helsenorge/designsystem/commit/cf38ba8c399bd66f2f24c7f64fa88688cc639656)), closes
|
|
48
|
+
[#357838](https://github.com/helsenorge/designsystem/issues/357838)
|
|
49
|
+
- **toast:** legg til litt spacing mellom innhold
|
|
50
|
+
([1c900de](https://github.com/helsenorge/designsystem/commit/1c900de13b3c1d19d3326bf15ec7e0f34c2fc530)), closes
|
|
51
|
+
[#357838](https://github.com/helsenorge/designsystem/issues/357838)
|
|
52
|
+
- **toast:** liten justering av tekst
|
|
53
|
+
([481834f](https://github.com/helsenorge/designsystem/commit/481834f15ed31e4eb02788db58f795079fd07877)), closes
|
|
54
|
+
[#357838](https://github.com/helsenorge/designsystem/issues/357838)
|
|
55
|
+
|
|
56
|
+
## [12.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.9.0&targetVersion=GTv12.10.0) (2025-10-30)
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
- **lightbox:** åpne for reactnode på imagetext
|
|
61
|
+
([fa7b052](https://github.com/helsenorge/designsystem/commit/fa7b052639f642ec8a196820440ed8798f3df353)), closes
|
|
62
|
+
[#363386](https://github.com/helsenorge/designsystem/issues/363386)
|
|
63
|
+
- **toast:** nye komponenter toast og toastlist
|
|
64
|
+
([a186861](https://github.com/helsenorge/designsystem/commit/a186861d6f025f2864a4eb012222aa5beb9037c5)), closes
|
|
65
|
+
[#357838](https://github.com/helsenorge/designsystem/issues/357838)
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
- **drawer:** drawer footer innhold skal wrappe på alle størrelser
|
|
70
|
+
([21f7c99](https://github.com/helsenorge/designsystem/commit/21f7c9910e9f5bd4335941bfe2861470ce204dff)), closes
|
|
71
|
+
[#363405](https://github.com/helsenorge/designsystem/issues/363405)
|
|
72
|
+
- **dropdown:** defaultselected toggler ikke lenger og clickoutside fungerer alltid
|
|
73
|
+
([ca19c57](https://github.com/helsenorge/designsystem/commit/ca19c57d2e353f47e1e5290a2fa76e5081f1d8b4)), closes
|
|
74
|
+
[#363415](https://github.com/helsenorge/designsystem/issues/363415)
|
|
75
|
+
|
|
76
|
+
## [12.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.8.0&targetVersion=GTv12.9.0) (2025-10-29)
|
|
77
|
+
|
|
78
|
+
### Bug Fixes
|
|
79
|
+
|
|
80
|
+
- dropdown fokus styling fiks og aschildslot story forbedret
|
|
81
|
+
([08d1658](https://github.com/helsenorge/designsystem/commit/08d165819fa9295ae16c6c77316735cc15172a32)), closes
|
|
82
|
+
[#358846](https://github.com/helsenorge/designsystem/issues/358846)
|
|
83
|
+
- **panel:** fiks controlled med state i callback
|
|
84
|
+
([49d7398](https://github.com/helsenorge/designsystem/commit/49d73985164dfe571fcf9c3af9ba68d54988c259)), closes
|
|
85
|
+
[#363208](https://github.com/helsenorge/designsystem/issues/363208)
|
|
86
|
+
|
|
87
|
+
## [12.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.7.0&targetVersion=GTv12.8.0) (2025-10-28)
|
|
88
|
+
|
|
89
|
+
### Features
|
|
90
|
+
|
|
91
|
+
- nye tokens fra supernova ([aa6ba72](https://github.com/helsenorge/designsystem/commit/aa6ba72e73349197ef27248491a54a827711a04d)), closes
|
|
92
|
+
[#362358](https://github.com/helsenorge/designsystem/issues/362358)
|
|
93
|
+
- **articleteaser:** ta i bruk nye tokens
|
|
94
|
+
([e1bd030](https://github.com/helsenorge/designsystem/commit/e1bd030ccf429e1320438d9b514dcea589a32b84)), closes
|
|
95
|
+
[#352016](https://github.com/helsenorge/designsystem/issues/352016)
|
|
96
|
+
- **dropdown:** nytt dropdown komponent med aschildslot komponent og renamet gamle til dropdownold
|
|
97
|
+
([80e6e88](https://github.com/helsenorge/designsystem/commit/80e6e886cefcfa07e4419d3b6081aa1f58a14ad3)), closes
|
|
98
|
+
[#358846](https://github.com/helsenorge/designsystem/issues/358846)
|
|
99
|
+
- **linklist:** ta i bruk nye tokens for farger
|
|
100
|
+
([658e44f](https://github.com/helsenorge/designsystem/commit/658e44f0e0a9d1dcd2e703a5b7a5ba0674a8654d)), closes
|
|
101
|
+
[#362129](https://github.com/helsenorge/designsystem/issues/362129)
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
- **drawer:** fjern overflow hidden på ytterste nivå
|
|
106
|
+
([66bfa99](https://github.com/helsenorge/designsystem/commit/66bfa996a9a3efa53f8c44aa54d13d72243fd24f)), closes
|
|
107
|
+
[#361695](https://github.com/helsenorge/designsystem/issues/361695)
|
|
108
|
+
- **drawer:** legg skygge oppå content og match logikken med Modal
|
|
109
|
+
([793232d](https://github.com/helsenorge/designsystem/commit/793232de0d2ad7785022ba9a866e623716769b33)), closes
|
|
110
|
+
[#361521](https://github.com/helsenorge/designsystem/issues/361521)
|
|
111
|
+
- **icons:** fiks svg på to ikoner ([44da111](https://github.com/helsenorge/designsystem/commit/44da111275eac5240fefab46bc2f92e5bae680b9)),
|
|
112
|
+
closes [#362501](https://github.com/helsenorge/designsystem/issues/362501)
|
|
113
|
+
- **icons:** oppdatert versjon av emoticon ikoner
|
|
114
|
+
([b845c21](https://github.com/helsenorge/designsystem/commit/b845c2121d799e5b0558e9f0087c013cb51a938c)), closes
|
|
115
|
+
[#362501](https://github.com/helsenorge/designsystem/issues/362501)
|
|
116
|
+
- **listeditmode:** legg til manglende pointer på knapper
|
|
117
|
+
([e7fbc2f](https://github.com/helsenorge/designsystem/commit/e7fbc2fbd686e2b53836db42b6e6bed792f8af2f)), closes
|
|
118
|
+
[#354199](https://github.com/helsenorge/designsystem/issues/354199)
|
|
119
|
+
- **notificationpanel:** bruk riktig størrelse på ikon og padding rundt på mobil
|
|
120
|
+
([23c984b](https://github.com/helsenorge/designsystem/commit/23c984be87836adc108abf4d3633db9fbf18583d)), closes
|
|
121
|
+
[#361176](https://github.com/helsenorge/designsystem/issues/361176)
|
|
122
|
+
|
|
123
|
+
## [12.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.6.4&targetVersion=GTv12.7.0) (2025-10-17)
|
|
124
|
+
|
|
125
|
+
### Features
|
|
126
|
+
|
|
127
|
+
- **formgroup:** endre prop for FormFieldTag til å være lik som i label
|
|
128
|
+
([850b4e0](https://github.com/helsenorge/designsystem/commit/850b4e0cdc5888dbe29ba894c23e460dfe9d4930)), closes
|
|
129
|
+
[#362503](https://github.com/helsenorge/designsystem/issues/362503)
|
|
130
|
+
|
|
131
|
+
## [12.6.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.6.1&targetVersion=GTv12.6.4) (2025-10-16)
|
|
132
|
+
|
|
133
|
+
### Reverts
|
|
134
|
+
|
|
135
|
+
- Revert "v12.6.3" ([973e6b8](https://github.com/helsenorge/designsystem/commit/973e6b8893fc765892a993adf83d93f4d5bfd5dd))
|
|
136
|
+
|
|
137
|
+
## [12.6.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.6.0&targetVersion=GTv12.6.1) (2025-10-16)
|
|
138
|
+
|
|
139
|
+
## [12.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.5.0&targetVersion=GTv12.6.0) (2025-10-16)
|
|
140
|
+
|
|
141
|
+
### Features
|
|
142
|
+
|
|
143
|
+
- **formfieldtag:** ny komponent for å markere obligatoriske felter
|
|
144
|
+
([43186e8](https://github.com/helsenorge/designsystem/commit/43186e85e06d6b3e34124c3afd372180ecff9af9)), closes
|
|
145
|
+
[#361861](https://github.com/helsenorge/designsystem/issues/361861)
|
|
146
|
+
- **stickynote:** justeringer etter ny figma komponent
|
|
147
|
+
([b3afb5a](https://github.com/helsenorge/designsystem/commit/b3afb5a41f1400bef0afce40b244deafcac7b505)), closes
|
|
148
|
+
[#361520](https://github.com/helsenorge/designsystem/issues/361520)
|
|
149
|
+
|
|
150
|
+
### Bug Fixes
|
|
151
|
+
|
|
152
|
+
- **formfieldtag:** fiks display for at den holder seg i riktig størrelse
|
|
153
|
+
([1e53dc1](https://github.com/helsenorge/designsystem/commit/1e53dc1cf52215a3476a1d6d86c36f8108b0fbc1)), closes
|
|
154
|
+
[#361861](https://github.com/helsenorge/designsystem/issues/361861)
|
|
155
|
+
- **label:** bruk formfieldtag som komponent slik at man får satt id
|
|
156
|
+
([006e152](https://github.com/helsenorge/designsystem/commit/006e1520cc16b66f637c11c193902510ebd72b76)), closes
|
|
157
|
+
[#361861](https://github.com/helsenorge/designsystem/issues/361861)
|
|
158
|
+
|
|
159
|
+
## [12.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.4.0&targetVersion=GTv12.5.0) (2025-10-08)
|
|
160
|
+
|
|
161
|
+
### Features
|
|
162
|
+
|
|
163
|
+
- **datepicker:** default språkstøtte fra sot
|
|
164
|
+
([1f2b2ae](https://github.com/helsenorge/designsystem/commit/1f2b2ae2ddd0ab527d976ec2d3dc6ec9293f58a0))
|
|
165
|
+
- **drawer:** default språkstøtte fra sot
|
|
166
|
+
([56517c5](https://github.com/helsenorge/designsystem/commit/56517c50ec9f4d61ecbbd3ce2ebbe509d9af898b))
|
|
167
|
+
- **formgroup:** lagt til legendclassname prop
|
|
168
|
+
([9dbd90c](https://github.com/helsenorge/designsystem/commit/9dbd90c7efbb838fb5204870bcfd90a089d03f4c)), closes
|
|
169
|
+
[#360836](https://github.com/helsenorge/designsystem/issues/360836)
|
|
170
|
+
- **helptriggericon:** lagt til classname prop
|
|
171
|
+
([b9d207e](https://github.com/helsenorge/designsystem/commit/b9d207ec0871ce79259562042f4b321b21b94fd8)), closes
|
|
172
|
+
[#360496](https://github.com/helsenorge/designsystem/issues/360496)
|
|
173
|
+
- **icon:** nytt ikon feedback ([0e3f89c](https://github.com/helsenorge/designsystem/commit/0e3f89c04c897c8667593396cecaceb8d50fd879)),
|
|
174
|
+
closes [#360055](https://github.com/helsenorge/designsystem/issues/360055)
|
|
175
|
+
- **listeditmode:** funksjonalitet for å redigere liste
|
|
176
|
+
([d87e8c5](https://github.com/helsenorge/designsystem/commit/d87e8c59d44ce2278b403df3c3858029db280ad0)), closes
|
|
177
|
+
[#359697](https://github.com/helsenorge/designsystem/issues/359697)
|
|
178
|
+
- **tabs:** default språkstøtte fra sot
|
|
179
|
+
([733fd7e](https://github.com/helsenorge/designsystem/commit/733fd7e559e57cb3dfaf5e2efd52ac8754db8f6d))
|
|
180
|
+
|
|
181
|
+
### Bug Fixes
|
|
182
|
+
|
|
183
|
+
- **drawer:** legg breakpoint check på outer level for å vise animasjon riktig igjen
|
|
184
|
+
([04f604a](https://github.com/helsenorge/designsystem/commit/04f604aaba66738ac710c28cb5514ec7b0d2967a)), closes
|
|
185
|
+
[#360641](https://github.com/helsenorge/designsystem/issues/360641)
|
|
186
|
+
- **favoritebutton:** kun vis fokusstrek på focus-visible"
|
|
187
|
+
([2dc6b2f](https://github.com/helsenorge/designsystem/commit/2dc6b2f954cdb7a5b5b3e7326a8c0d42723ef972)), closes
|
|
188
|
+
[#357829](https://github.com/helsenorge/designsystem/issues/357829)
|
|
189
|
+
- **helptriggericon:** fiks så komponenten fungerer i liste igjen
|
|
190
|
+
([45f801e](https://github.com/helsenorge/designsystem/commit/45f801edb77306cd7cba614396a7abc1089a610b)), closes
|
|
191
|
+
[#353532](https://github.com/helsenorge/designsystem/issues/353532) [#360885](https://github.com/helsenorge/designsystem/issues/360885)
|
|
192
|
+
- **helptriggericon:** juster ikon ift tekst uten å endre linjehøyde
|
|
193
|
+
([687a0fa](https://github.com/helsenorge/designsystem/commit/687a0fa13798a757408d417bde0d9bdb57cb59e1)), closes
|
|
194
|
+
[#360885](https://github.com/helsenorge/designsystem/issues/360885)
|
|
195
|
+
- **list:** vertikalt align knapper riktig i liste
|
|
196
|
+
([2926423](https://github.com/helsenorge/designsystem/commit/2926423198f6459228ea28b5c68945407756c6e3)), closes
|
|
197
|
+
[#353532](https://github.com/helsenorge/designsystem/issues/353532)
|
|
198
|
+
- **panel:** juster paddings for å ta hensyn til statuslinje
|
|
199
|
+
([1e8f5ff](https://github.com/helsenorge/designsystem/commit/1e8f5ff07c8e796af7269b3f4b92269a50d4fdcb)), closes
|
|
200
|
+
[#360101](https://github.com/helsenorge/designsystem/issues/360101)
|
|
201
|
+
- **popmenu:** ikon sentreres riktig
|
|
202
|
+
([3a8f5ac](https://github.com/helsenorge/designsystem/commit/3a8f5ac3dd9dfcff4fc75f101a4f4a6dbfbd1c88)), closes
|
|
203
|
+
[#361064](https://github.com/helsenorge/designsystem/issues/361064)
|
|
204
|
+
- **radiobutton:** disabled har samme radius som andre states
|
|
205
|
+
([27548a7](https://github.com/helsenorge/designsystem/commit/27548a74a68ac6c2d4c5783b84da056971995a4d)), closes
|
|
206
|
+
[#350142](https://github.com/helsenorge/designsystem/issues/350142)
|
|
207
|
+
- **radiobutton:** hele wrapperen skal ikke se klikkbar ut
|
|
208
|
+
([2c396cd](https://github.com/helsenorge/designsystem/commit/2c396cd1a5c79869ef9d72941c9c93efba47dc47)), closes
|
|
209
|
+
[#350142](https://github.com/helsenorge/designsystem/issues/350142)
|
|
210
|
+
|
|
211
|
+
## [12.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.3.0&targetVersion=GTv12.4.0) (2025-09-23)
|
|
212
|
+
|
|
213
|
+
### Features
|
|
214
|
+
|
|
215
|
+
- **favoritebutton:** default aria-label hentes fra sot
|
|
216
|
+
([53b3596](https://github.com/helsenorge/designsystem/commit/53b359668307ed19279a2a4d87a80a81538698e0)), closes
|
|
217
|
+
[#357829](https://github.com/helsenorge/designsystem/issues/357829)
|
|
218
|
+
- **favoritebutton:** ny komponent ([3971d8c](https://github.com/helsenorge/designsystem/commit/3971d8cea9d0f6e87c622ffcc700d5aecfc5a1ca)),
|
|
219
|
+
closes [#357829](https://github.com/helsenorge/designsystem/issues/357829)
|
|
220
|
+
|
|
221
|
+
### Bug Fixes
|
|
222
|
+
|
|
223
|
+
- når vertikaler brukte aria-describedby på skjemakomponenter så ble errorTextUuid overstyrt
|
|
224
|
+
([7de2697](https://github.com/helsenorge/designsystem/commit/7de26976ff449a10028deb734dbf6c5fe24fc029)), closes
|
|
225
|
+
[#359583](https://github.com/helsenorge/designsystem/issues/359583)
|
|
226
|
+
- statusdot og elementheader spacing fikses
|
|
227
|
+
([d88c71d](https://github.com/helsenorge/designsystem/commit/d88c71d6d73d73039a744cee76939114c06487e9)), closes
|
|
228
|
+
[#356675](https://github.com/helsenorge/designsystem/issues/356675)
|
|
229
|
+
- **elementheader:** ishovered sendes bare til ekte ikoner
|
|
230
|
+
([dcb0779](https://github.com/helsenorge/designsystem/commit/dcb0779a4a89894ad2262f9e88ef4438a41b09dc)), closes
|
|
231
|
+
[#360049](https://github.com/helsenorge/designsystem/issues/360049)
|
|
232
|
+
|
|
233
|
+
## [12.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.2.0&targetVersion=GTv12.3.0) (2025-09-18)
|
|
234
|
+
|
|
235
|
+
### Features
|
|
236
|
+
|
|
237
|
+
- **helppanel:** ny compact variant ([7528a48](https://github.com/helsenorge/designsystem/commit/7528a4841c6e7f9a4b2ea0b9d1e061e2cd37dae1)),
|
|
238
|
+
closes [#354473](https://github.com/helsenorge/designsystem/issues/354473)
|
|
239
|
+
- **icon:** nye ikoner drag og edit ([c43bac8](https://github.com/helsenorge/designsystem/commit/c43bac89f4d59f97e943859f7d21eb9bff6e61e8)),
|
|
240
|
+
closes [#357267](https://github.com/helsenorge/designsystem/issues/357267)
|
|
241
|
+
[#357711](https://github.com/helsenorge/designsystem/issues/357711)
|
|
242
|
+
- **toggle:** legg til mulighet for statustekst under toggle knapp
|
|
243
|
+
([db310bc](https://github.com/helsenorge/designsystem/commit/db310bcad67e67dcc2664834958c8fc70ece15c4)), closes
|
|
244
|
+
[#358389](https://github.com/helsenorge/designsystem/issues/358389)
|
|
245
|
+
|
|
246
|
+
## [12.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.1.0&targetVersion=GTv12.2.0) (2025-09-11)
|
|
247
|
+
|
|
248
|
+
### Features
|
|
249
|
+
|
|
250
|
+
- **expanderhierarchy:** eksponer classname prop på expander
|
|
251
|
+
([8c7f2cd](https://github.com/helsenorge/designsystem/commit/8c7f2cd92d582de3b97a60f849a9a8e599b9935b)), closes
|
|
252
|
+
[#359415](https://github.com/helsenorge/designsystem/issues/359415)
|
|
253
|
+
- **validation:** ny prop visuallyHiddenSummary
|
|
254
|
+
([d51e566](https://github.com/helsenorge/designsystem/commit/d51e566a2f02d9b0a65cb3cf5ada7c9c8c062014)), closes
|
|
255
|
+
[#358073](https://github.com/helsenorge/designsystem/issues/358073)
|
|
256
|
+
|
|
257
|
+
### Bug Fixes
|
|
258
|
+
|
|
259
|
+
- **useReturnFocusOnUnmount:** fiks hook for microweb
|
|
260
|
+
([5d87848](https://github.com/helsenorge/designsystem/commit/5d87848b5adbb4b0765cf67496408ff8948a1f41)), closes
|
|
261
|
+
[#359450](https://github.com/helsenorge/designsystem/issues/359450)
|
|
262
|
+
|
|
263
|
+
## [12.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.0.2&targetVersion=GTv12.1.0) (2025-09-10)
|
|
264
|
+
|
|
265
|
+
### Features
|
|
266
|
+
|
|
267
|
+
- **helpexpanderstandalone:** justering av innhold ved tekst over flere linjer
|
|
268
|
+
([5d3a8ea](https://github.com/helsenorge/designsystem/commit/5d3a8eac4d3cf1ccbd9bd4aac947b3a26a73a120)), closes
|
|
269
|
+
[#354487](https://github.com/helsenorge/designsystem/issues/354487)
|
|
270
|
+
- **notificationpanel:** fjern spesifikk styling av rene anchorlinks
|
|
271
|
+
([6db68e4](https://github.com/helsenorge/designsystem/commit/6db68e4c5e3c1806f9ae16c2088322d51b0da15e)), closes
|
|
272
|
+
[#358876](https://github.com/helsenorge/designsystem/issues/358876)
|
|
273
|
+
|
|
274
|
+
### Bug Fixes
|
|
275
|
+
|
|
276
|
+
- **dropdown:** skjermleser leser ikke opp innholdet i safari
|
|
277
|
+
([a26e4a9](https://github.com/helsenorge/designsystem/commit/a26e4a990a017c95274a4f9bb5b6b5d1c3f02c9c)), closes
|
|
278
|
+
[#356915](https://github.com/helsenorge/designsystem/issues/356915)
|
|
279
|
+
|
|
280
|
+
## [12.0.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.0.1&targetVersion=GTv12.0.2) (2025-09-04)
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
- eslint feil og oppdater dependencies
|
|
285
|
+
([5d900ef](https://github.com/helsenorge/designsystem/commit/5d900ef85071c166a0876ac98f304d3764427a63)), closes
|
|
286
|
+
[#358718](https://github.com/helsenorge/designsystem/issues/358718) [#358876](https://github.com/helsenorge/designsystem/issues/358876)
|
|
287
|
+
- **linklist:** line white får riktig hover og active farge
|
|
288
|
+
([416ff03](https://github.com/helsenorge/designsystem/commit/416ff03b00ed7e37c16849f65d067aeff861028d)), closes
|
|
289
|
+
[#358606](https://github.com/helsenorge/designsystem/issues/358606)
|
|
290
|
+
|
|
291
|
+
## [12.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.0.0&targetVersion=GTv12.0.1) (2025-09-01)
|
|
292
|
+
|
|
293
|
+
## [12.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.8.0&targetVersion=GTv12.0.0) (2025-09-01)
|
|
294
|
+
|
|
295
|
+
### Features
|
|
296
|
+
|
|
297
|
+
- **elementheader:** rename til statusdotlist
|
|
298
|
+
([f7f8bde](https://github.com/helsenorge/designsystem/commit/f7f8bdeb0dbf7e45a92f4577283210c7934f4450)), closes
|
|
299
|
+
[#358534](https://github.com/helsenorge/designsystem/issues/358534)
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
- **elementheader:** ikon plasseres riktig
|
|
304
|
+
([905cafd](https://github.com/helsenorge/designsystem/commit/905cafda481f8e3ce57f0220c08d095885c57cfc)), closes
|
|
305
|
+
[#356675](https://github.com/helsenorge/designsystem/issues/356675)
|
|
306
|
+
- **elementheader:** statusdot skal leses opp etter hovedteksten
|
|
307
|
+
([3db22a4](https://github.com/helsenorge/designsystem/commit/3db22a4d6c7031964c7f9947fdf59a4f320683c5)), closes
|
|
308
|
+
[#358340](https://github.com/helsenorge/designsystem/issues/358340)
|
|
309
|
+
|
|
310
|
+
## 12.0.0-beta.3 (2025-08-27)
|
|
311
|
+
|
|
312
|
+
### Features
|
|
313
|
+
|
|
314
|
+
- **linklist:** image prop lagt til ([c6f2f9e](https://github.com/helsenorge/designsystem/commit/c6f2f9e588ea8a71cb08ea55aab4c08728195d16)),
|
|
315
|
+
closes [#353994](https://github.com/helsenorge/designsystem/issues/353994)
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
- **elementheader:** fikset spacing og plassering
|
|
320
|
+
([d19e92e](https://github.com/helsenorge/designsystem/commit/d19e92e83c306115af5219e7dc08305b5a1dc548)), closes
|
|
321
|
+
[#356675](https://github.com/helsenorge/designsystem/issues/356675)
|
|
322
|
+
- **linklist:** image høyde sentreres på en linje
|
|
323
|
+
([d4d108f](https://github.com/helsenorge/designsystem/commit/d4d108fe3aff1b504eea39d306c3c3f02d4bb971)), closes
|
|
324
|
+
[#353994](https://github.com/helsenorge/designsystem/issues/353994)
|
|
325
|
+
|
|
326
|
+
## 12.0.0-beta.2 (2025-08-01)
|
|
327
|
+
|
|
328
|
+
### Features
|
|
329
|
+
|
|
330
|
+
- ta i bruk nye prosesshjelp fargetokens
|
|
331
|
+
([4330037](https://github.com/helsenorge/designsystem/commit/43300372ca04dd26cd207aa9ddebf4f0e8e8dd6f)), closes
|
|
332
|
+
[#351112](https://github.com/helsenorge/designsystem/issues/351112) [#353025](https://github.com/helsenorge/designsystem/issues/353025)
|
|
333
|
+
- **elementheader:** nytt navn på listheader og oppdatert design
|
|
334
|
+
([e42d370](https://github.com/helsenorge/designsystem/commit/e42d37014aa84142bc4a0a4ec3324f77b7f31887)), closes
|
|
335
|
+
[#355123](https://github.com/helsenorge/designsystem/issues/355123)
|
|
336
|
+
- **expanderlist:** mulighet for status new og små designendringer
|
|
337
|
+
([d94734f](https://github.com/helsenorge/designsystem/commit/d94734f8d3f2df722510ad3ce031c5652e149e74)), closes
|
|
338
|
+
[#354210](https://github.com/helsenorge/designsystem/issues/354210)
|
|
339
|
+
- **expanderlist:** tydeliggjør forskjellen mellom innhold og knapp ved ekspansjon
|
|
340
|
+
([ae537bf](https://github.com/helsenorge/designsystem/commit/ae537bf679327c470a969b4f54c393c278ca87a4)), closes
|
|
341
|
+
[#355711](https://github.com/helsenorge/designsystem/issues/355711)
|
|
342
|
+
- **helpbubble:** aria props er lagt til
|
|
343
|
+
([a95f503](https://github.com/helsenorge/designsystem/commit/a95f503a9b08eb68d5084d58e23c7148eb1a3429)), closes
|
|
344
|
+
[#346605](https://github.com/helsenorge/designsystem/issues/346605)
|
|
345
|
+
- **helptooltip:** children type kan nå brukes med cmset
|
|
346
|
+
([e2f9081](https://github.com/helsenorge/designsystem/commit/e2f9081fcb307013d0f52fc48b9e0c0132e34d94)), closes
|
|
347
|
+
[#355554](https://github.com/helsenorge/designsystem/issues/355554)
|
|
348
|
+
- **linklist:** mulighet for status new og små designendringer
|
|
349
|
+
([27c0365](https://github.com/helsenorge/designsystem/commit/27c0365930b715f90b74d80f7f906f9502c81ac3)), closes
|
|
350
|
+
[#353721](https://github.com/helsenorge/designsystem/issues/353721) [#355891](https://github.com/helsenorge/designsystem/issues/355891)
|
|
351
|
+
|
|
352
|
+
### Bug Fixes
|
|
353
|
+
|
|
354
|
+
- helptriggerinline og helptriggerstandalone underline vises på safari
|
|
355
|
+
([8579bab](https://github.com/helsenorge/designsystem/commit/8579bab9315a9c5e0dd456c4546a56f68a4580d5)), closes
|
|
356
|
+
[#355480](https://github.com/helsenorge/designsystem/issues/355480)
|
|
357
|
+
- **helpdrawer:** kommer fra venstre side på desktop
|
|
358
|
+
([db0d8ef](https://github.com/helsenorge/designsystem/commit/db0d8efd5aecd76acc871d114dfa2efb1c204083)), closes
|
|
359
|
+
[#355122](https://github.com/helsenorge/designsystem/issues/355122)
|
|
360
|
+
- **helptriggerinline:** boble får riktig bredde når brukt med helptriggerinline
|
|
361
|
+
([1b30878](https://github.com/helsenorge/designsystem/commit/1b30878d0c9f0526a719a8f116a1a3181b58076a)), closes
|
|
362
|
+
[#355552](https://github.com/helsenorge/designsystem/issues/355552)
|
|
363
|
+
- **popover:** pil og bubble får ikke artifakter ved zooming
|
|
364
|
+
([6aafa55](https://github.com/helsenorge/designsystem/commit/6aafa55c13f9049e624fb1e6f64d0b6db992eec5)), closes
|
|
365
|
+
[#354396](https://github.com/helsenorge/designsystem/issues/354396)
|
|
366
|
+
|
|
367
|
+
## 12.0.0-beta.1 (2025-06-17)
|
|
368
|
+
|
|
369
|
+
### Features
|
|
370
|
+
|
|
371
|
+
- helpexpander children er reactnode
|
|
372
|
+
([044e828](https://github.com/helsenorge/designsystem/commit/044e828ae675bd65e54b8e45bf358844b7cd01fc)), closes
|
|
373
|
+
[#354640](https://github.com/helsenorge/designsystem/issues/354640)
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
- **dictionarytrigger:** ta i bruk fargetokens
|
|
378
|
+
([5e970bf](https://github.com/helsenorge/designsystem/commit/5e970bf0755ed2ccf2679c98927fff9db237b2bc)), closes
|
|
379
|
+
[#353506](https://github.com/helsenorge/designsystem/issues/353506)
|
|
380
|
+
- **helpexpanderinline:** er i domen når den ikke er ekspandert
|
|
381
|
+
([e81f691](https://github.com/helsenorge/designsystem/commit/e81f6918275f165b645fe67a5953b3b81cf7fedd)), closes
|
|
382
|
+
[#354658](https://github.com/helsenorge/designsystem/issues/354658)
|
|
383
|
+
|
|
384
|
+
## 12.0.0-beta.0 (2025-06-10)
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
388
|
+
- helptrigger blir erstattet av helptriggericon helptriggerinline og helptriggerstandalone
|
|
389
|
+
([3b0556b](https://github.com/helsenorge/designsystem/commit/3b0556bd5ef225718a28175e42a5e4070c4158e1)), closes
|
|
390
|
+
[#350475](https://github.com/helsenorge/designsystem/issues/350475)
|
|
391
|
+
- nye komponenter helpexpanderinline og helpexpanderstandalone
|
|
392
|
+
([b38f230](https://github.com/helsenorge/designsystem/commit/b38f2308f4b72756784874e4b49295d9e168e040)), closes
|
|
393
|
+
[#350484](https://github.com/helsenorge/designsystem/issues/350484)
|
|
394
|
+
- **helpbubble:** flytt lukkekryss helt til hjørnet
|
|
395
|
+
([2b3c54d](https://github.com/helsenorge/designsystem/commit/2b3c54d6aac8bc074eeb6f62ddb0b5bc6c3f421f)), closes
|
|
396
|
+
[#352915](https://github.com/helsenorge/designsystem/issues/352915)
|
|
397
|
+
- **helppanel:** ny border og spacing til tittel
|
|
398
|
+
([b47870f](https://github.com/helsenorge/designsystem/commit/b47870ff5cb571d09adcc921bbfc7270e640dba0))
|
|
399
|
+
- **helptooltip:** fjern provider og rydd opp i tooltip role
|
|
400
|
+
([37215ca](https://github.com/helsenorge/designsystem/commit/37215cac7626448915020f7d72f5d848dd8bd515)), closes
|
|
401
|
+
[#350651](https://github.com/helsenorge/designsystem/issues/350651)
|
|
402
|
+
- **helptrigger:** ny prop weight med extra large størrelse samt nytt uttrykk
|
|
403
|
+
([24eaf8d](https://github.com/helsenorge/designsystem/commit/24eaf8d883c9da70ce189b044ad96394df82ab77)), closes
|
|
404
|
+
[#350475](https://github.com/helsenorge/designsystem/issues/350475)
|
|
405
|
+
- **hightlightpanel:** size prop er fjernet og spacing oppdatert
|
|
406
|
+
([ac14ef0](https://github.com/helsenorge/designsystem/commit/ac14ef0927bb05ea5c62d189edbce46393403a93)), closes
|
|
407
|
+
[#350938](https://github.com/helsenorge/designsystem/issues/350938)
|
|
408
|
+
- **popover:** nye visuelle endringer og ta i bruk floating-ui
|
|
409
|
+
([3c186d1](https://github.com/helsenorge/designsystem/commit/3c186d1aaccd10d4f9d881bd9ad12266dc4a5c2e)), closes
|
|
410
|
+
[#350488](https://github.com/helsenorge/designsystem/issues/350488) [#350650](https://github.com/helsenorge/designsystem/issues/350650)
|
|
411
|
+
- **popover:** satt avstand til kant og maks bredde
|
|
412
|
+
([c96d447](https://github.com/helsenorge/designsystem/commit/c96d447623fc9574385ea2f9982da920f53b4518)), closes
|
|
413
|
+
[#353533](https://github.com/helsenorge/designsystem/issues/353533)
|
|
414
|
+
- **typography:** nye stiler for help-text pg helt-trigger-text
|
|
415
|
+
([9ee09ba](https://github.com/helsenorge/designsystem/commit/9ee09ba5d7815b81c9fd2910f00d667c1d01bfee)), closes
|
|
416
|
+
[#350872](https://github.com/helsenorge/designsystem/issues/350872)
|
|
417
|
+
|
|
418
|
+
### Bug Fixes
|
|
419
|
+
|
|
420
|
+
- **helptriggericon:** strong focus styling riktig størrelse
|
|
421
|
+
([ada7679](https://github.com/helsenorge/designsystem/commit/ada7679c59fe0754d74211f9087d73f504313faf)), closes
|
|
422
|
+
[#350475](https://github.com/helsenorge/designsystem/issues/350475)
|
|
423
|
+
- **helptriggericon:** svg får riktig rolle og aria
|
|
424
|
+
([e1cac75](https://github.com/helsenorge/designsystem/commit/e1cac758b62fddd560bd21fda2bf4905676292fd)), closes
|
|
425
|
+
[#350475](https://github.com/helsenorge/designsystem/issues/350475)
|
|
426
|
+
- **popover:** fiks padding for popover og popmenu
|
|
427
|
+
([c4d916c](https://github.com/helsenorge/designsystem/commit/c4d916cc48d2cc95bc7461a43dbe1fbc67c81576)), closes
|
|
428
|
+
[#350488](https://github.com/helsenorge/designsystem/issues/350488)
|
|
429
|
+
- **popover:** sett border radius lik som skisser
|
|
430
|
+
([d665e38](https://github.com/helsenorge/designsystem/commit/d665e385b5187be9674b35a15fae4dfc3c9055a6)), closes
|
|
431
|
+
[#350488](https://github.com/helsenorge/designsystem/issues/350488)
|
|
432
|
+
|
|
433
|
+
## [11.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.7.1&targetVersion=GTv11.8.0) (2025-08-29)
|
|
434
|
+
|
|
435
|
+
### Features
|
|
436
|
+
|
|
437
|
+
- **formgroup:** flyttet ref og tabindex til errorwrapper feilmelding
|
|
438
|
+
([a64a00a](https://github.com/helsenorge/designsystem/commit/a64a00a25dd432f85f84901dbb233fe345103b70)), closes
|
|
439
|
+
[#339940](https://github.com/helsenorge/designsystem/issues/339940)
|
|
440
|
+
|
|
441
|
+
## [11.7.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.7.0&targetVersion=GTv11.7.1) (2025-08-25)
|
|
442
|
+
|
|
443
|
+
### Bug Fixes
|
|
444
|
+
|
|
445
|
+
- **useBreakpoint:** oppdaterer breakpoint etter første render
|
|
446
|
+
([545999e](https://github.com/helsenorge/designsystem/commit/545999e0741ab9e4ce1ecbc7e993e7aef68b6394)), closes
|
|
447
|
+
[#348789](https://github.com/helsenorge/designsystem/issues/348789)
|
|
448
|
+
|
|
449
|
+
## [11.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.6.0&targetVersion=GTv11.7.0) (2025-08-13)
|
|
450
|
+
|
|
451
|
+
### Features
|
|
452
|
+
|
|
453
|
+
- **notificationpanel:** propen role har status som valg
|
|
454
|
+
([6c93716](https://github.com/helsenorge/designsystem/commit/6c937166f6ccf35c9d91699b5c19ea5327e9103e)), closes
|
|
455
|
+
[#357209](https://github.com/helsenorge/designsystem/issues/357209)
|
|
456
|
+
|
|
457
|
+
## [11.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.5.0&targetVersion=GTv11.6.0) (2025-08-11)
|
|
458
|
+
|
|
459
|
+
### Features
|
|
460
|
+
|
|
461
|
+
- **fromgroup:** formgroup får aria-labelledby som alternativ til legend
|
|
462
|
+
([abf306c](https://github.com/helsenorge/designsystem/commit/abf306ca007f12a399aee5ad26c993f6a458df83)), closes
|
|
463
|
+
[#356915](https://github.com/helsenorge/designsystem/issues/356915)
|
|
464
|
+
- **panel:** legg til controlled funksjonalitet for expandable panel
|
|
465
|
+
([de7ca61](https://github.com/helsenorge/designsystem/commit/de7ca612169be8e5e825a9975cbc30c79dde446c)), closes
|
|
466
|
+
[#356603](https://github.com/helsenorge/designsystem/issues/356603)
|
|
467
|
+
|
|
468
|
+
### Bug Fixes
|
|
469
|
+
|
|
470
|
+
- **tabs:** border vises rart på noen skjermer
|
|
471
|
+
([40c4fb5](https://github.com/helsenorge/designsystem/commit/40c4fb5c08d688dfa633573d851d3a14098a99a8)), closes
|
|
472
|
+
[#346853](https://github.com/helsenorge/designsystem/issues/346853)
|
|
473
|
+
- **tabs:** tablist border ser riktig ut ved zooming
|
|
474
|
+
([d031642](https://github.com/helsenorge/designsystem/commit/d031642fff55581b845819e26e20c17da4d9c18e)), closes
|
|
475
|
+
[#346853](https://github.com/helsenorge/designsystem/issues/346853)
|
|
476
|
+
|
|
477
|
+
## [11.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.4.1&targetVersion=GTv11.5.0) (2025-07-30)
|
|
478
|
+
|
|
479
|
+
### Features
|
|
480
|
+
|
|
481
|
+
- clickarea for radiobutton og checkbox oppfyller uu krav
|
|
482
|
+
([0e01c6f](https://github.com/helsenorge/designsystem/commit/0e01c6f745600ee60c2e704cbe3e6109532004e3)), closes
|
|
483
|
+
[#355146](https://github.com/helsenorge/designsystem/issues/355146)
|
|
484
|
+
- **highlighter:** ny komponent ([974bded](https://github.com/helsenorge/designsystem/commit/974bdedb7109d32271a292b995008e848dd6d2bb)),
|
|
485
|
+
closes [#341189](https://github.com/helsenorge/designsystem/issues/341189)
|
|
486
|
+
- **panel:** legg til aria label for buttonBottom
|
|
487
|
+
([470fd44](https://github.com/helsenorge/designsystem/commit/470fd443a1ae56f7225a013e91c52cad57d8c960)), closes
|
|
488
|
+
[#356384](https://github.com/helsenorge/designsystem/issues/356384)
|
|
489
|
+
|
|
490
|
+
### Bug Fixes
|
|
491
|
+
|
|
492
|
+
- colorscss og spacerscss importeres i helsenorgecss
|
|
493
|
+
([321fdff](https://github.com/helsenorge/designsystem/commit/321fdff9133ae974d60855e3f995841db824d042)), closes
|
|
494
|
+
[#355112](https://github.com/helsenorge/designsystem/issues/355112)
|
|
495
|
+
- **toggle:** lagt til role switch ([d70ac71](https://github.com/helsenorge/designsystem/commit/d70ac718012d47a9a6e46098390314e17ed18290)),
|
|
496
|
+
closes [#356306](https://github.com/helsenorge/designsystem/issues/356306)
|
|
497
|
+
|
|
498
|
+
## [11.4.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.4.0&targetVersion=GTv11.4.1) (2025-07-11)
|
|
499
|
+
|
|
500
|
+
### Bug Fixes
|
|
501
|
+
|
|
502
|
+
- **panel:** legg til manglende onexpand function prop
|
|
503
|
+
([a2ee192](https://github.com/helsenorge/designsystem/commit/a2ee19211b5b808bdea0b82484125622ef1cef48)), closes
|
|
504
|
+
[#356092](https://github.com/helsenorge/designsystem/issues/356092)
|
|
505
|
+
|
|
506
|
+
## [11.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.3.1&targetVersion=GTv11.4.0) (2025-07-08)
|
|
507
|
+
|
|
508
|
+
### Features
|
|
509
|
+
|
|
510
|
+
- oppdatert help fargetoken ([31d3226](https://github.com/helsenorge/designsystem/commit/31d32262b902c0dd3c39d5ec8d0e98ec96d88b34)), closes
|
|
511
|
+
[#351112](https://github.com/helsenorge/designsystem/issues/351112)
|
|
512
|
+
- **icon:** nytt ikon treatmentaids ([a76a8fe](https://github.com/helsenorge/designsystem/commit/a76a8fe45a2e072af895a84b6288edfcf5959aa2)),
|
|
513
|
+
closes [#354525](https://github.com/helsenorge/designsystem/issues/354525)
|
|
514
|
+
- **panel:** legg til ref ([306b176](https://github.com/helsenorge/designsystem/commit/306b176c7b6cf7b6f49d4bef56a3fd2f9f7a3fb0)), closes
|
|
515
|
+
[#354177](https://github.com/helsenorge/designsystem/issues/354177)
|
|
516
|
+
- **panel:** oppdatert markering av ny-state
|
|
517
|
+
([dc9539d](https://github.com/helsenorge/designsystem/commit/dc9539d9c3f8663913866d8c9e59a101cee5deb8)), closes
|
|
518
|
+
[#353574](https://github.com/helsenorge/designsystem/issues/353574)
|
|
519
|
+
- **statusdot:** legg til 3 nye statusdotter
|
|
520
|
+
([a03339c](https://github.com/helsenorge/designsystem/commit/a03339cfca0901abebf41ce5422e8b2dd1c44d91)), closes
|
|
521
|
+
[#355543](https://github.com/helsenorge/designsystem/issues/355543)
|
|
522
|
+
- **step:** legg til mulighet for custom classes
|
|
523
|
+
([e7c99e8](https://github.com/helsenorge/designsystem/commit/e7c99e8cf2650affcafb523aaed0760af6d25e32)), closes
|
|
524
|
+
[#355590](https://github.com/helsenorge/designsystem/issues/355590)
|
|
525
|
+
|
|
526
|
+
### Bug Fixes
|
|
527
|
+
|
|
528
|
+
- **articleteaser:** gradient har myk overgang
|
|
529
|
+
([3483d7e](https://github.com/helsenorge/designsystem/commit/3483d7e86d222805ae30379b33531889f5de59a6)), closes
|
|
530
|
+
[#354140](https://github.com/helsenorge/designsystem/issues/354140)
|
|
531
|
+
- **badge:** kontrast på notification badge warn
|
|
532
|
+
([5284733](https://github.com/helsenorge/designsystem/commit/52847332b71f2ce49519a4a65d2dbe83002cfded)), closes
|
|
533
|
+
[#355693](https://github.com/helsenorge/designsystem/issues/355693)
|
|
534
|
+
- **datepicker:** focus underline vises på safari
|
|
535
|
+
([b79160a](https://github.com/helsenorge/designsystem/commit/b79160a976b87e1e272201cd4962b47a1866b063)), closes
|
|
536
|
+
[#355604](https://github.com/helsenorge/designsystem/issues/355604)
|
|
537
|
+
- **lightbox:** riktig fokushåndtering
|
|
538
|
+
([da4de84](https://github.com/helsenorge/designsystem/commit/da4de840e098c922f7978dd2d1896c746a3f86bd)), closes
|
|
539
|
+
[#354742](https://github.com/helsenorge/designsystem/issues/354742)
|
|
540
|
+
- **listheader:** fiks ikonstørrelse for minste breakpoint
|
|
541
|
+
([21de566](https://github.com/helsenorge/designsystem/commit/21de566bafdf2f666a74864681a8985f0efc00e2)), closes
|
|
542
|
+
[#350169](https://github.com/helsenorge/designsystem/issues/350169)
|
|
543
|
+
|
|
544
|
+
## [11.3.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.3.0&targetVersion=GTv11.3.1) (2025-06-17)
|
|
545
|
+
|
|
546
|
+
### Features
|
|
547
|
+
|
|
548
|
+
- **panel:** setter testid på ekspandert innhold
|
|
549
|
+
([f0a670b](https://github.com/helsenorge/designsystem/commit/f0a670bda5cae7b47e1b51455d99678871215d33)), closes
|
|
550
|
+
[#354743](https://github.com/helsenorge/designsystem/issues/354743)
|
|
551
|
+
|
|
552
|
+
## [11.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.2.0&targetVersion=GTv11.3.0) (2025-06-10)
|
|
553
|
+
|
|
554
|
+
### Features
|
|
555
|
+
|
|
556
|
+
- prosesshjelp fargetokens lagt til ([c70fb44](https://github.com/helsenorge/designsystem/commit/c70fb44c9b95338f1e19563931d707a5921e311b)),
|
|
557
|
+
closes [#353506](https://github.com/helsenorge/designsystem/issues/353506)
|
|
558
|
+
- spacers tokens ([575cd80](https://github.com/helsenorge/designsystem/commit/575cd8081ffdb9c96b7df28e85fa4ff3bd4025db)), closes
|
|
559
|
+
[#351112](https://github.com/helsenorge/designsystem/issues/351112)
|
|
560
|
+
- **drawer:** flytt lukkekryss til hjørnet
|
|
561
|
+
([2b8ff77](https://github.com/helsenorge/designsystem/commit/2b8ff771c5de8bbe7a6f1b257f2df35d8e01bced))
|
|
562
|
+
- **drawer:** gjør onclose optional ([6eb0bf3](https://github.com/helsenorge/designsystem/commit/6eb0bf3a97b465ba11abba7e4b6b9023130bf788))
|
|
563
|
+
- **drawer:** legg på shadow ved scroll istedenfor border
|
|
564
|
+
([2f3162a](https://github.com/helsenorge/designsystem/commit/2f3162a2903e6e7ce12d95d99b55909282fbcb76))
|
|
565
|
+
- **drawer:** stopp scrolling bak drawer
|
|
566
|
+
([4e5ebe1](https://github.com/helsenorge/designsystem/commit/4e5ebe16b8340c28ea2066d7a63f2065bef19de9))
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
- drawer og modal får lik overlay ([99efb7b](https://github.com/helsenorge/designsystem/commit/99efb7b9ac463e09678f081417be006cd9954d87)),
|
|
571
|
+
closes [#352610](https://github.com/helsenorge/designsystem/issues/352610)
|
|
572
|
+
- **close:** riktig size på inner container for small versjon
|
|
573
|
+
([d23f53a](https://github.com/helsenorge/designsystem/commit/d23f53a959e0c2cd17bde70431775a90d0c5382b)), closes
|
|
574
|
+
[#352915](https://github.com/helsenorge/designsystem/issues/352915)
|
|
575
|
+
- **drawer:** legg til scroll shadow også på tiny screen query
|
|
576
|
+
([1cdf6df](https://github.com/helsenorge/designsystem/commit/1cdf6dfc78b3e71bbebe2d2ad6104e6e36ea5e0a)), closes
|
|
577
|
+
[#352610](https://github.com/helsenorge/designsystem/issues/352610)
|
|
578
|
+
|
|
579
|
+
## [11.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.1.0&targetVersion=GTv11.2.0) (2025-05-27)
|
|
580
|
+
|
|
581
|
+
### Features
|
|
582
|
+
|
|
583
|
+
- legg til active styling på nye komponenter
|
|
584
|
+
([7e01e15](https://github.com/helsenorge/designsystem/commit/7e01e15f329985cc5fdf2a3b5430e68d0a793346)), closes
|
|
585
|
+
[#350468](https://github.com/helsenorge/designsystem/issues/350468) [#351362](https://github.com/helsenorge/designsystem/issues/351362)
|
|
586
|
+
[#351368](https://github.com/helsenorge/designsystem/issues/351368)
|
|
587
|
+
- oppdaterte fargetokens ([e30d942](https://github.com/helsenorge/designsystem/commit/e30d942c4179c9ed18fe63deb9f89be435e9c08d)), closes
|
|
588
|
+
[#349793](https://github.com/helsenorge/designsystem/issues/349793)
|
|
589
|
+
- **articleteaser:** ny komponent ([3431e82](https://github.com/helsenorge/designsystem/commit/3431e8219f0e95e75547cf78a8ed5467c3972de4)),
|
|
590
|
+
closes [#351362](https://github.com/helsenorge/designsystem/issues/351362)
|
|
591
|
+
- **close:** legg til flere farger og bruk i helpdrawer
|
|
592
|
+
([c442703](https://github.com/helsenorge/designsystem/commit/c442703d95c7bf490e21fadc380161f9a1d3d82f)), closes
|
|
593
|
+
[#352915](https://github.com/helsenorge/designsystem/issues/352915)
|
|
594
|
+
- **helpdrawer:** lagt til komponent
|
|
595
|
+
([0358d95](https://github.com/helsenorge/designsystem/commit/0358d9586727ba45ece5899c39a077d2682aa976)), closes
|
|
596
|
+
[#350492](https://github.com/helsenorge/designsystem/issues/350492)
|
|
597
|
+
- **helpdrawer:** nytt komponent helpdrawer
|
|
598
|
+
([4fbd27a](https://github.com/helsenorge/designsystem/commit/4fbd27a0278bce9a79ce43ffe8debb5b7b8067d0))
|
|
599
|
+
- **helpdrawer:** nytt komponent helpdrawer"
|
|
600
|
+
([e743080](https://github.com/helsenorge/designsystem/commit/e7430809193b1bc4b0ff26046ffb2822871967f5)), closes
|
|
601
|
+
[#350492](https://github.com/helsenorge/designsystem/issues/350492)
|
|
602
|
+
- **helpteaser:** ny komponent ([806f2ab](https://github.com/helsenorge/designsystem/commit/806f2ab7eba0179a1592a4a92bcd56c020d3c6f7))
|
|
603
|
+
- **icon:** nytt ikon toddler ([4d02bb4](https://github.com/helsenorge/designsystem/commit/4d02bb437340cc1cc8833a0b44badbdf119db43f)),
|
|
604
|
+
closes [#352079](https://github.com/helsenorge/designsystem/issues/352079)
|
|
605
|
+
- **illustration:** nye illustrasjoner for småbarnsliv
|
|
606
|
+
([855cc01](https://github.com/helsenorge/designsystem/commit/855cc013f9938a1e0d56e04581990a8d30ba64e1)), closes
|
|
607
|
+
[#353036](https://github.com/helsenorge/designsystem/issues/353036)
|
|
608
|
+
- **infoteaser:** ny komponent ([8c35a84](https://github.com/helsenorge/designsystem/commit/8c35a84e94fc8e7344266ca8585a15bd2e93d2f8)),
|
|
609
|
+
closes [#351368](https://github.com/helsenorge/designsystem/issues/351368)
|
|
610
|
+
- **panel:** legg til språkstøtte og ta i bruk tokens
|
|
611
|
+
([3f21b2e](https://github.com/helsenorge/designsystem/commit/3f21b2e90041537c05e403b4237db7ffe07b5f40)), closes
|
|
612
|
+
[#349728](https://github.com/helsenorge/designsystem/issues/349728) [#349793](https://github.com/helsenorge/designsystem/issues/349793)
|
|
613
|
+
|
|
614
|
+
### Bug Fixes
|
|
615
|
+
|
|
616
|
+
- legg til manglende analytics id ([a11ea2c](https://github.com/helsenorge/designsystem/commit/a11ea2c1a21ddf7a4bb6aa2a0ca6d9edfa1f6582)),
|
|
617
|
+
closes [#351362](https://github.com/helsenorge/designsystem/issues/351362)
|
|
618
|
+
- usebreakpoint bommer når flere breakpoints trigger samtidig
|
|
619
|
+
([1dc454e](https://github.com/helsenorge/designsystem/commit/1dc454e94a73b8c82f45c86610986d4218cb9e9c)), closes
|
|
620
|
+
[#351338](https://github.com/helsenorge/designsystem/issues/351338)
|
|
621
|
+
- **articleteaser:** kun vis fokus styling på focus-visible
|
|
622
|
+
([83a0cfb](https://github.com/helsenorge/designsystem/commit/83a0cfb4b9e70614bb7bdff6313c424543fa60db))
|
|
623
|
+
- **articleteaser:** tykkelse på fokus
|
|
624
|
+
([bda2253](https://github.com/helsenorge/designsystem/commit/bda2253fe91a50ec6752557d3910c33ebbffb27b))
|
|
625
|
+
- **icon:** fiks toddler ikon ([14883df](https://github.com/helsenorge/designsystem/commit/14883df7c20d291c2a92f8c2acd80d6ce460d0ff)),
|
|
626
|
+
closes [#352079](https://github.com/helsenorge/designsystem/issues/352079)
|
|
627
|
+
- **infoteaser:** riktig focus tykkelse
|
|
628
|
+
([5de4798](https://github.com/helsenorge/designsystem/commit/5de47982951f8f07be03215c1980c68e7762e617)), closes
|
|
629
|
+
[#351368](https://github.com/helsenorge/designsystem/issues/351368)
|
|
630
|
+
|
|
631
|
+
## [11.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv11.0.0&targetVersion=GTv11.1.0) (2025-05-09)
|
|
632
|
+
|
|
633
|
+
### Features
|
|
634
|
+
|
|
635
|
+
- ny hook useismobilebreakpoint ([a5db7ed](https://github.com/helsenorge/designsystem/commit/a5db7ed8753af15ea29e459c2d5032b43e813856)),
|
|
636
|
+
closes [#351338](https://github.com/helsenorge/designsystem/issues/351338)
|
|
637
|
+
- spacers tokens lagt til ([40b77e4](https://github.com/helsenorge/designsystem/commit/40b77e4626971621f6645e61df2636249463c2f7)), closes
|
|
638
|
+
[#347154](https://github.com/helsenorge/designsystem/issues/347154)
|
|
639
|
+
- **drawer:** mulighet til å skru av lukkekryss
|
|
640
|
+
([f486bee](https://github.com/helsenorge/designsystem/commit/f486bee62d3709e2c4b9f39d6ce9e770c4010cc4)), closes
|
|
641
|
+
[#351292](https://github.com/helsenorge/designsystem/issues/351292)
|
|
642
|
+
- **modal:** footercontent prop legges til for å kunne gi egne cta buttons
|
|
643
|
+
([f5b0519](https://github.com/helsenorge/designsystem/commit/f5b051917081f6f7d8be44ff33679ace6a6e02da)), closes
|
|
644
|
+
[#350943](https://github.com/helsenorge/designsystem/issues/350943)
|
|
645
|
+
|
|
646
|
+
### Bug Fixes
|
|
647
|
+
|
|
648
|
+
- **lightbox:** fiks problem med store knapper på ios
|
|
649
|
+
([91481f6](https://github.com/helsenorge/designsystem/commit/91481f64ad0982f579558407658747eae5a5a30e)), closes
|
|
650
|
+
[#331056](https://github.com/helsenorge/designsystem/issues/331056)
|
|
651
|
+
- **lightbox:** scrollbar vises ikke med lightbox åpen
|
|
652
|
+
([3953140](https://github.com/helsenorge/designsystem/commit/3953140a0e1411edc18161eff7e1e727933cb3c3)), closes
|
|
653
|
+
[#350843](https://github.com/helsenorge/designsystem/issues/350843)
|
|
654
|
+
|
|
655
|
+
## [11.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.8.0&targetVersion=GTv11.0.0) (2025-04-29)
|
|
656
|
+
|
|
657
|
+
### Bug Fixes
|
|
658
|
+
|
|
659
|
+
- sass use variabler oppdatert ([a724dd1](https://github.com/helsenorge/designsystem/commit/a724dd10ebee8446ae161370ebac15e3e0738c8d))
|
|
660
|
+
- **panel:** riktig styling på expander knapp og flere eksempler
|
|
661
|
+
([8e881a9](https://github.com/helsenorge/designsystem/commit/8e881a9cc0093c4ca4e5e9083908839b56ddc89d)), closes
|
|
662
|
+
[#336117](https://github.com/helsenorge/designsystem/issues/336117)
|
|
663
|
+
|
|
664
|
+
## 11.0.0-beta.4 (2025-04-23)
|
|
665
|
+
|
|
666
|
+
### Features
|
|
667
|
+
|
|
668
|
+
- **panel:** ny komponent ([98b2025](https://github.com/helsenorge/designsystem/commit/98b202577c614f873e87bdbfc5580bd69639c648)), closes
|
|
669
|
+
[#336117](https://github.com/helsenorge/designsystem/issues/336117)
|
|
670
|
+
- **panellistold:** rename komponent for deprecation
|
|
671
|
+
([8466044](https://github.com/helsenorge/designsystem/commit/8466044a0eeb5eb8e4eea763a335980d20d7ad80)), closes
|
|
672
|
+
[#336117](https://github.com/helsenorge/designsystem/issues/336117)
|
|
673
|
+
- **statusdot:** bruk riktig typografi og farge på tekst
|
|
674
|
+
([3e1d96b](https://github.com/helsenorge/designsystem/commit/3e1d96b111ac22f7bf76151382d0e9f93145200f)), closes
|
|
675
|
+
[#348830](https://github.com/helsenorge/designsystem/issues/348830)
|
|
676
|
+
|
|
677
|
+
### Bug Fixes
|
|
678
|
+
|
|
679
|
+
- **panel:** importer farger likt som andre steder
|
|
680
|
+
([e657e07](https://github.com/helsenorge/designsystem/commit/e657e071050b709384c8808eb2d05471c27f55b3)), closes
|
|
681
|
+
[#349802](https://github.com/helsenorge/designsystem/issues/349802)
|
|
682
|
+
- **statusdot:** align ikon og tekst centered
|
|
683
|
+
([7672af1](https://github.com/helsenorge/designsystem/commit/7672af1587421eeb1fedeff2b59f0d6a704ab4ab)), closes
|
|
684
|
+
[#349184](https://github.com/helsenorge/designsystem/issues/349184)
|
|
685
|
+
- **statusdot:** riktig typography ([662ec26](https://github.com/helsenorge/designsystem/commit/662ec268a0ceb5efd249bd18205deaaac6267a04)),
|
|
686
|
+
closes [#348830](https://github.com/helsenorge/designsystem/issues/348830)
|
|
687
|
+
|
|
688
|
+
## 11.0.0-beta.3 (2025-03-28)
|
|
689
|
+
|
|
690
|
+
### Features
|
|
691
|
+
|
|
692
|
+
- bootstrap grid flyttes til å ligge lokalt i designsystemet
|
|
693
|
+
([c03db2d](https://github.com/helsenorge/designsystem/commit/c03db2d6e9c34866213b429ee724bb07cd1ab479)), closes
|
|
694
|
+
[#346390](https://github.com/helsenorge/designsystem/issues/346390)
|
|
695
|
+
- **helptooltip:** rename fra tooltip til helptooltip
|
|
696
|
+
([431b346](https://github.com/helsenorge/designsystem/commit/431b346c75e2046cacc87e788362c41d1085b85a)), closes
|
|
697
|
+
[#346491](https://github.com/helsenorge/designsystem/issues/346491)
|
|
698
|
+
- **panelold:** rename gammelt panel til panelold
|
|
699
|
+
([8f079ab](https://github.com/helsenorge/designsystem/commit/8f079aba3c21ce3b7dbcf0551c35f67eb7bab559)), closes
|
|
700
|
+
[#347924](https://github.com/helsenorge/designsystem/issues/347924)
|
|
701
|
+
|
|
702
|
+
## 11.0.0-beta.2 (2025-03-12)
|
|
703
|
+
|
|
704
|
+
## 11.0.0-beta.1 (2025-03-11)
|
|
705
|
+
|
|
706
|
+
### Features
|
|
707
|
+
|
|
708
|
+
- **helptrigger:** rename fra Trigger til HelpTrigger
|
|
709
|
+
([cabb1a5](https://github.com/helsenorge/designsystem/commit/cabb1a535da4021ebe8e3826954e7a536e379a62)), closes
|
|
710
|
+
[#346490](https://github.com/helsenorge/designsystem/issues/346490)
|
|
711
|
+
- **statusdot:** oppdatert varianter og ikoner
|
|
712
|
+
([482aa0d](https://github.com/helsenorge/designsystem/commit/482aa0dfb8cd0e89c833a6c663ae8756be648b85)), closes
|
|
713
|
+
[#334937](https://github.com/helsenorge/designsystem/issues/334937)
|
|
714
|
+
|
|
715
|
+
## 11.0.0-beta.0 (2025-03-05)
|
|
716
|
+
|
|
717
|
+
## [10.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.7.0&targetVersion=GTv10.8.0) (2025-04-23)
|
|
718
|
+
|
|
719
|
+
### Features
|
|
720
|
+
|
|
721
|
+
- oppdater fargetokens for plum ([7a5eb26](https://github.com/helsenorge/designsystem/commit/7a5eb26db3a190cbc43a8e71a3187752394f79d5)),
|
|
722
|
+
closes [#349794](https://github.com/helsenorge/designsystem/issues/349794)
|
|
723
|
+
- **modal:** legg til prop for role ([01e24b3](https://github.com/helsenorge/designsystem/commit/01e24b380e4d91d9aee0f5e6b2dce6f61bf20c31)),
|
|
724
|
+
closes [#346796](https://github.com/helsenorge/designsystem/issues/346796)
|
|
725
|
+
- **radiobutton:** sett styling på checked disabled state
|
|
726
|
+
([78e56df](https://github.com/helsenorge/designsystem/commit/78e56dff7477766f5cf8cdd5e52f044c1a50879d)), closes
|
|
727
|
+
[#339561](https://github.com/helsenorge/designsystem/issues/339561)
|
|
728
|
+
|
|
729
|
+
### Bug Fixes
|
|
730
|
+
|
|
731
|
+
- **dropdown:** trykke på eller ved siden av skal lukke dropdown
|
|
732
|
+
([b0d852c](https://github.com/helsenorge/designsystem/commit/b0d852cb42ed0ce41f8baa067d0dae5aba69800f)), closes
|
|
733
|
+
[#343160](https://github.com/helsenorge/designsystem/issues/343160)
|
|
734
|
+
- **toggle:** toggle right med lang sublabel wrapper ikke riktig
|
|
735
|
+
([409ef89](https://github.com/helsenorge/designsystem/commit/409ef8916a99d7f66a3e327ca8b259f6a1c2bed5)), closes
|
|
736
|
+
[#349679](https://github.com/helsenorge/designsystem/issues/349679)
|
|
737
|
+
|
|
738
|
+
## [10.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.6.3&targetVersion=GTv10.7.0) (2025-04-10)
|
|
739
|
+
|
|
740
|
+
### Features
|
|
741
|
+
|
|
742
|
+
- **dropdown:** legg til språkhåndtering
|
|
743
|
+
([e54e4e8](https://github.com/helsenorge/designsystem/commit/e54e4e8a3abf2fb44fc9e39ba77bb344b61ecee5)), closes
|
|
744
|
+
[#349329](https://github.com/helsenorge/designsystem/issues/349329)
|
|
745
|
+
|
|
746
|
+
### Bug Fixes
|
|
747
|
+
|
|
748
|
+
- **lightbox:** zoom pan og zindex fikser
|
|
749
|
+
([ffc268d](https://github.com/helsenorge/designsystem/commit/ffc268d607b3ce7c613b0db5e20db4b2c6c1e18d)), closes
|
|
750
|
+
[#342790](https://github.com/helsenorge/designsystem/issues/342790)
|
|
751
|
+
|
|
752
|
+
## [10.6.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.6.2&targetVersion=GTv10.6.3) (2025-03-20)
|
|
753
|
+
|
|
754
|
+
### Bug Fixes
|
|
755
|
+
|
|
756
|
+
- nedre focus outline forsvinner ([5124290](https://github.com/helsenorge/designsystem/commit/51242909087003fbe390c89e2360681d4500ebe1)),
|
|
757
|
+
closes [#347177](https://github.com/helsenorge/designsystem/issues/347177)
|
|
758
|
+
- useBreakpoint kaller ikke window.matchMedia ved server side rendering
|
|
759
|
+
([00b7926](https://github.com/helsenorge/designsystem/commit/00b792639a436a876a2a9f3ecdf2679b52304f54)), closes
|
|
760
|
+
[#347898](https://github.com/helsenorge/designsystem/issues/347898)
|
|
761
|
+
|
|
762
|
+
## [10.6.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.6.1&targetVersion=GTv10.6.2) (2025-03-14)
|
|
763
|
+
|
|
764
|
+
### Reverts
|
|
765
|
+
|
|
766
|
+
- tar i bruk sass use" ([b4fc044](https://github.com/helsenorge/designsystem/commit/b4fc044c68aee56fdbe4ad93f8397f87bae5a0c3))
|
|
767
|
+
|
|
768
|
+
## [10.6.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.6.0&targetVersion=GTv10.6.1) (2025-03-14)
|
|
769
|
+
|
|
770
|
+
### Bug Fixes
|
|
771
|
+
|
|
772
|
+
- **expanderlist:** nedre focus outline forsvinner
|
|
773
|
+
([f345142](https://github.com/helsenorge/designsystem/commit/f345142968f86db4b1b3aeb33cfce7f9c237af32))
|
|
774
|
+
- **expanderlist:** nedre focus outline forsvinner"
|
|
775
|
+
([c8fde30](https://github.com/helsenorge/designsystem/commit/c8fde305783f79eeb0bb24587cb19a282a60f3f7)), closes
|
|
776
|
+
[#347177](https://github.com/helsenorge/designsystem/issues/347177)
|
|
777
|
+
|
|
778
|
+
## [10.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.5.0&targetVersion=GTv10.6.0) (2025-03-12)
|
|
779
|
+
|
|
780
|
+
### Features
|
|
781
|
+
|
|
782
|
+
- **trigger:** marker prop som deprecated
|
|
783
|
+
([f850cb2](https://github.com/helsenorge/designsystem/commit/f850cb2717788b02656dbb6b0cc8ffbbc541a327)), closes
|
|
784
|
+
[#346490](https://github.com/helsenorge/designsystem/issues/346490)
|
|
785
|
+
|
|
786
|
+
### Bug Fixes
|
|
787
|
+
|
|
788
|
+
- **dropdown:** bare tastaturnavigasjon fokuserer første child
|
|
789
|
+
([ee5438a](https://github.com/helsenorge/designsystem/commit/ee5438aa561ce2a8c3a19bc65ac2153cfd77c086)), closes
|
|
790
|
+
[#342762](https://github.com/helsenorge/designsystem/issues/342762)
|
|
791
|
+
- **popover:** border radius for linklist type button er riktig
|
|
792
|
+
([0864551](https://github.com/helsenorge/designsystem/commit/08645513954f4bb03d003d46f7751890f6f8243b)), closes
|
|
793
|
+
[#347231](https://github.com/helsenorge/designsystem/issues/347231)
|
|
794
|
+
|
|
795
|
+
## [10.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.4.1&targetVersion=GTv10.5.0) (2025-03-06)
|
|
796
|
+
|
|
797
|
+
### Features
|
|
798
|
+
|
|
799
|
+
- **dropdown:** mulig å sette minimumsbredde på dropdown
|
|
800
|
+
([c57f803](https://github.com/helsenorge/designsystem/commit/c57f8037c9da11ab6d7ffbfe6557a044a216ba39)), closes
|
|
801
|
+
[#346470](https://github.com/helsenorge/designsystem/issues/346470)
|
|
802
|
+
|
|
803
|
+
### Bug Fixes
|
|
804
|
+
|
|
805
|
+
- **language:** eksporter LanguageContext
|
|
806
|
+
([e0e841a](https://github.com/helsenorge/designsystem/commit/e0e841a13237bbadfebf9b2098d873a00a5eda10))
|
|
807
|
+
|
|
808
|
+
## [10.4.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.4.0&targetVersion=GTv10.4.1) (2025-03-05)
|
|
809
|
+
|
|
810
|
+
### Bug Fixes
|
|
811
|
+
|
|
812
|
+
- eksporter interface for languagecontext
|
|
813
|
+
([d35da32](https://github.com/helsenorge/designsystem/commit/d35da32647631e5c01a586ec43d6e0622a5cb279))
|
|
814
|
+
|
|
815
|
+
## [10.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.3.0&targetVersion=GTv10.4.0) (2025-03-04)
|
|
816
|
+
|
|
817
|
+
### Features
|
|
818
|
+
|
|
819
|
+
- **drawer:** lukk drawer med escape knapp
|
|
820
|
+
([b307451](https://github.com/helsenorge/designsystem/commit/b30745144f54b4ceda551bd07e3b18e29d08e388)), closes
|
|
821
|
+
[#346116](https://github.com/helsenorge/designsystem/issues/346116)
|
|
822
|
+
- **icon:** nye ikoner ([cfb9c42](https://github.com/helsenorge/designsystem/commit/cfb9c42076e22649df45ab0497e478f5244e55ec)), closes
|
|
823
|
+
[#343101](https://github.com/helsenorge/designsystem/issues/343101)
|
|
824
|
+
- **utils:** felles språkkontekst ([bbd6d1e](https://github.com/helsenorge/designsystem/commit/bbd6d1eb9e5b06780e7ce29d631b83a3f5d01e89)),
|
|
825
|
+
closes [#345767](https://github.com/helsenorge/designsystem/issues/345767)
|
|
826
|
+
|
|
827
|
+
### Bug Fixes
|
|
828
|
+
|
|
829
|
+
- **dropdown:** oppdater interaksjon og aria attributter til menu button patternet
|
|
830
|
+
([3d594e2](https://github.com/helsenorge/designsystem/commit/3d594e2728df0d41a9e9ee3fcbab1dbaaebb7e73)), closes
|
|
831
|
+
[#342762](https://github.com/helsenorge/designsystem/issues/342762)
|
|
832
|
+
- **popmenu:** avrundede hjørner uansett
|
|
833
|
+
([f1ed605](https://github.com/helsenorge/designsystem/commit/f1ed60520d9b37a00bdbad39937a8beb2a78192a)), closes
|
|
834
|
+
[#346274](https://github.com/helsenorge/designsystem/issues/346274)
|
|
835
|
+
|
|
836
|
+
## [10.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.2.0&targetVersion=GTv10.3.0) (2025-02-27)
|
|
837
|
+
|
|
838
|
+
### Features
|
|
839
|
+
|
|
840
|
+
- **duolist:** ta i bruk ny styling med nye avstander
|
|
841
|
+
([fdea2a4](https://github.com/helsenorge/designsystem/commit/fdea2a49fd448fc56fb6c26e4208c1f367abaf65)), closes
|
|
842
|
+
[#342805](https://github.com/helsenorge/designsystem/issues/342805)
|
|
843
|
+
- **validation:** ny styling på feil
|
|
844
|
+
([7040cae](https://github.com/helsenorge/designsystem/commit/7040caec6a0ca76915a100c0b3b2328bdf63f78c)), closes
|
|
845
|
+
[#344114](https://github.com/helsenorge/designsystem/issues/344114) [#344114](https://github.com/helsenorge/designsystem/issues/344114)
|
|
846
|
+
|
|
847
|
+
## [10.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.1.0&targetVersion=GTv10.2.0) (2025-02-18)
|
|
848
|
+
|
|
849
|
+
### Features
|
|
850
|
+
|
|
851
|
+
- nytt komponent drawer ([563a44e](https://github.com/helsenorge/designsystem/commit/563a44ee979ec777cdaea4a02134e3187000b3b9)), closes
|
|
852
|
+
[#339100](https://github.com/helsenorge/designsystem/issues/339100)
|
|
853
|
+
- oppdatering på fontstack spesifikasjon
|
|
854
|
+
([07f2f01](https://github.com/helsenorge/designsystem/commit/07f2f0197099c5d820d0c6caf727b898c86a2c6d)), closes
|
|
855
|
+
[#344729](https://github.com/helsenorge/designsystem/issues/344729)
|
|
856
|
+
- **illustration:** nye illustrasjoner
|
|
857
|
+
([e3bc97d](https://github.com/helsenorge/designsystem/commit/e3bc97d4b9e0cbf4e4d5a38afd587e4da5a29b22)), closes
|
|
858
|
+
[#339457](https://github.com/helsenorge/designsystem/issues/339457)
|
|
859
|
+
|
|
860
|
+
### Bug Fixes
|
|
861
|
+
|
|
862
|
+
- usebreakpoint oppdateres live igjen
|
|
863
|
+
([fb93380](https://github.com/helsenorge/designsystem/commit/fb93380c21fa31f974224b977cfd82e7077d9f87)), closes
|
|
864
|
+
[#345242](https://github.com/helsenorge/designsystem/issues/345242)
|
|
865
|
+
- **highlightpanel:** ikke rendre tittel to ganger og fiks bakgrunnsfarge i large size
|
|
866
|
+
([73e0a71](https://github.com/helsenorge/designsystem/commit/73e0a7182f9473ddce3ff6db8cf5ad758d517d86)), closes
|
|
867
|
+
[#337117](https://github.com/helsenorge/designsystem/issues/337117) [#340928](https://github.com/helsenorge/designsystem/issues/340928)
|
|
868
|
+
- **modal:** returnerer fokus ved lukk og 400 prosent zoom fiks for høyde
|
|
869
|
+
([7695152](https://github.com/helsenorge/designsystem/commit/7695152fc6ce8a995ec61636b5de8b47ad0dd6ef)), closes
|
|
870
|
+
[#344549](https://github.com/helsenorge/designsystem/issues/344549)
|
|
871
|
+
|
|
872
|
+
## [10.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.0.3&targetVersion=GTv10.1.0) (2025-02-11)
|
|
873
|
+
|
|
874
|
+
### Features
|
|
875
|
+
|
|
876
|
+
- **datepicker:** fjerner focus trap
|
|
877
|
+
([7ede104](https://github.com/helsenorge/designsystem/commit/7ede10473aab37ca64daa397ae7f9b6d09d1f4d1)), closes
|
|
878
|
+
[#343482](https://github.com/helsenorge/designsystem/issues/343482)
|
|
879
|
+
- **tabs:** lagt til zindex prop ([bad5bfd](https://github.com/helsenorge/designsystem/commit/bad5bfd0cd8e1c718a537ed46461793bac0fea64)),
|
|
880
|
+
closes [#343835](https://github.com/helsenorge/designsystem/issues/343835)
|
|
881
|
+
|
|
882
|
+
### Bug Fixes
|
|
883
|
+
|
|
884
|
+
- **datepicker:** popup lukker seg riktig ved tabbing
|
|
885
|
+
([49792c5](https://github.com/helsenorge/designsystem/commit/49792c5df3a976219ab437914a84607e9d84313c)), closes
|
|
886
|
+
[#343482](https://github.com/helsenorge/designsystem/issues/343482)
|
|
887
|
+
- **stickynote:** initialiser høyde i microweb
|
|
888
|
+
([cf0ca27](https://github.com/helsenorge/designsystem/commit/cf0ca272318e8b3d0055f0685fe54ade513535e6)), closes
|
|
889
|
+
[#344200](https://github.com/helsenorge/designsystem/issues/344200)
|
|
890
|
+
|
|
891
|
+
## [10.0.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.0.2&targetVersion=GTv10.0.3) (2025-01-30)
|
|
892
|
+
|
|
893
|
+
### Bug Fixes
|
|
894
|
+
|
|
895
|
+
- **datepicker:** locale setter tekst språk igjen
|
|
896
|
+
([921efcb](https://github.com/helsenorge/designsystem/commit/921efcb9040a2d790e965a009b28b3b4b3593a9b)), closes
|
|
897
|
+
[#343367](https://github.com/helsenorge/designsystem/issues/343367)
|
|
898
|
+
|
|
899
|
+
## [10.0.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.0.1&targetVersion=GTv10.0.2) (2025-01-29)
|
|
900
|
+
|
|
901
|
+
### Bug Fixes
|
|
902
|
+
|
|
903
|
+
- hvis icon har hover prop skal denne ikke overstyres
|
|
904
|
+
([f4956aa](https://github.com/helsenorge/designsystem/commit/f4956aacf26d462b2ffccc24fbce5b0946bd6de4)), closes
|
|
905
|
+
[#336117](https://github.com/helsenorge/designsystem/issues/336117)
|
|
906
|
+
- **listheader:** title margin resettes riktig
|
|
907
|
+
([1b50bc0](https://github.com/helsenorge/designsystem/commit/1b50bc0e3229b2d351b2df17b79798dfd95a9fb8)), closes
|
|
908
|
+
[#343414](https://github.com/helsenorge/designsystem/issues/343414)
|
|
909
|
+
|
|
910
|
+
## [10.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv10.0.0&targetVersion=GTv10.0.1) (2025-01-28)
|
|
911
|
+
|
|
912
|
+
### Bug Fixes
|
|
913
|
+
|
|
914
|
+
- feil letterspacing for title5 ([f1391bd](https://github.com/helsenorge/designsystem/commit/f1391bd18a30b8b2da737c6687e55b61b752a1fa)),
|
|
915
|
+
closes [#342902](https://github.com/helsenorge/designsystem/issues/342902)
|
|
916
|
+
|
|
917
|
+
## [10.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.7.0&targetVersion=GTv10.0.0) (2025-01-27)
|
|
918
|
+
|
|
919
|
+
### Bug Fixes
|
|
920
|
+
|
|
921
|
+
- stylelint ([ebaa482](https://github.com/helsenorge/designsystem/commit/ebaa48251f10436b772a818ce735b544ce8749b7))
|
|
922
|
+
|
|
923
|
+
## 10.0.0-beta.5 (2025-01-22)
|
|
924
|
+
|
|
925
|
+
### Features
|
|
926
|
+
|
|
927
|
+
- **badge:** endre oppbygning av komponenten"
|
|
928
|
+
([89dd434](https://github.com/helsenorge/designsystem/commit/89dd4342e9aa0bc1d9d9da8fe5699fd04adfb206)), closes
|
|
929
|
+
[#339274](https://github.com/helsenorge/designsystem/issues/339274) [#339274](https://github.com/helsenorge/designsystem/issues/339274)
|
|
930
|
+
- **emptystate:** støtte for både tittel og brødtekst
|
|
931
|
+
([676d1c3](https://github.com/helsenorge/designsystem/commit/676d1c362d1341d48ffd598402f1032a7d615362)), closes
|
|
932
|
+
[#342140](https://github.com/helsenorge/designsystem/issues/342140)
|
|
933
|
+
|
|
934
|
+
## 10.0.0-beta.4 (2025-01-10)
|
|
935
|
+
|
|
936
|
+
### Features
|
|
937
|
+
|
|
938
|
+
- **datepicker:** arialabels er nå et object av strings
|
|
939
|
+
([63bbd43](https://github.com/helsenorge/designsystem/commit/63bbd4362be32744bff0add8f37a9fb07c8fc8f5)), closes
|
|
940
|
+
[#331806](https://github.com/helsenorge/designsystem/issues/331806)
|
|
941
|
+
|
|
942
|
+
### Bug Fixes
|
|
943
|
+
|
|
944
|
+
- import på riktig format ([8d2a26c](https://github.com/helsenorge/designsystem/commit/8d2a26cda5d370f8b5eb7acd61c3439d902b6998)), closes
|
|
945
|
+
[#339137](https://github.com/helsenorge/designsystem/issues/339137) [#339137](https://github.com/helsenorge/designsystem/issues/339137)
|
|
946
|
+
|
|
947
|
+
## 10.0.0-beta.3 (2024-12-20)
|
|
948
|
+
|
|
949
|
+
### Bug Fixes
|
|
950
|
+
|
|
951
|
+
- label renderasparent rendrer nå subdued igjen når det passeres inn ren string
|
|
952
|
+
([7851865](https://github.com/helsenorge/designsystem/commit/7851865ac788f7f2390a8093f049b40f020c650b))
|
|
953
|
+
|
|
954
|
+
## 10.0.0-beta.2 (2024-12-20)
|
|
955
|
+
|
|
956
|
+
### Features
|
|
957
|
+
|
|
958
|
+
- arialabels prop for og fikset disabled dager feil
|
|
959
|
+
([e57ba55](https://github.com/helsenorge/designsystem/commit/e57ba55e4a2be478c659ec0515290aebed28674c)), closes
|
|
960
|
+
[#331806](https://github.com/helsenorge/designsystem/issues/331806)
|
|
961
|
+
- **listheader:** tillat chevron på linklist size small
|
|
962
|
+
([9e93688](https://github.com/helsenorge/designsystem/commit/9e9368842dffb8b26c14dfd914376bc3b002c88c)), closes
|
|
963
|
+
[#340288](https://github.com/helsenorge/designsystem/issues/340288)
|
|
964
|
+
|
|
965
|
+
## 10.0.0-beta.1 (2024-12-18)
|
|
966
|
+
|
|
967
|
+
### Bug Fixes
|
|
968
|
+
|
|
969
|
+
- **emptystate:** behold bredden på illustrasjon
|
|
970
|
+
([058c7f9](https://github.com/helsenorge/designsystem/commit/058c7f94fa84b96ff58944c6e7696cd44af01a07)), closes
|
|
971
|
+
[#336772](https://github.com/helsenorge/designsystem/issues/336772)
|
|
972
|
+
|
|
973
|
+
## 10.0.0-beta.0 (2024-12-17)
|
|
974
|
+
|
|
975
|
+
### Features
|
|
976
|
+
|
|
977
|
+
- endret fonts ([6324729](https://github.com/helsenorge/designsystem/commit/632472942c9d83a33f5e508e3b9205193b72eeae)), closes
|
|
978
|
+
[#332727](https://github.com/helsenorge/designsystem/issues/332727)
|
|
979
|
+
- oppdatert pakkeversjon og startet migrering
|
|
980
|
+
([2a5f592](https://github.com/helsenorge/designsystem/commit/2a5f592b4f30e718a001e6a4a5b891087c85da0a))
|
|
981
|
+
- oppdatert pakkeversjon og startet migrering"
|
|
982
|
+
([09b7c27](https://github.com/helsenorge/designsystem/commit/09b7c2725d5c20d8a352349f3b673b17d717d130))
|
|
983
|
+
- **avatar:** endre variant normal til square
|
|
984
|
+
([8453374](https://github.com/helsenorge/designsystem/commit/8453374c0c64c8bedc005c346286f8d370c7d546)), closes
|
|
985
|
+
[#337118](https://github.com/helsenorge/designsystem/issues/337118)
|
|
986
|
+
- **avatar:** nye navn for props ([37c8e0b](https://github.com/helsenorge/designsystem/commit/37c8e0be9a0186ccb24dbacafef858c4f2742a06)),
|
|
987
|
+
closes [#335338](https://github.com/helsenorge/designsystem/issues/335338)
|
|
988
|
+
- **badge:** endre oppbygning av komponenten
|
|
989
|
+
([12248cb](https://github.com/helsenorge/designsystem/commit/12248cb243322d8e83fe536b51f34ef231dadad8)), closes
|
|
990
|
+
[#339274](https://github.com/helsenorge/designsystem/issues/339274)
|
|
991
|
+
- **datepicker:** date-fns peer-dependency satt til v4
|
|
992
|
+
([a53ba94](https://github.com/helsenorge/designsystem/commit/a53ba94d6c720b87c3dbf466b2e6b25acc00082b)), closes
|
|
993
|
+
[#339137](https://github.com/helsenorge/designsystem/issues/339137)
|
|
994
|
+
- **datepicker:** tar i bruk major 9 av reactdaypicker
|
|
995
|
+
([778b49e](https://github.com/helsenorge/designsystem/commit/778b49e3feb8deebd3ae32a3d3de54cda93e2a20)), closes
|
|
996
|
+
[#331806](https://github.com/helsenorge/designsystem/issues/331806)
|
|
997
|
+
- **emptystate:** nytt design med ny illustrasjon og flere varianter
|
|
998
|
+
([e14a49f](https://github.com/helsenorge/designsystem/commit/e14a49fe26a30bd06e87e5ecf35a3bf6e5539b08)), closes
|
|
999
|
+
[#336772](https://github.com/helsenorge/designsystem/issues/336772)
|
|
1000
|
+
- **linklist:** nytt design ([43de477](https://github.com/helsenorge/designsystem/commit/43de477a3280d9ecf9aee997bc763fb82d269864)), closes
|
|
1001
|
+
[#336491](https://github.com/helsenorge/designsystem/issues/336491)
|
|
1002
|
+
- **tabs:** touchbehavior prop er fjernet
|
|
1003
|
+
([994aded](https://github.com/helsenorge/designsystem/commit/994adeda6085664d26bf4e90ea111ef0fa6a9d78)), closes
|
|
1004
|
+
[#328640](https://github.com/helsenorge/designsystem/issues/328640)
|
|
1005
|
+
|
|
1006
|
+
## [9.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.6.0&targetVersion=GTv9.7.0) (2025-01-24)
|
|
1007
|
+
|
|
1008
|
+
### Features
|
|
1009
|
+
|
|
1010
|
+
- oppdatert spacing i expanderlist og listheader
|
|
1011
|
+
([57d969c](https://github.com/helsenorge/designsystem/commit/57d969c5633b4c841790ec486f003c1a6d017279)), closes
|
|
1012
|
+
[#339057](https://github.com/helsenorge/designsystem/issues/339057)
|
|
1013
|
+
- **stickynote:** ny komponent ([395603f](https://github.com/helsenorge/designsystem/commit/395603fc46e10432968bfef5f83a4937ecfc9440)),
|
|
1014
|
+
closes [#341184](https://github.com/helsenorge/designsystem/issues/341184)
|
|
1015
|
+
|
|
1016
|
+
### Bug Fixes
|
|
1017
|
+
|
|
1018
|
+
- **dropdown:** enter på lukkeknapp lukker dropdown
|
|
1019
|
+
([c132d0f](https://github.com/helsenorge/designsystem/commit/c132d0fca8ad94ffd9343a219239e71daad2568b)), closes
|
|
1020
|
+
[#340820](https://github.com/helsenorge/designsystem/issues/340820)
|
|
1021
|
+
- **modal:** fiks så styling for zoom på modal ikke vises på mobilt breakpoint
|
|
1022
|
+
([22aff5f](https://github.com/helsenorge/designsystem/commit/22aff5fdb82dc8438ea6e11dc6e0988e3fe61a6b)), closes
|
|
1023
|
+
[#336560](https://github.com/helsenorge/designsystem/issues/336560)
|
|
1024
|
+
- **validationsummary:** aria attributter tweakes
|
|
1025
|
+
([2316247](https://github.com/helsenorge/designsystem/commit/2316247d7f6b038cc77f25c5940ae32ee2f0bd84)), closes
|
|
1026
|
+
[#340310](https://github.com/helsenorge/designsystem/issues/340310)
|
|
1027
|
+
|
|
1028
|
+
## [9.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.5.0&targetVersion=GTv9.6.0) (2025-01-08)
|
|
1029
|
+
|
|
1030
|
+
### Features
|
|
1031
|
+
|
|
1032
|
+
- **expanderlist:** fjern zindex som ikke lenger er ønsket
|
|
1033
|
+
([e1508b3](https://github.com/helsenorge/designsystem/commit/e1508b38f58a196bfb4224da3fbf4f003d9f25b4)), closes
|
|
1034
|
+
[#340832](https://github.com/helsenorge/designsystem/issues/340832)
|
|
1035
|
+
- **Label:** labeltexts er optional og flytter children til etter labeltexts
|
|
1036
|
+
([c39cd3c](https://github.com/helsenorge/designsystem/commit/c39cd3c2ef940655f750d0c202c27d4c9afdc80b)), closes
|
|
1037
|
+
[#340280](https://github.com/helsenorge/designsystem/issues/340280)
|
|
1038
|
+
- **tabs:** gjør padding i tabpanel mindre
|
|
1039
|
+
([d0fa4d3](https://github.com/helsenorge/designsystem/commit/d0fa4d30354a377a9ef1527f19e3dec88fe73279)), closes
|
|
1040
|
+
[#341052](https://github.com/helsenorge/designsystem/issues/341052)
|
|
1041
|
+
- **tabs:** legg på knapper for å scrolle i lang TabList
|
|
1042
|
+
([99e5a87](https://github.com/helsenorge/designsystem/commit/99e5a87d014bdc733f2c95fc775f44850c848c29)), closes
|
|
1043
|
+
[#338897](https://github.com/helsenorge/designsystem/issues/338897)
|
|
1044
|
+
|
|
1045
|
+
### Bug Fixes
|
|
1046
|
+
|
|
1047
|
+
- gjør modal brukbar ved zoom ved å fjerne space når container er liten
|
|
1048
|
+
([f58038c](https://github.com/helsenorge/designsystem/commit/f58038c2e8e0f9afba9ed82439789d17ea1187e7)), closes
|
|
1049
|
+
[#340170](https://github.com/helsenorge/designsystem/issues/340170)
|
|
1050
|
+
- **listheader:** ikke rendre badge på nytt
|
|
1051
|
+
([2436c14](https://github.com/helsenorge/designsystem/commit/2436c1447a568dd6b7097d569398c901fd5cd504)), closes
|
|
1052
|
+
[#339467](https://github.com/helsenorge/designsystem/issues/339467) [#339467](https://github.com/helsenorge/designsystem/issues/339467)
|
|
1053
|
+
|
|
1054
|
+
## [9.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.3&targetVersion=GTv9.5.0) (2024-12-13)
|
|
1055
|
+
|
|
1056
|
+
### Features
|
|
1057
|
+
|
|
1058
|
+
- **Sublabel:** støtte for children ([4880fd2](https://github.com/helsenorge/designsystem/commit/4880fd2085c41c13382c68183846dbf0010307b3)),
|
|
1059
|
+
closes [#340280](https://github.com/helsenorge/designsystem/issues/340280)
|
|
1060
|
+
|
|
1061
|
+
### Bug Fixes
|
|
1062
|
+
|
|
1063
|
+
- popover og datepicker popup kan brukes i 400 prosent zoom
|
|
1064
|
+
([782ce70](https://github.com/helsenorge/designsystem/commit/782ce70b9b2c06a65a872ee886f742d54f5689ab)), closes
|
|
1065
|
+
[#340117](https://github.com/helsenorge/designsystem/issues/340117)
|
|
1066
|
+
- **highlightpanel:** tillat tittel selv om ikon ikke er gitt
|
|
1067
|
+
([63322a8](https://github.com/helsenorge/designsystem/commit/63322a881857ae42aaf3039412548c6b9750abee)), closes
|
|
1068
|
+
[#332566](https://github.com/helsenorge/designsystem/issues/332566)
|
|
1069
|
+
- **tabs:** ikke scroll til fane med mindre komponenten er i view
|
|
1070
|
+
([0c30a43](https://github.com/helsenorge/designsystem/commit/0c30a43e4fdb6acece3db8f30e6ed43468c712fd)), closes
|
|
1071
|
+
[#339921](https://github.com/helsenorge/designsystem/issues/339921)
|
|
1072
|
+
|
|
1073
|
+
## [9.4.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.2&targetVersion=GTv9.4.3) (2024-12-09)
|
|
1074
|
+
|
|
1075
|
+
## [9.4.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.1&targetVersion=GTv9.4.2) (2024-12-04)
|
|
1076
|
+
|
|
1077
|
+
### Bug Fixes
|
|
1078
|
+
|
|
1079
|
+
- avrundingsfeil på noen ikoner ([b23e4ae](https://github.com/helsenorge/designsystem/commit/b23e4aec495395cbf92642be6657b03cc5765a2b)),
|
|
1080
|
+
closes [#337174](https://github.com/helsenorge/designsystem/issues/337174)
|
|
1081
|
+
- **expander:** sticky fungerer igjen
|
|
1082
|
+
([0f179a1](https://github.com/helsenorge/designsystem/commit/0f179a12aa0d1da98cc3832ab2bf1cb60f2d1d75)), closes
|
|
1083
|
+
[#338697](https://github.com/helsenorge/designsystem/issues/338697)
|
|
1084
|
+
- **tabs:** swipe og scrollintoview oppfører seg rart
|
|
1085
|
+
([4d1c98f](https://github.com/helsenorge/designsystem/commit/4d1c98f92c728c4c83c4d89ca696990992f1f880)), closes
|
|
1086
|
+
[#328640](https://github.com/helsenorge/designsystem/issues/328640)
|
|
1087
|
+
- **tile:** title spacing endringer ([28f852d](https://github.com/helsenorge/designsystem/commit/28f852dd361ff21bc77010d3d940677eaf82986f)),
|
|
1088
|
+
closes [#336171](https://github.com/helsenorge/designsystem/issues/336171)
|
|
1089
|
+
|
|
1090
|
+
## [9.4.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.4.0&targetVersion=GTv9.4.1) (2024-11-25)
|
|
1091
|
+
|
|
1092
|
+
### Bug Fixes
|
|
1093
|
+
|
|
1094
|
+
- **tile:** compact title plasseres riktig
|
|
1095
|
+
([72f7281](https://github.com/helsenorge/designsystem/commit/72f72818f9135d4489c29275ab4abbd746c324fd)), closes
|
|
1096
|
+
[#336170](https://github.com/helsenorge/designsystem/issues/336170)
|
|
1097
|
+
|
|
1098
|
+
## [9.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.3.0&targetVersion=GTv9.4.0) (2024-11-22)
|
|
1099
|
+
|
|
1100
|
+
### Features
|
|
1101
|
+
|
|
1102
|
+
- nye ikoner ([c18b15a](https://github.com/helsenorge/designsystem/commit/c18b15a31ad1109c23c72bffcafe41de2c795af2)), closes
|
|
1103
|
+
[#334685](https://github.com/helsenorge/designsystem/issues/334685)
|
|
1104
|
+
|
|
1105
|
+
### Bug Fixes
|
|
1106
|
+
|
|
1107
|
+
- **datepicker:** sjekk for klikking utenfor popup fungerer ikke i webcomp
|
|
1108
|
+
([7a831f9](https://github.com/helsenorge/designsystem/commit/7a831f929fd9b529e4e080e22db5cad1dbf6c2b8)), closes
|
|
1109
|
+
[#337485](https://github.com/helsenorge/designsystem/issues/337485)
|
|
1110
|
+
|
|
1111
|
+
## [9.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.2.0&targetVersion=GTv9.3.0) (2024-11-20)
|
|
1112
|
+
|
|
1113
|
+
### Features
|
|
1114
|
+
|
|
1115
|
+
- tile variant prop og nytt utseende
|
|
1116
|
+
([b5de00e](https://github.com/helsenorge/designsystem/commit/b5de00e8ed4b05392788ff09af613887b1ce99c1)), closes
|
|
1117
|
+
[#336170](https://github.com/helsenorge/designsystem/issues/336170)
|
|
1118
|
+
|
|
1119
|
+
## [9.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.1.0&targetVersion=GTv9.2.0) (2024-11-20)
|
|
1120
|
+
|
|
1121
|
+
### Features
|
|
1122
|
+
|
|
1123
|
+
- **tabs:** mulighet for å scrolle i tablist
|
|
1124
|
+
([74adc25](https://github.com/helsenorge/designsystem/commit/74adc25bea3967ec15a5be955f10ad6a94854eb1)), closes
|
|
1125
|
+
[#337089](https://github.com/helsenorge/designsystem/issues/337089)
|
|
1126
|
+
|
|
1127
|
+
### Bug Fixes
|
|
1128
|
+
|
|
1129
|
+
- **helppanel:** styling på helppanel i fluid size
|
|
1130
|
+
([d3df2eb](https://github.com/helsenorge/designsystem/commit/d3df2ebecb1dff71f3b334702ab579ba36da52e9)), closes
|
|
1131
|
+
[#332570](https://github.com/helsenorge/designsystem/issues/332570)
|
|
1132
|
+
- **textarea:** controlled value warning
|
|
1133
|
+
([371c8bd](https://github.com/helsenorge/designsystem/commit/371c8bd9ec2c453ed25fc265bef4afb566546151)), closes
|
|
1134
|
+
[#337333](https://github.com/helsenorge/designsystem/issues/337333)
|
|
1135
|
+
|
|
1136
|
+
## [9.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv9.0.0&targetVersion=GTv9.1.0) (2024-11-14)
|
|
1137
|
+
|
|
1138
|
+
### Features
|
|
1139
|
+
|
|
1140
|
+
- tilby en klasse som gir komponenter full bredde inne i en container
|
|
1141
|
+
([7f2a81e](https://github.com/helsenorge/designsystem/commit/7f2a81eb5bcd9886200be88a27c178ed927aa3d6)), closes
|
|
1142
|
+
[#333756](https://github.com/helsenorge/designsystem/issues/333756)
|
|
1143
|
+
- **avatar:** legg til circle type ([7bb1ff0](https://github.com/helsenorge/designsystem/commit/7bb1ff0930d64916467d071edea5b9a75ec63325)),
|
|
1144
|
+
closes [#335338](https://github.com/helsenorge/designsystem/issues/335338)
|
|
1145
|
+
- **slider:** fått id prop ([98af3e4](https://github.com/helsenorge/designsystem/commit/98af3e4e03e7cba9ce6bf2624ad6f70437a97f95)), closes
|
|
1146
|
+
[#336965](https://github.com/helsenorge/designsystem/issues/336965)
|
|
1147
|
+
|
|
1148
|
+
### Bug Fixes
|
|
1149
|
+
|
|
1150
|
+
- button og expander i notificationpanel kontrastnivå består uu krav
|
|
1151
|
+
([1c98714](https://github.com/helsenorge/designsystem/commit/1c98714baf49c5406dbb57c56987876c6230f607)), closes
|
|
1152
|
+
[#328891](https://github.com/helsenorge/designsystem/issues/328891)
|
|
1153
|
+
- **helppanel:** ikke bruk bakgrunnsfarge utenfor highlightpanel
|
|
1154
|
+
([7bf68cc](https://github.com/helsenorge/designsystem/commit/7bf68ccd70b5a573463d8010696891c14f8d7058)), closes
|
|
1155
|
+
[#332570](https://github.com/helsenorge/designsystem/issues/332570)
|
|
1156
|
+
|
|
1157
|
+
## [9.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.8.0&targetVersion=GTv9.0.0) (2024-11-05)
|
|
1158
|
+
|
|
1159
|
+
## 9.0.0-beta.3 (2024-10-29)
|
|
1160
|
+
|
|
1161
|
+
## 9.0.0-beta.2 (2024-10-29)
|
|
1162
|
+
|
|
1163
|
+
## 9.0.0-beta.1 (2024-10-25)
|
|
1164
|
+
|
|
1165
|
+
### Features
|
|
1166
|
+
|
|
1167
|
+
- legg til invalidFormatErrorMessage som parameter i valideringsfunksjoner
|
|
1168
|
+
([2270650](https://github.com/helsenorge/designsystem/commit/22706507750a5968d9998b5430430b8de3b75683)), closes
|
|
1169
|
+
[#333981](https://github.com/helsenorge/designsystem/issues/333981)
|
|
1170
|
+
- **slider:** legger til validering, og ref og endre signatur til onchange
|
|
1171
|
+
([5d5148a](https://github.com/helsenorge/designsystem/commit/5d5148ae5833c463f4bb7069ee704bc44d44d30f)), closes
|
|
1172
|
+
[#329653](https://github.com/helsenorge/designsystem/issues/329653)
|
|
1173
|
+
|
|
1174
|
+
## 9.0.0-beta.0 (2024-10-17)
|
|
1175
|
+
|
|
1176
|
+
### Features
|
|
1177
|
+
|
|
1178
|
+
- endre fra mode til oncolor ([3491c74](https://github.com/helsenorge/designsystem/commit/3491c7438b743e4e05d78ddd130a5f3797b5b55a)), closes
|
|
1179
|
+
[#331833](https://github.com/helsenorge/designsystem/issues/331833)
|
|
1180
|
+
- validate gir skjema komponenter spacing
|
|
1181
|
+
([c984428](https://github.com/helsenorge/designsystem/commit/c98442817d8f4a799e7c1d6a473dd215148ca7cd)), closes
|
|
1182
|
+
[#331167](https://github.com/helsenorge/designsystem/issues/331167)
|
|
1183
|
+
- **expanderlist:** fjern sticky mulighet
|
|
1184
|
+
([c0b7df9](https://github.com/helsenorge/designsystem/commit/c0b7df9eeb186f74de16b9e7d7f11601e0e5794b)), closes
|
|
1185
|
+
[#332677](https://github.com/helsenorge/designsystem/issues/332677)
|
|
1186
|
+
- **expanderlist:** nytt design ([eb4d0f3](https://github.com/helsenorge/designsystem/commit/eb4d0f36d53401764033678dd571a10b481227e4)),
|
|
1187
|
+
closes [#332677](https://github.com/helsenorge/designsystem/issues/332677)
|
|
1188
|
+
- **sharingstatus:** fjern fargevalg blueberry og banana
|
|
1189
|
+
([26db632](https://github.com/helsenorge/designsystem/commit/26db6326baeae2f7868d34b5a085c76a022e9345)), closes
|
|
1190
|
+
[#328894](https://github.com/helsenorge/designsystem/issues/328894)
|
|
1191
|
+
- **tabs:** designendringer for mobiltilpasning
|
|
1192
|
+
([8ba1309](https://github.com/helsenorge/designsystem/commit/8ba13094a038b3077c07c870e1cb46ace0597f85)), closes
|
|
1193
|
+
[#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
1194
|
+
|
|
1195
|
+
### Bug Fixes
|
|
1196
|
+
|
|
1197
|
+
- ikke vis fadeout om siste tab er valgt
|
|
1198
|
+
([f0fe5a9](https://github.com/helsenorge/designsystem/commit/f0fe5a9ee1d928a0ae093bbed0909c3bce951498)), closes
|
|
1199
|
+
[#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
1200
|
+
- **dropdown:** import av feil oncolor
|
|
1201
|
+
([f305cae](https://github.com/helsenorge/designsystem/commit/f305caea3c7cdcf4d312bc0f3b6af1d839a0aaca)), closes
|
|
1202
|
+
[#331833](https://github.com/helsenorge/designsystem/issues/331833)
|
|
1203
|
+
|
|
1204
|
+
## [8.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.7.0&targetVersion=GTv8.8.0) (2024-11-04)
|
|
1205
|
+
|
|
1206
|
+
### Features
|
|
1207
|
+
|
|
1208
|
+
- **input:** eksponer inputmode som prop
|
|
1209
|
+
([6bc9883](https://github.com/helsenorge/designsystem/commit/6bc98831c582f0356c04be50d9d3be1b4c65ba98)), closes
|
|
1210
|
+
[#333385](https://github.com/helsenorge/designsystem/issues/333385)
|
|
1211
|
+
- **textarea:** ny prop value ([fd9a116](https://github.com/helsenorge/designsystem/commit/fd9a11697229b87f88f135b8a5c16f7853cc9ead)),
|
|
1212
|
+
closes [#335948](https://github.com/helsenorge/designsystem/issues/335948)
|
|
1213
|
+
|
|
1214
|
+
## [8.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.6.0&targetVersion=GTv8.7.0) (2024-10-17)
|
|
1215
|
+
|
|
1216
|
+
### Features
|
|
1217
|
+
|
|
1218
|
+
- **datetime:** får onblur prop ([31fe602](https://github.com/helsenorge/designsystem/commit/31fe602a68f12c39e48a55b5559fcd812be97785)),
|
|
1219
|
+
closes [#334254](https://github.com/helsenorge/designsystem/issues/334254)
|
|
1220
|
+
|
|
1221
|
+
## [8.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.5.1&targetVersion=GTv8.6.0) (2024-10-09)
|
|
1222
|
+
|
|
1223
|
+
### Features
|
|
1224
|
+
|
|
1225
|
+
- **datepicker:** legg til prop for å sette posisjon på datepicker popup
|
|
1226
|
+
([0f392ed](https://github.com/helsenorge/designsystem/commit/0f392ed1f5fc76be0fbfdeb5262f64071cbf4dc0)), closes
|
|
1227
|
+
[#326998](https://github.com/helsenorge/designsystem/issues/326998)
|
|
1228
|
+
- **datetime:** value prop og defaultvalue settes riktig
|
|
1229
|
+
([a3d8617](https://github.com/helsenorge/designsystem/commit/a3d86173269cd5a1dd9d8cd1f13a2512b2fb87fd)), closes
|
|
1230
|
+
[#332561](https://github.com/helsenorge/designsystem/issues/332561)
|
|
1231
|
+
- **label:** gi mulighet for å rendre label med andre tags
|
|
1232
|
+
([9f952dd](https://github.com/helsenorge/designsystem/commit/9f952ddd0eac84e1426d070685998e950fa9e9f8)), closes
|
|
1233
|
+
[#331803](https://github.com/helsenorge/designsystem/issues/331803)
|
|
1234
|
+
- **tabs:** endre default touch behaviour til å være none
|
|
1235
|
+
([4101ce2](https://github.com/helsenorge/designsystem/commit/4101ce2a85f84e26b9fcfd61990ca8792f72b55c)), closes
|
|
1236
|
+
[#331142](https://github.com/helsenorge/designsystem/issues/331142)
|
|
1237
|
+
|
|
1238
|
+
## [8.5.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.5.0&targetVersion=GTv8.5.1) (2024-09-25)
|
|
1239
|
+
|
|
1240
|
+
### Bug Fixes
|
|
1241
|
+
|
|
1242
|
+
- progressbar leses opp av skjermlesere
|
|
1243
|
+
([550e7ac](https://github.com/helsenorge/designsystem/commit/550e7acfbb4687d946f36a7dad9e284614aee6a4)), closes
|
|
1244
|
+
[#328018](https://github.com/helsenorge/designsystem/issues/328018)
|
|
1245
|
+
|
|
1246
|
+
## [8.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.4.0&targetVersion=GTv8.5.0) (2024-09-23)
|
|
1247
|
+
|
|
1248
|
+
### Features
|
|
1249
|
+
|
|
1250
|
+
- nytt komponent toggle ([76f1da5](https://github.com/helsenorge/designsystem/commit/76f1da5c077db4bc62a45007d72f65053e5310cc)), closes
|
|
1251
|
+
[#308151](https://github.com/helsenorge/designsystem/issues/308151)
|
|
1252
|
+
|
|
1253
|
+
## [8.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.3.0&targetVersion=GTv8.4.0) (2024-09-13)
|
|
1254
|
+
|
|
1255
|
+
### Features
|
|
1256
|
+
|
|
1257
|
+
- **radiobutton:** legg til prop for checked og gjør komponenten controlled
|
|
1258
|
+
([1c8ae22](https://github.com/helsenorge/designsystem/commit/1c8ae22e0f5d138f308a00ca29212ed04313ba9a)), closes
|
|
1259
|
+
[#331953](https://github.com/helsenorge/designsystem/issues/331953)
|
|
1260
|
+
|
|
1261
|
+
## [8.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.2.1&targetVersion=GTv8.3.0) (2024-09-09)
|
|
1262
|
+
|
|
1263
|
+
### Features
|
|
1264
|
+
|
|
1265
|
+
- statusdot oppdaterer utseende ([18927ec](https://github.com/helsenorge/designsystem/commit/18927ec1e9a6ca18eb0f528798d17f2e4edaa4e0)),
|
|
1266
|
+
closes [#328986](https://github.com/helsenorge/designsystem/issues/328986)
|
|
1267
|
+
- **datepicker:** ny prop onDatePickerClosed
|
|
1268
|
+
([11c1f3b](https://github.com/helsenorge/designsystem/commit/11c1f3b5dd8e186793d9e057385450385a1814ec)), closes
|
|
1269
|
+
[#329586](https://github.com/helsenorge/designsystem/issues/329586)
|
|
1270
|
+
|
|
1271
|
+
### Bug Fixes
|
|
1272
|
+
|
|
1273
|
+
- **datepicker:** datevalue fungerer for mobil
|
|
1274
|
+
([7202ba8](https://github.com/helsenorge/designsystem/commit/7202ba8dca1f6101ed7987fd947b9e58824946db)), closes
|
|
1275
|
+
[#331620](https://github.com/helsenorge/designsystem/issues/331620)
|
|
1276
|
+
- **datepicker:** onblur skjer riktig uten focuseddatepickerpopup
|
|
1277
|
+
([e1662ed](https://github.com/helsenorge/designsystem/commit/e1662edbb486340352e9012c1ba8aeae43dca27e)), closes
|
|
1278
|
+
[#329586](https://github.com/helsenorge/designsystem/issues/329586)
|
|
1279
|
+
- **datepicker:** popup valg trigger onblur
|
|
1280
|
+
([6d886cb](https://github.com/helsenorge/designsystem/commit/6d886cbc3bcfe9b97c0247389ca0238f29dd9f0a)), closes
|
|
1281
|
+
[#329586](https://github.com/helsenorge/designsystem/issues/329586)
|
|
1282
|
+
- **designsystem:** badge i panel vises til høyre på mobil
|
|
1283
|
+
([2b6d63e](https://github.com/helsenorge/designsystem/commit/2b6d63e1a36d63ad41159fb637f896636ae58672)), closes
|
|
1284
|
+
[#329338](https://github.com/helsenorge/designsystem/issues/329338)
|
|
1285
|
+
|
|
1286
|
+
## [8.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.2.0&targetVersion=GTv8.2.1) (2024-08-28)
|
|
1287
|
+
|
|
1288
|
+
## [8.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.1.1&targetVersion=GTv8.2.0) (2024-08-28)
|
|
1289
|
+
|
|
1290
|
+
### Features
|
|
1291
|
+
|
|
1292
|
+
- nye ikoner ([f142728](https://github.com/helsenorge/designsystem/commit/f142728c1eb29c0742cfdddad183d116ca801537)), closes
|
|
1293
|
+
[#330973](https://github.com/helsenorge/designsystem/issues/330973)
|
|
1294
|
+
|
|
1295
|
+
### Bug Fixes
|
|
1296
|
+
|
|
1297
|
+
- datovelger fungerer med klikk på dato i popup
|
|
1298
|
+
([897302c](https://github.com/helsenorge/designsystem/commit/897302cd9cf4de3d1bea911e14ad8760d9401d41)), closes
|
|
1299
|
+
[#326414](https://github.com/helsenorge/designsystem/issues/326414)
|
|
1300
|
+
- expander large spacing matcher expander-list
|
|
1301
|
+
([724f3ca](https://github.com/helsenorge/designsystem/commit/724f3cac605dbbe3bece97d93ee88524e8263411)), closes
|
|
1302
|
+
[#326162](https://github.com/helsenorge/designsystem/issues/326162)
|
|
1303
|
+
- useFocusableElements lytter bare på relevante DOM-endringer
|
|
1304
|
+
([375303f](https://github.com/helsenorge/designsystem/commit/375303f1d20490c2d37f2cc997e4730cbee763b5)), closes
|
|
1305
|
+
[#328890](https://github.com/helsenorge/designsystem/issues/328890)
|
|
1306
|
+
|
|
1307
|
+
## [8.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.1.0&targetVersion=GTv8.1.1) (2024-08-26)
|
|
1308
|
+
|
|
1309
|
+
### Bug Fixes
|
|
1310
|
+
|
|
1311
|
+
- datepicker lukker seg når man klikker til høyre for inputfeltet
|
|
1312
|
+
([7b891fe](https://github.com/helsenorge/designsystem/commit/7b891fed2d21bb8a79e3c5c09f7e3078eac67cdf)), closes
|
|
1313
|
+
[#326414](https://github.com/helsenorge/designsystem/issues/326414)
|
|
1314
|
+
- loader med overlay har alltid hvit farge
|
|
1315
|
+
([cdf94b3](https://github.com/helsenorge/designsystem/commit/cdf94b3431f78f48e33839a39f18dbf6d92347b8)), closes
|
|
1316
|
+
[#328887](https://github.com/helsenorge/designsystem/issues/328887)
|
|
1317
|
+
- modal er tilgjengelig med tastatur mens den er scrollbar
|
|
1318
|
+
([80db1df](https://github.com/helsenorge/designsystem/commit/80db1df9bd319c5979385f669510d1539c1581a5)), closes
|
|
1319
|
+
[#328890](https://github.com/helsenorge/designsystem/issues/328890)
|
|
1320
|
+
- **datepicker:** undefined datevalue fjerner dato og rerendrer riktig
|
|
1321
|
+
([b1d56a8](https://github.com/helsenorge/designsystem/commit/b1d56a844148f58e171eb424cc0593478922a8e2)), closes
|
|
1322
|
+
[#330144](https://github.com/helsenorge/designsystem/issues/330144)
|
|
1323
|
+
|
|
1324
|
+
## [8.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.0.2&targetVersion=GTv8.1.0) (2024-08-23)
|
|
1325
|
+
|
|
1326
|
+
### Features
|
|
1327
|
+
|
|
1328
|
+
- mulig å skru av swiping i tabs ([45aac8f](https://github.com/helsenorge/designsystem/commit/45aac8f7358e77fe85467d826b54c052b01b3086)),
|
|
1329
|
+
closes [#330586](https://github.com/helsenorge/designsystem/issues/330586)
|
|
1330
|
+
|
|
1331
|
+
### Bug Fixes
|
|
1332
|
+
|
|
1333
|
+
- table kan brukes i tabs uten problemer med scrolling på mobil
|
|
1334
|
+
([d28a280](https://github.com/helsenorge/designsystem/commit/d28a280d4afe56227a331334348d91aac5be6281)), closes
|
|
1335
|
+
[#330555](https://github.com/helsenorge/designsystem/issues/330555)
|
|
1336
|
+
- unngå blinking i tabs på mobil når man scroller
|
|
1337
|
+
([2bddf20](https://github.com/helsenorge/designsystem/commit/2bddf2017f1067ba1b17473006b2103de630054e)), closes
|
|
1338
|
+
[#330597](https://github.com/helsenorge/designsystem/issues/330597)
|
|
1339
|
+
- validationsummary er ikke labelled by ikke-eksisterende element
|
|
1340
|
+
([3ac0b88](https://github.com/helsenorge/designsystem/commit/3ac0b8822820ad47ac635da95b7d7377481f2f33)), closes
|
|
1341
|
+
[#328895](https://github.com/helsenorge/designsystem/issues/328895)
|
|
1342
|
+
|
|
1343
|
+
## [8.0.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.0.1&targetVersion=GTv8.0.2) (2024-08-22)
|
|
1344
|
+
|
|
1345
|
+
### Bug Fixes
|
|
1346
|
+
|
|
1347
|
+
- lightbox uu forbedringer ([8026ee9](https://github.com/helsenorge/designsystem/commit/8026ee9fc1acb94cd1b9e9d12ff1a190beca31d3)), closes
|
|
1348
|
+
[#329075](https://github.com/helsenorge/designsystem/issues/329075)
|
|
1349
|
+
- radiobutton-scss bygger når designsystem tas i bruk
|
|
1350
|
+
([867b0ec](https://github.com/helsenorge/designsystem/commit/867b0ec36002ed16fda4f7e6dae07bad4b805c46)), closes
|
|
1351
|
+
[#330427](https://github.com/helsenorge/designsystem/issues/330427)
|
|
1352
|
+
|
|
1353
|
+
## [8.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.0.0&targetVersion=GTv8.0.1) (2024-08-15)
|
|
1354
|
+
|
|
1355
|
+
## 8.0.0-beta.6 (2024-08-15)
|
|
1356
|
+
|
|
1357
|
+
### Features
|
|
1358
|
+
|
|
1359
|
+
- checkbox og radio disabled state får nytt uttrykk
|
|
1360
|
+
([e3b871d](https://github.com/helsenorge/designsystem/commit/e3b871d8c739973eb7d1d323d77f487e086b9f1d)), closes
|
|
1361
|
+
[#329309](https://github.com/helsenorge/designsystem/issues/329309)
|
|
1362
|
+
- ny komponent EyebrowHeader ([2c8f13b](https://github.com/helsenorge/designsystem/commit/2c8f13b1715dee17d9ce262427f86bebfe6281ca)), closes
|
|
1363
|
+
[#326557](https://github.com/helsenorge/designsystem/issues/326557)
|
|
1364
|
+
|
|
1365
|
+
## [8.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.4&targetVersion=GTv8.0.0) (2024-08-13)
|
|
1366
|
+
|
|
1367
|
+
## 8.0.0-beta.5 (2024-08-12)
|
|
1368
|
+
|
|
1369
|
+
## 8.0.0-beta.4 (2024-08-12)
|
|
1370
|
+
|
|
1371
|
+
## 8.0.0-beta.3 (2024-08-12)
|
|
1372
|
+
|
|
1373
|
+
### Features
|
|
1374
|
+
|
|
1375
|
+
- ny komponent lightbox ([283c06d](https://github.com/helsenorge/designsystem/commit/283c06dd0eee42e174d76646a43edb6001e69f4c)), closes
|
|
1376
|
+
[#318675](https://github.com/helsenorge/designsystem/issues/318675)
|
|
1377
|
+
|
|
1378
|
+
### Bug Fixes
|
|
1379
|
+
|
|
1380
|
+
- **datepicker:** popup skal ha fast storrelse
|
|
1381
|
+
([5f7a5cf](https://github.com/helsenorge/designsystem/commit/5f7a5cfc460d3e779ede02cbdaa476dacdc8d4fb)), closes
|
|
1382
|
+
[#328505](https://github.com/helsenorge/designsystem/issues/328505)
|
|
1383
|
+
- **lightbox:** legg til bedre universell utforming
|
|
1384
|
+
([40ad870](https://github.com/helsenorge/designsystem/commit/40ad870b180911227ad058c056ea8c96d84bf2e6)), closes
|
|
1385
|
+
[#329100](https://github.com/helsenorge/designsystem/issues/329100)
|
|
1386
|
+
|
|
1387
|
+
## 8.0.0-beta.2 (2024-06-24)
|
|
1388
|
+
|
|
1389
|
+
## 8.0.0-beta.1 (2024-06-24)
|
|
1390
|
+
|
|
1391
|
+
## 8.0.0-beta.0 (2024-06-24)
|
|
1392
|
+
|
|
1393
|
+
### Features
|
|
1394
|
+
|
|
1395
|
+
- fjern deprecated prop errorSummary
|
|
1396
|
+
([eed040f](https://github.com/helsenorge/designsystem/commit/eed040f5470c5c430098edb8171f3256f6b8b26d)), closes
|
|
1397
|
+
[#324890](https://github.com/helsenorge/designsystem/issues/324890)
|
|
1398
|
+
- fjern variant alert ([0da88f3](https://github.com/helsenorge/designsystem/commit/0da88f33e2584650f8c2d9428197f62bc4ad7fb2)), closes
|
|
1399
|
+
[#325898](https://github.com/helsenorge/designsystem/issues/325898)
|
|
1400
|
+
- flytt padding-bottom fra ErrorWrapper til Validation
|
|
1401
|
+
([f92a3d6](https://github.com/helsenorge/designsystem/commit/f92a3d6e724a34a75416df04ae7419b78028a2ab)), closes
|
|
1402
|
+
[#324890](https://github.com/helsenorge/designsystem/issues/324890)
|
|
1403
|
+
- react 18 ([7a99c2a](https://github.com/helsenorge/designsystem/commit/7a99c2a0fa265aad351b5bca415e5977aef197f2)), closes
|
|
1404
|
+
[#327791](https://github.com/helsenorge/designsystem/issues/327791)
|
|
1405
|
+
- rename highlightbox til highlightpanel
|
|
1406
|
+
([138beea](https://github.com/helsenorge/designsystem/commit/138beea5c249c71e5b47d931fa910e25c91a070f)), closes
|
|
1407
|
+
[#318438](https://github.com/helsenorge/designsystem/issues/318438)
|
|
1408
|
+
- splitt Tag-komponent til Tag og Chip
|
|
1409
|
+
([7bac3bb](https://github.com/helsenorge/designsystem/commit/7bac3bbd99e9e2a474193c8f4d05b6b299017e73)), closes
|
|
1410
|
+
[#314597](https://github.com/helsenorge/designsystem/issues/314597)
|
|
1411
|
+
- ta i bruk errorwrapper i checkbox og radiobutton
|
|
1412
|
+
([c91d997](https://github.com/helsenorge/designsystem/commit/c91d99712844f024c0056e819a49af0a339d8c6a)), closes
|
|
1413
|
+
[#287874](https://github.com/helsenorge/designsystem/issues/287874)
|
|
1414
|
+
|
|
1415
|
+
### Bug Fixes
|
|
1416
|
+
|
|
1417
|
+
- chip large too large ([6fe2f2e](https://github.com/helsenorge/designsystem/commit/6fe2f2e17b26647e72163775cae219cc5c00ae7c)), closes
|
|
1418
|
+
[#314597](https://github.com/helsenorge/designsystem/issues/314597)
|
|
1419
|
+
- feil skråstrek på chip ([253ed93](https://github.com/helsenorge/designsystem/commit/253ed9330142bd1b52afdccc9b59170ef4be0b84)), closes
|
|
1420
|
+
[#314597](https://github.com/helsenorge/designsystem/issues/314597)
|
|
1421
|
+
- merge conflicts ([1b40d65](https://github.com/helsenorge/designsystem/commit/1b40d6594e6f8cf1f5b2570560dd79f2482b98a3))
|
|
1422
|
+
|
|
1423
|
+
## 7.0.1-beta.0 (2024-04-09)
|
|
1424
|
+
|
|
1425
|
+
## [7.13.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.3&targetVersion=GTv7.13.4) (2024-07-25)
|
|
1426
|
+
|
|
1427
|
+
### Bug Fixes
|
|
1428
|
+
|
|
1429
|
+
- **tabs:** fjern zindex ([312d337](https://github.com/helsenorge/designsystem/commit/312d3370b7f288b28e60e189c829eff82b5ce2ac)), closes
|
|
1430
|
+
[#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
1431
|
+
|
|
1432
|
+
## [7.13.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.2&targetVersion=GTv7.13.3) (2024-07-25)
|
|
1433
|
+
|
|
1434
|
+
### Bug Fixes
|
|
1435
|
+
|
|
1436
|
+
- sett z-index på tabs og input så de oppfører seg sammen med andre komponenter
|
|
1437
|
+
([3bd47e0](https://github.com/helsenorge/designsystem/commit/3bd47e01af75dc2d17cb5af9ba4be30aaed50e91)), closes
|
|
1438
|
+
[#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
1439
|
+
|
|
1440
|
+
## [7.13.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.1&targetVersion=GTv7.13.2) (2024-07-25)
|
|
1441
|
+
|
|
1442
|
+
### Bug Fixes
|
|
1443
|
+
|
|
1444
|
+
- **expander:** bygg ([779c2a3](https://github.com/helsenorge/designsystem/commit/779c2a3aa668c5fcc870e230dbfa9d2847b5a40b))
|
|
1445
|
+
- **expander:** fiks sticky klasser ([5885b90](https://github.com/helsenorge/designsystem/commit/5885b902c4c51fd35c456f8c1584b9bf01908f6d))
|
|
1446
|
+
- **expander:** fjern klasse som gir bug
|
|
1447
|
+
([589c9af](https://github.com/helsenorge/designsystem/commit/589c9aff764e6ce162d180c2a0bb4ea3500357c3))
|
|
1448
|
+
- **expander:** sett position slik at zindex blir riktig
|
|
1449
|
+
([e1a8220](https://github.com/helsenorge/designsystem/commit/e1a82201412b9817f2e41a915c101a294d33853a))
|
|
1450
|
+
- **tabs:** fiks keyboard navigation
|
|
1451
|
+
([db5d64d](https://github.com/helsenorge/designsystem/commit/db5d64d99008b91b83cb38cb25bc11c591b8de43)), closes
|
|
1452
|
+
[#328547](https://github.com/helsenorge/designsystem/issues/328547)
|
|
1453
|
+
|
|
1454
|
+
## [7.13.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.13.0&targetVersion=GTv7.13.1) (2024-07-23)
|
|
1455
|
+
|
|
1456
|
+
### Bug Fixes
|
|
1457
|
+
|
|
1458
|
+
- **tabs:** endre z indeks ([30f5684](https://github.com/helsenorge/designsystem/commit/30f5684adaeea90a218cdd280980e45b25a4676c)), closes
|
|
1459
|
+
[#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
1460
|
+
|
|
1461
|
+
## [7.13.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.12.0&targetVersion=GTv7.13.0) (2024-07-22)
|
|
1462
|
+
|
|
1463
|
+
### Features
|
|
1464
|
+
|
|
1465
|
+
- legg til storybook-eksempler for typography.module
|
|
1466
|
+
([2fe8228](https://github.com/helsenorge/designsystem/commit/2fe8228dc486c99ed409c2d508dc09b094b2292a)), closes
|
|
1467
|
+
[#326403](https://github.com/helsenorge/designsystem/issues/326403)
|
|
1468
|
+
- **duolist:** collapsed mode mulig fra gitt breakpoint
|
|
1469
|
+
([f50448c](https://github.com/helsenorge/designsystem/commit/f50448cab636c41679af97d5edb8909db810b6c0)), closes
|
|
1470
|
+
[#328401](https://github.com/helsenorge/designsystem/issues/328401)
|
|
1471
|
+
- **tabs:** mer mobilvennlig ([b52c281](https://github.com/helsenorge/designsystem/commit/b52c281e029f2ccda72dda15fe559907287ad7f9)), closes
|
|
1472
|
+
[#322461](https://github.com/helsenorge/designsystem/issues/322461) [#328176](https://github.com/helsenorge/designsystem/issues/328176)
|
|
1473
|
+
|
|
1474
|
+
### Bug Fixes
|
|
1475
|
+
|
|
1476
|
+
- error må være true for at inputfelter med errorTextId skal få aria-describedby
|
|
1477
|
+
([2d64531](https://github.com/helsenorge/designsystem/commit/2d64531a61eb4e6b37f00cc75e4a27ecf6c371b7)), closes
|
|
1478
|
+
[#327379](https://github.com/helsenorge/designsystem/issues/327379)
|
|
1479
|
+
- **dictionarytrigger:** juster ned avstanden mellom linjen og ord
|
|
1480
|
+
([ef2e6af](https://github.com/helsenorge/designsystem/commit/ef2e6af7d1645544b2a3479d0d2b1b739c6886c9)), closes
|
|
1481
|
+
[#328583](https://github.com/helsenorge/designsystem/issues/328583)
|
|
1482
|
+
|
|
1483
|
+
## [7.12.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.11.0&targetVersion=GTv7.12.0) (2024-06-21)
|
|
1484
|
+
|
|
1485
|
+
### Features
|
|
1486
|
+
|
|
1487
|
+
- **datepicker:** lagt til disabled prop
|
|
1488
|
+
([178326d](https://github.com/helsenorge/designsystem/commit/178326d934c0f6a0b916de1c868bac7363ba2960)), closes
|
|
1489
|
+
[#327974](https://github.com/helsenorge/designsystem/issues/327974)
|
|
1490
|
+
|
|
1491
|
+
## [7.11.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.10.0&targetVersion=GTv7.11.0) (2024-06-20)
|
|
1492
|
+
|
|
1493
|
+
### Features
|
|
1494
|
+
|
|
1495
|
+
- **button:** textposition prop får centered type
|
|
1496
|
+
([46d7ae0](https://github.com/helsenorge/designsystem/commit/46d7ae09e6ac1ec954355ed81c7d17f3786a01e8)), closes
|
|
1497
|
+
[#320973](https://github.com/helsenorge/designsystem/issues/320973)
|
|
1498
|
+
|
|
1499
|
+
## [7.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.9.0&targetVersion=GTv7.10.0) (2024-06-19)
|
|
1500
|
+
|
|
1501
|
+
### Features
|
|
1502
|
+
|
|
1503
|
+
- illustrasjon facialrecongitionfingerprint lagt til
|
|
1504
|
+
([64bff31](https://github.com/helsenorge/designsystem/commit/64bff313fa89b1602dd5198fa773d9baa29b0a32)), closes
|
|
1505
|
+
[#320973](https://github.com/helsenorge/designsystem/issues/320973)
|
|
1506
|
+
- **progressbar:** ny komponent ([9cdbd1b](https://github.com/helsenorge/designsystem/commit/9cdbd1bad9a701ed4a68bd84bb959b6785d518bd)),
|
|
1507
|
+
closes [#297459](https://github.com/helsenorge/designsystem/issues/297459)
|
|
1508
|
+
|
|
1509
|
+
### Bug Fixes
|
|
1510
|
+
|
|
1511
|
+
- **progressbar:** bedre uu ([1f2bcf0](https://github.com/helsenorge/designsystem/commit/1f2bcf01cd1fa88a5b4765013a17ec2e5ca05a67)), closes
|
|
1512
|
+
[#297459](https://github.com/helsenorge/designsystem/issues/297459)
|
|
1513
|
+
|
|
1514
|
+
## [7.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.8.1&targetVersion=GTv7.9.0) (2024-06-12)
|
|
1515
|
+
|
|
1516
|
+
### Bug Fixes
|
|
1517
|
+
|
|
1518
|
+
- fiks brekking av ord i dropdown ([d10a776](https://github.com/helsenorge/designsystem/commit/d10a776b66763d2c92c9bfeb0b5988687e235577)),
|
|
1519
|
+
closes [#327108](https://github.com/helsenorge/designsystem/issues/327108)
|
|
1520
|
+
|
|
1521
|
+
## [7.8.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.8.0&targetVersion=GTv7.8.1) (2024-06-04)
|
|
1522
|
+
|
|
1523
|
+
### Bug Fixes
|
|
1524
|
+
|
|
1525
|
+
- typography sass fil feiler ([e47c50b](https://github.com/helsenorge/designsystem/commit/e47c50b6dc48c0b463642b571483ccceb97abb53))
|
|
1526
|
+
|
|
1527
|
+
## [7.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.7.0&targetVersion=GTv7.8.0) (2024-06-04)
|
|
1528
|
+
|
|
1529
|
+
### Features
|
|
1530
|
+
|
|
1531
|
+
- **anchorlink:** sett underline med text decoration istedenfor border
|
|
1532
|
+
([d3a8a53](https://github.com/helsenorge/designsystem/commit/d3a8a532094fec1187770beb570336edad0f47d0)), closes
|
|
1533
|
+
[#324794](https://github.com/helsenorge/designsystem/issues/324794)
|
|
1534
|
+
- **button:** ny prop textposition ([fb5fdba](https://github.com/helsenorge/designsystem/commit/fb5fdba4cd5390fdb8e9dd2a4c21c4180b282e50)),
|
|
1535
|
+
closes [#325052](https://github.com/helsenorge/designsystem/issues/325052)
|
|
1536
|
+
- **tabs:** ny komponent ([50eae16](https://github.com/helsenorge/designsystem/commit/50eae16394ccf26eff226563940fb18f5f84728b)), closes
|
|
1537
|
+
[#297427](https://github.com/helsenorge/designsystem/issues/297427)
|
|
1538
|
+
|
|
1539
|
+
### Bug Fixes
|
|
1540
|
+
|
|
1541
|
+
- **button:** ikke hover effekt på ikon ved disabled
|
|
1542
|
+
([ea79c60](https://github.com/helsenorge/designsystem/commit/ea79c605adcf77d6bfa4cb6ad9ab8ba88fba9166)), closes
|
|
1543
|
+
[#325454](https://github.com/helsenorge/designsystem/issues/325454)
|
|
1544
|
+
- **datepicker:** datevalue valideres riktig før den settes
|
|
1545
|
+
([ec5422e](https://github.com/helsenorge/designsystem/commit/ec5422e1e744af6b4315e16edc5dfa2c066df54a)), closes
|
|
1546
|
+
[#325330](https://github.com/helsenorge/designsystem/issues/325330)
|
|
1547
|
+
- **expander:** cursor pointer på expander large
|
|
1548
|
+
([2239314](https://github.com/helsenorge/designsystem/commit/2239314c0c582680f9bba0e19562433f534a202b)), closes
|
|
1549
|
+
[#325072](https://github.com/helsenorge/designsystem/issues/325072)
|
|
1550
|
+
|
|
1551
|
+
## [7.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.6.0&targetVersion=GTv7.7.0) (2024-05-28)
|
|
1552
|
+
|
|
1553
|
+
### Features
|
|
1554
|
+
|
|
1555
|
+
- ny type notification Badge og tillates flere badges i ListHeader
|
|
1556
|
+
([0768e0a](https://github.com/helsenorge/designsystem/commit/0768e0ae1d137f17ecfa92aa2b708ca52862e6b2)), closes
|
|
1557
|
+
[#325119](https://github.com/helsenorge/designsystem/issues/325119)
|
|
1558
|
+
- **expander:** bruk token på bakgrunn for liten expander
|
|
1559
|
+
([73d8531](https://github.com/helsenorge/designsystem/commit/73d8531a52ed5a6387af8fa84045a0afd620eb38)), closes
|
|
1560
|
+
[#324989](https://github.com/helsenorge/designsystem/issues/324989)
|
|
1561
|
+
- **notificationpanel:** bruk Expander-komponent i NotificationPanel
|
|
1562
|
+
([e8d4e8d](https://github.com/helsenorge/designsystem/commit/e8d4e8d776333f243cddba8f15742dd6f271bb3d)), closes
|
|
1563
|
+
[#324989](https://github.com/helsenorge/designsystem/issues/324989)
|
|
1564
|
+
|
|
1565
|
+
### Bug Fixes
|
|
1566
|
+
|
|
1567
|
+
- **expander:** manglende import av supernova stylesheet
|
|
1568
|
+
([077ec2d](https://github.com/helsenorge/designsystem/commit/077ec2d1f59ce80076deeae5bc7911f7a9a2e431)), closes
|
|
1569
|
+
[#324989](https://github.com/helsenorge/designsystem/issues/324989)
|
|
1570
|
+
|
|
1571
|
+
## [7.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.5.0&targetVersion=GTv7.6.0) (2024-05-15)
|
|
1572
|
+
|
|
1573
|
+
### Features
|
|
1574
|
+
|
|
1575
|
+
- **notificationpanel:** legg til prop for å sette html tag for label
|
|
1576
|
+
([ebd331a](https://github.com/helsenorge/designsystem/commit/ebd331a75f04099c4ad7e552ff70df8751675734)), closes
|
|
1577
|
+
[#324952](https://github.com/helsenorge/designsystem/issues/324952)
|
|
1578
|
+
|
|
1579
|
+
### Bug Fixes
|
|
1580
|
+
|
|
1581
|
+
- skjemaelementer med error styling overlapper utifra dom rekkefølge
|
|
1582
|
+
([b07b7d6](https://github.com/helsenorge/designsystem/commit/b07b7d69391b3e4296e8a8cde8b8d312f835cb03)), closes
|
|
1583
|
+
[#324846](https://github.com/helsenorge/designsystem/issues/324846)
|
|
1584
|
+
- **expanderlist:** fiks så variant fill ikke mister margin top ved åpning av expander
|
|
1585
|
+
([d277c97](https://github.com/helsenorge/designsystem/commit/d277c97660aa8334a44b1183445f55f2037b2263)), closes
|
|
1586
|
+
[#324823](https://github.com/helsenorge/designsystem/issues/324823)
|
|
1587
|
+
|
|
1588
|
+
## [7.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.4.0&targetVersion=GTv7.5.0) (2024-05-08)
|
|
1589
|
+
|
|
1590
|
+
### Features
|
|
1591
|
+
|
|
1592
|
+
- **notificationpanel:** compactmode kan nå vise children
|
|
1593
|
+
([8056e4a](https://github.com/helsenorge/designsystem/commit/8056e4a95ed03caecd05b69bedbb5c16f6ba1f4a)), closes
|
|
1594
|
+
[#324320](https://github.com/helsenorge/designsystem/issues/324320)
|
|
1595
|
+
|
|
1596
|
+
## [7.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.3.1&targetVersion=GTv7.4.0) (2024-05-07)
|
|
1597
|
+
|
|
1598
|
+
### Features
|
|
1599
|
+
|
|
1600
|
+
- bruk Supernova tokens ([4f75387](https://github.com/helsenorge/designsystem/commit/4f753874252ebf8d4a12950ba52996eb9f3abc32)), closes
|
|
1601
|
+
[#318458](https://github.com/helsenorge/designsystem/issues/318458)
|
|
1602
|
+
- mulighet for å gi en tekst på popmenu knapp i tillegg til ikon
|
|
1603
|
+
([80b232b](https://github.com/helsenorge/designsystem/commit/80b232b4c1bbc1bdd64f711767c6576a01958f56)), closes
|
|
1604
|
+
[#323182](https://github.com/helsenorge/designsystem/issues/323182)
|
|
1605
|
+
|
|
1606
|
+
### Bug Fixes
|
|
1607
|
+
|
|
1608
|
+
- ikke unødvendig mellomrom i aria-describedby
|
|
1609
|
+
([0053898](https://github.com/helsenorge/designsystem/commit/0053898bf559a39a401a38194e23550d99bee859)), closes
|
|
1610
|
+
[#324479](https://github.com/helsenorge/designsystem/issues/324479)
|
|
1611
|
+
- skjemakomponenter har ikke tom aria-describedby
|
|
1612
|
+
([186db10](https://github.com/helsenorge/designsystem/commit/186db100d5a3303316d9e40196d64fb06136a58c)), closes
|
|
1613
|
+
[#324479](https://github.com/helsenorge/designsystem/issues/324479)
|
|
1614
|
+
|
|
1615
|
+
## [7.3.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.3.0&targetVersion=GTv7.3.1) (2024-04-22)
|
|
1616
|
+
|
|
1617
|
+
### Bug Fixes
|
|
1618
|
+
|
|
1619
|
+
- arrow får egen klasse for å toggle visibility
|
|
1620
|
+
([52525a4](https://github.com/helsenorge/designsystem/commit/52525a4d45b6b2e97ac553922fa1ec41032cc778)), closes
|
|
1621
|
+
[#323182](https://github.com/helsenorge/designsystem/issues/323182)
|
|
1622
|
+
- wrapperclassname fikser type ([fe42184](https://github.com/helsenorge/designsystem/commit/fe42184cc3bbffbcdc106def06a1a283f70bb32a))
|
|
1623
|
+
|
|
1624
|
+
## [7.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.2.1&targetVersion=GTv7.3.0) (2024-04-22)
|
|
1625
|
+
|
|
1626
|
+
### Features
|
|
1627
|
+
|
|
1628
|
+
- **designsystem:** select får wrapperclassname prop
|
|
1629
|
+
([61a1a8c](https://github.com/helsenorge/designsystem/commit/61a1a8c4323c2150ee97d21a7325de6c72cc5198)), closes
|
|
1630
|
+
[#323789](https://github.com/helsenorge/designsystem/issues/323789)
|
|
1631
|
+
|
|
1632
|
+
## [7.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.2.0&targetVersion=GTv7.2.1) (2024-04-19)
|
|
1633
|
+
|
|
1634
|
+
### Bug Fixes
|
|
1635
|
+
|
|
1636
|
+
- i button med accessibility-character-arrow er pilen skjult for skjermleser
|
|
1637
|
+
([0a8fd28](https://github.com/helsenorge/designsystem/commit/0a8fd28f16234ff8ca620c5b086d22b080a2cb17)), closes
|
|
1638
|
+
[#273312](https://github.com/helsenorge/designsystem/issues/273312)
|
|
1639
|
+
- width satt feil på popmenu ([fb4dc2d](https://github.com/helsenorge/designsystem/commit/fb4dc2d7af645e640a44f7800318f2ffcc64f195)), closes
|
|
1640
|
+
[#323102](https://github.com/helsenorge/designsystem/issues/323102)
|
|
1641
|
+
|
|
1642
|
+
## [7.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.1.0&targetVersion=GTv7.2.0) (2024-04-19)
|
|
1643
|
+
|
|
1644
|
+
### Features
|
|
1645
|
+
|
|
1646
|
+
- knappen i dropdown skal ikke være fluid
|
|
1647
|
+
([a3abe2b](https://github.com/helsenorge/designsystem/commit/a3abe2bf5a57e62302b5e4f1a1f1b609452effd0)), closes
|
|
1648
|
+
[#323389](https://github.com/helsenorge/designsystem/issues/323389)
|
|
1649
|
+
|
|
1650
|
+
### Bug Fixes
|
|
1651
|
+
|
|
1652
|
+
- bruk supernova-sjekk som funker i ff
|
|
1653
|
+
([afae2a9](https://github.com/helsenorge/designsystem/commit/afae2a90d9e453be054016b5922aa378500f91cc))
|
|
1654
|
+
- oppdater sjekk for om vi er i superNova
|
|
1655
|
+
([b20a776](https://github.com/helsenorge/designsystem/commit/b20a776f293953d78ccab6e40d687bab67676a28))
|
|
1656
|
+
- oppdater sjekk for om vi er i superNova
|
|
1657
|
+
([167d572](https://github.com/helsenorge/designsystem/commit/167d572261a91fd60a8c432d4d990356a610115f))
|
|
1658
|
+
|
|
1659
|
+
## [7.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv7.0.0&targetVersion=GTv7.1.0) (2024-04-17)
|
|
1660
|
+
|
|
1661
|
+
### Features
|
|
1662
|
+
|
|
1663
|
+
- badge innstramming av tilgjengelige farger
|
|
1664
|
+
([193ec66](https://github.com/helsenorge/designsystem/commit/193ec6633394354505a60147668800269b51feae)), closes
|
|
1665
|
+
[#308135](https://github.com/helsenorge/designsystem/issues/308135)
|
|
1666
|
+
- ny default breddehåndtering for Dropdown
|
|
1667
|
+
([6078613](https://github.com/helsenorge/designsystem/commit/6078613bf8bae571eb582f9778b8c4a494d3339d)), closes
|
|
1668
|
+
[#323389](https://github.com/helsenorge/designsystem/issues/323389)
|
|
1669
|
+
|
|
1670
|
+
## [7.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.6.2&targetVersion=GTv7.0.0) (2024-04-08)
|
|
1671
|
+
|
|
1672
|
+
## 7.0.0-beta.7 (2024-04-05)
|
|
1673
|
+
|
|
1674
|
+
## 7.0.0-beta.6 (2024-04-05)
|
|
1675
|
+
|
|
1676
|
+
## 7.0.0-beta.5 (2024-04-05)
|
|
1677
|
+
|
|
1678
|
+
### Features
|
|
1679
|
+
|
|
1680
|
+
- expander ny prop contentclassnames
|
|
1681
|
+
([d83abda](https://github.com/helsenorge/designsystem/commit/d83abdaaf321131398450dbb5ea163a8ce61f54f)), closes
|
|
1682
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
1683
|
+
|
|
1684
|
+
### Reverts
|
|
1685
|
+
|
|
1686
|
+
- bruk getSpacer på gamlemåten pga trøbbel i core-frontend
|
|
1687
|
+
([15b45fa](https://github.com/helsenorge/designsystem/commit/15b45fa5b8a56afb5befb4954aede3c2a3f518eb))
|
|
1688
|
+
- react 17+ som peerdependency ([73fcee0](https://github.com/helsenorge/designsystem/commit/73fcee033cf6e17e0c35b7096cc7976bb6217fdb))
|
|
1689
|
+
|
|
1690
|
+
## 7.0.0-beta.3 (2024-04-04)
|
|
1691
|
+
|
|
1692
|
+
### Features
|
|
1693
|
+
|
|
1694
|
+
- button arrow prop endres til aa stotte accessibility-character
|
|
1695
|
+
([e516b86](https://github.com/helsenorge/designsystem/commit/e516b869cd48f301b3ab0242548ef33c07c0da1c)), closes
|
|
1696
|
+
[#320171](https://github.com/helsenorge/designsystem/issues/320171)
|
|
1697
|
+
- skjermleser leser oppsummerende feilmelding i validation automatisk
|
|
1698
|
+
([0c9fc3a](https://github.com/helsenorge/designsystem/commit/0c9fc3aa1f9dd2d245a9037b568bce58d6d7455c)), closes
|
|
1699
|
+
[#316622](https://github.com/helsenorge/designsystem/issues/316622)
|
|
1700
|
+
|
|
1701
|
+
### Bug Fixes
|
|
1702
|
+
|
|
1703
|
+
- trigger har riktig avstand til andre elementer og større klikkflate i medium størrelse
|
|
1704
|
+
([c9d566f](https://github.com/helsenorge/designsystem/commit/c9d566fefe6ff0797925e7c90ebfe17e48de041e)), closes
|
|
1705
|
+
[#322394](https://github.com/helsenorge/designsystem/issues/322394)
|
|
1706
|
+
|
|
1707
|
+
## 7.0.0-beta.2 (2024-03-07)
|
|
1708
|
+
|
|
1709
|
+
## 7.0.0-beta.1 (2024-03-07)
|
|
1710
|
+
|
|
1711
|
+
## 7.0.0-beta.0 (2024-03-07)
|
|
1712
|
+
|
|
1713
|
+
### Features
|
|
1714
|
+
|
|
1715
|
+
- ts5, oppdater alle pakker ([d93bf76](https://github.com/helsenorge/designsystem/commit/d93bf76212b41b47aef279478b2af76705be2713))
|
|
1716
|
+
|
|
1717
|
+
## [6.6.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.6.1&targetVersion=GTv6.6.2) (2024-04-03)
|
|
1718
|
+
|
|
1719
|
+
### Bug Fixes
|
|
1720
|
+
|
|
1721
|
+
- fjern ikke-fungerende animasjon ([fa2f140](https://github.com/helsenorge/designsystem/commit/fa2f14035ef093eaedbbc3a6baf00857b355e851)),
|
|
1722
|
+
closes [#313072](https://github.com/helsenorge/designsystem/issues/313072)
|
|
1723
|
+
- iconwall fungerer igjen ([5538068](https://github.com/helsenorge/designsystem/commit/55380689ee7b806c28dfcc84718bf161e1e89e83)), closes
|
|
1724
|
+
[#322532](https://github.com/helsenorge/designsystem/issues/322532)
|
|
1725
|
+
- popmenu lukkes automatisk ved klikk på linker i menyen
|
|
1726
|
+
([e6693bb](https://github.com/helsenorge/designsystem/commit/e6693bb3dc2e47aa56555fad6dbeb812bceb91ea)), closes
|
|
1727
|
+
[#321671](https://github.com/helsenorge/designsystem/issues/321671)
|
|
1728
|
+
|
|
1729
|
+
## [6.6.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.6.0&targetVersion=GTv6.6.1) (2024-03-19)
|
|
1730
|
+
|
|
1731
|
+
### Bug Fixes
|
|
1732
|
+
|
|
1733
|
+
- reactdaypicker styling eksporterer riktig
|
|
1734
|
+
([45352f0](https://github.com/helsenorge/designsystem/commit/45352f099804e22af77d6ee5c8e903865151ed2d)), closes
|
|
1735
|
+
[#322222](https://github.com/helsenorge/designsystem/issues/322222)
|
|
1736
|
+
|
|
1737
|
+
## [6.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.5.0&targetVersion=GTv6.6.0) (2024-03-15)
|
|
1738
|
+
|
|
1739
|
+
### Features
|
|
1740
|
+
|
|
1741
|
+
- zindex med prop lagt til i datepicker dropdown expander og popover
|
|
1742
|
+
([915fabc](https://github.com/helsenorge/designsystem/commit/915fabcb890fe3d339d874a74701fbadb606dcc9)), closes
|
|
1743
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
1744
|
+
|
|
1745
|
+
## [6.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.4.0&targetVersion=GTv6.5.0) (2024-03-07)
|
|
1746
|
+
|
|
1747
|
+
### Features
|
|
1748
|
+
|
|
1749
|
+
- dropdown stotter eksterne refs for children
|
|
1750
|
+
([10cc1ba](https://github.com/helsenorge/designsystem/commit/10cc1bac51b6e499fd94b3eaa6e0d68e8ab4d605)), closes
|
|
1751
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
1752
|
+
|
|
1753
|
+
## [6.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.3.0&targetVersion=GTv6.4.0) (2024-02-29)
|
|
1754
|
+
|
|
1755
|
+
### Features
|
|
1756
|
+
|
|
1757
|
+
- slider har fatt value prop og fiks til selected state
|
|
1758
|
+
([645ca82](https://github.com/helsenorge/designsystem/commit/645ca8291d85705f7e9cf3a372376cb4e53dc4cd)), closes
|
|
1759
|
+
[#321070](https://github.com/helsenorge/designsystem/issues/321070)
|
|
1760
|
+
- table-komponenter støtter alle vanlige html-attributter
|
|
1761
|
+
([0810650](https://github.com/helsenorge/designsystem/commit/08106504e1441a9c8916c41fbca31accf0beade2)), closes
|
|
1762
|
+
[#321166](https://github.com/helsenorge/designsystem/issues/321166)
|
|
1763
|
+
|
|
1764
|
+
### Bug Fixes
|
|
1765
|
+
|
|
1766
|
+
- slider value prop oppdaterer og selectedstate
|
|
1767
|
+
([e510bd7](https://github.com/helsenorge/designsystem/commit/e510bd7a1ef3fe89eaa4cbd6af614291d055cbb8))
|
|
1768
|
+
|
|
1769
|
+
## [6.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.2.0&targetVersion=GTv6.3.0) (2024-02-22)
|
|
1770
|
+
|
|
1771
|
+
### Features
|
|
1772
|
+
|
|
1773
|
+
- select og datepicker støtter autoComplete-attributt
|
|
1774
|
+
([84c34af](https://github.com/helsenorge/designsystem/commit/84c34afd23a5d236573f5b3b3480175708fb9ecc)), closes
|
|
1775
|
+
[#314727](https://github.com/helsenorge/designsystem/issues/314727) [#314932](https://github.com/helsenorge/designsystem/issues/314932)
|
|
1776
|
+
|
|
1777
|
+
### Bug Fixes
|
|
1778
|
+
|
|
1779
|
+
- badge er inline-flex og skalerer ikke til full bredde
|
|
1780
|
+
([ac485e9](https://github.com/helsenorge/designsystem/commit/ac485e923223e7a92ede0743e924a2c39c40bbb8))
|
|
1781
|
+
- spacing i promopanel ([60a00bd](https://github.com/helsenorge/designsystem/commit/60a00bdb88d3b35b2e7b1449832674a9bf35ee46))
|
|
1782
|
+
- tabell endrer responsiv oppførsel når den vises
|
|
1783
|
+
([0c21208](https://github.com/helsenorge/designsystem/commit/0c212084cfa5161842dbb0339ae85c82e3c42046)), closes
|
|
1784
|
+
[#315245](https://github.com/helsenorge/designsystem/issues/315245)
|
|
1785
|
+
|
|
1786
|
+
## [6.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.3&targetVersion=GTv6.2.0) (2024-02-20)
|
|
1787
|
+
|
|
1788
|
+
### Features
|
|
1789
|
+
|
|
1790
|
+
- slider selected prop lagt til ([1109d39](https://github.com/helsenorge/designsystem/commit/1109d399778120742c387ff69a389e95bbe2d143)),
|
|
1791
|
+
closes [#319626](https://github.com/helsenorge/designsystem/issues/319626)
|
|
1792
|
+
|
|
1793
|
+
## [6.1.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.2&targetVersion=GTv6.1.3) (2024-02-14)
|
|
1794
|
+
|
|
1795
|
+
### Bug Fixes
|
|
1796
|
+
|
|
1797
|
+
- promopanel har ikke lenger lg breakpoint
|
|
1798
|
+
([2c332e5](https://github.com/helsenorge/designsystem/commit/2c332e5a17aca128d09a293a56daf484a2a26d53)), closes
|
|
1799
|
+
[#319556](https://github.com/helsenorge/designsystem/issues/319556)
|
|
1800
|
+
|
|
1801
|
+
## [6.1.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.1&targetVersion=GTv6.1.2) (2024-02-12)
|
|
1802
|
+
|
|
1803
|
+
### Bug Fixes
|
|
1804
|
+
|
|
1805
|
+
- datepicker date-fns gjøres external
|
|
1806
|
+
([36d749c](https://github.com/helsenorge/designsystem/commit/36d749cfd83f16ac45d8fd8eb0bf5b31d7b02b7d)), closes
|
|
1807
|
+
[#318830](https://github.com/helsenorge/designsystem/issues/318830)
|
|
1808
|
+
- input, textarea, dropdown og select har dashed border når disabled
|
|
1809
|
+
([5f5c4ca](https://github.com/helsenorge/designsystem/commit/5f5c4ca5a12d41f0413da4319e24fb8c0e6c7437)), closes
|
|
1810
|
+
[#308128](https://github.com/helsenorge/designsystem/issues/308128)
|
|
1811
|
+
|
|
1812
|
+
## [6.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.1.0&targetVersion=GTv6.1.1) (2024-02-06)
|
|
1813
|
+
|
|
1814
|
+
### Bug Fixes
|
|
1815
|
+
|
|
1816
|
+
- datepicker dependencies tatt tilbake
|
|
1817
|
+
([3a7a1e0](https://github.com/helsenorge/designsystem/commit/3a7a1e0b3f44f4c5456941ad5902000a0985da51)), closes
|
|
1818
|
+
[#318830](https://github.com/helsenorge/designsystem/issues/318830)
|
|
1819
|
+
|
|
1820
|
+
## [6.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.0.1&targetVersion=GTv6.1.0) (2024-02-06)
|
|
1821
|
+
|
|
1822
|
+
### Features
|
|
1823
|
+
|
|
1824
|
+
- illustration- og lazyillustration-komponenter
|
|
1825
|
+
([c2a5662](https://github.com/helsenorge/designsystem/commit/c2a5662bd5c76f55484870d131cef6bc26f1d1b4))
|
|
1826
|
+
- promopanel støtter illustrasjoner ([ccb2cb7](https://github.com/helsenorge/designsystem/commit/ccb2cb7c35993adb1be0537906216501a6947ec7))
|
|
1827
|
+
|
|
1828
|
+
## [6.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv6.0.0&targetVersion=GTv6.0.1) (2024-02-01)
|
|
1829
|
+
|
|
1830
|
+
### Bug Fixes
|
|
1831
|
+
|
|
1832
|
+
- lazyicon blinker ikke ved hover ([b61887c](https://github.com/helsenorge/designsystem/commit/b61887c40f4f59764a349331290709f9af0ba8c4)),
|
|
1833
|
+
closes [#318240](https://github.com/helsenorge/designsystem/issues/318240)
|
|
1834
|
+
- rydder opp i datepicker dependencies
|
|
1835
|
+
([1d871e1](https://github.com/helsenorge/designsystem/commit/1d871e1071e659f2c11754e9719710a8c0a269f7)), closes
|
|
1836
|
+
[#309420](https://github.com/helsenorge/designsystem/issues/309420)
|
|
1837
|
+
|
|
1838
|
+
## [6.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.13.0&targetVersion=GTv6.0.0) (2024-01-26)
|
|
1839
|
+
|
|
1840
|
+
## 6.0.0-beta.14 (2024-01-24)
|
|
1841
|
+
|
|
1842
|
+
### Features
|
|
1843
|
+
|
|
1844
|
+
- lagt til ikonsøk i ikonwall story ([26b0446](https://github.com/helsenorge/designsystem/commit/26b044688c29a530c5605c1d938d208c8adc9e0c)),
|
|
1845
|
+
closes [#311212](https://github.com/helsenorge/designsystem/issues/311212)
|
|
1846
|
+
|
|
1847
|
+
### Bug Fixes
|
|
1848
|
+
|
|
1849
|
+
- datepicker styling feil og validering tweak
|
|
1850
|
+
([7bbdaa8](https://github.com/helsenorge/designsystem/commit/7bbdaa8e933d9ebbcc48d11647b3a8d6033502e9)), closes
|
|
1851
|
+
[#316824](https://github.com/helsenorge/designsystem/issues/316824)
|
|
1852
|
+
- lange ord i dropdown havner på ny linje
|
|
1853
|
+
([a69ab16](https://github.com/helsenorge/designsystem/commit/a69ab167e99e2e408d6168ef710f9e8aa4f7615a)), closes
|
|
1854
|
+
[#313017](https://github.com/helsenorge/designsystem/issues/313017)
|
|
1855
|
+
|
|
1856
|
+
## 6.0.0-beta.13 (2024-01-08)
|
|
1857
|
+
|
|
1858
|
+
## 6.0.0-beta.12 (2024-01-08)
|
|
1859
|
+
|
|
1860
|
+
## 6.0.0-beta.11 (2024-01-08)
|
|
1861
|
+
|
|
1862
|
+
## 6.0.0-beta.10 (2023-11-22)
|
|
1863
|
+
|
|
1864
|
+
### Features
|
|
1865
|
+
|
|
1866
|
+
- iconwall med alle ikoner og siste master merge
|
|
1867
|
+
([8007aec](https://github.com/helsenorge/designsystem/commit/8007aec989f53a4dc23d712852fcbc0e1adf0d7e)), closes
|
|
1868
|
+
[#312799](https://github.com/helsenorge/designsystem/issues/312799)
|
|
1869
|
+
|
|
1870
|
+
## 6.0.0-beta.9 (2023-11-13)
|
|
1871
|
+
|
|
1872
|
+
## 6.0.0-beta.7 (2023-10-25)
|
|
1873
|
+
|
|
1874
|
+
### Bug Fixes
|
|
1875
|
+
|
|
1876
|
+
- ikon-import ([c3d3ae1](https://github.com/helsenorge/designsystem/commit/c3d3ae18b3792918953f6f447500888b019f3444))
|
|
1877
|
+
|
|
1878
|
+
## 6.0.0-beta.6 (2023-10-24)
|
|
1879
|
+
|
|
1880
|
+
### Features
|
|
1881
|
+
|
|
1882
|
+
- typesikkerhet ved lazy loading av ikoner
|
|
1883
|
+
([0d3f3fb](https://github.com/helsenorge/designsystem/commit/0d3f3fb734e503bd26429a8e84477bd53480dd93)), closes
|
|
1884
|
+
[#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
1885
|
+
|
|
1886
|
+
## 6.0.0-beta.5 (2023-10-24)
|
|
1887
|
+
|
|
1888
|
+
### ⚠ BREAKING CHANGES
|
|
1889
|
+
|
|
1890
|
+
- props endret fra variant til size. bigform er nå large. normal er nå medium.
|
|
1891
|
+
|
|
1892
|
+
### Reverts
|
|
1893
|
+
|
|
1894
|
+
- legg tilbake additionaliconinformation
|
|
1895
|
+
([0b46b2c](https://github.com/helsenorge/designsystem/commit/0b46b2cbb029e9d85d021d477ef49bf24788c0d8))
|
|
1896
|
+
|
|
1897
|
+
### Code Refactoring
|
|
1898
|
+
|
|
1899
|
+
- formvariant heter nå formsize ([a8ef22c](https://github.com/helsenorge/designsystem/commit/a8ef22c9b4efdf063d4a861946f6407b60a5a580)),
|
|
1900
|
+
closes [#305247](https://github.com/helsenorge/designsystem/issues/305247)
|
|
1901
|
+
|
|
1902
|
+
## 6.0.0-beta.4 (2023-10-23)
|
|
1903
|
+
|
|
1904
|
+
### Features
|
|
1905
|
+
|
|
1906
|
+
- komponenter støtter lazyicon ([0148ee6](https://github.com/helsenorge/designsystem/commit/0148ee6b3c72dedadbecb21105a729af1487a445)),
|
|
1907
|
+
closes [#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
1908
|
+
|
|
1909
|
+
## 6.0.0-beta.3 (2023-10-20)
|
|
1910
|
+
|
|
1911
|
+
### Bug Fixes
|
|
1912
|
+
|
|
1913
|
+
- lazy icons fallback tar like mye plass som ikon
|
|
1914
|
+
([d5207c8](https://github.com/helsenorge/designsystem/commit/d5207c8f538cd8a111356af9e4913f29ed032f58)), closes
|
|
1915
|
+
[#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
1916
|
+
|
|
1917
|
+
## 6.0.0-beta.2 (2023-10-18)
|
|
1918
|
+
|
|
1919
|
+
## 6.0.0-beta.1 (2023-10-18)
|
|
1920
|
+
|
|
1921
|
+
## 6.0.0-beta.0 (2023-10-18)
|
|
1922
|
+
|
|
1923
|
+
### ⚠ BREAKING CHANGES
|
|
1924
|
+
|
|
1925
|
+
- Ikon-komponent er flyttet fra components/Icons/Icon til components/Icon/Icon
|
|
1926
|
+
|
|
1927
|
+
Ikonene ligger fortsatt i components/Icons, f.eks. components/Icons/Minus
|
|
1928
|
+
|
|
1929
|
+
Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da bør det bare være ikoner der.
|
|
1930
|
+
|
|
1931
|
+
### Features
|
|
1932
|
+
|
|
1933
|
+
- lazy loading av ikoner ([f688e78](https://github.com/helsenorge/designsystem/commit/f688e78a955bb43a2efa92b72b208c582dbfdd1d)), closes
|
|
1934
|
+
[#301359](https://github.com/helsenorge/designsystem/issues/301359)
|
|
1935
|
+
|
|
1936
|
+
## [5.13.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.12.0&targetVersion=GTv5.13.0) (2024-01-09)
|
|
1937
|
+
|
|
1938
|
+
### Features
|
|
1939
|
+
|
|
1940
|
+
- tile stotter react children ([161a49a](https://github.com/helsenorge/designsystem/commit/161a49ae1ec4ec165bcf565b870b1f608f8fe90c)),
|
|
1941
|
+
closes [#310764](https://github.com/helsenorge/designsystem/issues/310764)
|
|
1942
|
+
|
|
1943
|
+
## [5.12.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.11.0&targetVersion=GTv5.12.0) (2024-01-04)
|
|
1944
|
+
|
|
1945
|
+
### Bug Fixes
|
|
1946
|
+
|
|
1947
|
+
- datepicker eksporterer funksjoner riktig
|
|
1948
|
+
([46285e5](https://github.com/helsenorge/designsystem/commit/46285e5e4cacf0f1fa224fcaa42eb75b73ce24e1)), closes
|
|
1949
|
+
[#315273](https://github.com/helsenorge/designsystem/issues/315273)
|
|
1950
|
+
- justert fontstørrelse på legend i form
|
|
1951
|
+
([afd858b](https://github.com/helsenorge/designsystem/commit/afd858b850330bb13d0dca6b11aae50f7e1cd17c)), closes
|
|
1952
|
+
[#316149](https://github.com/helsenorge/designsystem/issues/316149)
|
|
1953
|
+
- sentrere tekst på notificationpanel
|
|
1954
|
+
([5188c22](https://github.com/helsenorge/designsystem/commit/5188c22bbdd920479655eab87dd19657b84ed27e)), closes
|
|
1955
|
+
[#311338](https://github.com/helsenorge/designsystem/issues/311338)
|
|
1956
|
+
|
|
1957
|
+
## [5.11.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.10.0&targetVersion=GTv5.11.0) (2023-12-18)
|
|
1958
|
+
|
|
1959
|
+
### Bug Fixes
|
|
1960
|
+
|
|
1961
|
+
- justeringer på button ([927e486](https://github.com/helsenorge/designsystem/commit/927e486876be4cbe2bb6c9b6d022e032439a2a11)), closes
|
|
1962
|
+
[#308138](https://github.com/helsenorge/designsystem/issues/308138)
|
|
1963
|
+
- oppdatert metadata til ikoner ([3b3510b](https://github.com/helsenorge/designsystem/commit/3b3510bb19da59156adb077e15137eb855cb1722)),
|
|
1964
|
+
closes [#316105](https://github.com/helsenorge/designsystem/issues/316105)
|
|
1965
|
+
|
|
1966
|
+
## [5.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.9.2&targetVersion=GTv5.10.0) (2023-12-13)
|
|
1967
|
+
|
|
1968
|
+
### Features
|
|
1969
|
+
|
|
1970
|
+
- button onblur lagt til ([e30e815](https://github.com/helsenorge/designsystem/commit/e30e8152dcac4341af0879e6b5379b6c992701b2)), closes
|
|
1971
|
+
[#315943](https://github.com/helsenorge/designsystem/issues/315943)
|
|
1972
|
+
|
|
1973
|
+
### Bug Fixes
|
|
1974
|
+
|
|
1975
|
+
- input og textarea har ikke defaultValue som default
|
|
1976
|
+
([2f0a39d](https://github.com/helsenorge/designsystem/commit/2f0a39da5a85558488fdb14280888ceb1a3f49ec)), closes
|
|
1977
|
+
[#309847](https://github.com/helsenorge/designsystem/issues/309847)
|
|
1978
|
+
|
|
1979
|
+
## [5.9.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.9.1&targetVersion=GTv5.9.2) (2023-12-12)
|
|
1980
|
+
|
|
1981
|
+
### Bug Fixes
|
|
1982
|
+
|
|
1983
|
+
- slider forenklet emojirendring ([9df0d90](https://github.com/helsenorge/designsystem/commit/9df0d90e58c16f0609ce2c0de6c770f10420e7eb)),
|
|
1984
|
+
closes [#313810](https://github.com/helsenorge/designsystem/issues/313810)
|
|
1985
|
+
|
|
1986
|
+
## [5.9.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.9.0&targetVersion=GTv5.9.1) (2023-12-11)
|
|
1987
|
+
|
|
1988
|
+
### Bug Fixes
|
|
1989
|
+
|
|
1990
|
+
- promopanel har position=relative ([360a762](https://github.com/helsenorge/designsystem/commit/360a762ec3ce63cfe870f6cd7300af9fb9b83a5e)),
|
|
1991
|
+
closes [#315387](https://github.com/helsenorge/designsystem/issues/315387)
|
|
1992
|
+
|
|
1993
|
+
## [5.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.8.0&targetVersion=GTv5.9.0) (2023-12-11)
|
|
1994
|
+
|
|
1995
|
+
### Features
|
|
1996
|
+
|
|
1997
|
+
- promopanel ([a190968](https://github.com/helsenorge/designsystem/commit/a190968285e95e09c20590cbdf14799165affb30)), closes
|
|
1998
|
+
[#315387](https://github.com/helsenorge/designsystem/issues/315387)
|
|
1999
|
+
|
|
2000
|
+
### Bug Fixes
|
|
2001
|
+
|
|
2002
|
+
- label kan og sendes inn til emoji ([6d5d680](https://github.com/helsenorge/designsystem/commit/6d5d680d31b0c797230f3539305659bc073ddb3a)),
|
|
2003
|
+
closes [#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
2004
|
+
- tabellheader med sortering har ikke underline
|
|
2005
|
+
([f191991](https://github.com/helsenorge/designsystem/commit/f191991cb9e3f32bda2df281b703833d12dfb5db)), closes
|
|
2006
|
+
[#315407](https://github.com/helsenorge/designsystem/issues/315407)
|
|
2007
|
+
|
|
2008
|
+
## [5.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.7.0&targetVersion=GTv5.8.0) (2023-12-08)
|
|
2009
|
+
|
|
2010
|
+
### Features
|
|
2011
|
+
|
|
2012
|
+
- emptystate ([7e1d9a8](https://github.com/helsenorge/designsystem/commit/7e1d9a87a75009ebd7a5b313fbed946c905fdabc))
|
|
2013
|
+
|
|
2014
|
+
### Bug Fixes
|
|
2015
|
+
|
|
2016
|
+
- anchorlink har ikke hardkodet font-size/line-height
|
|
2017
|
+
([687bac1](https://github.com/helsenorge/designsystem/commit/687bac112e20f8e5c09c5b99623401baf01d5bd4))
|
|
2018
|
+
- slider aria fix for emoji og step labels
|
|
2019
|
+
([1ca0c1e](https://github.com/helsenorge/designsystem/commit/1ca0c1e8b979357ec2544248a2c4657ed25509fe)), closes
|
|
2020
|
+
[#313810](https://github.com/helsenorge/designsystem/issues/313810) [#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
2021
|
+
|
|
2022
|
+
## [5.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.6.0&targetVersion=GTv5.7.0) (2023-12-08)
|
|
2023
|
+
|
|
2024
|
+
### Features
|
|
2025
|
+
|
|
2026
|
+
- tabell med horizontal scroll støtter aria-atributter
|
|
2027
|
+
([5f0fb2c](https://github.com/helsenorge/designsystem/commit/5f0fb2cd1c86c7ee6348f3ddd144b823a10fe6be)), closes
|
|
2028
|
+
[#314191](https://github.com/helsenorge/designsystem/issues/314191)
|
|
2029
|
+
|
|
2030
|
+
## [5.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.5.0&targetVersion=GTv5.6.0) (2023-12-07)
|
|
2031
|
+
|
|
2032
|
+
### Features
|
|
2033
|
+
|
|
2034
|
+
- legg til default tekst på sharingstatus
|
|
2035
|
+
([8c8385d](https://github.com/helsenorge/designsystem/commit/8c8385da218e2c0213b95cab7cf97075d0207393)), closes
|
|
2036
|
+
[#315571](https://github.com/helsenorge/designsystem/issues/315571)
|
|
2037
|
+
|
|
2038
|
+
### Bug Fixes
|
|
2039
|
+
|
|
2040
|
+
- defaultValue i input og textarea oppdaterer antall tegn
|
|
2041
|
+
([5799a7d](https://github.com/helsenorge/designsystem/commit/5799a7d0ee39c789f0eb22b9569c962faa595ebb)), closes
|
|
2042
|
+
[#309847](https://github.com/helsenorge/designsystem/issues/309847)
|
|
2043
|
+
- tom tabell-celle i head er td, ikke th
|
|
2044
|
+
([548f1bb](https://github.com/helsenorge/designsystem/commit/548f1bb5e28138fda3be750a2e3a00aab7ddba0a)), closes
|
|
2045
|
+
[#313691](https://github.com/helsenorge/designsystem/issues/313691)
|
|
2046
|
+
|
|
2047
|
+
## [5.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.4.1&targetVersion=GTv5.5.0) (2023-12-05)
|
|
2048
|
+
|
|
2049
|
+
### Features
|
|
2050
|
+
|
|
2051
|
+
- datetimepickerwrapper får legend prop
|
|
2052
|
+
([739df6c](https://github.com/helsenorge/designsystem/commit/739df6c35a31c2ad8cb2ee259cb0701540b68d7e))
|
|
2053
|
+
- opprett ny komponent sharingstatus
|
|
2054
|
+
([bd8fc70](https://github.com/helsenorge/designsystem/commit/bd8fc70397f2b58825f50f7bb391746faa5c59ee)), closes
|
|
2055
|
+
[#312652](https://github.com/helsenorge/designsystem/issues/312652)
|
|
2056
|
+
- slider ny funksjonalitet ([2e7a269](https://github.com/helsenorge/designsystem/commit/2e7a269af5422a710224504a418720b40c534840)), closes
|
|
2057
|
+
[#310765](https://github.com/helsenorge/designsystem/issues/310765)
|
|
2058
|
+
|
|
2059
|
+
## [5.4.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.4.0&targetVersion=GTv5.4.1) (2023-11-24)
|
|
2060
|
+
|
|
2061
|
+
### Bug Fixes
|
|
2062
|
+
|
|
2063
|
+
- endret plassering på statusdot og at statusdot forblir rund
|
|
2064
|
+
([562726f](https://github.com/helsenorge/designsystem/commit/562726ff8b186753b0f0dd98735b335603a2fcd3)), closes
|
|
2065
|
+
[#311236](https://github.com/helsenorge/designsystem/issues/311236)
|
|
2066
|
+
|
|
2067
|
+
## [5.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.3.0&targetVersion=GTv5.4.0) (2023-11-21)
|
|
2068
|
+
|
|
2069
|
+
### Features
|
|
2070
|
+
|
|
2071
|
+
- lagt til nye ikoner ([924fc90](https://github.com/helsenorge/designsystem/commit/924fc903960165211519760412e1de3bb65b85de)), closes
|
|
2072
|
+
[#312799](https://github.com/helsenorge/designsystem/issues/312799)
|
|
2073
|
+
|
|
2074
|
+
## [5.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.2.0&targetVersion=GTv5.3.0) (2023-11-17)
|
|
2075
|
+
|
|
2076
|
+
### Features
|
|
2077
|
+
|
|
2078
|
+
- panel refaktorering og contentHeader prop
|
|
2079
|
+
([42b0a03](https://github.com/helsenorge/designsystem/commit/42b0a03fa1f7d28ca966f3105dcaded49bcd886d)), closes
|
|
2080
|
+
[#304524](https://github.com/helsenorge/designsystem/issues/304524) [#304573](https://github.com/helsenorge/designsystem/issues/304573)
|
|
2081
|
+
[#304575](https://github.com/helsenorge/designsystem/issues/304575) [#304590](https://github.com/helsenorge/designsystem/issues/304590)
|
|
2082
|
+
|
|
2083
|
+
### Bug Fixes
|
|
2084
|
+
|
|
2085
|
+
- popmenu knapp stopper event propagation
|
|
2086
|
+
([baa56a1](https://github.com/helsenorge/designsystem/commit/baa56a1780c027db01989ff0cd9b14fce6faab99)), closes
|
|
2087
|
+
[#313765](https://github.com/helsenorge/designsystem/issues/313765)
|
|
2088
|
+
|
|
2089
|
+
## [5.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.4&targetVersion=GTv5.2.0) (2023-11-02)
|
|
2090
|
+
|
|
2091
|
+
### Bug Fixes
|
|
2092
|
+
|
|
2093
|
+
- eksporter StepProps ([eb90925](https://github.com/helsenorge/designsystem/commit/eb90925e0eeb25da6bab1bed83765399b9a0c540)), closes
|
|
2094
|
+
[#310680](https://github.com/helsenorge/designsystem/issues/310680)
|
|
2095
|
+
|
|
2096
|
+
## [5.1.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.3&targetVersion=GTv5.1.4) (2023-11-01)
|
|
2097
|
+
|
|
2098
|
+
### Bug Fixes
|
|
2099
|
+
|
|
2100
|
+
- input width fikset for mobil ([a3663f3](https://github.com/helsenorge/designsystem/commit/a3663f35126d42d501839ad9257deaf106bfa838)),
|
|
2101
|
+
closes [#312554](https://github.com/helsenorge/designsystem/issues/312554)
|
|
2102
|
+
|
|
2103
|
+
## [5.1.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.2&targetVersion=GTv5.1.3) (2023-10-31)
|
|
2104
|
+
|
|
2105
|
+
## [5.1.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.1&targetVersion=GTv5.1.2) (2023-10-31)
|
|
2106
|
+
|
|
2107
|
+
## [5.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.1.0&targetVersion=GTv5.1.1) (2023-10-30)
|
|
2108
|
+
|
|
2109
|
+
### Bug Fixes
|
|
2110
|
+
|
|
2111
|
+
- input type number base inkrementering verdi
|
|
2112
|
+
([6b8113e](https://github.com/helsenorge/designsystem/commit/6b8113ea73653981cfe80f7012508b7ee77279e8)), closes
|
|
2113
|
+
[#312174](https://github.com/helsenorge/designsystem/issues/312174)
|
|
2114
|
+
- input width fikset ([07a4c52](https://github.com/helsenorge/designsystem/commit/07a4c52cbfa04b1a19cf983227eb28968607baeb)), closes
|
|
2115
|
+
[#312326](https://github.com/helsenorge/designsystem/issues/312326)
|
|
2116
|
+
|
|
2117
|
+
## [5.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv5.0.0&targetVersion=GTv5.1.0) (2023-10-26)
|
|
2118
|
+
|
|
2119
|
+
### Features
|
|
2120
|
+
|
|
2121
|
+
- nytt komponent datepicker ([59d3193](https://github.com/helsenorge/designsystem/commit/59d3193992d1c98b4f38a12d9aae03909f0653b0)), closes
|
|
2122
|
+
[#306637](https://github.com/helsenorge/designsystem/issues/306637)
|
|
2123
|
+
- select støtter onChange ([3439471](https://github.com/helsenorge/designsystem/commit/3439471cbe7481ee8a0db1b8a2aca0071a379f43)), closes
|
|
2124
|
+
[#309850](https://github.com/helsenorge/designsystem/issues/309850)
|
|
2125
|
+
|
|
2126
|
+
### Bug Fixes
|
|
2127
|
+
|
|
2128
|
+
- datepicker ux endringer etter feedback
|
|
2129
|
+
([db17354](https://github.com/helsenorge/designsystem/commit/db173541a1c0c5f1dc4c9b8fe42c6df3763e13e3)), closes
|
|
2130
|
+
[#306637](https://github.com/helsenorge/designsystem/issues/306637)
|
|
2131
|
+
- radiobutton bigform checked styling
|
|
2132
|
+
([1cf5580](https://github.com/helsenorge/designsystem/commit/1cf5580270313614719d92fbb1a01dab5881d742)), closes
|
|
2133
|
+
[#305272](https://github.com/helsenorge/designsystem/issues/305272)
|
|
2134
|
+
- vite bygg og dependencies ([2e45dcd](https://github.com/helsenorge/designsystem/commit/2e45dcd23494ae77341cff0b02c6517011ca4cbe)), closes
|
|
2135
|
+
[#306637](https://github.com/helsenorge/designsystem/issues/306637)
|
|
2136
|
+
|
|
2137
|
+
## [5.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.4.0&targetVersion=GTv5.0.0) (2023-09-25)
|
|
2138
|
+
|
|
2139
|
+
### ⚠ BREAKING CHANGES
|
|
2140
|
+
|
|
2141
|
+
- role=region må settes via prop
|
|
2142
|
+
- name/id settes ikke lenger default til verdien av title. Man må sette name/id selv om man trenger det.
|
|
2143
|
+
- fjernet mulighet for at Tile kan være button
|
|
2144
|
+
|
|
2145
|
+
### Features
|
|
2146
|
+
|
|
2147
|
+
- formgroup har prop for fieldset name
|
|
2148
|
+
([625f843](https://github.com/helsenorge/designsystem/commit/625f843aa947601f7edaa82f388f6c22cda00851)), closes
|
|
2149
|
+
[#308141](https://github.com/helsenorge/designsystem/issues/308141)
|
|
2150
|
+
- helppanel ([e2e8f23](https://github.com/helsenorge/designsystem/commit/e2e8f2319626be54174c129f59f83e42603dd237))
|
|
2151
|
+
|
|
2152
|
+
### Bug Fixes
|
|
2153
|
+
|
|
2154
|
+
- expanderList/LinkList (ListHeader) HtmlValidering i story
|
|
2155
|
+
([72b12a3](https://github.com/helsenorge/designsystem/commit/72b12a3a5570e6f73fb69045cbe90d0572fd5da6)), closes
|
|
2156
|
+
[#308137](https://github.com/helsenorge/designsystem/issues/308137)
|
|
2157
|
+
- highlightbox har ikke lenger fargene kiwi/plum
|
|
2158
|
+
([8852e6c](https://github.com/helsenorge/designsystem/commit/8852e6cd07abf4995518ffcea6fb2bb5b421b84e)), closes
|
|
2159
|
+
[#305259](https://github.com/helsenorge/designsystem/issues/305259)
|
|
2160
|
+
- html i Tile validerer ([f0a9f37](https://github.com/helsenorge/designsystem/commit/f0a9f3739f39fa33d2feb1d78812958730c09f33)), closes
|
|
2161
|
+
[#308149](https://github.com/helsenorge/designsystem/issues/308149)
|
|
2162
|
+
- ikke bruk aria-attributter med mindre NotificationPanel har role
|
|
2163
|
+
([8f1b09b](https://github.com/helsenorge/designsystem/commit/8f1b09b48a4840c8a8ce0efb7abdbed05de62a8e)), closes
|
|
2164
|
+
[#309176](https://github.com/helsenorge/designsystem/issues/309176)
|
|
2165
|
+
- notificationpanel er ikke region som default
|
|
2166
|
+
([00103ce](https://github.com/helsenorge/designsystem/commit/00103ce8a237f0222966f3a25f80f2222fbecf37)), closes
|
|
2167
|
+
[#309176](https://github.com/helsenorge/designsystem/issues/309176)
|
|
2168
|
+
|
|
2169
|
+
## [4.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.3.1&targetVersion=GTv4.4.0) (2023-09-15)
|
|
2170
|
+
|
|
2171
|
+
### Features
|
|
2172
|
+
|
|
2173
|
+
- helpquestion ([a402a67](https://github.com/helsenorge/designsystem/commit/a402a6728a9273ca89b1e87c4972ab97c8ab2712)), closes
|
|
2174
|
+
[#301149](https://github.com/helsenorge/designsystem/issues/301149)
|
|
2175
|
+
- step støtter sticky knapper ([5be5ed3](https://github.com/helsenorge/designsystem/commit/5be5ed35a13fad559e400c2ecae5f439e2bb48fd)),
|
|
2176
|
+
closes [#307046](https://github.com/helsenorge/designsystem/issues/307046)
|
|
2177
|
+
- tableExpandedRow støtter id for bruk med aria-controls og html-validering
|
|
2178
|
+
([968475c](https://github.com/helsenorge/designsystem/commit/968475c4403211caa9ed994b27c10f188e11d752)), closes
|
|
2179
|
+
[#308148](https://github.com/helsenorge/designsystem/issues/308148)
|
|
2180
|
+
|
|
2181
|
+
### Bug Fixes
|
|
2182
|
+
|
|
2183
|
+
- dropdown content havner nå over relative innhold på siden
|
|
2184
|
+
([16418c7](https://github.com/helsenorge/designsystem/commit/16418c78eea3a333abac52858f31ee75c83a6cee)), closes
|
|
2185
|
+
[#309133](https://github.com/helsenorge/designsystem/issues/309133)
|
|
2186
|
+
- expander large story riktig prop verdi
|
|
2187
|
+
([5b206e6](https://github.com/helsenorge/designsystem/commit/5b206e6528291d3eb8bb74a1c872348560409e34)), closes
|
|
2188
|
+
[#309218](https://github.com/helsenorge/designsystem/issues/309218)
|
|
2189
|
+
- html-feil i logo ([508496c](https://github.com/helsenorge/designsystem/commit/508496c8113e2e19dac48ba3b9b13edce83f1b8d)), closes
|
|
2190
|
+
[#308144](https://github.com/helsenorge/designsystem/issues/308144)
|
|
2191
|
+
- html-valideringsfeil ([df9d87d](https://github.com/helsenorge/designsystem/commit/df9d87d2492108812b17092462d56d87499bda92)), closes
|
|
2192
|
+
[#291948](https://github.com/helsenorge/designsystem/issues/291948)
|
|
2193
|
+
- table elementer kan rendres etter conditions
|
|
2194
|
+
([c2742e8](https://github.com/helsenorge/designsystem/commit/c2742e8c8d17dfd69cac2e9b3f8e8979f232b9db)), closes
|
|
2195
|
+
[#308272](https://github.com/helsenorge/designsystem/issues/308272)
|
|
2196
|
+
|
|
2197
|
+
## [4.3.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.3.0&targetVersion=GTv4.3.1) (2023-08-28)
|
|
2198
|
+
|
|
2199
|
+
### Bug Fixes
|
|
2200
|
+
|
|
2201
|
+
- gjorde panel focusable optional og focus border er fjernet
|
|
2202
|
+
([2fbda76](https://github.com/helsenorge/designsystem/commit/2fbda7641ed3b62ef62029611bce3b669f453a42)), closes
|
|
2203
|
+
[#307802](https://github.com/helsenorge/designsystem/issues/307802)
|
|
2204
|
+
- windows high contrast mode checkbox og radiobutton er synlige
|
|
2205
|
+
([54acf09](https://github.com/helsenorge/designsystem/commit/54acf09210b713e4ba996a10f2fe08783e66102c)), closes
|
|
2206
|
+
[#307340](https://github.com/helsenorge/designsystem/issues/307340)
|
|
2207
|
+
|
|
2208
|
+
## [4.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.4&targetVersion=GTv4.3.0) (2023-08-23)
|
|
2209
|
+
|
|
2210
|
+
### Features
|
|
2211
|
+
|
|
2212
|
+
- trigger-komponent ([5c0ded6](https://github.com/helsenorge/designsystem/commit/5c0ded6f8d71bddb780160d2f3124fd89686730e))
|
|
2213
|
+
- trigger/hjelpetrigger/infotrigger ([7c66b8b](https://github.com/helsenorge/designsystem/commit/7c66b8b03569cc596e1263b9d1da048654d45d50)),
|
|
2214
|
+
closes [#301136](https://github.com/helsenorge/designsystem/issues/301136)
|
|
2215
|
+
|
|
2216
|
+
### Bug Fixes
|
|
2217
|
+
|
|
2218
|
+
- lagt til focusable feature i panel
|
|
2219
|
+
([050d90f](https://github.com/helsenorge/designsystem/commit/050d90f0796718b58dd0e3965721c0df38a684c5)), closes
|
|
2220
|
+
[#305821](https://github.com/helsenorge/designsystem/issues/305821)
|
|
2221
|
+
|
|
2222
|
+
## [4.2.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.3&targetVersion=GTv4.2.4) (2023-08-03)
|
|
2223
|
+
|
|
2224
|
+
### Bug Fixes
|
|
2225
|
+
|
|
2226
|
+
- table med block-visning inne i table med block-visning har synlige kolonneoverskrifter
|
|
2227
|
+
([7efd8c2](https://github.com/helsenorge/designsystem/commit/7efd8c2d409ac017d3834e812b6cd4b33e523430)), closes
|
|
2228
|
+
[#301989](https://github.com/helsenorge/designsystem/issues/301989)
|
|
2229
|
+
|
|
2230
|
+
## [4.2.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.2&targetVersion=GTv4.2.3) (2023-08-03)
|
|
2231
|
+
|
|
2232
|
+
### Bug Fixes
|
|
2233
|
+
|
|
2234
|
+
- labelclassname kan naa brukes av vertikaler
|
|
2235
|
+
([8bdecee](https://github.com/helsenorge/designsystem/commit/8bdeceedb29c6e75a20ffae10ae7dbe1a10b48c8)), closes
|
|
2236
|
+
[#306322](https://github.com/helsenorge/designsystem/issues/306322)
|
|
2237
|
+
|
|
2238
|
+
## [4.2.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.1&targetVersion=GTv4.2.2) (2023-06-28)
|
|
2239
|
+
|
|
2240
|
+
### Bug Fixes
|
|
2241
|
+
|
|
2242
|
+
- checkbox og radiobutton sine refs merges riktig
|
|
2243
|
+
([7fe16a6](https://github.com/helsenorge/designsystem/commit/7fe16a632e9a5f905474cdaa62316d2acb350ebe)), closes
|
|
2244
|
+
[#304617](https://github.com/helsenorge/designsystem/issues/304617) [#305272](https://github.com/helsenorge/designsystem/issues/305272)
|
|
2245
|
+
|
|
2246
|
+
## [4.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.2.0&targetVersion=GTv4.2.1) (2023-06-26)
|
|
2247
|
+
|
|
2248
|
+
### Bug Fixes
|
|
2249
|
+
|
|
2250
|
+
- skjul ekstra ekspander i block-visning av table på mobil
|
|
2251
|
+
([550bd65](https://github.com/helsenorge/designsystem/commit/550bd65ca2264900a2a4939a033a48f59aa8df8e)), closes
|
|
2252
|
+
[#305303](https://github.com/helsenorge/designsystem/issues/305303)
|
|
2253
|
+
|
|
2254
|
+
## [4.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.1.1&targetVersion=GTv4.2.0) (2023-06-22)
|
|
2255
|
+
|
|
2256
|
+
### Features
|
|
2257
|
+
|
|
2258
|
+
- helpbubble støtter linktarget for å kunne åpne linker i ny fane
|
|
2259
|
+
([0ead627](https://github.com/helsenorge/designsystem/commit/0ead627d761bce7a67d1165c633f415a73d6b43e)), closes
|
|
2260
|
+
[#300167](https://github.com/helsenorge/designsystem/issues/300167)
|
|
2261
|
+
|
|
2262
|
+
### Bug Fixes
|
|
2263
|
+
|
|
2264
|
+
- tabell som har plass i bredden blir ikke plassert til venstre unødvendig
|
|
2265
|
+
([ffbacbb](https://github.com/helsenorge/designsystem/commit/ffbacbb5ba58fceb5b2a47ef7a5148172bdd49e4))
|
|
2266
|
+
|
|
2267
|
+
## [4.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.1.0&targetVersion=GTv4.1.1) (2023-06-21)
|
|
2268
|
+
|
|
2269
|
+
### Bug Fixes
|
|
2270
|
+
|
|
2271
|
+
- endret box-shadow til outline på slider fokus
|
|
2272
|
+
([6d0280e](https://github.com/helsenorge/designsystem/commit/6d0280e8b9904e43256c304c22224122e25707b2)), closes
|
|
2273
|
+
[#302183](https://github.com/helsenorge/designsystem/issues/302183)
|
|
2274
|
+
- removed hardcode color in LegalDocument icon
|
|
2275
|
+
([43a6b97](https://github.com/helsenorge/designsystem/commit/43a6b9789ec0238d9d296e3fa425f9a2d6a85c4d)), closes
|
|
2276
|
+
[#302955](https://github.com/helsenorge/designsystem/issues/302955)
|
|
2277
|
+
- **slider:** correct outline size on focus, fix clipping in fx
|
|
2278
|
+
([38701a8](https://github.com/helsenorge/designsystem/commit/38701a82ac78d79fa3fcb1c805bdd98f92ac5007))
|
|
2279
|
+
- **slider:** correct outline size on focus, fix clipping in fx
|
|
2280
|
+
([0d6d190](https://github.com/helsenorge/designsystem/commit/0d6d19096970707eeeb82e96a4b4a3f1607db33d))
|
|
2281
|
+
|
|
2282
|
+
## [4.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.0.1&targetVersion=GTv4.1.0) (2023-06-05)
|
|
2283
|
+
|
|
2284
|
+
## [4.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv4.0.0&targetVersion=GTv4.0.1) (2023-05-30)
|
|
2285
|
+
|
|
2286
|
+
## [4.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.2.1&targetVersion=GTv4.0.0) (2023-05-23)
|
|
2287
|
+
|
|
2288
|
+
### Features
|
|
2289
|
+
|
|
2290
|
+
- label tas i bruk i form-komponenter
|
|
2291
|
+
([042ae21](https://github.com/helsenorge/designsystem/commit/042ae214dd1f8cb1c0baf978d29f472031d830fb)), closes
|
|
2292
|
+
[#274702](https://github.com/helsenorge/designsystem/issues/274702)
|
|
2293
|
+
- lagt til en midlertidig iconwall story
|
|
2294
|
+
([fef2b52](https://github.com/helsenorge/designsystem/commit/fef2b522c997c11003c0af86b6310419be969285))
|
|
2295
|
+
|
|
2296
|
+
### Bug Fixes
|
|
2297
|
+
|
|
2298
|
+
- ny hoverfarge ([c0583ab](https://github.com/helsenorge/designsystem/commit/c0583abf4e9f6d5168b7bb77841c3261de524603)), closes
|
|
2299
|
+
[#300613](https://github.com/helsenorge/designsystem/issues/300613)
|
|
2300
|
+
|
|
2301
|
+
## [3.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.2.0&targetVersion=GTv3.2.1) (2023-05-15)
|
|
2302
|
+
|
|
2303
|
+
### Features
|
|
2304
|
+
|
|
2305
|
+
- nye ikoner ([9694a00](https://github.com/helsenorge/designsystem/commit/9694a0061f412d16241f8be9e051805711ec2cee)), closes
|
|
2306
|
+
[#301797](https://github.com/helsenorge/designsystem/issues/301797)
|
|
2307
|
+
|
|
2308
|
+
## [3.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.6&targetVersion=GTv3.2.0) (2023-05-09)
|
|
2309
|
+
|
|
2310
|
+
### Features
|
|
2311
|
+
|
|
2312
|
+
- nytt komponent label ([ab2ea36](https://github.com/helsenorge/designsystem/commit/ab2ea3668231e5b37793fef3ce527444844d6d4e)), closes
|
|
2313
|
+
[#274702](https://github.com/helsenorge/designsystem/issues/274702)
|
|
2314
|
+
|
|
2315
|
+
## [3.1.6](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.5&targetVersion=GTv3.1.6) (2023-05-05)
|
|
2316
|
+
|
|
2317
|
+
### Features
|
|
2318
|
+
|
|
2319
|
+
- tooltip text decoration endres til dotted
|
|
2320
|
+
([8c1fddb](https://github.com/helsenorge/designsystem/commit/8c1fddbc93fe9186b9a729fafcdeb4f47263ec82)), closes
|
|
2321
|
+
[#301506](https://github.com/helsenorge/designsystem/issues/301506)
|
|
2322
|
+
|
|
2323
|
+
### Bug Fixes
|
|
2324
|
+
|
|
2325
|
+
- chrome hover-background ([762ae92](https://github.com/helsenorge/designsystem/commit/762ae9233312da790c5581a7e1ad3fd8b705a4d4)), closes
|
|
2326
|
+
[#301543](https://github.com/helsenorge/designsystem/issues/301543)
|
|
2327
|
+
- style av checkbox ([d9bffd9](https://github.com/helsenorge/designsystem/commit/d9bffd96ed5f5a09c564047afab167f636979282)), closes
|
|
2328
|
+
[#289913](https://github.com/helsenorge/designsystem/issues/289913)
|
|
2329
|
+
|
|
2330
|
+
## [3.1.5](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.4&targetVersion=GTv3.1.5) (2023-04-13)
|
|
2331
|
+
|
|
2332
|
+
### Bug Fixes
|
|
2333
|
+
|
|
2334
|
+
- popmenu og helpbubble i centeredoverflow-tabell plasseres riktig
|
|
2335
|
+
([1adbd97](https://github.com/helsenorge/designsystem/commit/1adbd97598a1c93fffa421892ca99c1852b91bef)), closes
|
|
2336
|
+
[#300128](https://github.com/helsenorge/designsystem/issues/300128)
|
|
2337
|
+
|
|
2338
|
+
## [3.1.4](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.3&targetVersion=GTv3.1.4) (2023-04-12)
|
|
2339
|
+
|
|
2340
|
+
### Bug Fixes
|
|
2341
|
+
|
|
2342
|
+
- unngå at tabellen hopper mellom ulike visninger på små skjermer
|
|
2343
|
+
([5531200](https://github.com/helsenorge/designsystem/commit/553120095afa9185dce3e2fea6c770f4654eefbf)), closes
|
|
2344
|
+
[#300068](https://github.com/helsenorge/designsystem/issues/300068)
|
|
2345
|
+
|
|
2346
|
+
## [3.1.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.2&targetVersion=GTv3.1.3) (2023-04-11)
|
|
2347
|
+
|
|
2348
|
+
### Bug Fixes
|
|
2349
|
+
|
|
2350
|
+
- eksport av PopMenu ([857d136](https://github.com/helsenorge/designsystem/commit/857d136c0e5608cf3087315107b4e265289b412f)), closes
|
|
2351
|
+
[#260926](https://github.com/helsenorge/designsystem/issues/260926)
|
|
2352
|
+
- html-validering i flere komponenter
|
|
2353
|
+
([cd61d5c](https://github.com/helsenorge/designsystem/commit/cd61d5c77f931e67507d3666a9ea9bd681fca1dd)), closes
|
|
2354
|
+
[#298931](https://github.com/helsenorge/designsystem/issues/298931)
|
|
2355
|
+
- panel med content a, b og datetime har riktig plassering av datetime på stor skjerm
|
|
2356
|
+
([74adbca](https://github.com/helsenorge/designsystem/commit/74adbca810aa08cacc76c7e01fb6164d941f917a)), closes
|
|
2357
|
+
[#297532](https://github.com/helsenorge/designsystem/issues/297532)
|
|
2358
|
+
- statusdot transparent har bedre kontrast mot bakgrunn
|
|
2359
|
+
([2015054](https://github.com/helsenorge/designsystem/commit/20150540118e1d4d67a3847b1a3c182ebfb77ef1)), closes
|
|
2360
|
+
[#298938](https://github.com/helsenorge/designsystem/issues/298938)
|
|
2361
|
+
|
|
2362
|
+
## [3.1.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.1&targetVersion=GTv3.1.2) (2023-03-31)
|
|
2363
|
+
|
|
2364
|
+
### Bug Fixes
|
|
2365
|
+
|
|
2366
|
+
- styling av service message ([4fd8e7d](https://github.com/helsenorge/designsystem/commit/4fd8e7dc23a7a6a469befda007cc846ed91640e2)), closes
|
|
2367
|
+
[#292736](https://github.com/helsenorge/designsystem/issues/292736)
|
|
2368
|
+
|
|
2369
|
+
## [3.1.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.1.0&targetVersion=GTv3.1.1) (2023-03-30)
|
|
2370
|
+
|
|
2371
|
+
### Features
|
|
2372
|
+
|
|
2373
|
+
- service message ([fdbb1a6](https://github.com/helsenorge/designsystem/commit/fdbb1a6557c092eabc1c18ff2f7fb4515bf1b016)), closes
|
|
2374
|
+
[#292736](https://github.com/helsenorge/designsystem/issues/292736)
|
|
2375
|
+
|
|
2376
|
+
## [3.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.0.2&targetVersion=GTv3.1.0) (2023-03-29)
|
|
2377
|
+
|
|
2378
|
+
## [3.0.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.0.1&targetVersion=GTv3.0.2) (2023-03-29)
|
|
2379
|
+
|
|
2380
|
+
### Features
|
|
2381
|
+
|
|
2382
|
+
- stegvisning ([a03ac7c](https://github.com/helsenorge/designsystem/commit/a03ac7c5e442b4673e91ec8b802d098ae1f2eb47)), closes
|
|
2383
|
+
[#297425](https://github.com/helsenorge/designsystem/issues/297425)
|
|
2384
|
+
|
|
2385
|
+
### Bug Fixes
|
|
2386
|
+
|
|
2387
|
+
- expanderlist viser title når title er React-komponent
|
|
2388
|
+
([c9c8b19](https://github.com/helsenorge/designsystem/commit/c9c8b19075ea51f761ba97c9fc80f7d286c0061d)), closes
|
|
2389
|
+
[#299335](https://github.com/helsenorge/designsystem/issues/299335)
|
|
2390
|
+
- popmenu plasserer pil riktig sted ([ce90830](https://github.com/helsenorge/designsystem/commit/ce90830eac8efd755a9d5c88348f1ebb8f2e04a9)),
|
|
2391
|
+
closes [#298403](https://github.com/helsenorge/designsystem/issues/298403)
|
|
2392
|
+
|
|
2393
|
+
## [3.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv3.0.0&targetVersion=GTv3.0.1) (2023-03-23)
|
|
2394
|
+
|
|
2395
|
+
### Bug Fixes
|
|
2396
|
+
|
|
2397
|
+
- bullet-list nivå 4 og lavere skal ha dashed stil
|
|
2398
|
+
([bbcb855](https://github.com/helsenorge/designsystem/commit/bbcb8559dca4d31ab8b066048f4d922486632b91)), closes
|
|
2399
|
+
[#285187](https://github.com/helsenorge/designsystem/issues/285187)
|
|
2400
|
+
- table med horizontalscroll har begrenset bredde
|
|
2401
|
+
([94e7166](https://github.com/helsenorge/designsystem/commit/94e716624cdd2a2f9a0a3b875b3c67a06442cb8b)), closes
|
|
2402
|
+
[#298409](https://github.com/helsenorge/designsystem/issues/298409)
|
|
2403
|
+
- tooltip er en del av dom ([aedea69](https://github.com/helsenorge/designsystem/commit/aedea69524558a38a0d45536aa4c625971fb9f76)), closes
|
|
2404
|
+
[#298402](https://github.com/helsenorge/designsystem/issues/298402) [#298403](https://github.com/helsenorge/designsystem/issues/298403)
|
|
2405
|
+
|
|
2406
|
+
## [3.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.17.0&targetVersion=GTv3.0.0) (2023-03-13)
|
|
2407
|
+
|
|
2408
|
+
### Features
|
|
2409
|
+
|
|
2410
|
+
- expanderhierarchy-komponent ([40154eb](https://github.com/helsenorge/designsystem/commit/40154eb7f96b010fdb04b1d80149a908e8b9f802)),
|
|
2411
|
+
closes [#269610](https://github.com/helsenorge/designsystem/issues/269610)
|
|
2412
|
+
- listekomponent ([0aa2c83](https://github.com/helsenorge/designsystem/commit/0aa2c8335e5f73d273bc3711a22b9cf84fb5c723)), closes
|
|
2413
|
+
[#285187](https://github.com/helsenorge/designsystem/issues/285187)
|
|
2414
|
+
- popmenu ([1cef3d4](https://github.com/helsenorge/designsystem/commit/1cef3d4e1a6e54657d88b044cf8d968d72cc1a14)), closes
|
|
2415
|
+
[#260926](https://github.com/helsenorge/designsystem/issues/260926)
|
|
2416
|
+
|
|
2417
|
+
### Bug Fixes
|
|
2418
|
+
|
|
2419
|
+
- anchorlink med/uten fokus tar like stor plass
|
|
2420
|
+
([0d04f59](https://github.com/helsenorge/designsystem/commit/0d04f594338024ec81378559d449cecc2b8f018c)), closes
|
|
2421
|
+
[#295268](https://github.com/helsenorge/designsystem/issues/295268)
|
|
2422
|
+
- dra og slipp fungerer i Slider på Android
|
|
2423
|
+
([95fecd9](https://github.com/helsenorge/designsystem/commit/95fecd96e253c0be7e6c890db2f1e22d3c16b094)), closes
|
|
2424
|
+
[#296701](https://github.com/helsenorge/designsystem/issues/296701)
|
|
2425
|
+
- panel - gir padding til knapp om det ligger innhold i nærheten
|
|
2426
|
+
([5618f31](https://github.com/helsenorge/designsystem/commit/5618f313650da6eb2e4cc08fe3ca9c43cb7791af)), closes
|
|
2427
|
+
[#292897](https://github.com/helsenorge/designsystem/issues/292897)
|
|
2428
|
+
|
|
2429
|
+
## 3.0.0-beta.0 (2023-02-22)
|
|
2430
|
+
|
|
2431
|
+
### ⚠ BREAKING CHANGES
|
|
2432
|
+
|
|
2433
|
+
- smallViewportVariant endrer navn til breakpointConfig. Table har ingen standard responsiv oppførsel.
|
|
2434
|
+
- 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
|
|
2435
|
+
å få innholdet automatisk lest opp.
|
|
2436
|
+
- NotificationPanel bruker ikke dangerouslySetInnerHTML for å sette label mer. Ved behov må man gjøre dette selv som bruker av komponenten.
|
|
2437
|
+
|
|
2438
|
+
### Features
|
|
2439
|
+
|
|
2440
|
+
- notificationPanel - nytt design ([2770165](https://github.com/helsenorge/designsystem/commit/27701653e83fda36e1314ba7b376982d7fdbb731)),
|
|
2441
|
+
closes [#292726](https://github.com/helsenorge/designsystem/issues/292726)
|
|
2442
|
+
- notificationpanel har automatisk role=alert om variant er alert eller crisis
|
|
2443
|
+
([b9ab235](https://github.com/helsenorge/designsystem/commit/b9ab2356ee9589c97af5f13eae21b182f0693dda)), closes
|
|
2444
|
+
[#295272](https://github.com/helsenorge/designsystem/issues/295272)
|
|
2445
|
+
- nye farger fra design ([031f202](https://github.com/helsenorge/designsystem/commit/031f2029f30340675ffac6a42f234b8b2ecb25b6)), closes
|
|
2446
|
+
[#292726](https://github.com/helsenorge/designsystem/issues/292726)
|
|
2447
|
+
- tabell har mulighet for flere responsive visninger
|
|
2448
|
+
([1cbaa62](https://github.com/helsenorge/designsystem/commit/1cbaa62d1fdfbd407dd90746960e2a597f37a123)), closes
|
|
2449
|
+
[#288929](https://github.com/helsenorge/designsystem/issues/288929)
|
|
2450
|
+
- table har to gjenbrukbare configer for ulike breakpoints
|
|
2451
|
+
([a6ac619](https://github.com/helsenorge/designsystem/commit/a6ac6196cc351041a13e08c68058754447b236be)), closes
|
|
2452
|
+
[#296512](https://github.com/helsenorge/designsystem/issues/296512)
|
|
2453
|
+
|
|
2454
|
+
### Bug Fixes
|
|
2455
|
+
|
|
2456
|
+
- table bruker neste breakpoint i bootstrap 5
|
|
2457
|
+
([458f59a](https://github.com/helsenorge/designsystem/commit/458f59a2bbfb690abc40fcb95925349ae6c03427))
|
|
2458
|
+
|
|
2459
|
+
### Code Refactoring
|
|
2460
|
+
|
|
2461
|
+
- fjern deprecated options i Table ([49fbced](https://github.com/helsenorge/designsystem/commit/49fbcedca0b8c93c314b6a1e86ed8558918777db))
|
|
2462
|
+
- notificationpanel bruker ikke dangerouslySetInnerHTML
|
|
2463
|
+
([75c8fc3](https://github.com/helsenorge/designsystem/commit/75c8fc3f636f299ad1bde80ce0b66bedd50b655e)), closes
|
|
2464
|
+
[#294226](https://github.com/helsenorge/designsystem/issues/294226)
|
|
2465
|
+
|
|
2466
|
+
## [2.17.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.16.1&targetVersion=GTv2.17.0) (2023-02-23)
|
|
2467
|
+
|
|
2468
|
+
### Features
|
|
2469
|
+
|
|
2470
|
+
- avrunder tag ([193ea63](https://github.com/helsenorge/designsystem/commit/193ea6391ced4b2c4c626c79298d8693f197fd27)), closes
|
|
2471
|
+
[#296200](https://github.com/helsenorge/designsystem/issues/296200)
|
|
2472
|
+
- nytt ikon ([9ee93b8](https://github.com/helsenorge/designsystem/commit/9ee93b84c5a399c3cf1d45f5ee909e2b5f43bd97)), closes
|
|
2473
|
+
[#296600](https://github.com/helsenorge/designsystem/issues/296600)
|
|
2474
|
+
- nytt ikon - unspecifiedFile ([e628a45](https://github.com/helsenorge/designsystem/commit/e628a4567e00a24c3c16bf3e1bab68dcd879398d)),
|
|
2475
|
+
closes [#296600](https://github.com/helsenorge/designsystem/issues/296600)
|
|
2476
|
+
|
|
2477
|
+
### Bug Fixes
|
|
2478
|
+
|
|
2479
|
+
- Panel vises riktig på mobilvisning
|
|
2480
|
+
([82790a2](https://github.com/helsenorge/designsystem/commit/82790a2365ba09f9c4e1fe4d9d624cdab62eef76)), closes
|
|
2481
|
+
[#296298](https://github.com/helsenorge/designsystem/issues/296298)
|
|
2482
|
+
|
|
2483
|
+
## [2.16.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.16.0&targetVersion=GTv2.16.1) (2023-02-16)
|
|
2484
|
+
|
|
2485
|
+
### Bug Fixes
|
|
2486
|
+
|
|
2487
|
+
- duolist non-formatted linjeskift fiks
|
|
2488
|
+
([1f3f45f](https://github.com/helsenorge/designsystem/commit/1f3f45f194d18207a3a6f8a8ef73b95c9a7ca1bf)), closes
|
|
2489
|
+
[#296356](https://github.com/helsenorge/designsystem/issues/296356)
|
|
2490
|
+
|
|
2491
|
+
## [2.16.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.15.0&targetVersion=GTv2.16.0) (2023-02-15)
|
|
2492
|
+
|
|
2493
|
+
### Features
|
|
2494
|
+
|
|
2495
|
+
- tabell har mulighet for flere responsive visninger
|
|
2496
|
+
([6b0f202](https://github.com/helsenorge/designsystem/commit/6b0f202af5009f79d6c035aab16ff6ca7cf903bb)), closes
|
|
2497
|
+
[#288929](https://github.com/helsenorge/designsystem/issues/288929)
|
|
2498
|
+
|
|
2499
|
+
### Bug Fixes
|
|
2500
|
+
|
|
2501
|
+
- fixer bruk av Formgroup i storybook
|
|
2502
|
+
([61bddf7](https://github.com/helsenorge/designsystem/commit/61bddf795d86e56ada7d39de30127434745c4ed4)), closes
|
|
2503
|
+
[#292556](https://github.com/helsenorge/designsystem/issues/292556)
|
|
2504
|
+
- fjern klasse som ikke brukes ([8544a30](https://github.com/helsenorge/designsystem/commit/8544a304383cac0b3b586bb74097ee64bb9e6dee)),
|
|
2505
|
+
closes [#294599](https://github.com/helsenorge/designsystem/issues/294599)
|
|
2506
|
+
- panelactionbtn er plassert i lik linje med datetime
|
|
2507
|
+
([7b1fc4d](https://github.com/helsenorge/designsystem/commit/7b1fc4d33ccc430dad760e7e0f3f2f051932c2d5)), closes
|
|
2508
|
+
[#292669](https://github.com/helsenorge/designsystem/issues/292669)
|
|
2509
|
+
- styling specificity ([cb35c03](https://github.com/helsenorge/designsystem/commit/cb35c03e173b2ae6896844f2f1f370eca6659688)), closes
|
|
2510
|
+
[#292556](https://github.com/helsenorge/designsystem/issues/292556)
|
|
2511
|
+
|
|
2512
|
+
## [2.15.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.14.0&targetVersion=GTv2.15.0) (2023-02-09)
|
|
2513
|
+
|
|
2514
|
+
### Features
|
|
2515
|
+
|
|
2516
|
+
- avatar har størrelse small og xsmall
|
|
2517
|
+
([86a7dd4](https://github.com/helsenorge/designsystem/commit/86a7dd41d42588bc962137914bcb3f9e74863f3b))
|
|
2518
|
+
- button ariaLabel mangel kaster bare error i dev
|
|
2519
|
+
([89596fa](https://github.com/helsenorge/designsystem/commit/89596faeda26e45a32e759013edbda522c8ac4d9)), closes
|
|
2520
|
+
[#289312](https://github.com/helsenorge/designsystem/issues/289312)
|
|
2521
|
+
- input har støtte for å telle antall tegn
|
|
2522
|
+
([65eef57](https://github.com/helsenorge/designsystem/commit/65eef57f5dfddd4c5054a83cd821f477958c6df1)), closes
|
|
2523
|
+
[#291991](https://github.com/helsenorge/designsystem/issues/291991)
|
|
2524
|
+
- legger til errorwrapper class ([5ca3378](https://github.com/helsenorge/designsystem/commit/5ca3378be19533b753db41a20f17243c4e231b52)),
|
|
2525
|
+
closes [#292556](https://github.com/helsenorge/designsystem/issues/292556)
|
|
2526
|
+
- statusdot har attachment-variant ([dd27e68](https://github.com/helsenorge/designsystem/commit/dd27e68d6c888e8e2c65b8001c513d5e906319f2))
|
|
2527
|
+
- SupportingPerson xs ikon ([138b3b5](https://github.com/helsenorge/designsystem/commit/138b3b5d0d264d6c6cc2f659e63fc09bc3f67669)), closes
|
|
2528
|
+
[#293547](https://github.com/helsenorge/designsystem/issues/293547)
|
|
2529
|
+
|
|
2530
|
+
### Bug Fixes
|
|
2531
|
+
|
|
2532
|
+
- date-time eksempel colon fiks ([02f0331](https://github.com/helsenorge/designsystem/commit/02f03310626bf74878aba5889884c681bdde4fcd))
|
|
2533
|
+
- linklist-item har ikke class=undefined når type=fill
|
|
2534
|
+
([b54ca6a](https://github.com/helsenorge/designsystem/commit/b54ca6a454c80ee331e608a3a163c3eaebabdb2f)), closes
|
|
2535
|
+
[#294599](https://github.com/helsenorge/designsystem/issues/294599)
|
|
2536
|
+
- listheader med avatar er default størrelse xsmall
|
|
2537
|
+
([e67d447](https://github.com/helsenorge/designsystem/commit/e67d447ee7cc05a3d61263765556a34c8ef28d6b))
|
|
2538
|
+
- login icon fill-rule fikset ([62dcd0f](https://github.com/helsenorge/designsystem/commit/62dcd0fc158d3699f51446c3304907a6ca4aa976))
|
|
2539
|
+
- oppdatert geometri i ikonene til arrowleft og arrowright
|
|
2540
|
+
([20ab9c5](https://github.com/helsenorge/designsystem/commit/20ab9c5cc60e11860dd2c046be6e2cdbf20060fb)), closes
|
|
2541
|
+
[#293341](https://github.com/helsenorge/designsystem/issues/293341)
|
|
2542
|
+
|
|
2543
|
+
## [2.14.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.13.0&targetVersion=GTv2.14.0) (2023-02-01)
|
|
2544
|
+
|
|
2545
|
+
### Features
|
|
2546
|
+
|
|
2547
|
+
- ikoner for ny login logout hjertehender og error notification
|
|
2548
|
+
([8fd3e28](https://github.com/helsenorge/designsystem/commit/8fd3e289ccd3934f84d5d11def33a9c1b527708d))
|
|
2549
|
+
|
|
2550
|
+
### Bug Fixes
|
|
2551
|
+
|
|
2552
|
+
- panel inline title blir inline med contentA
|
|
2553
|
+
([3345db0](https://github.com/helsenorge/designsystem/commit/3345db0457a512c0edd28d25339cdaf4955ca54b)), closes
|
|
2554
|
+
[#294847](https://github.com/helsenorge/designsystem/issues/294847)
|
|
2555
|
+
|
|
2556
|
+
## [2.13.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.12.0&targetVersion=GTv2.13.0) (2023-01-26)
|
|
2557
|
+
|
|
2558
|
+
### Features
|
|
2559
|
+
|
|
2560
|
+
- duolist nonformatted format lagt til
|
|
2561
|
+
([6bbdb76](https://github.com/helsenorge/designsystem/commit/6bbdb76cd2dda87e8e7389ee7129936ae0253bc0)), closes
|
|
2562
|
+
[#292725](https://github.com/helsenorge/designsystem/issues/292725)
|
|
2563
|
+
- panel status badge wrapper nå med title tekst
|
|
2564
|
+
([d008826](https://github.com/helsenorge/designsystem/commit/d00882610a68cf00d6a3a39d3bb7bf6c5807526a)), closes
|
|
2565
|
+
[#292773](https://github.com/helsenorge/designsystem/issues/292773)
|
|
2566
|
+
- slider har støtte for ariaLabel ([e4960e1](https://github.com/helsenorge/designsystem/commit/e4960e1e7f01fde1be4689ccae3ce8d23a72eea2)),
|
|
2567
|
+
closes [#293573](https://github.com/helsenorge/designsystem/issues/293573)
|
|
2568
|
+
|
|
2569
|
+
### Bug Fixes
|
|
2570
|
+
|
|
2571
|
+
- panel spacing desktop fikset ([074afe7](https://github.com/helsenorge/designsystem/commit/074afe7dc54f71eb068b51eaed20277b8c51f6ec)),
|
|
2572
|
+
closes [#292769](https://github.com/helsenorge/designsystem/issues/292769)
|
|
2573
|
+
|
|
2574
|
+
## [2.12.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.11.3&targetVersion=GTv2.12.0) (2023-01-23)
|
|
2575
|
+
|
|
2576
|
+
### Features
|
|
2577
|
+
|
|
2578
|
+
- gir vertikaler mulighet til å hente reset styling for radio button fra designsystemet
|
|
2579
|
+
([868df37](https://github.com/helsenorge/designsystem/commit/868df372ab03638f25d2747d829e99248436528e)), closes
|
|
2580
|
+
[#292456](https://github.com/helsenorge/designsystem/issues/292456)
|
|
2581
|
+
- panel med buttonAriaLabel bruker det som aria-label selv om title er satt
|
|
2582
|
+
([23caab9](https://github.com/helsenorge/designsystem/commit/23caab91b8b4ac50df54dc34930618b2fd3583be)), closes
|
|
2583
|
+
[#293470](https://github.com/helsenorge/designsystem/issues/293470) [#293729](https://github.com/helsenorge/designsystem/issues/293729)
|
|
2584
|
+
|
|
2585
|
+
### Bug Fixes
|
|
2586
|
+
|
|
2587
|
+
- duolist null child kaster ikke feilmelding
|
|
2588
|
+
([7668bd2](https://github.com/helsenorge/designsystem/commit/7668bd26ffc077727fae2e1f1eaf2b371b81af80)), closes
|
|
2589
|
+
[#292617](https://github.com/helsenorge/designsystem/issues/292617)
|
|
2590
|
+
- logo kan bare være hvit og svart ([c46dcc1](https://github.com/helsenorge/designsystem/commit/c46dcc17e13189973fef4691ab1b75c3442f6ab4)),
|
|
2591
|
+
closes [#293148](https://github.com/helsenorge/designsystem/issues/293148)
|
|
2592
|
+
- panel detail button pil plassert riktig
|
|
2593
|
+
([21782d8](https://github.com/helsenorge/designsystem/commit/21782d80502afdd9415c1e3ba9eca092f063157e)), closes
|
|
2594
|
+
[#287921](https://github.com/helsenorge/designsystem/issues/287921)
|
|
2595
|
+
- taglist har nå role=list med listitems
|
|
2596
|
+
([62be09d](https://github.com/helsenorge/designsystem/commit/62be09de17a946e1339f27792878c19c9e72be7f)), closes
|
|
2597
|
+
[#290367](https://github.com/helsenorge/designsystem/issues/290367)
|
|
2598
|
+
- useOutsideEvent fungerer i web components
|
|
2599
|
+
([ffe9b7f](https://github.com/helsenorge/designsystem/commit/ffe9b7ffc67e04f6b8d7232b0a6829a380d112d6)), closes
|
|
2600
|
+
[#293729](https://github.com/helsenorge/designsystem/issues/293729)
|
|
2601
|
+
- vis slider på utskrift ([aa60206](https://github.com/helsenorge/designsystem/commit/aa60206364af351c33045f22d5a9379276e814bf)), closes
|
|
2602
|
+
[#281560](https://github.com/helsenorge/designsystem/issues/281560)
|
|
2603
|
+
|
|
2604
|
+
## [2.11.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.11.2&targetVersion=GTv2.11.3) (2023-01-17)
|
|
2605
|
+
|
|
2606
|
+
### Features
|
|
2607
|
+
|
|
2608
|
+
- legger til header sematikk på expanderlist
|
|
2609
|
+
([2918461](https://github.com/helsenorge/designsystem/commit/29184614d218b50461c79e41d609d0c4917fd873)), closes
|
|
2610
|
+
[#291046](https://github.com/helsenorge/designsystem/issues/291046)
|
|
2611
|
+
|
|
2612
|
+
## [2.11.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.11.1&targetVersion=GTv2.11.2) (2023-01-12)
|
|
2613
|
+
|
|
2614
|
+
### Bug Fixes
|
|
2615
|
+
|
|
2616
|
+
- endrer kontrastfarge ([7aae4c3](https://github.com/helsenorge/designsystem/commit/7aae4c3239afe9187d7515ca2d8bd9e5f9808425)), closes
|
|
2617
|
+
[#290655](https://github.com/helsenorge/designsystem/issues/290655)
|
|
2618
|
+
- listheader mapping tar hensyn til undefined recursive children
|
|
2619
|
+
([429e51b](https://github.com/helsenorge/designsystem/commit/429e51bf7eebbafeef19ca5d76c72957ab9ab402)), closes
|
|
2620
|
+
[#293178](https://github.com/helsenorge/designsystem/issues/293178)
|
|
2621
|
+
|
|
2622
|
+
## [2.11.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.10.1&targetVersion=GTv2.11.1) (2023-01-06)
|
|
2623
|
+
|
|
2624
|
+
### Features
|
|
2625
|
+
|
|
2626
|
+
- legger til props til Input ([7951a84](https://github.com/helsenorge/designsystem/commit/7951a84f5af1dc7c432456e3ebf26d4227774cf8)), closes
|
|
2627
|
+
[#222638](https://github.com/helsenorge/designsystem/issues/222638)
|
|
2628
|
+
- **designsystem:** aria-required for select
|
|
2629
|
+
([4415849](https://github.com/helsenorge/designsystem/commit/4415849b74a53565a7af459091a915e0f6d01d90)), closes
|
|
2630
|
+
[#291043](https://github.com/helsenorge/designsystem/issues/291043)
|
|
2631
|
+
|
|
2632
|
+
### Bug Fixes
|
|
2633
|
+
|
|
2634
|
+
- endrer farge på tekst. Gir bedre kontrast
|
|
2635
|
+
([e29be2b](https://github.com/helsenorge/designsystem/commit/e29be2b7dc784ea57daabb20d7ce08c8a017708e)), closes
|
|
2636
|
+
[#290655](https://github.com/helsenorge/designsystem/issues/290655)
|
|
2637
|
+
|
|
2638
|
+
## [2.10.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.10.0&targetVersion=GTv2.10.1) (2023-01-03)
|
|
2639
|
+
|
|
2640
|
+
### Bug Fixes
|
|
2641
|
+
|
|
2642
|
+
- listheader mapping fikset ved null child
|
|
2643
|
+
([e62f9f8](https://github.com/helsenorge/designsystem/commit/e62f9f8cdb9af731434f79a56efadb6207e06588))
|
|
2644
|
+
|
|
2645
|
+
## [2.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.3&targetVersion=GTv2.10.0) (2023-01-03)
|
|
2646
|
+
|
|
2647
|
+
### Features
|
|
2648
|
+
|
|
2649
|
+
- nytt komponent linkheader og linkheadertext som brukes i expanderlist og linklist
|
|
2650
|
+
([5842ffe](https://github.com/helsenorge/designsystem/commit/5842ffe5d547d9f34b61c2409c9aeb957fcb947f)), closes
|
|
2651
|
+
[#289118](https://github.com/helsenorge/designsystem/issues/289118)
|
|
2652
|
+
|
|
2653
|
+
### Bug Fixes
|
|
2654
|
+
|
|
2655
|
+
- oneliner får ikke unødvendig spacing
|
|
2656
|
+
([4f1ac33](https://github.com/helsenorge/designsystem/commit/4f1ac33b8405c89f625939454e2600cf9eb2e0a3))
|
|
2657
|
+
|
|
2658
|
+
## [2.9.3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.2&targetVersion=GTv2.9.3) (2022-12-13)
|
|
2659
|
+
|
|
2660
|
+
### Features
|
|
2661
|
+
|
|
2662
|
+
- eksporterer NotificationPanel props
|
|
2663
|
+
([f052b76](https://github.com/helsenorge/designsystem/commit/f052b765807809a98a88e2d536b87cf388d15e56)), closes
|
|
2664
|
+
[#288630](https://github.com/helsenorge/designsystem/issues/288630)
|
|
2665
|
+
|
|
2666
|
+
## [2.9.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.1&targetVersion=GTv2.9.2) (2022-12-09)
|
|
2667
|
+
|
|
2668
|
+
### Bug Fixes
|
|
2669
|
+
|
|
2670
|
+
- personcancel og travelroute ikon farge fiks
|
|
2671
|
+
([6423c92](https://github.com/helsenorge/designsystem/commit/6423c921af461a556502adcb74a91ec0acf98bcf))
|
|
2672
|
+
|
|
2673
|
+
## [2.9.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.9.0&targetVersion=GTv2.9.1) (2022-12-07)
|
|
2674
|
+
|
|
2675
|
+
### Bug Fixes
|
|
2676
|
+
|
|
2677
|
+
- personcancel ikon fiks ([0bb783c](https://github.com/helsenorge/designsystem/commit/0bb783cfb466212a2e9fb362909533b62a45d81d)), closes
|
|
2678
|
+
[#290817](https://github.com/helsenorge/designsystem/issues/290817)
|
|
2679
|
+
|
|
2680
|
+
## [2.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.8.0&targetVersion=GTv2.9.0) (2022-12-06)
|
|
2681
|
+
|
|
2682
|
+
### Features
|
|
2683
|
+
|
|
2684
|
+
- nye ikoner helsekontakter og pasientreiser
|
|
2685
|
+
([a74689b](https://github.com/helsenorge/designsystem/commit/a74689b3a838bd9ca19e7345006f54d38a048d1e)), closes
|
|
2686
|
+
[#290817](https://github.com/helsenorge/designsystem/issues/290817)
|
|
2687
|
+
|
|
2688
|
+
## [2.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.7.0&targetVersion=GTv2.8.0) (2022-12-01)
|
|
2689
|
+
|
|
2690
|
+
### Features
|
|
2691
|
+
|
|
2692
|
+
- notificationpanel kan ha role="alert"
|
|
2693
|
+
([3912130](https://github.com/helsenorge/designsystem/commit/39121300e3d70414433c4b64911a830bbc01cb52)), closes
|
|
2694
|
+
[#290688](https://github.com/helsenorge/designsystem/issues/290688)
|
|
2695
|
+
|
|
2696
|
+
## [2.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.6.2&targetVersion=GTv2.7.0) (2022-11-30)
|
|
2697
|
+
|
|
2698
|
+
### Features
|
|
2699
|
+
|
|
2700
|
+
- oppdatert med støtte for datetime i input felt
|
|
2701
|
+
([d01eab1](https://github.com/helsenorge/designsystem/commit/d01eab1e976887bb7b22d27108bbc47e06e04316)), closes
|
|
2702
|
+
[#288759](https://github.com/helsenorge/designsystem/issues/288759)
|
|
2703
|
+
|
|
2704
|
+
## [2.6.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.6.1&targetVersion=GTv2.6.2) (2022-11-17)
|
|
2705
|
+
|
|
2706
|
+
### Bug Fixes
|
|
2707
|
+
|
|
2708
|
+
- modal setter fokus til seg selv kun én gang når den først vises
|
|
2709
|
+
([a293206](https://github.com/helsenorge/designsystem/commit/a293206cbd23a4524054198239eb00f2ee454a39)), closes
|
|
2710
|
+
[#289818](https://github.com/helsenorge/designsystem/issues/289818)
|
|
2711
|
+
|
|
2712
|
+
## [2.6.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.6.0&targetVersion=GTv2.6.1) (2022-11-17)
|
|
2713
|
+
|
|
2714
|
+
### Bug Fixes
|
|
2715
|
+
|
|
2716
|
+
- resizeobserver logger ikke feil om loop limit exceeded
|
|
2717
|
+
([afece3a](https://github.com/helsenorge/designsystem/commit/afece3a3f40763f6520e09c2398b5928eaf9fa82)), closes
|
|
2718
|
+
[#288871](https://github.com/helsenorge/designsystem/issues/288871)
|
|
2719
|
+
|
|
2720
|
+
## [2.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.5.0&targetVersion=GTv2.6.0) (2022-11-15)
|
|
2721
|
+
|
|
2722
|
+
### Features
|
|
2723
|
+
|
|
2724
|
+
- helpbubble kan ta imot ref ([ae2dfcb](https://github.com/helsenorge/designsystem/commit/ae2dfcb5325dd31da97c032c502a8c433a8a13b4)), closes
|
|
2725
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
2726
|
+
- react-hook-form 7 støtte ([bd50e9d](https://github.com/helsenorge/designsystem/commit/bd50e9d616faec405a441661169db559bcf00783)), closes
|
|
2727
|
+
[#287912](https://github.com/helsenorge/designsystem/issues/287912)
|
|
2728
|
+
|
|
2729
|
+
### Bug Fixes
|
|
2730
|
+
|
|
2731
|
+
- useSize trigges ved endring i ref igjen
|
|
2732
|
+
([c374772](https://github.com/helsenorge/designsystem/commit/c374772117d019d77ad725add65f20f869a876b9)), closes
|
|
2733
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
2734
|
+
|
|
2735
|
+
## [2.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.4.0&targetVersion=GTv2.5.0) (2022-11-13)
|
|
2736
|
+
|
|
2737
|
+
### Features
|
|
2738
|
+
|
|
2739
|
+
- duolist custom breddeforhold, bold per gruppe og mulighet for reactnode som dt og dd
|
|
2740
|
+
([8c1db38](https://github.com/helsenorge/designsystem/commit/8c1db382e7006faf478bd2d93eb72a28fadf4e43)), closes
|
|
2741
|
+
[#285932](https://github.com/helsenorge/designsystem/issues/285932)
|
|
2742
|
+
- nytt komponent Select ([70b540f](https://github.com/helsenorge/designsystem/commit/70b540fc0791cf8e94f974cbf4b4d63990d435ae)), closes
|
|
2743
|
+
[#260924](https://github.com/helsenorge/designsystem/issues/260924)
|
|
2744
|
+
|
|
2745
|
+
### Bug Fixes
|
|
2746
|
+
|
|
2747
|
+
- oppdater posisjon i helpbubble med én gang den vises
|
|
2748
|
+
([ad297fe](https://github.com/helsenorge/designsystem/commit/ad297feeac1e0aa457121c4b6b369c1d57b53087)), closes
|
|
2749
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
2750
|
+
- uu-forbedringer i tooltip og helpbubble
|
|
2751
|
+
([be42f12](https://github.com/helsenorge/designsystem/commit/be42f12169779530f92d75dc7d64a06c41b38866)), closes
|
|
2752
|
+
[#285111](https://github.com/helsenorge/designsystem/issues/285111)
|
|
2753
|
+
|
|
2754
|
+
## [2.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.3.0&targetVersion=GTv2.4.0) (2022-11-05)
|
|
2755
|
+
|
|
2756
|
+
### Features
|
|
2757
|
+
|
|
2758
|
+
- linklist.link har prop for linkRef
|
|
2759
|
+
([b86370c](https://github.com/helsenorge/designsystem/commit/b86370ccb3576c44c7ade357022b801d1407a9af)), closes
|
|
2760
|
+
[#287467](https://github.com/helsenorge/designsystem/issues/287467)
|
|
2761
|
+
|
|
2762
|
+
### Bug Fixes
|
|
2763
|
+
|
|
2764
|
+
- hjelpeboble plasseres riktig i scrollbar tabell
|
|
2765
|
+
([6b96b04](https://github.com/helsenorge/designsystem/commit/6b96b046782494e2b2586cb158874e46602c5249)), closes
|
|
2766
|
+
[#288142](https://github.com/helsenorge/designsystem/issues/288142)
|
|
2767
|
+
- modal setter fokus automatisk til første fokuserbare element
|
|
2768
|
+
([88bb15c](https://github.com/helsenorge/designsystem/commit/88bb15cd9de0fb0f2a78db7a4621da1e16f31374)), closes
|
|
2769
|
+
[#286778](https://github.com/helsenorge/designsystem/issues/286778)
|
|
2770
|
+
|
|
2771
|
+
## [2.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.2.1&targetVersion=GTv2.3.0) (2022-10-31)
|
|
2772
|
+
|
|
2773
|
+
### Features
|
|
2774
|
+
|
|
2775
|
+
- ny hook useFocusableElement ([3294609](https://github.com/helsenorge/designsystem/commit/32946099ab996597d1a1696a8f8d3d983da9c97e)),
|
|
2776
|
+
closes [#286778](https://github.com/helsenorge/designsystem/issues/286778)
|
|
2777
|
+
|
|
2778
|
+
## [2.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.2.0&targetVersion=GTv2.2.1) (2022-10-25)
|
|
2779
|
+
|
|
2780
|
+
### Features
|
|
2781
|
+
|
|
2782
|
+
- nytt ikon og fiks på confluence script
|
|
2783
|
+
([0d6d9ea](https://github.com/helsenorge/designsystem/commit/0d6d9ea492b22ee70c2edbb32440f39739a6ce6d)), closes
|
|
2784
|
+
[#287052](https://github.com/helsenorge/designsystem/issues/287052)
|
|
2785
|
+
|
|
2786
|
+
## [2.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.1.0&targetVersion=GTv2.2.0) (2022-10-25)
|
|
2787
|
+
|
|
2788
|
+
### Features
|
|
2789
|
+
|
|
2790
|
+
- input og textarea kan vise valideringsfeil uten bruk av formgroup
|
|
2791
|
+
([dc44f8e](https://github.com/helsenorge/designsystem/commit/dc44f8ebd187bd20a62d544256f9902f2c39925f)), closes
|
|
2792
|
+
[#283315](https://github.com/helsenorge/designsystem/issues/283315)
|
|
2793
|
+
|
|
2794
|
+
### Bug Fixes
|
|
2795
|
+
|
|
2796
|
+
- bold font i tabell-header ([ba90898](https://github.com/helsenorge/designsystem/commit/ba908981f6bb2c9b5bce2f1ac6da0201263d2ecd)), closes
|
|
2797
|
+
[#287872](https://github.com/helsenorge/designsystem/issues/287872)
|
|
2798
|
+
- nummerert visning har minimum 40px bredde
|
|
2799
|
+
([5422e28](https://github.com/helsenorge/designsystem/commit/5422e28ef4aac66b3a32fd02c3ea14fcf899937b))
|
|
2800
|
+
- progressbar uten alle prikker har to prikker (venstre og høyre)
|
|
2801
|
+
([cf6d20f](https://github.com/helsenorge/designsystem/commit/cf6d20fec7916831dea260eab98d578665fe6a85))
|
|
2802
|
+
|
|
2803
|
+
## [2.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv2.0.0&targetVersion=GTv2.1.0) (2022-10-20)
|
|
2804
|
+
|
|
2805
|
+
### Features
|
|
2806
|
+
|
|
2807
|
+
- progressbar ([961f4ce](https://github.com/helsenorge/designsystem/commit/961f4ce75ff34cf8e237b3bf584ff7ba613b3461)), closes
|
|
2808
|
+
[#286349](https://github.com/helsenorge/designsystem/issues/286349)
|
|
2809
|
+
|
|
2810
|
+
### Bug Fixes
|
|
2811
|
+
|
|
2812
|
+
- expanderlist focus jsx fiks ([474dc5c](https://github.com/helsenorge/designsystem/commit/474dc5c72639fd5d41101916fe7fd05bfdafe677)),
|
|
2813
|
+
closes [#285115](https://github.com/helsenorge/designsystem/issues/285115)
|
|
2814
|
+
- setter background-clip på th i table
|
|
2815
|
+
([7f65224](https://github.com/helsenorge/designsystem/commit/7f65224a296c99dac71da2b8843d2e244beac259))
|
|
2816
|
+
- setter background-clip på th i table
|
|
2817
|
+
([3279386](https://github.com/helsenorge/designsystem/commit/32793866162d3e95ea61a6156907b2edea798de6))
|
|
2818
|
+
- tabell har bare overflow:hidden når den er for liten
|
|
2819
|
+
([b8b3c8a](https://github.com/helsenorge/designsystem/commit/b8b3c8a8532e8bfd4f0415213480895de72398df)), closes
|
|
2820
|
+
[#286994](https://github.com/helsenorge/designsystem/issues/286994)
|
|
2821
|
+
|
|
2822
|
+
## [2.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.8.0&targetVersion=GTv2.0.0) (2022-10-11)
|
|
2823
|
+
|
|
2824
|
+
## 2.0.0-beta.8 (2022-10-06)
|
|
2825
|
+
|
|
2826
|
+
### ⚠ BREAKING CHANGES
|
|
2827
|
+
|
|
2828
|
+
- Tidligere måtte man fjerne onSuccess-prop for at escape/klikk utenfor skulle lukke. Om du ønsker å hindre at modalen kan lukkes på denne
|
|
2829
|
+
måten, bruk disableCloseEvents
|
|
2830
|
+
|
|
2831
|
+
### Bug Fixes
|
|
2832
|
+
|
|
2833
|
+
- modal kan lukkes med escape/klikk utenfor
|
|
2834
|
+
([3cd81a2](https://github.com/helsenorge/designsystem/commit/3cd81a2e51cf738658ef96615896c7eba0c52a32)), closes
|
|
2835
|
+
[#284930](https://github.com/helsenorge/designsystem/issues/284930)
|
|
2836
|
+
|
|
2837
|
+
## 2.0.0-beta.7 (2022-10-03)
|
|
2838
|
+
|
|
2839
|
+
### Bug Fixes
|
|
2840
|
+
|
|
2841
|
+
- process.env.NODE_ENV er med i publisert kode
|
|
2842
|
+
([93d4e5f](https://github.com/helsenorge/designsystem/commit/93d4e5fd8415d9814bf9552852a479da6bb566a2))
|
|
2843
|
+
|
|
2844
|
+
## 2.0.0-beta.6 (2022-10-03)
|
|
2845
|
+
|
|
2846
|
+
### ⚠ BREAKING CHANGES
|
|
2847
|
+
|
|
2848
|
+
- autocomplete renamet til autoComplete i Input og Textarea
|
|
2849
|
+
- readonly renamet til readOnly i Textarea
|
|
2850
|
+
- form, formNoValidate, formTarget, spellcheck, aria-invalid, id fjernet fra Textarea (bruk textAreaId i stedet for id)
|
|
2851
|
+
- TableHeadCell har ikke lenger prop for tabIndex
|
|
2852
|
+
|
|
2853
|
+
### Features
|
|
2854
|
+
|
|
2855
|
+
- input-komponenter støtter required-atributt
|
|
2856
|
+
([cea2274](https://github.com/helsenorge/designsystem/commit/cea22748be40021bc1e9f17110b4f5cedd993f93)), closes
|
|
2857
|
+
[#227745](https://github.com/helsenorge/designsystem/issues/227745)
|
|
2858
|
+
|
|
2859
|
+
### Bug Fixes
|
|
2860
|
+
|
|
2861
|
+
- button svg margin tar hensyn til button size
|
|
2862
|
+
([60e5bb7](https://github.com/helsenorge/designsystem/commit/60e5bb74c3650c95fb7abac892b0bb69f40881ec)), closes
|
|
2863
|
+
[#285925](https://github.com/helsenorge/designsystem/issues/285925)
|
|
2864
|
+
- tabell som kan sorteres fungerer med skjermleser
|
|
2865
|
+
([2a0a496](https://github.com/helsenorge/designsystem/commit/2a0a496a3565c99f52b96a66f6f6cde0bac010a0)), closes
|
|
2866
|
+
[#232731](https://github.com/helsenorge/designsystem/issues/232731)
|
|
2867
|
+
|
|
2868
|
+
## 2.0.0-beta.5 (2022-09-21)
|
|
2869
|
+
|
|
2870
|
+
### Bug Fixes
|
|
2871
|
+
|
|
2872
|
+
- sjekk av test env flyttes utenfor useEffect
|
|
2873
|
+
([ce0b693](https://github.com/helsenorge/designsystem/commit/ce0b693ad7a5a020222fce753dba728e2be6d54f))
|
|
2874
|
+
|
|
2875
|
+
## 2.0.0-beta.4 (2022-09-21)
|
|
2876
|
+
|
|
2877
|
+
### Bug Fixes
|
|
2878
|
+
|
|
2879
|
+
- button ariaLabel execption kastes ikke under tester
|
|
2880
|
+
([ffd059a](https://github.com/helsenorge/designsystem/commit/ffd059a07f245fa4426a53e328cfc37b8b6c976a))
|
|
2881
|
+
|
|
2882
|
+
## 2.0.0-beta.3 (2022-09-21)
|
|
2883
|
+
|
|
2884
|
+
### Features
|
|
2885
|
+
|
|
2886
|
+
- destructive concept støtter og outline, borderless og on-dark varianter
|
|
2887
|
+
([59f5a22](https://github.com/helsenorge/designsystem/commit/59f5a220c7d70369616ac3c9bebcacddf1354700)), closes
|
|
2888
|
+
[#285025](https://github.com/helsenorge/designsystem/issues/285025)
|
|
2889
|
+
|
|
2890
|
+
### Bug Fixes
|
|
2891
|
+
|
|
2892
|
+
- button a tag decoration og width fix
|
|
2893
|
+
([ff05b12](https://github.com/helsenorge/designsystem/commit/ff05b12a194e68b3aa575caa39770c06c40a8c54)), closes
|
|
2894
|
+
[#284656](https://github.com/helsenorge/designsystem/issues/284656)
|
|
2895
|
+
- button storybooks har unike refs ([56b0715](https://github.com/helsenorge/designsystem/commit/56b07150d3861c54b1702a25f4d9c1e27465d489))
|
|
2896
|
+
|
|
2897
|
+
## 2.0.0-beta.2 (2022-09-19)
|
|
2898
|
+
|
|
2899
|
+
### Bug Fixes
|
|
2900
|
+
|
|
2901
|
+
- button lagt til negativ margin på mobil for å fikse spacing feil
|
|
2902
|
+
([3dd306b](https://github.com/helsenorge/designsystem/commit/3dd306b207c0d3bae3b8e3332c4c6b5b29a7ec73)), closes
|
|
2903
|
+
[#284656](https://github.com/helsenorge/designsystem/issues/284656)
|
|
2904
|
+
- button mobilview på md istedet for sm
|
|
2905
|
+
([e9a4910](https://github.com/helsenorge/designsystem/commit/e9a4910a30d6941b235f8003204c76e9f379b158))
|
|
2906
|
+
|
|
2907
|
+
## 2.0.0-beta.1 (2022-09-15)
|
|
2908
|
+
|
|
2909
|
+
## 2.0.0-beta.0 (2022-09-15)
|
|
2910
|
+
|
|
2911
|
+
### Features
|
|
2912
|
+
|
|
2913
|
+
- button nytt design ([d0f2034](https://github.com/helsenorge/designsystem/commit/d0f20343f4ce5a55beeef87428c147f8e7654753)), closes
|
|
2914
|
+
[#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
2915
|
+
- endret styling på komponenter som bruker Button
|
|
2916
|
+
([81e29fb](https://github.com/helsenorge/designsystem/commit/81e29fbd14e436a1151c1adb64e36461f2bfb815)), closes
|
|
2917
|
+
[#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
2918
|
+
|
|
2919
|
+
### Bug Fixes
|
|
2920
|
+
|
|
2921
|
+
- button Table bruker ariaLabel ([e547919](https://github.com/helsenorge/designsystem/commit/e547919b63306fc926571e4b23c41d482389771c)),
|
|
2922
|
+
closes [#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
2923
|
+
- tilbakemeldinger på button ([7c61596](https://github.com/helsenorge/designsystem/commit/7c6159630a77ed6c0ebdc8c3cf78aa3f2345e44b)), closes
|
|
2924
|
+
[#260900](https://github.com/helsenorge/designsystem/issues/260900)
|
|
2925
|
+
|
|
2926
|
+
## [1.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.7.0&targetVersion=GTv1.8.0) (2022-10-11)
|
|
2927
|
+
|
|
2928
|
+
### Features
|
|
2929
|
+
|
|
2930
|
+
- figma tokens fetches og genereres ([d6a37dc](https://github.com/helsenorge/designsystem/commit/d6a37dcacbe708be9bc6456d3c417601c858ab26)),
|
|
2931
|
+
closes [#282801](https://github.com/helsenorge/designsystem/issues/282801)
|
|
2932
|
+
|
|
2933
|
+
### Bug Fixes
|
|
2934
|
+
|
|
2935
|
+
- figmatokens pull bruker https istedet for ssh
|
|
2936
|
+
([35248ef](https://github.com/helsenorge/designsystem/commit/35248ef3b4f9b11ee46f7bf2c2e322c2c4c66b05)), closes
|
|
2937
|
+
[#286502](https://github.com/helsenorge/designsystem/issues/286502)
|
|
2938
|
+
|
|
2939
|
+
## [1.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.6.0&targetVersion=GTv1.7.0) (2022-09-29)
|
|
2940
|
+
|
|
2941
|
+
### Features
|
|
2942
|
+
|
|
2943
|
+
- notificationpanel støtter custom labelId
|
|
2944
|
+
([d5f28ee](https://github.com/helsenorge/designsystem/commit/d5f28ee2b68637f10546cd35991b623e8266c0c3))
|
|
2945
|
+
|
|
2946
|
+
### Bug Fixes
|
|
2947
|
+
|
|
2948
|
+
- fluid notificationpanel tar hensyn til fluid/variant/shadow-props igjen
|
|
2949
|
+
([a19afba](https://github.com/helsenorge/designsystem/commit/a19afba44068d3c8be15812d90711ace51a9a778))
|
|
2950
|
+
- form feilmeldinger leses opp av skjermleser
|
|
2951
|
+
([d57305f](https://github.com/helsenorge/designsystem/commit/d57305fd740c0553a395923c20dbd1f1235136f5)), closes
|
|
2952
|
+
[#227757](https://github.com/helsenorge/designsystem/issues/227757)
|
|
2953
|
+
|
|
2954
|
+
## [1.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.5.1&targetVersion=GTv1.6.0) (2022-09-22)
|
|
2955
|
+
|
|
2956
|
+
### Features
|
|
2957
|
+
|
|
2958
|
+
- expanderlist kan være sticky ([0c78cf5](https://github.com/helsenorge/designsystem/commit/0c78cf53e302bdeac62c35c2ba2bf188e848975b)),
|
|
2959
|
+
closes [#284516](https://github.com/helsenorge/designsystem/issues/284516)
|
|
2960
|
+
|
|
2961
|
+
## [1.5.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.5.0&targetVersion=GTv1.5.1) (2022-09-21)
|
|
2962
|
+
|
|
2963
|
+
### Bug Fixes
|
|
2964
|
+
|
|
2965
|
+
- unobserve eller disconnect når komponent som bruker ResizeObserve/IntersectionObserver unmountes
|
|
2966
|
+
([87196e0](https://github.com/helsenorge/designsystem/commit/87196e0c333d87deb3006b5e5813b12749652b03)), closes
|
|
2967
|
+
[#284648](https://github.com/helsenorge/designsystem/issues/284648)
|
|
2968
|
+
|
|
2969
|
+
## [1.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.4.0&targetVersion=GTv1.5.0) (2022-09-16)
|
|
2970
|
+
|
|
2971
|
+
### Features
|
|
2972
|
+
|
|
2973
|
+
- nytt komponent duolist ([7b7254e](https://github.com/helsenorge/designsystem/commit/7b7254e429340ada1f0605d16b302675de0bd835)), closes
|
|
2974
|
+
[#275213](https://github.com/helsenorge/designsystem/issues/275213)
|
|
2975
|
+
|
|
2976
|
+
## [1.4.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.3.2&targetVersion=GTv1.4.0) (2022-09-14)
|
|
2977
|
+
|
|
2978
|
+
### Features
|
|
2979
|
+
|
|
2980
|
+
- panel har props for buttonAriaLabelledById og buttonAriaLabel
|
|
2981
|
+
([deacdfe](https://github.com/helsenorge/designsystem/commit/deacdfe06eb6904ff6657ecaa56daf64e9012b64))
|
|
2982
|
+
|
|
2983
|
+
### Bug Fixes
|
|
2984
|
+
|
|
2985
|
+
- button i panel har unik label ([a37ef06](https://github.com/helsenorge/designsystem/commit/a37ef06b7ff967d4bb372d5c9e0e181e25c912c8))
|
|
2986
|
+
- skjul detaljer-knapp fjernet fra ekspandert Panel
|
|
2987
|
+
([011b0ac](https://github.com/helsenorge/designsystem/commit/011b0ac12c50e19e8e88812f73e9285d3371940d))
|
|
2988
|
+
|
|
2989
|
+
## [1.3.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.3.1&targetVersion=GTv1.3.2) (2022-09-08)
|
|
2990
|
+
|
|
2991
|
+
### Bug Fixes
|
|
2992
|
+
|
|
2993
|
+
- slider beholder riktig posisjon/verdi hvis den endrer størrelse
|
|
2994
|
+
([afa1d0a](https://github.com/helsenorge/designsystem/commit/afa1d0af335c4e2450962904f042768badbc18fd)), closes
|
|
2995
|
+
[#279639](https://github.com/helsenorge/designsystem/issues/279639)
|
|
2996
|
+
|
|
2997
|
+
## [1.3.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.3.0&targetVersion=GTv1.3.1) (2022-09-02)
|
|
2998
|
+
|
|
2999
|
+
### Bug Fixes
|
|
3000
|
+
|
|
3001
|
+
- forbedret sr-only og sr-only-focusable mixins
|
|
3002
|
+
([c5c81d4](https://github.com/helsenorge/designsystem/commit/c5c81d41298e03854c742410566c57405f5c36b5))
|
|
3003
|
+
- loader har role="progressbar" på riktig element
|
|
3004
|
+
([a04ced2](https://github.com/helsenorge/designsystem/commit/a04ced210957560132db684f56f873a08e4dddf6))
|
|
3005
|
+
|
|
3006
|
+
## [1.3.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.2&targetVersion=GTv1.3.0) (2022-09-01)
|
|
3007
|
+
|
|
3008
|
+
### ⚠ BREAKING CHANGES
|
|
3009
|
+
|
|
3010
|
+
- CMSet eller andre steder som vil vise children ved utskrift må ta i bruk propen renderChildrenWhenClosed ved bruk av komponentene
|
|
3011
|
+
Expander, Panel og ExpanderList
|
|
3012
|
+
|
|
3013
|
+
### Features
|
|
3014
|
+
|
|
3015
|
+
- vis children ved printing hvis renderChildrenWhenClosed er true
|
|
3016
|
+
([1833ddf](https://github.com/helsenorge/designsystem/commit/1833ddf6fa324f104f31fc41ec635945ac88cec2)), closes
|
|
3017
|
+
[#282870](https://github.com/helsenorge/designsystem/issues/282870)
|
|
3018
|
+
|
|
3019
|
+
### Bug Fixes
|
|
3020
|
+
|
|
3021
|
+
- økt kontrast på understreking av lenker
|
|
3022
|
+
([50b7fa4](https://github.com/helsenorge/designsystem/commit/50b7fa47fb44cb7d75fb877bd53e2309b35e1e21)), closes
|
|
3023
|
+
[#229049](https://github.com/helsenorge/designsystem/issues/229049)
|
|
3024
|
+
- panel har avstand fra tittel til badge
|
|
3025
|
+
([09034c4](https://github.com/helsenorge/designsystem/commit/09034c4844408c7cfe8f65d7a1a0d82a7828c2ef)), closes
|
|
3026
|
+
[#282359](https://github.com/helsenorge/designsystem/issues/282359)
|
|
3027
|
+
|
|
3028
|
+
## [1.2.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.1&targetVersion=GTv1.2.2) (2022-08-31)
|
|
3029
|
+
|
|
3030
|
+
### Features
|
|
3031
|
+
|
|
3032
|
+
- highlightbox oppdatert styling ([98c44aa](https://github.com/helsenorge/designsystem/commit/98c44aa68e6bbea5c9853a5807e66c0ed6be67d0)),
|
|
3033
|
+
closes [#280715](https://github.com/helsenorge/designsystem/issues/280715)
|
|
3034
|
+
|
|
3035
|
+
## [1.2.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.0&targetVersion=GTv1.2.1) (2022-08-29)
|
|
3036
|
+
|
|
3037
|
+
## [1.2.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.1.0&targetVersion=GTv1.2.0) (2022-08-29)
|
|
3038
|
+
|
|
3039
|
+
### Features
|
|
3040
|
+
|
|
3041
|
+
- endret button farger for å støtte uu krav
|
|
3042
|
+
([183447e](https://github.com/helsenorge/designsystem/commit/183447e99ec43e01f963c78c7144d55f14827fb1))
|
|
3043
|
+
- notificationpanel har ariaLabel-prop
|
|
3044
|
+
([f1a7db7](https://github.com/helsenorge/designsystem/commit/f1a7db7b33446b9df2a109f50c401ec80d70b317)), closes
|
|
3045
|
+
[#279887](https://github.com/helsenorge/designsystem/issues/279887)
|
|
3046
|
+
|
|
3047
|
+
## [1.1.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.1&targetVersion=GTv1.1.0) (2022-08-22)
|
|
3048
|
+
|
|
3049
|
+
### Features
|
|
3050
|
+
|
|
3051
|
+
- highlightbox støtter custom className
|
|
3052
|
+
([333fede](https://github.com/helsenorge/designsystem/commit/333fede5be849d6bbd45ba59a2a60c49d3f012cf)), closes
|
|
3053
|
+
[#281862](https://github.com/helsenorge/designsystem/issues/281862)
|
|
3054
|
+
|
|
3055
|
+
### Bug Fixes
|
|
3056
|
+
|
|
3057
|
+
- hover-effekter på ikke klikkbare panel og ny plassering for detalj-knapp i panel
|
|
3058
|
+
([22bf59d](https://github.com/helsenorge/designsystem/commit/22bf59d8bdca3b8dd67d6589f252a314eb2ea333)), closes
|
|
3059
|
+
[#281061](https://github.com/helsenorge/designsystem/issues/281061)
|
|
3060
|
+
- ikke vis scrolleindikator mens innholdet lastes
|
|
3061
|
+
([ad6f7d2](https://github.com/helsenorge/designsystem/commit/ad6f7d21cafcdfaf39c6d0afb04be057e290678c))
|
|
3062
|
+
- tabell med horisontal scroll viser hele borderen
|
|
3063
|
+
([6c5cb02](https://github.com/helsenorge/designsystem/commit/6c5cb0208967986902a5c62a3e3171d4b1f50e36))
|
|
3064
|
+
|
|
3065
|
+
## [1.0.1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-betahelpbubble3&targetVersion=GTv1.0.1) (2022-08-12)
|
|
3066
|
+
|
|
3067
|
+
### ⚠ BREAKING CHANGES
|
|
3068
|
+
|
|
3069
|
+
- id fjernet som prop fra Icon. Fant ingen vertikaler som bruker dette utenom ROX sine.
|
|
3070
|
+
- Icon som mottar ariaLabel vil nå ikke lenger være aria-hidden og fungere som et bilde med alternativ tekst
|
|
3071
|
+
|
|
3072
|
+
### Features
|
|
3073
|
+
|
|
3074
|
+
- anchorlink, linklist, panel og tile har onClick-handler og kan vises som button
|
|
3075
|
+
([59d5561](https://github.com/helsenorge/designsystem/commit/59d556123f8667beb3518de7db28ce7dee88e360)), closes
|
|
3076
|
+
[#280408](https://github.com/helsenorge/designsystem/issues/280408)
|
|
3077
|
+
- flyttet tooltip til designsystemet og lagt til tester og bedre onclick...
|
|
3078
|
+
([6f571ba](https://github.com/helsenorge/designsystem/commit/6f571ba041046bde2dfe0f73a7af2c7d559b0e11)), closes
|
|
3079
|
+
[#278062](https://github.com/helsenorge/designsystem/issues/278062)
|
|
3080
|
+
- hvit bakgrunn ([521e8d3](https://github.com/helsenorge/designsystem/commit/521e8d34e7de00b9cebc4b5085f5bcfd8d9e3a26)), closes
|
|
3081
|
+
[#279875](https://github.com/helsenorge/designsystem/issues/279875)
|
|
3082
|
+
- input og textarea kan ha begrenset bredde
|
|
3083
|
+
([d4ece0a](https://github.com/helsenorge/designsystem/commit/d4ece0ab8d7ea5ba52782cc1c9aaca79c229cf9f)), closes
|
|
3084
|
+
[#279138](https://github.com/helsenorge/designsystem/issues/279138)
|
|
3085
|
+
- opprettet Table komponent [#260922](https://github.com/helsenorge/designsystem/issues/260922)
|
|
3086
|
+
([b17024e](https://github.com/helsenorge/designsystem/commit/b17024e7ba8c60705bf77c4d61e0cc39d1bce1fe))
|
|
3087
|
+
- panel har props for expanded og onExpand-callback
|
|
3088
|
+
([83477b3](https://github.com/helsenorge/designsystem/commit/83477b3584f14083d3231a5e20d7896124d55a2a)), closes
|
|
3089
|
+
[#280971](https://github.com/helsenorge/designsystem/issues/280971)
|
|
3090
|
+
- panel kan styre overskriftsnivå på tittelen med titleHtmlMarkup-prop
|
|
3091
|
+
([5b149d8](https://github.com/helsenorge/designsystem/commit/5b149d8771637d12ad45097a29deabc299d3d27e)), closes
|
|
3092
|
+
[#279854](https://github.com/helsenorge/designsystem/issues/279854)
|
|
3093
|
+
- tabell støtter horisontal scroll ([d00b9ad](https://github.com/helsenorge/designsystem/commit/d00b9ad2b414e1fde836fa91e66368b891c0cc25)),
|
|
3094
|
+
closes [#280449](https://github.com/helsenorge/designsystem/issues/280449)
|
|
3095
|
+
- usesize-hook fungerer uten ResizeObserver igjen
|
|
3096
|
+
([15ce9d2](https://github.com/helsenorge/designsystem/commit/15ce9d2f9afbc85ee340d370cedc680bbecd9edb)), closes
|
|
3097
|
+
[#272523](https://github.com/helsenorge/designsystem/issues/272523)
|
|
3098
|
+
|
|
3099
|
+
### Bug Fixes
|
|
3100
|
+
|
|
3101
|
+
- expanderlist med JSX som title kan ha full bredde
|
|
3102
|
+
([9723dfd](https://github.com/helsenorge/designsystem/commit/9723dfdd039ea8f9cc3088b8967ea86cc6ffb8c1)), closes
|
|
3103
|
+
[#279863](https://github.com/helsenorge/designsystem/issues/279863)
|
|
3104
|
+
- expanderlist skal ikke lukke seg automatisk når innholdet endrer seg
|
|
3105
|
+
([29f448b](https://github.com/helsenorge/designsystem/commit/29f448bcf3d69bada9513ad7842f8ebbfe41e9df)), closes
|
|
3106
|
+
[#279367](https://github.com/helsenorge/designsystem/issues/279367)
|
|
3107
|
+
- grid.scss inneholder bare grid-mixins for å redusere størrelsen ved import
|
|
3108
|
+
([e8c8cfb](https://github.com/helsenorge/designsystem/commit/e8c8cfb640dd29a4a7694fa9f4f458da41efdd61)), closes
|
|
3109
|
+
[#281219](https://github.com/helsenorge/designsystem/issues/281219)
|
|
3110
|
+
- highlightbox medium og large skal ha riktig bredde som følger gridet
|
|
3111
|
+
([4a5f194](https://github.com/helsenorge/designsystem/commit/4a5f194fbcca1100a1df92337c7ddda186b111c7)), closes
|
|
3112
|
+
[#276398](https://github.com/helsenorge/designsystem/issues/276398)
|
|
3113
|
+
- Icon-komponent har bedre støtte for skjermlesere
|
|
3114
|
+
([14a616d](https://github.com/helsenorge/designsystem/commit/14a616d5ed0257f7a8ec797ff1d216e1755ec0a9)), closes
|
|
3115
|
+
[#273686](https://github.com/helsenorge/designsystem/issues/273686)
|
|
3116
|
+
- lukkeknappen i NotificationPanel skal ligge først i DOMen
|
|
3117
|
+
([55943ac](https://github.com/helsenorge/designsystem/commit/55943acc9189eb3acd53bb79225b99379d450161)), closes
|
|
3118
|
+
[#229047](https://github.com/helsenorge/designsystem/issues/229047)
|
|
3119
|
+
- riktig avstand mellom tittel i formgroup og andre elementer når det er en valideringsfeil
|
|
3120
|
+
([226450c](https://github.com/helsenorge/designsystem/commit/226450ca11fa234e77a6c87e85c4170cc2066aeb)), closes
|
|
3121
|
+
[#279407](https://github.com/helsenorge/designsystem/issues/279407)
|
|
3122
|
+
- tile skal arve bredde fra elementet over
|
|
3123
|
+
([3cb7306](https://github.com/helsenorge/designsystem/commit/3cb73061053c11a6ee336291c4d6cc16b5d56cbb)), closes
|
|
3124
|
+
[#280022](https://github.com/helsenorge/designsystem/issues/280022)
|
|
3125
|
+
- tydeligere markering av fokus i Slider
|
|
3126
|
+
([275171b](https://github.com/helsenorge/designsystem/commit/275171bd8e14fb997c6cf2a04958ffdc13569bf8)), closes
|
|
3127
|
+
[#277564](https://github.com/helsenorge/designsystem/issues/277564)
|
|
3128
|
+
- **table:** endrer navn på prop ([2502262](https://github.com/helsenorge/designsystem/commit/2502262ba057575fae5e56e070d30ebd45a88549))
|
|
3129
|
+
|
|
3130
|
+
## [1.0.0-betahelpbubble3](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-beta133&targetVersion=GTv1.0.0-betahelpbubble3) (2022-05-31)
|
|
3131
|
+
|
|
3132
|
+
### Features
|
|
3133
|
+
|
|
3134
|
+
- expanderlist støtter å ekspandere expandere med expanded-prop
|
|
3135
|
+
([ab5581f](https://github.com/helsenorge/designsystem/commit/ab5581ff3624df478f8979793a347d3954d2e3fe)), closes
|
|
3136
|
+
[#278686](https://github.com/helsenorge/designsystem/issues/278686)
|
|
3137
|
+
- formgroup kan vises med div- eller fieldset-tag
|
|
3138
|
+
([170a60f](https://github.com/helsenorge/designsystem/commit/170a60f1246c91cb2acc2fa05efe3e310021d8a5)), closes
|
|
3139
|
+
[#278133](https://github.com/helsenorge/designsystem/issues/278133)
|
|
3140
|
+
|
|
3141
|
+
### Bug Fixes
|
|
3142
|
+
|
|
3143
|
+
- endrer initialRender til å bli satt via showBubble prop istedet for på oppstart at komponentet
|
|
3144
|
+
([09faaf9](https://github.com/helsenorge/designsystem/commit/09faaf98136ea8ac09cedfd5a57347d23236b727))
|
|
3145
|
+
- fiks for helpbubble i modal ([0a38ec2](https://github.com/helsenorge/designsystem/commit/0a38ec2651c3cfa53003785ef701754243d35813))
|
|
3146
|
+
- tekst over flere linjer i expander skal være venstrestilt
|
|
3147
|
+
([71d0d8f](https://github.com/helsenorge/designsystem/commit/71d0d8f190adc764e5d4e9df793f8524c130caad)), closes
|
|
3148
|
+
[#276346](https://github.com/helsenorge/designsystem/issues/276346)
|
|
3149
|
+
|
|
3150
|
+
## [1.0.0-beta133](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-betahelpbubble1&targetVersion=GTv1.0.0-beta133) (2022-05-27)
|
|
3151
|
+
|
|
3152
|
+
## [1.0.0-betahelpbubble1](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-betahelpbubble&targetVersion=GTv1.0.0-betahelpbubble1) (2022-05-27)
|
|
3153
|
+
|
|
3154
|
+
### Bug Fixes
|
|
3155
|
+
|
|
3156
|
+
- Icon støtte for controller prop og ([87dce6b](https://github.com/helsenorge/designsystem/commit/87dce6b763cba1ff13910f8f4ac6afe896b079fa))
|
|
3157
|
+
|
|
3158
|
+
## [1.0.0-betahelpbubble](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-beta132&targetVersion=GTv1.0.0-betahelpbubble) (2022-05-25)
|
|
3159
|
+
|
|
3160
|
+
### Features
|
|
3161
|
+
|
|
3162
|
+
- HelpBubble ferdigstilling ([6c8195b](https://github.com/helsenorge/designsystem/commit/6c8195bb12e15ec9870328ec80f139d2f0e911a5))
|
|
3163
|
+
- helpbubble komponent logikk for plassering
|
|
3164
|
+
([560860e](https://github.com/helsenorge/designsystem/commit/560860ee4921b51346a2c18a57b608c3c6acfd71))
|
|
3165
|
+
- ny hook useEventListenerState og opprydning i HelpBubble
|
|
3166
|
+
([2a7d9dd](https://github.com/helsenorge/designsystem/commit/2a7d9dda6f3a896d5f7fc1e29af5d7dca0d17653))
|
|
3167
|
+
- nytt komponent helpbubble ([c1f5cae](https://github.com/helsenorge/designsystem/commit/c1f5caed051591ab7036fd18774e825e9b82fe9d))
|
|
3168
|
+
- nytt komponent HelpBubble ([b1f3b6c](https://github.com/helsenorge/designsystem/commit/b1f3b6c1015cc613461e95b371f138710ee88efc))
|
|
3169
|
+
|
|
3170
|
+
## [1.0.0-beta132](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.0.0-beta106&targetVersion=GTv1.0.0-beta132) (2022-05-20)
|
|
3171
|
+
|
|
3172
|
+
### ⚠ BREAKING CHANGES
|
|
3173
|
+
|
|
3174
|
+
- debounce-util returnerer array med debounced funksjon og teardown-funksjon
|
|
3175
|
+
- Slett ubrukt useWindowSize-hook
|
|
3176
|
+
|
|
3177
|
+
### Features
|
|
3178
|
+
|
|
3179
|
+
- button onclick signatur ekspanderes og loader props export
|
|
3180
|
+
([3e2bbf8](https://github.com/helsenorge/designsystem/commit/3e2bbf843ddaa7548585e9759d0b526f2763ddd0)), closes
|
|
3181
|
+
[#264156](https://github.com/helsenorge/designsystem/issues/264156)
|
|
3182
|
+
- dropdown-komponent ([58bc64c](https://github.com/helsenorge/designsystem/commit/58bc64c28ce1080ff39c51acf46477ad7440e821)), closes
|
|
3183
|
+
[#260923](https://github.com/helsenorge/designsystem/issues/260923)
|
|
3184
|
+
- eksporter uuid-util fra designsystem-react
|
|
3185
|
+
([16da649](https://github.com/helsenorge/designsystem/commit/16da649b6add4653bf0c3998fb1e24563147947d)), closes
|
|
3186
|
+
[#231720](https://github.com/helsenorge/designsystem/issues/231720)
|
|
3187
|
+
- expander støtter onExpand-callback
|
|
3188
|
+
([39e6260](https://github.com/helsenorge/designsystem/commit/39e626085886e4c7ab55a913aef38394d2e92d2a)), closes
|
|
3189
|
+
[#271323](https://github.com/helsenorge/designsystem/issues/271323)
|
|
3190
|
+
- highlightbox støtter ikon ([5e51057](https://github.com/helsenorge/designsystem/commit/5e51057cc01224944471895f95ce8a52cd03ff52)), closes
|
|
3191
|
+
[#270177](https://github.com/helsenorge/designsystem/issues/270177)
|
|
3192
|
+
- NoAccess ikon og StatusDot variant
|
|
3193
|
+
([0291c2c](https://github.com/helsenorge/designsystem/commit/0291c2c0fbc304f3b94026c3c76d2c38ab4a3c12)), closes
|
|
3194
|
+
[#277207](https://github.com/helsenorge/designsystem/issues/277207)
|
|
3195
|
+
- nytt komponent FormLayout ([d02f5e9](https://github.com/helsenorge/designsystem/commit/d02f5e90979554dbd0b59a1a80167ccbd3d58ce2)), closes
|
|
3196
|
+
[#273348](https://github.com/helsenorge/designsystem/issues/273348) [#274864](https://github.com/helsenorge/designsystem/issues/274864)
|
|
3197
|
+
- PanelList-komponent ([4ea5342](https://github.com/helsenorge/designsystem/commit/4ea5342cd81c73b92ac6c63d6a8bd044c73f3cfc)), closes
|
|
3198
|
+
[#260910](https://github.com/helsenorge/designsystem/issues/260910)
|
|
3199
|
+
- tag og taglist-komponenter ([56fc96b](https://github.com/helsenorge/designsystem/commit/56fc96b5148340d9c24f6cc33d3b1ca9460dc3fd)), closes
|
|
3200
|
+
[#268234](https://github.com/helsenorge/designsystem/issues/268234)
|
|
3201
|
+
- withBreakpoint Higher Order Component
|
|
3202
|
+
([8e3f8e0](https://github.com/helsenorge/designsystem/commit/8e3f8e03996022ea9a2a23956cd1adb8fd253e7f)), closes
|
|
3203
|
+
[#269740](https://github.com/helsenorge/designsystem/issues/269740)
|
|
3204
|
+
|
|
3205
|
+
### Bug Fixes
|
|
3206
|
+
|
|
3207
|
+
- button har type=button som default
|
|
3208
|
+
([f9ac84a](https://github.com/helsenorge/designsystem/commit/f9ac84a58c2d0da8bc5e8bbbbeb6269dadf498bc)), closes
|
|
3209
|
+
[#273800](https://github.com/helsenorge/designsystem/issues/273800)
|
|
3210
|
+
- close, expander og expanderlist skal ha type button på button-element
|
|
3211
|
+
([3256c2c](https://github.com/helsenorge/designsystem/commit/3256c2c6ea53fb79b31e0c38ce708e41b9c30eed)), closes
|
|
3212
|
+
[#277772](https://github.com/helsenorge/designsystem/issues/277772)
|
|
3213
|
+
- disabled button med intent har grå bakgrunn
|
|
3214
|
+
([082ad11](https://github.com/helsenorge/designsystem/commit/082ad117cdff31c895e9acbcf15d6507655630e5)), closes
|
|
3215
|
+
[#276164](https://github.com/helsenorge/designsystem/issues/276164)
|
|
3216
|
+
- disabled button skal ha grå tekst ([9de7c53](https://github.com/helsenorge/designsystem/commit/9de7c5398b14152376f100516cc15d09b49fae7a))
|
|
3217
|
+
- Eksport av mocks gjøres igjen ([4d11252](https://github.com/helsenorge/designsystem/commit/4d1125240a6eb9907913878ceee09f3045b2ccd5)),
|
|
3218
|
+
closes [#271917](https://github.com/helsenorge/designsystem/issues/271917)
|
|
3219
|
+
- erstatt ResizeObserver med event listener
|
|
3220
|
+
([df21fb1](https://github.com/helsenorge/designsystem/commit/df21fb1c32f0b6681bad82fe8fe8a5b9cafd81cf)), closes
|
|
3221
|
+
[#272521](https://github.com/helsenorge/designsystem/issues/272521) [#272560](https://github.com/helsenorge/designsystem/issues/272560)
|
|
3222
|
+
- fallback til gammel addListener for mediaqueries dersom addEventListener ikke er støttet
|
|
3223
|
+
([d86ae85](https://github.com/helsenorge/designsystem/commit/d86ae854a4b4f892d49d3989cf8c0117e78e5690)), closes
|
|
3224
|
+
[#272502](https://github.com/helsenorge/designsystem/issues/272502)
|
|
3225
|
+
- fjernet dobbel className ([5504a58](https://github.com/helsenorge/designsystem/commit/5504a5838ae09e5e032802380ccb38d6bbe05952)), closes
|
|
3226
|
+
[#276205](https://github.com/helsenorge/designsystem/issues/276205)
|
|
3227
|
+
- forbedring av props og design av Dropdown
|
|
3228
|
+
([7483a5a](https://github.com/helsenorge/designsystem/commit/7483a5a842ad8cf6f6f5c42b7aa0cebd536e7813)), closes
|
|
3229
|
+
[#276177](https://github.com/helsenorge/designsystem/issues/276177)
|
|
3230
|
+
- import fiks i styling ([79d8841](https://github.com/helsenorge/designsystem/commit/79d88417fa7c64e5449a972d5b47bfb3d5224e66)), closes
|
|
3231
|
+
[#275317](https://github.com/helsenorge/designsystem/issues/275317)
|
|
3232
|
+
- knapper i expanderlist har unik id per expanderlist
|
|
3233
|
+
([de912e6](https://github.com/helsenorge/designsystem/commit/de912e6525f70631267f1689c681c2f049ba3e06)), closes
|
|
3234
|
+
[#276239](https://github.com/helsenorge/designsystem/issues/276239)
|
|
3235
|
+
- large button som vises som lenke har innhold sentrert vertikalt
|
|
3236
|
+
([ff35db2](https://github.com/helsenorge/designsystem/commit/ff35db2063e6e5bc812cf5b90e09001d6e92fd13))
|
|
3237
|
+
- modal uten knapper skal ikke ha tomt felt nederst
|
|
3238
|
+
([55773ed](https://github.com/helsenorge/designsystem/commit/55773ed95663ff61e15c1ef8b1640d6a9f88a46d)), closes
|
|
3239
|
+
[#275139](https://github.com/helsenorge/designsystem/issues/275139)
|
|
3240
|
+
- padding i panel ([d9e5d7d](https://github.com/helsenorge/designsystem/commit/d9e5d7d458c2cfd4d0d32b941bf1be4efd08ca66)), closes
|
|
3241
|
+
[#272363](https://github.com/helsenorge/designsystem/issues/272363) [#272405](https://github.com/helsenorge/designsystem/issues/272405)
|
|
3242
|
+
- returner riktig ikon ved custom ikonstørrelse
|
|
3243
|
+
([b699d4f](https://github.com/helsenorge/designsystem/commit/b699d4f567b2c0df53a4014d36d4f2889d015686)), closes
|
|
3244
|
+
[#272203](https://github.com/helsenorge/designsystem/issues/272203)
|
|
3245
|
+
- riktig font når tag er button ([07d3f9f](https://github.com/helsenorge/designsystem/commit/07d3f9f218c83e8d02705c914b523bb50547a3f8)),
|
|
3246
|
+
closes [#276826](https://github.com/helsenorge/designsystem/issues/276826)
|
|
3247
|
+
- sonarcube fiks ([006d392](https://github.com/helsenorge/designsystem/commit/006d392c1c2f22b97ccc982201ff4a21a976b433))
|
|
3248
|
+
- storybook fiks logo ([10f3913](https://github.com/helsenorge/designsystem/commit/10f39131f44796f686eaadba26965cc59c620bb1)), closes
|
|
3249
|
+
[#275098](https://github.com/helsenorge/designsystem/issues/275098)
|
|
3250
|
+
- tilbakemeldinger fikset ([876146c](https://github.com/helsenorge/designsystem/commit/876146ced2ada280121e71ed9c44069eec3a3876))
|
|
3251
|
+
- useLayoutEvent kansellerer callback ved unmount
|
|
3252
|
+
([d522341](https://github.com/helsenorge/designsystem/commit/d522341045302111f0ad9ddc541de234882936db))
|
|
3253
|
+
- **modal:** sjekker om den er skrollbar
|
|
3254
|
+
([23abf84](https://github.com/helsenorge/designsystem/commit/23abf841c3d8b4cc745acd0dff3abc0e3f11cb40))
|
|
3255
|
+
- **scss:** Fjernet font størrelse ([3dfe927](https://github.com/helsenorge/designsystem/commit/3dfe9278a8c76686dae1d7bb5e8ce461fb3477a7))
|
|
3256
|
+
|
|
3257
|
+
### Code Refactoring
|
|
3258
|
+
|
|
3259
|
+
- bruk useBreakpoint i dokumentasjon ([5fec888](https://github.com/helsenorge/designsystem/commit/5fec888ead64c1ce900c6976ea371c6ac49a8414))
|
|
3260
|
+
|
|
3261
|
+
## [1.0.0-beta106](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GT4bd33fb35fc7ff5e0e81a01e34981fa4199d949d&targetVersion=GTv1.0.0-beta106) (2022-02-14)
|
|
3262
|
+
|
|
3263
|
+
### Features
|
|
3264
|
+
|
|
3265
|
+
- alle komponenter har testId-prop ([3990042](https://github.com/helsenorge/designsystem/commit/39900420f2df7e0451b311b3bbba9425eb7d8c4d)),
|
|
3266
|
+
closes [#266560](https://github.com/helsenorge/designsystem/issues/266560)
|
|
3267
|
+
- checkbox component lagt til ([2506151](https://github.com/helsenorge/designsystem/commit/2506151b2e09953372de187c1707e415e853f153))
|
|
3268
|
+
- checkbox stories lagt til ([0d519f5](https://github.com/helsenorge/designsystem/commit/0d519f51fd05da5b28c8f58208cc5c3e5388789a))
|
|
3269
|
+
- expander i expanderlist skal ha egen analyticsid
|
|
3270
|
+
([abae3fe](https://github.com/helsenorge/designsystem/commit/abae3fe20b33e202c716cb21ecd412ebb0aad62f))
|
|
3271
|
+
- expander-komponent ([cfe7498](https://github.com/helsenorge/designsystem/commit/cfe74989614ac6a8e4ba9e9a442c498b9d2f3208)), closes
|
|
3272
|
+
[#260909](https://github.com/helsenorge/designsystem/issues/260909) [#267629](https://github.com/helsenorge/designsystem/issues/267629)
|
|
3273
|
+
- highlightbox-komponent ([2f3ff49](https://github.com/helsenorge/designsystem/commit/2f3ff491f6411e323a18e65a6062e5f70e56476f)), closes
|
|
3274
|
+
[#260906](https://github.com/helsenorge/designsystem/issues/260906)
|
|
3275
|
+
- ikon har mulighet for title-tag ([796c52a](https://github.com/helsenorge/designsystem/commit/796c52a3043588db27a8cc8f6d97a409e58ae9c8)),
|
|
3276
|
+
closes [#225762](https://github.com/helsenorge/designsystem/issues/225762)
|
|
3277
|
+
[#227165](https://github.com/helsenorge/designsystem/issues/227165)
|
|
3278
|
+
- lagt til id til button ([f9d5ef5](https://github.com/helsenorge/designsystem/commit/f9d5ef5fc1fd9d9a9abecd618d6b377c3f87892a))
|
|
3279
|
+
- mobilvariant og small-variant av LinkList og ExpanderList
|
|
3280
|
+
([c538cb8](https://github.com/helsenorge/designsystem/commit/c538cb84e3570368b38f26ef0fbbb7a599ce50b2)), closes
|
|
3281
|
+
[#264714](https://github.com/helsenorge/designsystem/issues/264714)
|
|
3282
|
+
- Modal har støtte for custom icon så lenge man ikke bruker en variant som har hardkodet ikon (error, warning)
|
|
3283
|
+
([b487594](https://github.com/helsenorge/designsystem/commit/b4875941347e2562b2a80baf5d289ecaffc536fc)), closes
|
|
3284
|
+
[#261864](https://github.com/helsenorge/designsystem/issues/261864)
|
|
3285
|
+
- modal har støtte for komponent etter title + success-variant
|
|
3286
|
+
([f77ccf5](https://github.com/helsenorge/designsystem/commit/f77ccf5ec9b2fb755dbae697d0d6112b070a6fe2)), closes
|
|
3287
|
+
[#267692](https://github.com/helsenorge/designsystem/issues/267692) [#267722](https://github.com/helsenorge/designsystem/issues/267722)
|
|
3288
|
+
- modal-komponent har zIndex prop ([a7bb551](https://github.com/helsenorge/designsystem/commit/a7bb551c943eb4b4d08998a54470d559b6e6b2aa)),
|
|
3289
|
+
closes [#268729](https://github.com/helsenorge/designsystem/issues/268729)
|
|
3290
|
+
- ny prop disableCloseEvents ([b87de20](https://github.com/helsenorge/designsystem/commit/b87de20b03c09e7d37a4911c5de31f6624f2886c)), closes
|
|
3291
|
+
[#269581](https://github.com/helsenorge/designsystem/issues/269581)
|
|
3292
|
+
- nye ikoner ([c07294c](https://github.com/helsenorge/designsystem/commit/c07294c06ca125a7abbc33b8b1a87d38c222fa6e)), closes
|
|
3293
|
+
[#261843](https://github.com/helsenorge/designsystem/issues/261843)
|
|
3294
|
+
- Nye ikoner til designsystem ([acf661a](https://github.com/helsenorge/designsystem/commit/acf661a5623c5e248c4aa5b081c121d265976401)),
|
|
3295
|
+
closes [#266695](https://github.com/helsenorge/designsystem/issues/266695)
|
|
3296
|
+
- **modal:** lukkeknapp kan skjules ([e6ee14f](https://github.com/helsenorge/designsystem/commit/e6ee14f2317c99d910edb9ea93db56d69e20996a)),
|
|
3297
|
+
closes [#262186](https://github.com/helsenorge/designsystem/issues/262186)
|
|
3298
|
+
- **web:** lagt til eksempelsider og tester
|
|
3299
|
+
([9161006](https://github.com/helsenorge/designsystem/commit/91610066ab04a6b8541f85c89f76a4eb66f19fc5))
|
|
3300
|
+
|
|
3301
|
+
### Bug Fixes
|
|
3302
|
+
|
|
3303
|
+
- align border med ikon i Expander ([82b22a6](https://github.com/helsenorge/designsystem/commit/82b22a6ca0ae181650e8db90a20f27bde6d7d9fc)),
|
|
3304
|
+
closes [#269714](https://github.com/helsenorge/designsystem/issues/269714)
|
|
3305
|
+
- bruk require for import av uuid for å unngå ekstra dependencies
|
|
3306
|
+
([1989270](https://github.com/helsenorge/designsystem/commit/198927054a2d3a9f754d1de46fecd8e7aa4bb894)), closes
|
|
3307
|
+
[#266566](https://github.com/helsenorge/designsystem/issues/266566)
|
|
3308
|
+
- button aria props ([94834e0](https://github.com/helsenorge/designsystem/commit/94834e01d2ae736fd7a44f907ed97f9e18d50dcf)), closes
|
|
3309
|
+
[#262859](https://github.com/helsenorge/designsystem/issues/262859)
|
|
3310
|
+
- button uten annet innhold enn ikon har ingen tom span med ekstra margin
|
|
3311
|
+
([5d9f52b](https://github.com/helsenorge/designsystem/commit/5d9f52b14229dc1735dd2a1db18e04e363ecf8f8)), closes
|
|
3312
|
+
[#266803](https://github.com/helsenorge/designsystem/issues/266803)
|
|
3313
|
+
- checkbox tar i bruk vår egen uuid hjelpefunksjon
|
|
3314
|
+
([240ae09](https://github.com/helsenorge/designsystem/commit/240ae09c92578edc0f6dbe7a0a9f9b39d948eebc))
|
|
3315
|
+
- checkbox tilbakemeldinger ([773a7df](https://github.com/helsenorge/designsystem/commit/773a7df43d858312f78d3cb549437065f484d2ff))
|
|
3316
|
+
- checkbox tilbakemeldinger ([88f2ee7](https://github.com/helsenorge/designsystem/commit/88f2ee775f5eef9198b868f07a6c5a6083068337))
|
|
3317
|
+
- driftsmelding har aria-label på lukkeknapp
|
|
3318
|
+
([424215a](https://github.com/helsenorge/designsystem/commit/424215acae4084b3f8381aacbb2a36ab8023ad43))
|
|
3319
|
+
- expander med isOpen skal bare åpne den første, og skal kunne lukkes
|
|
3320
|
+
([cba97c1](https://github.com/helsenorge/designsystem/commit/cba97c14d89d61dbadda563c34ed31b74e4756c8)), closes
|
|
3321
|
+
[#266037](https://github.com/helsenorge/designsystem/issues/266037) [#266037](https://github.com/helsenorge/designsystem/issues/266037)
|
|
3322
|
+
- expanderlist bruker css for å toggle innhold
|
|
3323
|
+
([98adf1b](https://github.com/helsenorge/designsystem/commit/98adf1bf1e28ce0dcddc7fdc53892598b0f5ba87)), closes
|
|
3324
|
+
[#270679](https://github.com/helsenorge/designsystem/issues/270679)
|
|
3325
|
+
- expanderlist/linklist skal kun ha understreking av tekst v/fokus
|
|
3326
|
+
([c27b11b](https://github.com/helsenorge/designsystem/commit/c27b11b1d24e86e11cc76f03f7c9e6062fb76dec)), closes
|
|
3327
|
+
[#266096](https://github.com/helsenorge/designsystem/issues/266096)
|
|
3328
|
+
- flytt import av helsenorge-styles for at gatsby develop og gatsby build...
|
|
3329
|
+
([8fa62ec](https://github.com/helsenorge/designsystem/commit/8fa62eccd22591926c7b776ce49d338f11bf37a6)), closes
|
|
3330
|
+
[#270181](https://github.com/helsenorge/designsystem/issues/270181)
|
|
3331
|
+
- ikke Arial på button i expanderlist
|
|
3332
|
+
([5354754](https://github.com/helsenorge/designsystem/commit/53547549d26a90884cab2f189181821db123c0ba))
|
|
3333
|
+
- justert padding i notificationpanel
|
|
3334
|
+
([3b8cce7](https://github.com/helsenorge/designsystem/commit/3b8cce777ffaa5735bd887e748cace9770e6cc50)), closes
|
|
3335
|
+
[#270330](https://github.com/helsenorge/designsystem/issues/270330)
|
|
3336
|
+
- komponenter som bruker uuid() kan overstyres med prop
|
|
3337
|
+
([2a7ad4c](https://github.com/helsenorge/designsystem/commit/2a7ad4c43b3159dbd144f91d2a77bd22667a1985)), closes
|
|
3338
|
+
[#269814](https://github.com/helsenorge/designsystem/issues/269814)
|
|
3339
|
+
- linklist har minimumshøyde på 4rem uansett
|
|
3340
|
+
([59b1589](https://github.com/helsenorge/designsystem/commit/59b1589ab00ce57d0a17ed01e02be8726b26c68d)), closes
|
|
3341
|
+
[#266617](https://github.com/helsenorge/designsystem/issues/266617)
|
|
3342
|
+
- lukkeknapp i notificationpanel har samme stil på fokus som hover
|
|
3343
|
+
([7909804](https://github.com/helsenorge/designsystem/commit/79098040d17f2641ab35c5bb4053e013c941ff9b))
|
|
3344
|
+
- modal uten knapper har samme padding i bunnen som ellers
|
|
3345
|
+
([d4c46b7](https://github.com/helsenorge/designsystem/commit/d4c46b7b1c61ca082bb7ee93bde123e8f8e196c8)), closes
|
|
3346
|
+
[#270297](https://github.com/helsenorge/designsystem/issues/270297)
|
|
3347
|
+
- oppdatert farge/font på avatar-komponent
|
|
3348
|
+
([e44e457](https://github.com/helsenorge/designsystem/commit/e44e4574bc270c1e89057adcce6bc206094b8aad)), closes
|
|
3349
|
+
[#250831](https://github.com/helsenorge/designsystem/issues/250831) [#250831](https://github.com/helsenorge/designsystem/issues/250831)
|
|
3350
|
+
- returner breakpoint på samme måte både initially og ved oppdateringer
|
|
3351
|
+
([82c4c3b](https://github.com/helsenorge/designsystem/commit/82c4c3bb7fa62ee6ab25babb357292326a5557f9)), closes
|
|
3352
|
+
[#269532](https://github.com/helsenorge/designsystem/issues/269532)
|
|
3353
|
+
- riktig font i input/textarea ([8f25b4f](https://github.com/helsenorge/designsystem/commit/8f25b4fd0094523ec0cabade4dba9390f803c328)),
|
|
3354
|
+
closes [#270181](https://github.com/helsenorge/designsystem/issues/270181)
|
|
3355
|
+
- rollup config for å kunne ta i bruk react hook form eksempler og endring på eksempel siden
|
|
3356
|
+
([bb98612](https://github.com/helsenorge/designsystem/commit/bb98612e6cbcea30b12fdd03986ee9c1b989def6))
|
|
3357
|
+
- spacer calc fjernet ([c25db43](https://github.com/helsenorge/designsystem/commit/c25db4327968f4c5fb9316c6ebf34391611e0426))
|
|
3358
|
+
- teksten i NotificationPanelet tar hele plassen når den ikke kan lukkes
|
|
3359
|
+
([5c1129d](https://github.com/helsenorge/designsystem/commit/5c1129d7eb9a49c69fc1485b80f893cbd4d406c7)), closes
|
|
3360
|
+
[#256356](https://github.com/helsenorge/designsystem/issues/256356)
|
|
3361
|
+
- Tile har riktig fontstørrelse/responsiv oppførsel
|
|
3362
|
+
([fa2a620](https://github.com/helsenorge/designsystem/commit/fa2a620234c0cc148cc7112e4fbc4bf18fb2541b)), closes
|
|
3363
|
+
[#263621](https://github.com/helsenorge/designsystem/issues/263621)
|
|
3364
|
+
- **button:** fjernet tabindex ([fe547c9](https://github.com/helsenorge/designsystem/commit/fe547c9330fc1e5992e0bd95e7f33886ad05f2ff)),
|
|
3365
|
+
closes [#262802](https://github.com/helsenorge/designsystem/issues/262802)
|
|
3366
|
+
- **designsystem:** button a link href og target
|
|
3367
|
+
([eac9ffd](https://github.com/helsenorge/designsystem/commit/eac9ffd3ef592a7b6b1e517c008715138ffd741d)), closes
|
|
3368
|
+
[#261849](https://github.com/helsenorge/designsystem/issues/261849)
|
|
3369
|
+
- **designsystem:** button styling og hover
|
|
3370
|
+
([062f0fe](https://github.com/helsenorge/designsystem/commit/062f0feb0c3a21d68fae619b793e76985e8d10e9)), closes
|
|
3371
|
+
[#263384](https://github.com/helsenorge/designsystem/issues/263384)
|
|
3372
|
+
- **designsystem:** linklist list classname tatt i bruk, notificationpanel closebutton fiks
|
|
3373
|
+
([4bd33fb](https://github.com/helsenorge/designsystem/commit/4bd33fb35fc7ff5e0e81a01e34981fa4199d949d))
|
|
3374
|
+
- **designsystem:** notificationpanel aria leser opp tekstinnhold i tillegg
|
|
3375
|
+
([a4795ef](https://github.com/helsenorge/designsystem/commit/a4795ef6c09a021d8c39dd71900f529cc07caf7a)), closes
|
|
3376
|
+
[#249789](https://github.com/helsenorge/designsystem/issues/249789) [#261019](https://github.com/helsenorge/designsystem/issues/261019)
|
|
3377
|
+
- **expanderlist:** scroll til overskriften man klikker på i accordion-modus
|
|
3378
|
+
([60a4f61](https://github.com/helsenorge/designsystem/commit/60a4f618f804c0127fb56d98f28c6af734f54fe4)), closes
|
|
3379
|
+
[#251341](https://github.com/helsenorge/designsystem/issues/251341)
|
|
3380
|
+
- **valdiation:** Validation feedback endringer
|
|
3381
|
+
([6efd616](https://github.com/helsenorge/designsystem/commit/6efd61647624aed721abc11467a667368d9860ec))
|
|
3382
|
+
- **web:** Styling av komponenter med SCSS modules funker igjen
|
|
3383
|
+
([b40924a](https://github.com/helsenorge/designsystem/commit/b40924ac9ac3657fbd6f21bd66ad84dd876ce79d))
|