You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.bak
+15-40Lines changed: 15 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -6,69 +6,51 @@
6
6
7
7
### New Features
8
8
9
-
- Add accordion component ([#94](https://github.com/AnswerDotAI/MonsterUI/pull/94)), thanks to [@MichlF](https://github.com/MichlF)
10
-
11
-
- Fix theme logic ([#93](https://github.com/AnswerDotAI/MonsterUI/pull/93)), thanks to [@curtis-allan](https://github.com/curtis-allan)
12
-
- Tiny PR to address theme loading issues. Currently when changing the theme via the modal, it saves to localStorage correctly but both the `default` theme *and* the localStorage preference are added to the html tag. This is causing conflicts where certain themes are overriding others.
13
-
14
-
Removing the additional `htmlElement.classList.add("uk-theme-{color}");` snippet ensures the theme matches the option set in storage, or uses to the default if none is set. This is how it's documented in FrankenUI, so I'm guessing it was added on purpose - let me know the functionality you were aiming for and we can try to find another solution!
15
-
16
-
17
-
18
-
## 1.0.18
19
-
20
-
- Hotfix accidental deletion of label select :(
21
-
## 1.0.16
9
+
- Add `icon` header param to optionally not bring in icons js lib ([#99](https://github.com/AnswerDotAI/MonsterUI/issues/99))
22
10
23
11
### Bugs Squashed
24
12
25
-
- Select not properly checking presence of hx-trigger
13
+
- added fh. to unqid ([#98](https://github.com/AnswerDotAI/MonsterUI/pull/98)), thanks to [@MorsCerta-crypto](https://github.com/MorsCerta-crypto)
26
14
27
-
## 1.0.14
15
+
16
+
## 1.0.19
28
17
29
18
### New Features
30
19
31
-
- Move CDN's to jsdelivr ([#88](https://github.com/AnswerDotAI/MonsterUI/pull/88)), thanks to [@curtis-allan](https://github.com/curtis-allan)
20
+
- Add accordion component ([#94](https://github.com/AnswerDotAI/MonsterUI/pull/94)), thanks to [@MichlF](https://github.com/MichlF)
21
+
- Fix theme logic ([#93](https://github.com/AnswerDotAI/MonsterUI/pull/93)), thanks to [@curtis-allan](https://github.com/curtis-allan)
32
22
33
-
### Bugs Squashed
34
23
35
-
- Select htmx compatibility bug
24
+
## 1.0.18
36
25
37
-
## 1.0.14
26
+
- Hotfix accidental deletion of label select :(
38
27
39
-
### New Features
40
28
41
-
- Move CDN's to jsdelivr ([#88](https://github.com/AnswerDotAI/MonsterUI/pull/88)), thanks to [@curtis-allan](https://github.com/curtis-allan)
29
+
## 1.0.16
42
30
43
31
### Bugs Squashed
44
32
45
-
- Select htmx compatability issues
46
-
33
+
- Select not properly checking presence of hx-trigger
47
34
48
35
## 1.0.14
49
36
50
37
### New Features
51
38
39
+
- Move CDN's to jsdelivr ([#88](https://github.com/AnswerDotAI/MonsterUI/pull/88)), thanks to [@curtis-allan](https://github.com/curtis-allan)
40
+
52
41
### Bugs Squashed
53
42
43
+
- Select htmx compatibility bug
54
44
- SVG Path Name Collision Issue in MonsterUI ([#85](https://github.com/AnswerDotAI/MonsterUI/issues/85))
55
45
56
-
## 1.0.13
57
46
47
+
## 1.0.13
58
48
59
49
### Bugs Squashed
60
50
61
51
- LabelCheckboxX ignores id set manually ([#80](https://github.com/AnswerDotAI/MonsterUI/issues/80))
62
-
63
52
- Select sending multiple values to HTMX
64
53
65
-
## 1.0.11
66
-
67
-
### New Features
68
-
69
-
- Cusom Themes support in ThemePicker ([#71](https://github.com/AnswerDotAI/MonsterUI/pull/71)), thanks to [@ndendic](https://github.com/ndendic)
70
-
71
-
72
54
73
55
## 1.0.10
74
56
@@ -77,15 +59,9 @@ Removing the additional `htmlElement.classList.add("uk-theme-{color}");` snippet
77
59
- Cusom Themes support in ThemePicker ([#71](https://github.com/AnswerDotAI/MonsterUI/pull/71)), thanks to [@ndendic](https://github.com/ndendic)
78
60
79
61
80
-
81
-
## 1.0.9
82
-
83
-
84
-
85
-
86
62
## 1.0.8
87
63
88
-
# Add lightbox and Insertable select
64
+
- Add lightbox and Insertable select
89
65
90
66
## 1.0.7
91
67
@@ -124,7 +100,6 @@ Removing the additional `htmlElement.classList.add("uk-theme-{color}");` snippet
124
100
## 1.0.1
125
101
126
102
- Theme bug fix not allowing theme changes to stick, thanks to [@zaseem-bisquared](https://github.com/Zaseem-BIsquared)
127
-
128
103
- Documentation bug fix on tutorial app, thanks to [@decherd](https://github.com/decherd)
0 commit comments