Skip to content

Commit 14b3f79

Browse files
committed
release
1 parent 4a74c0c commit 14b3f79

File tree

2 files changed

+16
-41
lines changed

2 files changed

+16
-41
lines changed

CHANGELOG.bak

Lines changed: 15 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,69 +6,51 @@
66

77
### New Features
88

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))
2210

2311
### Bugs Squashed
2412

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)
2614

27-
## 1.0.14
15+
16+
## 1.0.19
2817

2918
### New Features
3019

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)
3222

33-
### Bugs Squashed
3423

35-
- Select htmx compatibility bug
24+
## 1.0.18
3625

37-
## 1.0.14
26+
- Hotfix accidental deletion of label select :(
3827

39-
### New Features
4028

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
4230

4331
### Bugs Squashed
4432

45-
- Select htmx compatability issues
46-
33+
- Select not properly checking presence of hx-trigger
4734

4835
## 1.0.14
4936

5037
### New Features
5138

39+
- Move CDN's to jsdelivr ([#88](https://github.com/AnswerDotAI/MonsterUI/pull/88)), thanks to [@curtis-allan](https://github.com/curtis-allan)
40+
5241
### Bugs Squashed
5342

43+
- Select htmx compatibility bug
5444
- SVG Path Name Collision Issue in MonsterUI ([#85](https://github.com/AnswerDotAI/MonsterUI/issues/85))
5545

56-
## 1.0.13
5746

47+
## 1.0.13
5848

5949
### Bugs Squashed
6050

6151
- LabelCheckboxX ignores id set manually ([#80](https://github.com/AnswerDotAI/MonsterUI/issues/80))
62-
6352
- Select sending multiple values to HTMX
6453

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-
7254

7355
## 1.0.10
7456

@@ -77,15 +59,9 @@ Removing the additional `htmlElement.classList.add("uk-theme-{color}");` snippet
7759
- Cusom Themes support in ThemePicker ([#71](https://github.com/AnswerDotAI/MonsterUI/pull/71)), thanks to [@ndendic](https://github.com/ndendic)
7860

7961

80-
81-
## 1.0.9
82-
83-
84-
85-
8662
## 1.0.8
8763

88-
# Add lightbox and Insertable select
64+
- Add lightbox and Insertable select
8965

9066
## 1.0.7
9167

@@ -124,7 +100,6 @@ Removing the additional `htmlElement.classList.add("uk-theme-{color}");` snippet
124100
## 1.0.1
125101

126102
- Theme bug fix not allowing theme changes to stick, thanks to [@zaseem-bisquared](https://github.com/Zaseem-BIsquared)
127-
128103
- Documentation bug fix on tutorial app, thanks to [@decherd](https://github.com/decherd)
129104

130105

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- do not remove -->
44

5-
## 1.0.19
5+
## 1.0.20
66

77
### New Features
88

0 commit comments

Comments
 (0)