@stenajs-webui/grid 18.2.0 → 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.
- package/package.json +9 -9
- package/CHANGELOG.md +0 -222
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/grid",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"deploy": "gh-pages -d example/build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stenajs-webui/core": "18.
|
|
30
|
-
"@stenajs-webui/elements": "18.
|
|
31
|
-
"@stenajs-webui/forms": "18.
|
|
32
|
-
"@stenajs-webui/panels": "18.
|
|
33
|
-
"@stenajs-webui/redux": "18.
|
|
34
|
-
"@stenajs-webui/theme": "18.
|
|
35
|
-
"@stenajs-webui/tooltip": "18.
|
|
29
|
+
"@stenajs-webui/core": "18.3.0",
|
|
30
|
+
"@stenajs-webui/elements": "18.3.0",
|
|
31
|
+
"@stenajs-webui/forms": "18.3.0",
|
|
32
|
+
"@stenajs-webui/panels": "18.3.0",
|
|
33
|
+
"@stenajs-webui/redux": "18.3.0",
|
|
34
|
+
"@stenajs-webui/theme": "18.3.0",
|
|
35
|
+
"@stenajs-webui/tooltip": "18.3.0",
|
|
36
36
|
"classnames": "^2.3.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"files": [
|
|
72
72
|
"dist"
|
|
73
73
|
],
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
|
|
75
75
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
# v18.0.3 (Mon Feb 27 2023)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- Add blue bottom line to sorted column header [#539](https://github.com/StenaIT/stenajs-webui/pull/539) (david.zetterdahl@stenaline.com [@mattias800](https://github.com/mattias800) [@LordDz](https://github.com/LordDz))
|
|
6
|
-
|
|
7
|
-
#### Authors: 3
|
|
8
|
-
|
|
9
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
10
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
11
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
# v17.31.0 (Wed Feb 01 2023)
|
|
16
|
-
|
|
17
|
-
#### 🚀 Enhancement
|
|
18
|
-
|
|
19
|
-
- External sorting and `onSortOrderChange` prop in StandardTable [#554](https://github.com/StenaIT/stenajs-webui/pull/554) ([@mattias800](https://github.com/mattias800))
|
|
20
|
-
|
|
21
|
-
#### Authors: 1
|
|
22
|
-
|
|
23
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
# v17.29.0 (Mon Dec 12 2022)
|
|
28
|
-
|
|
29
|
-
#### 🐛 Bug Fix
|
|
30
|
-
|
|
31
|
-
- Remove --lhds-color-purple-* [#538](https://github.com/StenaIT/stenajs-webui/pull/538) ([@LordDz](https://github.com/LordDz))
|
|
32
|
-
|
|
33
|
-
#### Authors: 1
|
|
34
|
-
|
|
35
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
# v17.19.1 (Fri Oct 14 2022)
|
|
40
|
-
|
|
41
|
-
#### 🐛 Bug Fix
|
|
42
|
-
|
|
43
|
-
- Change table hover background color to 200 [#516](https://github.com/StenaIT/stenajs-webui/pull/516) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz))
|
|
44
|
-
|
|
45
|
-
#### Authors: 2
|
|
46
|
-
|
|
47
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
48
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
49
|
-
|
|
50
|
-
---
|
|
51
|
-
|
|
52
|
-
# v17.13.1 (Mon Aug 29 2022)
|
|
53
|
-
|
|
54
|
-
#### 🐛 Bug Fix
|
|
55
|
-
|
|
56
|
-
- Align table head left [#497](https://github.com/StenaIT/stenajs-webui/pull/497) ([@lindskogen](https://github.com/lindskogen))
|
|
57
|
-
|
|
58
|
-
#### Authors: 1
|
|
59
|
-
|
|
60
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
61
|
-
|
|
62
|
-
---
|
|
63
|
-
|
|
64
|
-
# v17.10.1 (Thu Aug 11 2022)
|
|
65
|
-
|
|
66
|
-
#### 🐛 Bug Fix
|
|
67
|
-
|
|
68
|
-
- Fix keyboard navigation in StandardTable [#484](https://github.com/StenaIT/stenajs-webui/pull/484) ([@esepato](https://github.com/esepato))
|
|
69
|
-
|
|
70
|
-
#### Authors: 1
|
|
71
|
-
|
|
72
|
-
- Markus Patoka ([@esepato](https://github.com/esepato))
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
# v17.8.0 (Fri Jul 01 2022)
|
|
77
|
-
|
|
78
|
-
#### 🚀 Enhancement
|
|
79
|
-
|
|
80
|
-
- Replace useDomId with useId [#476](https://github.com/StenaIT/stenajs-webui/pull/476) ([@lindskogen](https://github.com/lindskogen))
|
|
81
|
-
|
|
82
|
-
#### Authors: 1
|
|
83
|
-
|
|
84
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
85
|
-
|
|
86
|
-
---
|
|
87
|
-
|
|
88
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
89
|
-
|
|
90
|
-
#### 🚀 Enhancement
|
|
91
|
-
|
|
92
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
93
|
-
|
|
94
|
-
#### Authors: 1
|
|
95
|
-
|
|
96
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
# v17.6.0 (Fri Jul 01 2022)
|
|
101
|
-
|
|
102
|
-
#### 🚀 Enhancement
|
|
103
|
-
|
|
104
|
-
- 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))
|
|
105
|
-
|
|
106
|
-
#### Authors: 3
|
|
107
|
-
|
|
108
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
109
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
110
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
111
|
-
|
|
112
|
-
---
|
|
113
|
-
|
|
114
|
-
# v17.1.2 (Mon Jun 27 2022)
|
|
115
|
-
|
|
116
|
-
#### 🐛 Bug Fix
|
|
117
|
-
|
|
118
|
-
- Fix misaligned StandardTable header when rowCheckbox is true and headerCheckbox is false [#469](https://github.com/StenaIT/stenajs-webui/pull/469) ([@lindskogen](https://github.com/lindskogen))
|
|
119
|
-
|
|
120
|
-
#### Authors: 1
|
|
121
|
-
|
|
122
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
123
|
-
|
|
124
|
-
---
|
|
125
|
-
|
|
126
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
127
|
-
|
|
128
|
-
#### 💥 Breaking Change
|
|
129
|
-
|
|
130
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
131
|
-
|
|
132
|
-
#### 🔩 Dependency Updates
|
|
133
|
-
|
|
134
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
135
|
-
|
|
136
|
-
#### Authors: 1
|
|
137
|
-
|
|
138
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
139
|
-
|
|
140
|
-
---
|
|
141
|
-
|
|
142
|
-
# v15.5.2 (Fri Apr 08 2022)
|
|
143
|
-
|
|
144
|
-
#### 🐛 Bug Fix
|
|
145
|
-
|
|
146
|
-
- Fix event propagation bug in onKeyDown in StandardTable [#450](https://github.com/StenaIT/stenajs-webui/pull/450) ([@mattias800](https://github.com/mattias800))
|
|
147
|
-
|
|
148
|
-
#### Authors: 1
|
|
149
|
-
|
|
150
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
151
|
-
|
|
152
|
-
---
|
|
153
|
-
|
|
154
|
-
# v15.5.1 (Thu Apr 07 2022)
|
|
155
|
-
|
|
156
|
-
#### 🐛 Bug Fix
|
|
157
|
-
|
|
158
|
-
- Pass itemKey to renderProps in StandardTable [#449](https://github.com/StenaIT/stenajs-webui/pull/449) ([@mattias800](https://github.com/mattias800))
|
|
159
|
-
|
|
160
|
-
#### Authors: 1
|
|
161
|
-
|
|
162
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
163
|
-
|
|
164
|
-
---
|
|
165
|
-
|
|
166
|
-
# v15.4.0 (Mon Apr 04 2022)
|
|
167
|
-
|
|
168
|
-
#### 🚀 Enhancement
|
|
169
|
-
|
|
170
|
-
- Added property hideBorderTop to TableRow [#441](https://github.com/StenaIT/stenajs-webui/pull/441) ([@esepato](https://github.com/esepato))
|
|
171
|
-
|
|
172
|
-
#### Authors: 1
|
|
173
|
-
|
|
174
|
-
- Markus Patoka ([@esepato](https://github.com/esepato))
|
|
175
|
-
|
|
176
|
-
---
|
|
177
|
-
|
|
178
|
-
# v15.3.2 (Thu Mar 31 2022)
|
|
179
|
-
|
|
180
|
-
#### 🐛 Bug Fix
|
|
181
|
-
|
|
182
|
-
- Wrong number of tds in summary row in StandardTable [#440](https://github.com/StenaIT/stenajs-webui/pull/440) ([@mattias800](https://github.com/mattias800))
|
|
183
|
-
|
|
184
|
-
#### Authors: 1
|
|
185
|
-
|
|
186
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
187
|
-
|
|
188
|
-
---
|
|
189
|
-
|
|
190
|
-
# v15.1.0 (Fri Feb 25 2022)
|
|
191
|
-
|
|
192
|
-
#### 🚀 Enhancement
|
|
193
|
-
|
|
194
|
-
- Support initial state in reducer factories [#437](https://github.com/StenaIT/stenajs-webui/pull/437) ([@mattias800](https://github.com/mattias800))
|
|
195
|
-
|
|
196
|
-
#### Authors: 1
|
|
197
|
-
|
|
198
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
199
|
-
|
|
200
|
-
---
|
|
201
|
-
|
|
202
|
-
# v15.0.3 (Fri Feb 25 2022)
|
|
203
|
-
|
|
204
|
-
#### 🔩 Dependency Updates
|
|
205
|
-
|
|
206
|
-
- Fix missing peer dependencies [#431](https://github.com/StenaIT/stenajs-webui/pull/431) ([@lindskogen](https://github.com/lindskogen))
|
|
207
|
-
|
|
208
|
-
#### Authors: 1
|
|
209
|
-
|
|
210
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
211
|
-
|
|
212
|
-
---
|
|
213
|
-
|
|
214
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
215
|
-
|
|
216
|
-
#### ⚠️ Pushed to `master`
|
|
217
|
-
|
|
218
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
219
|
-
|
|
220
|
-
#### Authors: 1
|
|
221
|
-
|
|
222
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|