Changes from v0.5.1 (Recently merged first)
Remove EnumGetValues (#230) @charlesroddie
|
Remove a usage of Enum.GetValues, which is based on reflection and not trim compatible. Fixes #227 |
🚀 Features
Add TextColor property to BaseButton and make MathInputButton's color customizable (#164) @SymboLinker
|
The main goal of this commit is to make keyboard colors customizable (per keyboard key) to fit an app's color theme(s). For example, a dark keyboard background with light button texts. CSharpMath.Forms:
CSharpMath.Forms.Example (MathKeyboard.xaml):
|
🧰 Maintenance
Update FractionDisplay.cs (#200) @ReallyVirtual
|
Fix a copy/paste typo |