@schukai/monster 3.58.0 → 3.58.2
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 +16 -0
- package/package.json +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/style/toggle-switch.pcss +67 -58
- package/source/components/form/stylesheet/button-bar.mjs +1 -1
- package/source/components/form/stylesheet/toggle-switch.mjs +1 -1
- package/source/components/form/toggle-switch.mjs +4 -5
- package/source/types/version.mjs +1 -1
- package/test/cases/monster.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
## [3.58.2] - 2024-03-17
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
- playground missing js and remove flex [#144](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/144)
|
|
7
|
+
|
|
8
|
+
## [3.58.1] - 2024-03-17
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- toggle-switch layout and text [#170](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/170)
|
|
13
|
+
### Changes
|
|
14
|
+
|
|
15
|
+
- release and publish to npm new version 3.58.1
|
|
16
|
+
|
|
2
17
|
## [3.58.0] - 2024-03-17
|
|
3
18
|
|
|
4
19
|
### Add Features
|
|
@@ -6,6 +21,7 @@
|
|
|
6
21
|
- new select feature emptyValueIfNoOptions [#142](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/142)
|
|
7
22
|
### Changes
|
|
8
23
|
|
|
24
|
+
- release and publish to npm new version 3.58.0
|
|
9
25
|
- update deploy script
|
|
10
26
|
- lint code
|
|
11
27
|
- build-webtest
|