Releases: hpi-swa-teaching/MaterialDesignWidgets
Releases · hpi-swa-teaching/MaterialDesignWidgets
v2.0.0-alpha.1
New Components
MDCheckbox
MDIconButton
New Windows
MDThemeConfigurationWindow
MDGallery
Notable changes
- We introduced the class
MDState
that handles Material Design States (disabled, hovered, etc.) and simplifies the rest of our code a lot. - We added the
MDColor
class for storing a Material Design Swatch with predefined constants for the 2014 palette. - 🌛 We finally have a dark theme!
- Display text with different text emphases by setting
MDLabel>>materialEmphasis
- Configure different radii for all four corners via
MDWidget>>borderRadius
and theMDBorderRadius
class - Windows are now fully displayed in Material Design — meaning the system and app bars also use Material Design icons
- Lots of bug fixes
Version 1.1
We improved the integration of the Material Design components with the ToolBuilder, added new components to be able to build Squeak windows completely in Material Design and added color themes. Furthermore we re-designed Squeaks system browser and implemented that design as the "MDBrowser".
Final release
This is our final release for now.