Skip to content

2.0.0

Compare
Choose a tag to compare
@leocb leocb released this 04 Oct 20:54
· 511 commits to master since this release

This update brings a lot of improvements, sadly it also introduces some breaking changes. Here's the complete changelog:

Added

  • Material Cards
  • Focus (tab) to Selection controls and Buttons

Changed/Updated

  • Better performance
  • Updated Roboto fonts to the latest hinted version from google
  • Added Native Text renderer lib (Thanks @ArthurHub for his excelent post on The Art of Dev blog)
  • Completely redone every string draw call to use the less buggy, more efficient and correct GDI renderer
  • Slightly darker/lighter background color
  • Redone the material TextBox Code
  • Faster hover animation on some controls
  • Updated Example app
  • Code clean up: Removed useless summaries

Fixed

  • Buttons now obey the AutoSize property
  • Buttons now have proper focused events
  • Fixed black corners on buttons
  • Fixed bugs on the Checkbox list control
  • Fixed bugs on the ListView Control
  • Labels now follow Emphasis settings
  • Fixed Text Alignment
  • MessageBox buttons alignment
  • Other minor bugfixes