@schukai/monster 3.83.0 → 3.83.1
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,18 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## [3.83.1] - 2024-10-28
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- F gelöscht [#256](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/256)
|
10
|
+
- argument must be checked against true [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
|
11
|
+
### Changes
|
12
|
+
|
13
|
+
- close issues and move files [#252](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/252) [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
|
14
|
+
|
15
|
+
|
16
|
+
|
5
17
|
## [3.83.0] - 2024-10-27
|
6
18
|
|
7
19
|
### Add Features
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.11","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.83.
|
1
|
+
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.11","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.83.1"}
|
@@ -366,7 +366,7 @@ function getTemplate() {
|
|
366
366
|
<div data-monster-role="control" part="control">
|
367
367
|
|
368
368
|
<monster-state-button exportparts="button:button-button,control:button-control"
|
369
|
-
data-monster-attributes="data-monster-option-classes-button path:classes.button, disabled path:features.disableButton"
|
369
|
+
data-monster-attributes="data-monster-option-classes-button path:classes.button, disabled path:features.disableButton | if:true"
|
370
370
|
part="button"
|
371
371
|
name="button"
|
372
372
|
data-monster-role="button">
|