@stenajs-webui/panels 18.1.2 → 18.3.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.
Files changed (2) hide show
  1. package/package.json +7 -7
  2. package/CHANGELOG.md +0 -261
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/panels",
3
- "version": "18.1.2",
3
+ "version": "18.3.0",
4
4
  "description": "",
5
5
  "author": "mattias800",
6
6
  "license": "MIT",
@@ -26,11 +26,11 @@
26
26
  "deploy": "gh-pages -d example/build"
27
27
  },
28
28
  "dependencies": {
29
- "@stenajs-webui/core": "18.1.2",
30
- "@stenajs-webui/elements": "18.1.2",
31
- "@stenajs-webui/forms": "18.1.2",
32
- "@stenajs-webui/theme": "18.1.2",
33
- "@stenajs-webui/tooltip": "18.1.2",
29
+ "@stenajs-webui/core": "18.3.0",
30
+ "@stenajs-webui/elements": "18.3.0",
31
+ "@stenajs-webui/forms": "18.3.0",
32
+ "@stenajs-webui/theme": "18.3.0",
33
+ "@stenajs-webui/tooltip": "18.3.0",
34
34
  "classnames": "^2.3.1",
35
35
  "date-fns": "2.26.0",
36
36
  "react-transition-group": "^4.3.0",
@@ -64,5 +64,5 @@
64
64
  "files": [
65
65
  "dist"
66
66
  ],
67
- "gitHead": "485e1fcf9a6c75946b8bce091349f0fb0c762b5b"
67
+ "gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
68
68
  }
package/CHANGELOG.md DELETED
@@ -1,261 +0,0 @@
1
- # v18.0.3 (Mon Feb 27 2023)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Add headingLevel to PageHeading, default being h1 [#561](https://github.com/StenaIT/stenajs-webui/pull/561) ([@juiceit](https://github.com/juiceit))
6
-
7
- #### 📝 Documentation
8
-
9
- - Use NavBarSearchField in center content story [#503](https://github.com/StenaIT/stenajs-webui/pull/503) ([@juiceit](https://github.com/juiceit))
10
-
11
- #### Authors: 1
12
-
13
- - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
14
-
15
- ---
16
-
17
- # v18.0.0 (Mon Feb 13 2023)
18
-
19
- #### 💥 Breaking Change
20
-
21
- - Add Toast and remake Notification [#549](https://github.com/StenaIT/stenajs-webui/pull/549) ([@juiceit](https://github.com/juiceit) [@lindskogen](https://github.com/lindskogen))
22
-
23
- #### Authors: 2
24
-
25
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
26
- - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
27
-
28
- ---
29
-
30
- # v17.23.0 (Mon Oct 24 2022)
31
-
32
- #### 🚀 Enhancement
33
-
34
- - Use circle icon for nav bar user button [#520](https://github.com/StenaIT/stenajs-webui/pull/520) ([@mattias800](https://github.com/mattias800))
35
-
36
- #### Authors: 1
37
-
38
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
39
-
40
- ---
41
-
42
- # v17.20.0 (Mon Oct 24 2022)
43
-
44
- #### 🚀 Enhancement
45
-
46
- - Use Stena icon in "Clear all" button in SelectedItemsActionsPanel [#517](https://github.com/StenaIT/stenajs-webui/pull/517) ([@mattias800](https://github.com/mattias800))
47
-
48
- #### Authors: 1
49
-
50
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
51
-
52
- ---
53
-
54
- # v17.11.0 (Wed Aug 17 2022)
55
-
56
- #### 🚀 Enhancement
57
-
58
- - Do not render space below heading if PageHeader has no breadcrumbs [#485](https://github.com/StenaIT/stenajs-webui/pull/485) ([@juiceit](https://github.com/juiceit))
59
-
60
- #### Authors: 1
61
-
62
- - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
63
-
64
- ---
65
-
66
- # v17.10.0 (Tue Jul 12 2022)
67
-
68
- #### 🐛 Bug Fix
69
-
70
- - Use unused icon prop in NavBarUserButton [#481](https://github.com/StenaIT/stenajs-webui/pull/481) ([@nikteg](https://github.com/nikteg))
71
-
72
- #### Authors: 1
73
-
74
- - Niklas ([@nikteg](https://github.com/nikteg))
75
-
76
- ---
77
-
78
- # v17.7.0 (Fri Jul 01 2022)
79
-
80
- #### 🚀 Enhancement
81
-
82
- - Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
83
-
84
- #### Authors: 1
85
-
86
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
87
-
88
- ---
89
-
90
- # v17.6.0 (Fri Jul 01 2022)
91
-
92
- #### 🚀 Enhancement
93
-
94
- - 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))
95
-
96
- #### Authors: 3
97
-
98
- - David ([@LordDz](https://github.com/LordDz))
99
- - David Zetterdahl (david.zetterdahl@stenaline.com)
100
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
101
-
102
- ---
103
-
104
- # v17.5.0 (Fri Jul 01 2022)
105
-
106
- #### 🚀 Enhancement
107
-
108
- - Give PageHeader a white background [#473](https://github.com/StenaIT/stenajs-webui/pull/473) ([@juiceit](https://github.com/juiceit))
109
-
110
- #### Authors: 1
111
-
112
- - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
113
-
114
- ---
115
-
116
- # v17.2.0 (Tue Jun 28 2022)
117
-
118
- #### 🚀 Enhancement
119
-
120
- - Add SelectedItemsActionsPanel component [#457](https://github.com/StenaIT/stenajs-webui/pull/457) ([@mattias800](https://github.com/mattias800))
121
-
122
- #### Authors: 1
123
-
124
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
125
-
126
- ---
127
-
128
- # v17.1.1 (Wed Jun 22 2022)
129
-
130
- #### 🐛 Bug Fix
131
-
132
- - Fix key and activeClassName-warnings [#468](https://github.com/StenaIT/stenajs-webui/pull/468) ([@lindskogen](https://github.com/lindskogen))
133
-
134
- #### Authors: 1
135
-
136
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
137
-
138
- ---
139
-
140
- # v17.0.0 (Fri Jun 17 2022)
141
-
142
- #### 💥 Breaking Change
143
-
144
- - Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
145
-
146
- #### 🔩 Dependency Updates
147
-
148
- - Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
149
-
150
- #### Authors: 1
151
-
152
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
153
-
154
- ---
155
-
156
- # v16.1.0 (Fri Jun 17 2022)
157
-
158
- #### 🚀 Enhancement
159
-
160
- - Accessible font-sizes using `rem` instead of `px` [#458](https://github.com/StenaIT/stenajs-webui/pull/458) ([@mattias800](https://github.com/mattias800))
161
-
162
- #### Authors: 1
163
-
164
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
165
-
166
- ---
167
-
168
- # v15.6.0 (Thu Jun 02 2022)
169
-
170
- #### 🚀 Enhancement
171
-
172
- - Nav: New user icon (fixes AB#92613) [#460](https://github.com/StenaIT/stenajs-webui/pull/460) ([@nikteg](https://github.com/nikteg))
173
-
174
- #### Authors: 1
175
-
176
- - Niklas ([@nikteg](https://github.com/nikteg))
177
-
178
- ---
179
-
180
- # v15.5.10 (Thu Jun 02 2022)
181
-
182
- #### 🐛 Bug Fix
183
-
184
- - Nav: Notification button + animation (fixes AB#92377) [#459](https://github.com/StenaIT/stenajs-webui/pull/459) ([@nikteg](https://github.com/nikteg))
185
-
186
- #### Authors: 1
187
-
188
- - Niklas ([@nikteg](https://github.com/nikteg))
189
-
190
- ---
191
-
192
- # v15.5.6 (Tue Apr 26 2022)
193
-
194
- #### 🐛 Bug Fix
195
-
196
- - Add sidebar menu to rail [#454](https://github.com/StenaIT/stenajs-webui/pull/454) ([@lindskogen](https://github.com/lindskogen))
197
-
198
- #### Authors: 1
199
-
200
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
201
-
202
- ---
203
-
204
- # v15.5.4 (Mon Apr 25 2022)
205
-
206
- #### 🐛 Bug Fix
207
-
208
- - Add SidebarRailMenu [#442](https://github.com/StenaIT/stenajs-webui/pull/442) ([@lindskogen](https://github.com/lindskogen) [@mattias800](https://github.com/mattias800))
209
-
210
- #### Authors: 2
211
-
212
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
213
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
214
-
215
- ---
216
-
217
- # v15.5.3 (Tue Apr 12 2022)
218
-
219
- #### 🐛 Bug Fix
220
-
221
- - Improve spacing in PageHeader when there are no tabs [#452](https://github.com/StenaIT/stenajs-webui/pull/452) ([@mattias800](https://github.com/mattias800))
222
-
223
- #### Authors: 1
224
-
225
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
226
-
227
- ---
228
-
229
- # v15.5.0 (Tue Apr 05 2022)
230
-
231
- #### 🚀 Enhancement
232
-
233
- - Add PageHeader component (fixes AB#91057) [#447](https://github.com/StenaIT/stenajs-webui/pull/447) ([@lindskogen](https://github.com/lindskogen))
234
-
235
- #### Authors: 1
236
-
237
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
238
-
239
- ---
240
-
241
- # v15.2.0 (Mon Feb 28 2022)
242
-
243
- #### 🚀 Enhancement
244
-
245
- - Change bold font weight to 500 [#284](https://github.com/StenaIT/stenajs-webui/pull/284) ([@juiceit](https://github.com/juiceit))
246
-
247
- #### Authors: 1
248
-
249
- - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
250
-
251
- ---
252
-
253
- # v15.0.1 (Thu Feb 17 2022)
254
-
255
- #### ⚠️ Pushed to `master`
256
-
257
- - Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
258
-
259
- #### Authors: 1
260
-
261
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))