Skip to content

Releases: hpi-swa-teaching/MaterialDesignWidgets

v2.0.0-alpha.1

05 Aug 11:08
21be6a5
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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 the MDBorderRadius 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

26 Jul 13:06
Compare
Choose a tag to compare

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

25 Jul 19:55
Compare
Choose a tag to compare

This is our final release for now.