Skip to content

0.5.2 CI

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Dec 21:33
2d7dec9

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:

  • Refactor BaseButton's constructor.
  • Add TextColor property to BaseButton and a bindable TextColorProperty.
  • Remove the predefined Red color from MathInputButton.InputToLaTeX(input) for "Backspace" and "Clear".

CSharpMath.Forms.Example (MathKeyboard.xaml):

  • Use the TextColorProperty in the Style of "Backspace" and "Clear", setting it to Red.

🧰 Maintenance

Update FractionDisplay.cs (#200) @ReallyVirtual

Fix a copy/paste typo

Contributors

@ReallyVirtual, @SymboLinker and @charlesroddie