Releases: AnswerDotAI/MonsterUI
Releases · AnswerDotAI/MonsterUI
v1.0.21
v1.0.20
v1.0.19
New Features
-
Fix theme logic (#93), thanks to @curtis-allan
- 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.
- Tiny PR to address theme loading issues. Currently when changing the theme via the modal, it saves to localStorage correctly but both the
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!
v1.0.18
- Hotfix accidental deletion of label select :(
v1.0.16
Bugs Squashed
- Select not properly checking presence of hx-trigger
v1.0.14
v1.0.13
v1.0.11
v1.0.7
New Features
- Add select kwargs to Select and LabelSelect (#70)
Bugs Squashed
- Update component classes to align with Franken UI v2.0 (#67), thanks to @Zaseem-BIsquared
- Updated ContainerT, CardT, and TableT class names to match the documented patterns from Franken UI v2.0 docs
v1.0.5
- Add Center component