@schukai/monster 3.58.1 → 3.58.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,27 @@
1
1
 
2
+ ## [3.58.3] - 2024-03-18
3
+
4
+ ### Bug Fixes
5
+
6
+ - datatable colum with [#143](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/143)
7
+
8
+ ## [3.58.2] - 2024-03-17
9
+
10
+ ### Bug Fixes
11
+
12
+ - playground missing js and remove flex [#144](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/144)
13
+ ### Changes
14
+
15
+ - release and publish to npm new version 3.58.2
16
+
2
17
  ## [3.58.1] - 2024-03-17
3
18
 
4
19
  ### Bug Fixes
5
20
 
6
21
  - toggle-switch layout and text [#170](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/170)
22
+ ### Changes
23
+
24
+ - release and publish to npm new version 3.58.1
7
25
 
8
26
  ## [3.58.0] - 2024-03-17
9
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schukai/monster",
3
- "version": "3.58.1",
3
+ "version": "3.58.3",
4
4
  "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
5
5
  "keywords": [
6
6
  "framework",
@@ -76,6 +76,9 @@
76
76
  border-bottom: 1px dashed var(--monster-bg-color-primary-2);
77
77
  box-sizing: border-box;
78
78
 
79
+ min-width: 0;
80
+ overflow: auto;
81
+
79
82
  &.start {
80
83
  justify-content: flex-start;
81
84
  }