📣 Dash Mantine Components new release 0.14.5

:tada: Great News! Dash Mantine Components 0.14.5 is Out! :tada:

I’m happy to share that dash-mantine-components version 0.14.5 is now released! This update brings new components and several bug fixes. Check out the Change Log for all the details.

:star2: Community Shoutouts :star2:

A big thank you to the amazing contributors who helped make this release happen. Together, we’ve reduced the number of open issues from over 60 to just 12!

  • @datenzauberai: Closed several issues by providing helpful answers and checking bugs with the latest release. He also submitted a fix in #309 that now lets you set the width in the MenuTarget component.

  • @albavilanova: Fixed a bug in the DateInput component, making sure the date is correctly parsed based on valueFormat. When a locale is set, it now displays properly on load.

  • @stpnvkirill: Added two new components: MonthPickerInput and YearPickerInput. Check out the documentation for more info!

  • @MichaelODeli: Contributed documentation for the FieldSet component. Check it out here.

  • @alexcjohnson: Reviewed and approved pull requests, helping the development run smoothly.

:rocket: What’s Next?

I’m excited to step up as the lead maintainer of dash-mantine-components while @snehil focuses on other projects. My goals moving forward:

  • Address issues quickly to keep things moving.
  • Regular releases to bring continuous improvements.
  • Expand the documentation to make the components easier to use.
  • Set up a test suite to ensure everything works as expected.

:raised_hands: How You Can Help

We’re always looking for more contributions! Whether it’s fixing a bug, improving documentation, or suggesting new features, your input matters. If you’re interested in helping build the future of DMC, feel free to open a PR or join the conversation here or the dmc Discord. Let’s make this better together!

Thank you to everyone who has contributed so far. I can’t wait to see what we accomplish next!

15 Likes

Congratulations @AnnMarieW .

Dash Mantine Components is one of the best community Dash-based libraries out there, and joining the project is a great opportunity to get experience contributing to open source.

5 Likes

Congrats @AnnMarieW!!

2 Likes

Congrats @AnnMarieW ! That’s great news. I am sure that the library will florish under your wings :smiley:

3 Likes

These are great news @AnnMarieW - congrats! :rocket: I’ll take a closer look soon!

1 Like

Congrats @AnnMarieW !

1 Like

Great news! Big thanks to everyone who has been involved in the development of the library!

2 Likes

Thank you all for the kind words and encouragement! :blush:

I’d like to highlight a few key updates to the documentation with this new release…

Fieldset

This component makes your forms look fantastic! Thanks @MichaelODeli for adding this to the docs

DateTimePicker

This component combines the functionality of both DatePicker and TimeInput into a single, unified component.

MonthPickerInput

Select one or more months - or select a range. Thanks for adding this component @stpnvkirill

YearPickerInput

Select one or more years - or select a range. Thanks for adding this component @stpnvkirill

Progress with FloatingTooltip

There are some challenges with adding Tooltips to some components. Thanks to @datenzauberai and @jinnyzor for help with GitHub Issue #319. :mechanical_arm: :

I’ve added their workarounds to the docs.

dmc-floating-tooltips

6 Likes