@stenajs-webui/elements 18.2.0 → 18.4.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/dist/components/ui/tag/Tag.d.ts +5 -1
- package/dist/icons/ui/IconsUi.d.ts +5 -0
- package/dist/index.es.js +568 -505
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/CHANGELOG.md +0 -561
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/elements",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/focus": "3.3.0",
|
|
30
|
-
"@stenajs-webui/core": "18.
|
|
31
|
-
"@stenajs-webui/theme": "18.
|
|
30
|
+
"@stenajs-webui/core": "18.4.0",
|
|
31
|
+
"@stenajs-webui/theme": "18.4.0",
|
|
32
32
|
"classnames": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"files": [
|
|
62
62
|
"dist"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "8852f10780f1343262adc0636a3383b68508e711"
|
|
65
65
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,561 +0,0 @@
|
|
|
1
|
-
# v18.2.0 (Mon Feb 27 2023)
|
|
2
|
-
|
|
3
|
-
#### 🚀 Enhancement
|
|
4
|
-
|
|
5
|
-
- New modal API [#560](https://github.com/StenaIT/stenajs-webui/pull/560) ([@mattias800](https://github.com/mattias800))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v18.1.2 (Mon Feb 27 2023)
|
|
14
|
-
|
|
15
|
-
#### 🐛 Bug Fix
|
|
16
|
-
|
|
17
|
-
- Button icons now customisable using CSS properties [#563](https://github.com/StenaIT/stenajs-webui/pull/563) ([@mattias800](https://github.com/mattias800))
|
|
18
|
-
|
|
19
|
-
#### Authors: 1
|
|
20
|
-
|
|
21
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
# v18.0.1 (Thu Feb 16 2023)
|
|
26
|
-
|
|
27
|
-
#### 🐛 Bug Fix
|
|
28
|
-
|
|
29
|
-
- Prioritize ActionMenuItems disabled variants in CSS [#540](https://github.com/StenaIT/stenajs-webui/pull/540) (david.zetterdahl@stenaline.com [@lindskogen](https://github.com/lindskogen) [@LordDz](https://github.com/LordDz))
|
|
30
|
-
|
|
31
|
-
#### Authors: 4
|
|
32
|
-
|
|
33
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
34
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
35
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
36
|
-
- Zetterdahl David (david.zetterdahl@stenaline.com)
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
# v18.0.0 (Mon Feb 13 2023)
|
|
41
|
-
|
|
42
|
-
#### 🚀 Enhancement
|
|
43
|
-
|
|
44
|
-
- changing color for disabled UI elements [#556](https://github.com/StenaIT/stenajs-webui/pull/556) ([@PaulineAnnBar](https://github.com/PaulineAnnBar) [@lindskogen](https://github.com/lindskogen))
|
|
45
|
-
|
|
46
|
-
#### 🐛 Bug Fix
|
|
47
|
-
|
|
48
|
-
- Change focus to focus-visible for form elements [#533](https://github.com/StenaIT/stenajs-webui/pull/533) ([@lindskogen](https://github.com/lindskogen))
|
|
49
|
-
|
|
50
|
-
#### Authors: 2
|
|
51
|
-
|
|
52
|
-
- [@PaulineAnnBar](https://github.com/PaulineAnnBar)
|
|
53
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
# v17.34.0 (Thu Feb 09 2023)
|
|
58
|
-
|
|
59
|
-
#### 🚀 Enhancement
|
|
60
|
-
|
|
61
|
-
- Update icons in banner [#559](https://github.com/StenaIT/stenajs-webui/pull/559) ([@PaulineAnnBar](https://github.com/PaulineAnnBar))
|
|
62
|
-
|
|
63
|
-
#### Authors: 1
|
|
64
|
-
|
|
65
|
-
- [@PaulineAnnBar](https://github.com/PaulineAnnBar)
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
# v17.33.0 (Mon Feb 06 2023)
|
|
70
|
-
|
|
71
|
-
#### 🚀 Enhancement
|
|
72
|
-
|
|
73
|
-
- Add file icons with labels and finance paid status icons [#558](https://github.com/StenaIT/stenajs-webui/pull/558) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
74
|
-
|
|
75
|
-
#### Authors: 1
|
|
76
|
-
|
|
77
|
-
- Augustas Eidikis ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
78
|
-
|
|
79
|
-
---
|
|
80
|
-
|
|
81
|
-
# v17.32.0 (Fri Feb 03 2023)
|
|
82
|
-
|
|
83
|
-
#### 🚀 Enhancement
|
|
84
|
-
|
|
85
|
-
- ResultListBanner can have children, shown below bulletpoint list [#557](https://github.com/StenaIT/stenajs-webui/pull/557) ([@mattias800](https://github.com/mattias800))
|
|
86
|
-
|
|
87
|
-
#### Authors: 1
|
|
88
|
-
|
|
89
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
90
|
-
|
|
91
|
-
---
|
|
92
|
-
|
|
93
|
-
# v17.31.0 (Wed Feb 01 2023)
|
|
94
|
-
|
|
95
|
-
#### 🚀 Enhancement
|
|
96
|
-
|
|
97
|
-
- Now possible to style button with only icon to have custom sizes [#555](https://github.com/StenaIT/stenajs-webui/pull/555) ([@mattias800](https://github.com/mattias800))
|
|
98
|
-
|
|
99
|
-
#### Authors: 1
|
|
100
|
-
|
|
101
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
102
|
-
|
|
103
|
-
---
|
|
104
|
-
|
|
105
|
-
# v17.30.3 (Wed Jan 18 2023)
|
|
106
|
-
|
|
107
|
-
#### 🐛 Bug Fix
|
|
108
|
-
|
|
109
|
-
- Make PrimaryButton and SecondaryButton text bold and adjust success and danger variants for better contrast [#546](https://github.com/StenaIT/stenajs-webui/pull/546) ([@PaulineAnnBar](https://github.com/PaulineAnnBar))
|
|
110
|
-
|
|
111
|
-
#### Authors: 1
|
|
112
|
-
|
|
113
|
-
- [@PaulineAnnBar](https://github.com/PaulineAnnBar)
|
|
114
|
-
|
|
115
|
-
---
|
|
116
|
-
|
|
117
|
-
# v17.30.0 (Tue Dec 20 2022)
|
|
118
|
-
|
|
119
|
-
#### 🚀 Enhancement
|
|
120
|
-
|
|
121
|
-
- Update and add new icons [#542](https://github.com/StenaIT/stenajs-webui/pull/542) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
122
|
-
|
|
123
|
-
#### Authors: 1
|
|
124
|
-
|
|
125
|
-
- Augustas Eidikis ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
126
|
-
|
|
127
|
-
---
|
|
128
|
-
|
|
129
|
-
# v17.29.1 (Mon Dec 19 2022)
|
|
130
|
-
|
|
131
|
-
#### 🐛 Bug Fix
|
|
132
|
-
|
|
133
|
-
- Remove children from ActionMenuItem (fixes AB#104119) [#534](https://github.com/StenaIT/stenajs-webui/pull/534) ([@lindskogen](https://github.com/lindskogen))
|
|
134
|
-
|
|
135
|
-
#### Authors: 1
|
|
136
|
-
|
|
137
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
138
|
-
|
|
139
|
-
---
|
|
140
|
-
|
|
141
|
-
# v17.29.0 (Mon Dec 12 2022)
|
|
142
|
-
|
|
143
|
-
#### 🐛 Bug Fix
|
|
144
|
-
|
|
145
|
-
- Remove --lhds-color-purple-* [#538](https://github.com/StenaIT/stenajs-webui/pull/538) ([@LordDz](https://github.com/LordDz))
|
|
146
|
-
|
|
147
|
-
#### Authors: 1
|
|
148
|
-
|
|
149
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
150
|
-
|
|
151
|
-
---
|
|
152
|
-
|
|
153
|
-
# v17.27.1 (Mon Nov 14 2022)
|
|
154
|
-
|
|
155
|
-
#### 🐛 Bug Fix
|
|
156
|
-
|
|
157
|
-
- Add user icons [#528](https://github.com/StenaIT/stenajs-webui/pull/528) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
158
|
-
|
|
159
|
-
#### Authors: 1
|
|
160
|
-
|
|
161
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
162
|
-
|
|
163
|
-
---
|
|
164
|
-
|
|
165
|
-
# v17.26.0 (Tue Nov 08 2022)
|
|
166
|
-
|
|
167
|
-
#### 🚀 Enhancement
|
|
168
|
-
|
|
169
|
-
- Add more webui icons [#526](https://github.com/StenaIT/stenajs-webui/pull/526) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
170
|
-
|
|
171
|
-
#### Authors: 1
|
|
172
|
-
|
|
173
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
|
-
# v17.24.0 (Tue Oct 25 2022)
|
|
178
|
-
|
|
179
|
-
#### 🚀 Enhancement
|
|
180
|
-
|
|
181
|
-
- Allow choice of headingLevel in CardHeader [#525](https://github.com/StenaIT/stenajs-webui/pull/525) ([@juiceit](https://github.com/juiceit))
|
|
182
|
-
|
|
183
|
-
#### Authors: 1
|
|
184
|
-
|
|
185
|
-
- Josefina Andreasson ([@juiceit](https://github.com/juiceit))
|
|
186
|
-
|
|
187
|
-
---
|
|
188
|
-
|
|
189
|
-
# v17.23.1 (Tue Oct 25 2022)
|
|
190
|
-
|
|
191
|
-
#### 🐛 Bug Fix
|
|
192
|
-
|
|
193
|
-
- Last crumb in bread crumbs has the same color as the rest [#519](https://github.com/StenaIT/stenajs-webui/pull/519) ([@mattias800](https://github.com/mattias800))
|
|
194
|
-
|
|
195
|
-
#### Authors: 1
|
|
196
|
-
|
|
197
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
198
|
-
|
|
199
|
-
---
|
|
200
|
-
|
|
201
|
-
# v17.21.0 (Mon Oct 24 2022)
|
|
202
|
-
|
|
203
|
-
#### 🚀 Enhancement
|
|
204
|
-
|
|
205
|
-
- Increase contrast in FlatButton colors [#518](https://github.com/StenaIT/stenajs-webui/pull/518) ([@mattias800](https://github.com/mattias800))
|
|
206
|
-
|
|
207
|
-
#### Authors: 1
|
|
208
|
-
|
|
209
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
210
|
-
|
|
211
|
-
---
|
|
212
|
-
|
|
213
|
-
# v17.19.1 (Fri Oct 14 2022)
|
|
214
|
-
|
|
215
|
-
#### 🐛 Bug Fix
|
|
216
|
-
|
|
217
|
-
- Use kebab-case in the Icons story for better readability [#515](https://github.com/StenaIT/stenajs-webui/pull/515) ([@juiceit](https://github.com/juiceit))
|
|
218
|
-
|
|
219
|
-
#### Authors: 1
|
|
220
|
-
|
|
221
|
-
- Josefina Andreasson ([@juiceit](https://github.com/juiceit))
|
|
222
|
-
|
|
223
|
-
---
|
|
224
|
-
|
|
225
|
-
# v17.19.0 (Wed Oct 05 2022)
|
|
226
|
-
|
|
227
|
-
#### 🚀 Enhancement
|
|
228
|
-
|
|
229
|
-
- Update icon library [#514](https://github.com/StenaIT/stenajs-webui/pull/514) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
230
|
-
|
|
231
|
-
#### Authors: 1
|
|
232
|
-
|
|
233
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
234
|
-
|
|
235
|
-
---
|
|
236
|
-
|
|
237
|
-
# v17.18.3 (Thu Sep 29 2022)
|
|
238
|
-
|
|
239
|
-
#### 🐛 Bug Fix
|
|
240
|
-
|
|
241
|
-
- Refine filter drawer (AB#97356) [#513](https://github.com/StenaIT/stenajs-webui/pull/513) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
242
|
-
|
|
243
|
-
#### Authors: 1
|
|
244
|
-
|
|
245
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
246
|
-
|
|
247
|
-
---
|
|
248
|
-
|
|
249
|
-
# v17.18.2 (Mon Sep 26 2022)
|
|
250
|
-
|
|
251
|
-
#### 🐛 Bug Fix
|
|
252
|
-
|
|
253
|
-
- Update angle icons [#511](https://github.com/StenaIT/stenajs-webui/pull/511) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
254
|
-
|
|
255
|
-
#### Authors: 1
|
|
256
|
-
|
|
257
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
258
|
-
|
|
259
|
-
---
|
|
260
|
-
|
|
261
|
-
# v17.18.1 (Fri Sep 23 2022)
|
|
262
|
-
|
|
263
|
-
#### 🐛 Bug Fix
|
|
264
|
-
|
|
265
|
-
- Use rem for icons in buttons [#509](https://github.com/StenaIT/stenajs-webui/pull/509) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
266
|
-
|
|
267
|
-
#### Authors: 1
|
|
268
|
-
|
|
269
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
270
|
-
|
|
271
|
-
---
|
|
272
|
-
|
|
273
|
-
# v17.18.0 (Thu Sep 22 2022)
|
|
274
|
-
|
|
275
|
-
#### 🚀 Enhancement
|
|
276
|
-
|
|
277
|
-
- Remove css for cardheader and add classname [#510](https://github.com/StenaIT/stenajs-webui/pull/510) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
278
|
-
|
|
279
|
-
#### Authors: 1
|
|
280
|
-
|
|
281
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
282
|
-
|
|
283
|
-
---
|
|
284
|
-
|
|
285
|
-
# v17.17.0 (Mon Sep 19 2022)
|
|
286
|
-
|
|
287
|
-
#### 🚀 Enhancement
|
|
288
|
-
|
|
289
|
-
- Update some of the icons [#508](https://github.com/StenaIT/stenajs-webui/pull/508) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
290
|
-
|
|
291
|
-
#### Authors: 1
|
|
292
|
-
|
|
293
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
294
|
-
|
|
295
|
-
---
|
|
296
|
-
|
|
297
|
-
# v17.16.0 (Fri Sep 16 2022)
|
|
298
|
-
|
|
299
|
-
#### 🚀 Enhancement
|
|
300
|
-
|
|
301
|
-
- Add additional Icons [#507](https://github.com/StenaIT/stenajs-webui/pull/507) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
302
|
-
|
|
303
|
-
#### Authors: 1
|
|
304
|
-
|
|
305
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
306
|
-
|
|
307
|
-
---
|
|
308
|
-
|
|
309
|
-
# v17.15.0 (Fri Sep 16 2022)
|
|
310
|
-
|
|
311
|
-
#### 🚀 Enhancement
|
|
312
|
-
|
|
313
|
-
- Icons update [#506](https://github.com/StenaIT/stenajs-webui/pull/506) ([@lindskogen](https://github.com/lindskogen))
|
|
314
|
-
|
|
315
|
-
#### Authors: 1
|
|
316
|
-
|
|
317
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
318
|
-
|
|
319
|
-
---
|
|
320
|
-
|
|
321
|
-
# v17.14.0 (Thu Sep 15 2022)
|
|
322
|
-
|
|
323
|
-
#### 🚀 Enhancement
|
|
324
|
-
|
|
325
|
-
- Add generate icons from svg script and add/update some icons [#505](https://github.com/StenaIT/stenajs-webui/pull/505) ([@lindskogen](https://github.com/lindskogen))
|
|
326
|
-
|
|
327
|
-
#### Authors: 1
|
|
328
|
-
|
|
329
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
330
|
-
|
|
331
|
-
---
|
|
332
|
-
|
|
333
|
-
# v17.13.3 (Tue Aug 30 2022)
|
|
334
|
-
|
|
335
|
-
#### 🐛 Bug Fix
|
|
336
|
-
|
|
337
|
-
- Fix stenaSailingRoute icon [#501](https://github.com/StenaIT/stenajs-webui/pull/501) ([@juiceit](https://github.com/juiceit))
|
|
338
|
-
- Remove link styling for last-of-type (fixes AB#97856) [#499](https://github.com/StenaIT/stenajs-webui/pull/499) ([@lindskogen](https://github.com/lindskogen))
|
|
339
|
-
|
|
340
|
-
#### Authors: 2
|
|
341
|
-
|
|
342
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
343
|
-
- Josefina Andreasson ([@juiceit](https://github.com/juiceit))
|
|
344
|
-
|
|
345
|
-
---
|
|
346
|
-
|
|
347
|
-
# v17.13.2 (Mon Aug 29 2022)
|
|
348
|
-
|
|
349
|
-
#### 🐛 Bug Fix
|
|
350
|
-
|
|
351
|
-
- Change default icon color (fixes AB#97855) [#498](https://github.com/StenaIT/stenajs-webui/pull/498) ([@lindskogen](https://github.com/lindskogen) [@juiceit](https://github.com/juiceit))
|
|
352
|
-
|
|
353
|
-
#### Authors: 2
|
|
354
|
-
|
|
355
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
356
|
-
- Josefina Andreasson ([@juiceit](https://github.com/juiceit))
|
|
357
|
-
|
|
358
|
-
---
|
|
359
|
-
|
|
360
|
-
# v17.13.1 (Mon Aug 29 2022)
|
|
361
|
-
|
|
362
|
-
#### 🐛 Bug Fix
|
|
363
|
-
|
|
364
|
-
- Add icons overview page [#495](https://github.com/StenaIT/stenajs-webui/pull/495) ([@lindskogen](https://github.com/lindskogen))
|
|
365
|
-
|
|
366
|
-
#### Authors: 1
|
|
367
|
-
|
|
368
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
369
|
-
|
|
370
|
-
---
|
|
371
|
-
|
|
372
|
-
# v17.13.0 (Mon Aug 29 2022)
|
|
373
|
-
|
|
374
|
-
#### 🚀 Enhancement
|
|
375
|
-
|
|
376
|
-
- Add route leg component [#490](https://github.com/StenaIT/stenajs-webui/pull/490) ([@juiceit](https://github.com/juiceit))
|
|
377
|
-
- New batch of Stena SVG icons [#492](https://github.com/StenaIT/stenajs-webui/pull/492) (david.zetterdahl@stenaline.com [@nikteg](https://github.com/nikteg) [@LordDz](https://github.com/LordDz))
|
|
378
|
-
|
|
379
|
-
#### 🐛 Bug Fix
|
|
380
|
-
|
|
381
|
-
- Switch and minus replacements [#493](https://github.com/StenaIT/stenajs-webui/pull/493) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz))
|
|
382
|
-
|
|
383
|
-
#### Authors: 4
|
|
384
|
-
|
|
385
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
386
|
-
- Josefina Andreasson ([@juiceit](https://github.com/juiceit))
|
|
387
|
-
- Niklas ([@nikteg](https://github.com/nikteg))
|
|
388
|
-
- Zetterdahl David (david.zetterdahl@stenaline.com)
|
|
389
|
-
|
|
390
|
-
---
|
|
391
|
-
|
|
392
|
-
# v17.9.0 (Fri Jul 01 2022)
|
|
393
|
-
|
|
394
|
-
#### 🚀 Enhancement
|
|
395
|
-
|
|
396
|
-
- Added four more icons from the Stena UI set [#479](https://github.com/StenaIT/stenajs-webui/pull/479) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz))
|
|
397
|
-
|
|
398
|
-
#### 🏠 Internal
|
|
399
|
-
|
|
400
|
-
- Use vite builder for storybook [#477](https://github.com/StenaIT/stenajs-webui/pull/477) ([@lindskogen](https://github.com/lindskogen))
|
|
401
|
-
|
|
402
|
-
#### Authors: 3
|
|
403
|
-
|
|
404
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
405
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
406
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
407
|
-
|
|
408
|
-
---
|
|
409
|
-
|
|
410
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
411
|
-
|
|
412
|
-
#### 🚀 Enhancement
|
|
413
|
-
|
|
414
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
415
|
-
|
|
416
|
-
#### Authors: 1
|
|
417
|
-
|
|
418
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
419
|
-
|
|
420
|
-
---
|
|
421
|
-
|
|
422
|
-
# v17.6.0 (Fri Jul 01 2022)
|
|
423
|
-
|
|
424
|
-
#### 🚀 Enhancement
|
|
425
|
-
|
|
426
|
-
- Use Stena icons instead of Font Awesome icons [#471](https://github.com/StenaIT/stenajs-webui/pull/471) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz) [@lindskogen](https://github.com/lindskogen))
|
|
427
|
-
|
|
428
|
-
#### Authors: 3
|
|
429
|
-
|
|
430
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
431
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
432
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
433
|
-
|
|
434
|
-
---
|
|
435
|
-
|
|
436
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
437
|
-
|
|
438
|
-
#### 💥 Breaking Change
|
|
439
|
-
|
|
440
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
441
|
-
|
|
442
|
-
#### 🔩 Dependency Updates
|
|
443
|
-
|
|
444
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
445
|
-
|
|
446
|
-
#### Authors: 1
|
|
447
|
-
|
|
448
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
449
|
-
|
|
450
|
-
---
|
|
451
|
-
|
|
452
|
-
# v16.1.0 (Fri Jun 17 2022)
|
|
453
|
-
|
|
454
|
-
#### 🚀 Enhancement
|
|
455
|
-
|
|
456
|
-
- Accessible font-sizes using `rem` instead of `px` [#458](https://github.com/StenaIT/stenajs-webui/pull/458) ([@mattias800](https://github.com/mattias800))
|
|
457
|
-
|
|
458
|
-
#### Authors: 1
|
|
459
|
-
|
|
460
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
461
|
-
|
|
462
|
-
---
|
|
463
|
-
|
|
464
|
-
# v15.5.10 (Thu Jun 02 2022)
|
|
465
|
-
|
|
466
|
-
#### 🐛 Bug Fix
|
|
467
|
-
|
|
468
|
-
- Nav: Notification button + animation (fixes AB#92377) [#459](https://github.com/StenaIT/stenajs-webui/pull/459) ([@nikteg](https://github.com/nikteg))
|
|
469
|
-
|
|
470
|
-
#### Authors: 1
|
|
471
|
-
|
|
472
|
-
- Niklas ([@nikteg](https://github.com/nikteg))
|
|
473
|
-
|
|
474
|
-
---
|
|
475
|
-
|
|
476
|
-
# v15.5.9 (Thu May 19 2022)
|
|
477
|
-
|
|
478
|
-
#### 🐛 Bug Fix
|
|
479
|
-
|
|
480
|
-
- Add support for data-* and aria-* props [#456](https://github.com/StenaIT/stenajs-webui/pull/456) ([@mattias800](https://github.com/mattias800))
|
|
481
|
-
|
|
482
|
-
#### Authors: 1
|
|
483
|
-
|
|
484
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
485
|
-
|
|
486
|
-
---
|
|
487
|
-
|
|
488
|
-
# v15.5.7 (Thu May 05 2022)
|
|
489
|
-
|
|
490
|
-
#### 🐛 Bug Fix
|
|
491
|
-
|
|
492
|
-
- Use bigger font in tabmenu items [#455](https://github.com/StenaIT/stenajs-webui/pull/455) ([@nikteg](https://github.com/nikteg))
|
|
493
|
-
|
|
494
|
-
#### Authors: 1
|
|
495
|
-
|
|
496
|
-
- Niklas ([@nikteg](https://github.com/nikteg))
|
|
497
|
-
|
|
498
|
-
---
|
|
499
|
-
|
|
500
|
-
# v15.5.5 (Tue Apr 26 2022)
|
|
501
|
-
|
|
502
|
-
#### 🐛 Bug Fix
|
|
503
|
-
|
|
504
|
-
- Add compact variant to cardbody [#453](https://github.com/StenaIT/stenajs-webui/pull/453) ([@lindskogen](https://github.com/lindskogen))
|
|
505
|
-
|
|
506
|
-
#### Authors: 1
|
|
507
|
-
|
|
508
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
509
|
-
|
|
510
|
-
---
|
|
511
|
-
|
|
512
|
-
# v15.5.0 (Tue Apr 05 2022)
|
|
513
|
-
|
|
514
|
-
#### 🚀 Enhancement
|
|
515
|
-
|
|
516
|
-
- Add PageHeader component (fixes AB#91057) [#447](https://github.com/StenaIT/stenajs-webui/pull/447) ([@lindskogen](https://github.com/lindskogen))
|
|
517
|
-
|
|
518
|
-
#### 🐛 Bug Fix
|
|
519
|
-
|
|
520
|
-
- Fix tabmenu colors (fixes AB#91051) [#448](https://github.com/StenaIT/stenajs-webui/pull/448) ([@nikteg](https://github.com/nikteg))
|
|
521
|
-
|
|
522
|
-
#### Authors: 2
|
|
523
|
-
|
|
524
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
525
|
-
- Niklas ([@nikteg](https://github.com/nikteg))
|
|
526
|
-
|
|
527
|
-
---
|
|
528
|
-
|
|
529
|
-
# v15.3.1 (Wed Mar 30 2022)
|
|
530
|
-
|
|
531
|
-
#### 🐛 Bug Fix
|
|
532
|
-
|
|
533
|
-
- Update Card header (fixes AB#88134) [#443](https://github.com/StenaIT/stenajs-webui/pull/443) ([@lindskogen](https://github.com/lindskogen))
|
|
534
|
-
|
|
535
|
-
#### Authors: 1
|
|
536
|
-
|
|
537
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
538
|
-
|
|
539
|
-
---
|
|
540
|
-
|
|
541
|
-
# v15.2.0 (Mon Feb 28 2022)
|
|
542
|
-
|
|
543
|
-
#### 🚀 Enhancement
|
|
544
|
-
|
|
545
|
-
- Change bold font weight to 500 [#284](https://github.com/StenaIT/stenajs-webui/pull/284) ([@juiceit](https://github.com/juiceit))
|
|
546
|
-
|
|
547
|
-
#### Authors: 1
|
|
548
|
-
|
|
549
|
-
- Josefina Andreasson ([@juiceit](https://github.com/juiceit))
|
|
550
|
-
|
|
551
|
-
---
|
|
552
|
-
|
|
553
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
554
|
-
|
|
555
|
-
#### ⚠️ Pushed to `master`
|
|
556
|
-
|
|
557
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
558
|
-
|
|
559
|
-
#### Authors: 1
|
|
560
|
-
|
|
561
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|