Skip to content

1.6.3

Choose a tag to compare

@rds1983 rds1983 released this 21 Jul 09:47
· 58 commits to master since this release

New Widget: DataGrid

It allows to work with the large datasets. Supports sorting, column resizing and filtering.

myraDataGrid.mp4

Docs: https://myraui.github.io/Myra/docs/data-grid.html

New Samples

DataGrid

Shown above.
Link: https://github.com/MyraUI/Myra/tree/master/samples/Myra.Samples.DataGrid

CustomWidgets.SkiaSharp

image

Demonstrates how SkiaSharp could be integrated into Myra.
Link: https://github.com/MyraUI/Myra/tree/master/samples/Myra.Samples.CustomWidgets.SkiaSharp

CustomWidgets.ScottPlot

image

Demonstrates how ScottPlot(a charting library) could be integrated into Myra.
Link: https://github.com/MyraUI/Myra/tree/master/samples/Myra.Samples.CustomWidgets.ScottPlot

CustomWidgets.NvgSharp

image

Demonstrates how NvgSharp could be integrated into Myra.
Link: https://github.com/MyraUI/Myra/tree/master/samples/Myra.Samples.CustomWidgets.NvgSharp

Minor API Changes

Removed property Label.SingleLine, since it basically mirrors !Label.Wrap.

Bug Fixes

  • #451 - AutoEllipsisMethod on Label not doing anything
  • #488 - Adding a font to the default stylesheet causes corrupt glyphs to draw