You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 0.3.0 Clickity Update brings a clickable math editor! Also, this release cleans up various bugs and unexpected behavior from the previous release, namely 0.2.0 Editor Update.
Clickable math editors are enabled with:
varview=newSkiaSharp.Views.Forms.SKCanvasView{HeightRequest=225};varkeyboard=newCSharpMath.Rendering.MathKeyboard();keyboard.BindDisplay(view,newCSharpMath.SkiaSharp.MathPainter{TextColor=SKColors.Black},newSkiaSharp.SKColor(0,0,0,153));// BindDisplay automatically enables touch!keyboard.KeyPress(CSharpMath.Editor.MathKeyboardInput.X);// Wire input like this
CSharpMath.Forms.MathKeyboard has been removed and now lives in CSharpMath.Forms.Example. Its appearance is not ideal and users should create their own interfaces to suit their own needs.
Credits
Thanks to @FoggyFinder for the following PRs: (Big thanks for such an epic contribution!)
The 0.3.0 Clickity Update brings a clickable math editor! Also, this release cleans up various bugs and unexpected behavior from the previous release, namely 0.2.0 Editor Update.
Clickable math editors are enabled with:
Breaking changes
CSharpMath.Forms.MathKeyboard
has been removed and now lives inCSharpMath.Forms.Example
. Its appearance is not ideal and users should create their own interfaces to suit their own needs.Credits
Thanks to @FoggyFinder for the following PRs: (Big thanks for such an epic contribution!)
Thanks to @charlesroddie for the following PRs:
Thanks to @hflexgrig for the following PRs:
Thanks to @Smurf-IV for PR #61 (Fix #60: Failure to convert
array
's in MathListBuilder)Leftovers from 0.2.0
The following items are still on the roadmap but they are expected to be delayed until I or someone else has the time to work on them:
\middle
Items to add to the roadmap
#58 will probably be higher on the roadmap as it can provide an easy-to-use interface and even attract new contributors.
Last but not least, wish you a merry Christmas 🎄 and a happy new year 🎆!
Supercedes #29.
The text was updated successfully, but these errors were encountered: