Skip to content

Releases: AnswerDotAI/MonsterUI

v1.0.21

27 May 15:42
Compare
Choose a tag to compare

New Features

  • The new ApexChart component can create line charts, pie charts and more. (#110), thanks to @ndendic
  • Toasts now disappear automatically after 5 seconds. You can adjust the duration by using the dur field (e.g. Toast('My Toast', dur=10.0)). (#109), thanks to @comhar

Breaking Change

  • Katex is no longer included in the default headers. To include it set katex=True when calling .headers. (i.e. Theme.slate.headers(katex=True)). (#105), thanks to @comhar

v1.0.20

14 May 00:41
Compare
Choose a tag to compare

New Features

  • Add icon header param to optionally not bring in icons js lib (#99)

Bugs Squashed

v1.0.19

15 Apr 22:48
Compare
Choose a tag to compare

New Features

  • Add accordion component (#94), thanks to @MichlF

  • 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.

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

02 Apr 12:24
Compare
Choose a tag to compare
  • Hotfix accidental deletion of label select :(

v1.0.16

01 Apr 19:01
Compare
Choose a tag to compare

Bugs Squashed

  • Select not properly checking presence of hx-trigger

v1.0.14

01 Apr 01:05
Compare
Choose a tag to compare

New Features

Bugs Squashed

  • SVG Path Name Collision Issue in MonsterUI (#85)

v1.0.13

01 Apr 00:56
Compare
Choose a tag to compare

Bugs Squashed

  • LabelCheckboxX ignores id set manually (#80)

  • Select sending multiple values to HTMX

v1.0.11

04 Mar 01:34
Compare
Choose a tag to compare

New Features

  • Cusom Themes support in ThemePicker (#71), thanks to @ndendic

v1.0.7

14 Feb 17:22
Compare
Choose a tag to compare

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

11 Feb 20:29
Compare
Choose a tag to compare
  • Add Center component