@schukai/monster 3.58.1 → 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 +9 -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/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,18 @@
|
|
|
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
|
+
|
|
2
8
|
## [3.58.1] - 2024-03-17
|
|
3
9
|
|
|
4
10
|
### Bug Fixes
|
|
5
11
|
|
|
6
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
|
|
7
16
|
|
|
8
17
|
## [3.58.0] - 2024-03-17
|
|
9
18
|
|