Skip to content

Releases: snehilvj/dash-mantine-components

0.3.0 Dark Theme!!

18 Jan 14:37
Compare
Choose a tag to compare

Fixed

  • DatePicker and DateRangePicker will now accept date/dates through callbacks. #23.
  • Updated props for some components to follow Mantine components more strictly.

Added

  • MantineProvider to allow theming, more specifically dark theme.
  • Support for passing and rendering components other than chidren.
  • Transition and shadow props to all components that support them.
  • A new Notification component.

Removed

  • Removed the NotificationHandler component which was not easy to work with.

Changed

  • DatePicker and DateRangePicker now accept date/dates under the prop name value to support pattern matching callbacks and to follow the Mantine convention.

0.2.2 Code Refactoring and New Components

07 Jan 19:30
Compare
Choose a tag to compare
  • Added InputWrapper, ColorInput, Header, Navbar, etc.
  • Support class_name prop
  • Corrected prop definitions
  • Updated to latest mantine - 3.5.1

Mostly code refactoring

28 Dec 20:49
Compare
Choose a tag to compare
  • Refactored a lot of code around prop definitions
  • Added more components

Its 40+ components now

05 Dec 16:36
Compare
Choose a tag to compare

Library has around 40 components now.
Highlights:
* Added a Notifications provider
* Datepicker can show multiple months
* Added Progress bar

First release!!

13 Nov 17:47
Compare
Choose a tag to compare