@schukai/monster 3.96.3 → 3.97.1
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 +23 -96
- package/package.json +1 -1
- package/source/components/accessibility/locale-picker.mjs +663 -0
- package/source/components/accessibility/style/locale-picker.css +1 -0
- package/source/components/accessibility/style/locale-picker.pcss +26 -0
- package/source/components/accessibility/stylesheet/locale-picker.mjs +38 -0
- package/source/components/content/stylesheet/copy.mjs +2 -2
- package/source/components/datatable/stylesheet/change-button.mjs +2 -2
- package/source/components/datatable/stylesheet/column-bar.mjs +2 -2
- package/source/components/datatable/stylesheet/dataset.mjs +2 -2
- package/source/components/datatable/stylesheet/datasource.mjs +1 -1
- package/source/components/datatable/stylesheet/datatable.mjs +1 -1
- package/source/components/datatable/stylesheet/embedded-pagination.mjs +2 -2
- package/source/components/datatable/stylesheet/filter-button.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-date-range.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-range.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-select.mjs +2 -2
- package/source/components/datatable/stylesheet/filter.mjs +2 -2
- package/source/components/datatable/stylesheet/pagination.mjs +1 -1
- package/source/components/datatable/stylesheet/save-button.mjs +2 -2
- package/source/components/datatable/stylesheet/status.mjs +1 -1
- package/source/components/form/stylesheet/action-button.mjs +1 -1
- package/source/components/form/stylesheet/api-bar.mjs +1 -1
- package/source/components/form/stylesheet/api-button.mjs +1 -1
- package/source/components/form/stylesheet/button-bar.mjs +1 -1
- package/source/components/form/stylesheet/button.mjs +1 -1
- package/source/components/form/stylesheet/confirm-button.mjs +1 -1
- package/source/components/form/stylesheet/context-error.mjs +1 -1
- package/source/components/form/stylesheet/context-help.mjs +1 -1
- package/source/components/form/stylesheet/field-set.mjs +1 -1
- package/source/components/form/stylesheet/form.mjs +1 -1
- package/source/components/form/stylesheet/input-group.mjs +1 -1
- package/source/components/form/stylesheet/message-state-button.mjs +1 -1
- package/source/components/form/stylesheet/password.mjs +1 -1
- package/source/components/form/stylesheet/popper-button.mjs +1 -1
- package/source/components/form/stylesheet/select.mjs +1 -1
- package/source/components/form/stylesheet/state-button.mjs +1 -1
- package/source/components/form/stylesheet/toggle-switch.mjs +1 -1
- package/source/components/form/stylesheet/tree-select.mjs +1 -1
- package/source/components/host/stylesheet/call-button.mjs +2 -2
- package/source/components/host/stylesheet/config-manager.mjs +1 -1
- package/source/components/host/stylesheet/host.mjs +2 -2
- package/source/components/host/stylesheet/overlay.mjs +2 -2
- package/source/components/host/stylesheet/toggle-button.mjs +2 -2
- package/source/components/host/stylesheet/viewer.mjs +2 -2
- package/source/components/layout/stylesheet/collapse.mjs +2 -2
- package/source/components/layout/stylesheet/details.mjs +2 -2
- package/source/components/layout/stylesheet/iframe.mjs +1 -1
- package/source/components/layout/stylesheet/panel.mjs +2 -2
- package/source/components/layout/stylesheet/popper.mjs +1 -1
- package/source/components/layout/stylesheet/slider.mjs +2 -2
- package/source/components/layout/stylesheet/split-panel.mjs +1 -1
- package/source/components/layout/stylesheet/tabs.mjs +2 -2
- package/source/components/layout/stylesheet/width-toggle.mjs +1 -1
- package/source/components/navigation/stylesheet/table-of-content.mjs +2 -2
- package/source/components/notify/stylesheet/message.mjs +2 -2
- package/source/components/notify/stylesheet/notify.mjs +1 -1
- package/source/components/state/stylesheet/log.mjs +1 -1
- package/source/components/state/stylesheet/state.mjs +1 -1
- package/source/components/style/property.css +1 -0
- package/source/components/style/theme.css +4 -4
- package/source/components/stylesheet/badge.mjs +1 -1
- package/source/components/stylesheet/border.mjs +1 -1
- package/source/components/stylesheet/button.mjs +1 -1
- package/source/components/stylesheet/card.mjs +1 -1
- package/source/components/stylesheet/color.mjs +1 -1
- package/source/components/stylesheet/common.mjs +1 -1
- package/source/components/stylesheet/control.mjs +1 -1
- package/source/components/stylesheet/data-grid.mjs +1 -1
- package/source/components/stylesheet/display.mjs +1 -1
- package/source/components/stylesheet/floating-ui.mjs +1 -1
- package/source/components/stylesheet/form.mjs +1 -1
- package/source/components/stylesheet/host.mjs +1 -1
- package/source/components/stylesheet/icons.mjs +1 -1
- package/source/components/stylesheet/link.mjs +1 -1
- package/source/components/stylesheet/mixin/badge.mjs +1 -1
- package/source/components/stylesheet/mixin/button.mjs +1 -1
- package/source/components/stylesheet/mixin/hover.mjs +1 -1
- package/source/components/stylesheet/mixin/icon.mjs +1 -1
- package/source/components/stylesheet/mixin/media.mjs +1 -1
- package/source/components/stylesheet/mixin/property.mjs +1 -1
- package/source/components/stylesheet/mixin/skeleton.mjs +1 -1
- package/source/components/stylesheet/mixin/spinner.mjs +1 -1
- package/source/components/stylesheet/mixin/typography.mjs +1 -1
- package/source/components/stylesheet/normalize.mjs +1 -1
- package/source/components/stylesheet/popper.mjs +1 -1
- package/source/components/stylesheet/property.mjs +2 -2
- package/source/components/stylesheet/ripple.mjs +1 -1
- package/source/components/stylesheet/skeleton.mjs +1 -1
- package/source/components/stylesheet/space.mjs +1 -1
- package/source/components/stylesheet/spinner.mjs +1 -1
- package/source/components/stylesheet/table.mjs +1 -1
- package/source/components/stylesheet/theme.mjs +1 -1
- package/source/components/stylesheet/typography.mjs +1 -1
- package/source/components/tree-menu/stylesheet/tree-menu.mjs +1 -1
- package/source/i18n/map/languages.mjs +104 -0
- package/source/i18n/util.mjs +147 -0
- package/source/monster.mjs +1 -0
- package/test/cases/i18n/util.mjs +295 -0
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,27 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## [3.97.1] - 2025-01-05
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- optimize local-picker [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
## [3.97.0] - 2025-01-04
|
14
|
+
|
15
|
+
### Add Features
|
16
|
+
|
17
|
+
- new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
|
18
|
+
- new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
|
19
|
+
- new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
|
20
|
+
### Changes
|
21
|
+
|
22
|
+
- tidy some things
|
23
|
+
- update styles
|
24
|
+
- update styles
|
25
|
+
|
5
26
|
## [3.96.3] - 2025-01-03
|
6
27
|
|
7
28
|
### Bug Fixes
|
@@ -10,28 +31,23 @@
|
|
10
31
|
- update undefined handling [#275](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/275)
|
11
32
|
- repair some small issues [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
12
33
|
|
13
|
-
|
14
|
-
|
15
34
|
## [3.96.2] - 2024-12-31
|
16
35
|
|
17
36
|
### Bug Fixes
|
18
37
|
|
19
38
|
- update small things ....
|
20
39
|
|
21
|
-
|
22
|
-
|
23
40
|
## [3.96.1] - 2024-12-30
|
24
41
|
|
25
42
|
### Bug Fixes
|
26
43
|
|
27
44
|
- **monster-toggle-switch:** bouncing effekt [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
28
45
|
- **toggle-switch:** repair test [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
46
|
+
|
29
47
|
### Changes
|
30
48
|
|
31
49
|
- update doc, small issues, etc [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
32
50
|
|
33
|
-
|
34
|
-
|
35
51
|
## [3.96.0] - 2024-12-29
|
36
52
|
|
37
53
|
### Add Features
|
@@ -46,13 +62,11 @@
|
|
46
62
|
|
47
63
|
- update project
|
48
64
|
|
49
|
-
|
50
65
|
## [3.95.2] - 2024-12-28
|
51
66
|
|
52
67
|
### Bug Fixes
|
53
68
|
|
54
|
-
- datatable, datasource
|
55
|
-
|
69
|
+
- datatable, datasource opti misation [#272](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/272)
|
56
70
|
|
57
71
|
## [3.95.1] - 2024-12-23
|
58
72
|
|
@@ -60,37 +74,30 @@
|
|
60
74
|
|
61
75
|
- check rendering [#271](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/271)
|
62
76
|
|
63
|
-
|
64
77
|
## [3.95.0] - 2024-12-23
|
65
78
|
|
66
79
|
### Add Features
|
67
80
|
|
68
81
|
- **log:** set direction
|
69
82
|
|
70
|
-
|
71
83
|
## [3.94.1] - 2024-12-22
|
72
84
|
|
73
85
|
### Bug Fixes
|
74
86
|
|
75
87
|
- **log:** optimize layout [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
|
76
88
|
|
77
|
-
|
78
89
|
## [3.94.0] - 2024-12-22
|
79
90
|
|
80
91
|
### Add Features
|
81
92
|
|
82
93
|
- **log:** auto update timestamp [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
|
83
94
|
|
84
|
-
|
85
|
-
|
86
95
|
## [3.93.0] - 2024-12-22
|
87
96
|
|
88
97
|
### Add Features
|
89
98
|
|
90
99
|
- **log:** update the apearance of the log [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
|
91
100
|
|
92
|
-
|
93
|
-
|
94
101
|
## [3.92.3] - 2024-12-20
|
95
102
|
|
96
103
|
### Bug Fixes
|
@@ -98,8 +105,6 @@
|
|
98
105
|
- **notify:** update small issues [#269](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/269)
|
99
106
|
- **select:** update value() to return only value
|
100
107
|
|
101
|
-
|
102
|
-
|
103
108
|
## [3.92.2] - 2024-12-20
|
104
109
|
|
105
110
|
### Bug Fixes
|
@@ -109,16 +114,12 @@
|
|
109
114
|
|
110
115
|
- update issues
|
111
116
|
|
112
|
-
|
113
|
-
|
114
117
|
## [3.92.1] - 2024-12-18
|
115
118
|
|
116
119
|
### Bug Fixes
|
117
120
|
|
118
121
|
- **tabs:** Only activate the closing behaviour if the closed tab was previously active. [#264](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/264)
|
119
122
|
|
120
|
-
|
121
|
-
|
122
123
|
## [3.92.0] - 2024-12-18
|
123
124
|
|
124
125
|
### Add Features
|
@@ -128,8 +129,6 @@
|
|
128
129
|
|
129
130
|
- update project
|
130
131
|
|
131
|
-
|
132
|
-
|
133
132
|
## [3.91.0] - 2024-12-15
|
134
133
|
|
135
134
|
### Add Features
|
@@ -139,8 +138,6 @@
|
|
139
138
|
|
140
139
|
- update project
|
141
140
|
|
142
|
-
|
143
|
-
|
144
141
|
## [3.90.0] - 2024-12-13
|
145
142
|
|
146
143
|
### Add Features
|
@@ -153,8 +150,6 @@
|
|
153
150
|
|
154
151
|
- update npm and flake
|
155
152
|
|
156
|
-
|
157
|
-
|
158
153
|
## [3.89.1] - 2024-12-11
|
159
154
|
|
160
155
|
### Bug Fixes
|
@@ -162,8 +157,6 @@
|
|
162
157
|
- **datatable:** hide feature.copyAll [#266](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/266)
|
163
158
|
- **password:** missing import
|
164
159
|
|
165
|
-
|
166
|
-
|
167
160
|
## [3.89.0] - 2024-12-04
|
168
161
|
|
169
162
|
### Add Features
|
@@ -174,8 +167,6 @@
|
|
174
167
|
|
175
168
|
- code format
|
176
169
|
|
177
|
-
|
178
|
-
|
179
170
|
## [3.88.1] - 2024-11-25
|
180
171
|
|
181
172
|
### Bug Fixes
|
@@ -202,15 +193,12 @@
|
|
202
193
|
|
203
194
|
- Fixed minor CSS issues and resolved a bug where the last line was missing in the "Copy All" function
|
204
195
|
|
205
|
-
|
206
196
|
## [3.87.0] - 2024-11-16
|
207
197
|
|
208
198
|
### New Features
|
209
199
|
|
210
200
|
- Added "Copy" and "Copy All" functionality for the datatable
|
211
201
|
|
212
|
-
|
213
|
-
|
214
202
|
## [3.86.5] - 2024-11-16
|
215
203
|
|
216
204
|
### Bug Fixes
|
@@ -218,16 +206,12 @@
|
|
218
206
|
- Restored button width to 100%
|
219
207
|
- Fixed minor responsive issues with the datatable filter
|
220
208
|
|
221
|
-
|
222
|
-
|
223
209
|
## [3.86.4] - 2024-11-16
|
224
210
|
|
225
211
|
### Bug Fixes
|
226
212
|
|
227
213
|
- Improved dark mode and fixed display issues on small screens
|
228
214
|
|
229
|
-
|
230
|
-
|
231
215
|
## [3.86.3] - 2024-11-15
|
232
216
|
|
233
217
|
### Bug Fixes
|
@@ -235,24 +219,18 @@
|
|
235
219
|
- Resolved CSS-SVG issues in dark mode
|
236
220
|
- Fixed a `pagestepper` DOM datasource issue
|
237
221
|
|
238
|
-
|
239
|
-
|
240
222
|
## [3.86.2] - 2024-11-14
|
241
223
|
|
242
224
|
### Bug Fixes
|
243
225
|
|
244
226
|
- Adjusted the datatable's width behavior [#262](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/262)
|
245
227
|
|
246
|
-
|
247
|
-
|
248
228
|
## [3.86.1] - 2024-11-13
|
249
229
|
|
250
230
|
### Bug Fixes
|
251
231
|
|
252
232
|
- Updated CSS for datatables and fieldsets [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259), [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260), [#261](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/261)
|
253
233
|
|
254
|
-
|
255
|
-
|
256
234
|
## [3.86.0] - 2024-11-13
|
257
235
|
|
258
236
|
### New Features
|
@@ -263,8 +241,6 @@
|
|
263
241
|
|
264
242
|
- Fixed layout issues and added labels for small datatables [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260)
|
265
243
|
|
266
|
-
|
267
|
-
|
268
244
|
## [3.85.2] - 2024-11-12
|
269
245
|
|
270
246
|
### Bug Fixes
|
@@ -275,16 +251,12 @@
|
|
275
251
|
|
276
252
|
- Code cleanup and organization
|
277
253
|
|
278
|
-
|
279
|
-
|
280
254
|
## [3.85.1] - 2024-11-12
|
281
255
|
|
282
256
|
### Bug Fixes
|
283
257
|
|
284
258
|
- Updated the copy component [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259)
|
285
259
|
|
286
|
-
|
287
|
-
|
288
260
|
## [3.85.0] - 2024-11-05
|
289
261
|
|
290
262
|
### New Features
|
@@ -295,16 +267,12 @@
|
|
295
267
|
|
296
268
|
- Project updates and code cleanup
|
297
269
|
|
298
|
-
|
299
|
-
|
300
270
|
## [3.84.0] - 2024-10-28
|
301
271
|
|
302
272
|
### New Features
|
303
273
|
|
304
274
|
- Added new methods for deleting messages and checking for empty messages
|
305
275
|
|
306
|
-
|
307
|
-
|
308
276
|
## [3.83.1] - 2024-10-28
|
309
277
|
|
310
278
|
### Bug Fixes
|
@@ -316,32 +284,24 @@
|
|
316
284
|
|
317
285
|
- Closed issues and reorganized files [#252](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/252), [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
|
318
286
|
|
319
|
-
|
320
|
-
|
321
287
|
## [3.83.0] - 2024-10-27
|
322
288
|
|
323
289
|
### New Features
|
324
290
|
|
325
291
|
- Added `disableButton` option for `monster-state-message-button` [#254](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/254)
|
326
292
|
|
327
|
-
|
328
|
-
|
329
293
|
## [3.82.1] - 2024-10-16
|
330
294
|
|
331
295
|
### Bug Fixes
|
332
296
|
|
333
297
|
- Fixed incorrect feature implementation for iframes
|
334
298
|
|
335
|
-
|
336
|
-
|
337
299
|
## [3.82.0] - 2024-10-16
|
338
300
|
|
339
301
|
### New Features
|
340
302
|
|
341
303
|
- Added iframe support for replacing targets
|
342
304
|
|
343
|
-
|
344
|
-
|
345
305
|
## [3.81.0] - 2024-10-15
|
346
306
|
|
347
307
|
### New Features
|
@@ -353,16 +313,12 @@
|
|
353
313
|
|
354
314
|
- Removed obsolete [@memberof](https://gitlab.schukai.com/memberof) references
|
355
315
|
|
356
|
-
|
357
|
-
|
358
316
|
## [3.80.5] - 2024-10-12
|
359
317
|
|
360
318
|
### Bug Fixes
|
361
319
|
|
362
320
|
- Code optimization and improved error handling [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
|
363
321
|
|
364
|
-
|
365
|
-
|
366
322
|
## [3.80.4] - 2024-10-12
|
367
323
|
|
368
324
|
### Bug Fixes
|
@@ -370,8 +326,6 @@
|
|
370
326
|
- Set `defaultValue` to zero [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
|
371
327
|
- Optimized select remote filter function [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
|
372
328
|
|
373
|
-
|
374
|
-
|
375
329
|
## [3.80.3] - 2024-10-11
|
376
330
|
|
377
331
|
### Bug Fixes
|
@@ -386,8 +340,6 @@
|
|
386
340
|
|
387
341
|
- Fixed documentation tags and cleaned fire definitions
|
388
342
|
|
389
|
-
|
390
|
-
|
391
343
|
## [3.80.2] - 2024-10-07
|
392
344
|
|
393
345
|
### Bug Fixes
|
@@ -398,16 +350,12 @@
|
|
398
350
|
|
399
351
|
- Minor documentation optimizations
|
400
352
|
|
401
|
-
|
402
|
-
|
403
353
|
## [3.80.1] - 2024-10-06
|
404
354
|
|
405
355
|
### Bug Fixes
|
406
356
|
|
407
357
|
- Removed `dragable-tree-menu` due to functionality issues
|
408
358
|
|
409
|
-
|
410
|
-
|
411
359
|
## [3.80.0] - 2024-10-06
|
412
360
|
|
413
361
|
### Add Features
|
@@ -420,8 +368,6 @@
|
|
420
368
|
|
421
369
|
- update packages
|
422
370
|
|
423
|
-
|
424
|
-
|
425
371
|
## [3.79.0] - 2024-10-04
|
426
372
|
|
427
373
|
### Add Features
|
@@ -438,16 +384,12 @@
|
|
438
384
|
- close issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
|
439
385
|
- add playground for issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
|
440
386
|
|
441
|
-
|
442
|
-
|
443
387
|
## [3.78.0] - 2024-10-03
|
444
388
|
|
445
389
|
### Add Features
|
446
390
|
|
447
391
|
- new copy control [#246](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/246)
|
448
392
|
|
449
|
-
|
450
|
-
|
451
393
|
## [3.77.0] - 2024-10-03
|
452
394
|
|
453
395
|
### Add Features
|
@@ -458,8 +400,6 @@
|
|
458
400
|
- doc and code tidy
|
459
401
|
- update documentaion
|
460
402
|
|
461
|
-
|
462
|
-
|
463
403
|
## [3.76.0] - 2024-10-01
|
464
404
|
|
465
405
|
### Add Features
|
@@ -473,8 +413,6 @@
|
|
473
413
|
|
474
414
|
- update nix and node
|
475
415
|
|
476
|
-
|
477
|
-
|
478
416
|
## [3.75.0] - 2024-09-23
|
479
417
|
|
480
418
|
### Add Features
|
@@ -796,7 +734,6 @@
|
|
796
734
|
|
797
735
|
- [#179](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/179) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176)
|
798
736
|
|
799
|
-
|
800
737
|
## [3.63.0] - 2024-03-25
|
801
738
|
|
802
739
|
### Add Features
|
@@ -809,7 +746,6 @@
|
|
809
746
|
|
810
747
|
- add addRow, removeRow and copyRow [#175](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/175) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176) [#177](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/177)
|
811
748
|
|
812
|
-
|
813
749
|
## [3.61.0] - 2024-03-24
|
814
750
|
|
815
751
|
### Add Features
|
@@ -822,7 +758,6 @@
|
|
822
758
|
|
823
759
|
- min/max for split screen [#172](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/172)
|
824
760
|
|
825
|
-
|
826
761
|
## [3.59.1] - 2024-03-23
|
827
762
|
|
828
763
|
### Bug Fixes
|
@@ -841,7 +776,6 @@
|
|
841
776
|
|
842
777
|
- store lists [#139](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/139)
|
843
778
|
|
844
|
-
|
845
779
|
## [3.58.3] - 2024-03-18
|
846
780
|
|
847
781
|
### Bug Fixes
|
@@ -854,7 +788,6 @@
|
|
854
788
|
|
855
789
|
- playground missing js and remove flex [#144](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/144)
|
856
790
|
|
857
|
-
|
858
791
|
## [3.58.1] - 2024-03-17
|
859
792
|
|
860
793
|
### Bug Fixes
|
@@ -904,21 +837,18 @@
|
|
904
837
|
|
905
838
|
- wrong font family for tab buttons [#140](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/140)
|
906
839
|
|
907
|
-
|
908
840
|
## [3.55.5] - 2024-01-24
|
909
841
|
|
910
842
|
### Bug Fixes
|
911
843
|
|
912
844
|
- predefine order in datatable [#138](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/138)
|
913
845
|
|
914
|
-
|
915
846
|
## [3.55.4] - 2024-01-24
|
916
847
|
|
917
848
|
### Bug Fixes
|
918
849
|
|
919
850
|
- add gap to button [#137](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/137)
|
920
851
|
|
921
|
-
|
922
852
|
## [3.55.3] - 2024-01-23
|
923
853
|
|
924
854
|
### Bug Fixes
|
@@ -933,7 +863,6 @@
|
|
933
863
|
|
934
864
|
- double fetch [#134](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/134)
|
935
865
|
|
936
|
-
|
937
866
|
## [3.55.1] - 2024-01-22
|
938
867
|
|
939
868
|
### Bug Fixes
|
@@ -960,7 +889,6 @@
|
|
960
889
|
|
961
890
|
- new icons (css) [#130](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/130)
|
962
891
|
|
963
|
-
|
964
892
|
## [3.52.1] - 2023-11-05
|
965
893
|
|
966
894
|
### Bug Fixes
|
@@ -1103,7 +1031,6 @@
|
|
1103
1031
|
|
1104
1032
|
## [v3.35.3] - 2023-03-28
|
1105
1033
|
|
1106
|
-
|
1107
1034
|
## [v3.35.2] - 2023-03-28
|
1108
1035
|
|
1109
1036
|
### Bug Fixes
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.12","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.
|
1
|
+
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.12","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.97.1"}
|