0.5.0 Evaluation Update Alpha
Pre-releaseChanges from v0.4.2 (Recently merged first)
🚀 Features
`Change AngouriMath reference to use NuGet package instead of git submodule` (#149) @Happypig375
Also added a calculator to Avalonia Example |
`Parser refactor (part 1)` (#143) @Happypig375
Now every command is put into a central place for lookup. Also added
Contributes to #58. |
`System.Drawing.Color` (#141) @charlesroddie
Reduce code by removing a Color structure that duplicates System.Drawing.Color. Presumably this predated netstandard. |
`Added the bra and ket commands for Dirac notation support` (#134) @jclapis
This pull request adds the Their implementation is inspired by the popular braket LaTeX package. |
🐛 Bug Fixes
`Killing four bugs with one PR?` (#144) @Happypig375
`Spacing and bounding boxes (part 1)` (#132) @Happypig375
Part of a series of PRs on fixing #32
|
`Align text center and right correctly` (#126) @Happypig375
Implements #123 |
`Fix punctuation` (#128) @Happypig375
According to AMSMath documentation, ! should be of Class Punctuation instead of Close. Not sure why ? and ! are classified as Close which brings complexity when dealing with brackets. |
`Punctuation should stick to inline maths` (#119) @Happypig375
Implements #113 |
🧰 Maintenance
-
CSharpMath.Evaluation.Interpret tests
(#151) @Happypig375 -
Automatic releasing
(#150) @Happypig375
`Updated Avalonia to 0.10.0-preview1` (#146) @jp2masa
Changes
|
Apparently you can add redirect buttons in issue template selection
(#147) @Happypig375
`Enable CSharpMath.Rendering.Tests.TextPainterSettings` (#139) @Happypig375
Comment out specific problematic test cases instead of skipping the whole test Also fixed CSharpMath.Ios.Tests.MathInline not actually being inline |
`CSharpMath.Ios.Tests` (#133) @Happypig375
Also enabled artifact uploading of image test results. A better way of comparing images will be needed, as image size comparisons are unreliable. |
`Fix dependency version of CI packages + SourceLink infrastructure` (#131) @Happypig375
Per dotnet/sourcelink#255, non-NuGet feeds do not support |
-
Add nightly steps to README
(#130) @Happypig375 -
New shields
(#129) @Happypig375 -
Upload CI artifacts
(#127) @Happypig375 -
Stick a Status:New label to all non-Chat issue templates
(#122) @Happypig375