@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 +18 -0
- package/package.json +1 -1
- package/source/components/datatable/style/datatable.pcss +3 -0
- package/source/components/datatable/stylesheet/datatable.mjs +1 -1
- package/source/components/form/button-bar.mjs +463 -460
- package/source/components/form/style/button-bar.pcss +0 -2
- package/source/components/form/stylesheet/button-bar.mjs +1 -1
- package/source/types/version.mjs +1 -1
- package/test/cases/monster.mjs +1 -1
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