Skip to content

Commit cc5d59b

Browse files
committed
release
1 parent 51ae943 commit cc5d59b

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.bak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 1.0.18
6+
7+
- Hotfix accidental deletion of label select :(
58
## 1.0.16
69

710
### Bugs Squashed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## 1.0.19
6+
7+
### New Features
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+
518
## 1.0.18
619

720
- Hotfix accidental deletion of label select :(

monsterui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.18"
1+
__version__ = "1.0.19"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = MonsterUI
33
lib_name = monsterui
4-
version = 1.0.18
4+
version = 1.0.19
55
min_python = 3.10
66
license = apache2
77
black_formatting = False

0 commit comments

Comments
 (0)