@schukai/monster 3.58.1 → 3.58.2
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|