Release v1.6
* Adds ColorPicker control
* Adds Context Menu to TreeView
* Adds support for custom colors in TreeView
* Adds Data field to MenuItem
* Adds Timeout thread safety
* Adds better docs for Application.Shutdown ()
* Fixes #1699. Menu closes on button press and menu hot-key text renders correctly
* Fixes #1675. ContextMenu MenuItems typo
* Fixes #1715. UI Catalog about box version
* Fixes #1712. Intermittent Github Action build failures
* Fixes remaining wide runes render issues including #1693 Character Map
* Fixes the draw clip bounds issue visible on ScrollView.
* Fixes UpdateScreen running twice on Application.Refresh because Driver. Refresh already does.
* Fixes TextView throwing when WordWrap is true on constructor initialization.
* Fixes RunTimers not checking for key collisions in list when adding to timeouts
* Fixes erroneous namespace on LineView to match other views
* Fixes #1723. ProgressBar with Percentage has extra spaces on the right
* Fixes nullref on unclean shutdown
* Fixes Thin tabview
* Fixes #1732. Toplevel shouldn't clear the buffer.
* Fixes #1730. AllViewsTester throw exception on Dim.Percent.
What's Changed
- Fixes #1675. ContextMenu MenuItems typo by @BDisp in #1676
- Fixed erroneous namespace on LineView to match other views by @tznind in #1677
- Bump github/codeql-action from 1 to 2 by @dependabot in #1678
- Bump ReportGenerator from 5.1.4 to 5.1.5 by @dependabot in #1680
- Bump ReactiveUI.Fody from 17.1.17 to 18.0.10 by @dependabot in #1681
- Add timeout thread safety by @tznind in #1684
- Bump ReportGenerator from 5.1.5 to 5.1.6 by @dependabot in #1690
- Wide runes console fix by @BDisp in #1685
- Added calls to
Application.Shutdown ()
into docs by @tznind in #1687 - Adds Data field to MenuItem by @tznind in #1689
- Bump xunit.runner.visualstudio from 2.4.3 to 2.4.4 by @dependabot in #1694
- Fixed RunTimers not checking for key collisions in list when adding to timeouts by @tznind in #1692
- Bump xunit.runner.visualstudio from 2.4.4 to 2.4.5 by @dependabot in #1696
- Fixes #1699 - Menu closes on button press and menu hot-key text renders correctly by @BDisp in #1701
- Adds support for custom colors in TreeView by @tznind in #1703
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 by @dependabot in #1711
- Avoid TextView throwing when WordWrap is true on constructor initialization. by @BDisp in #1707
- Avoid UpdateScreen running twice on Application.Refresh because Driver.Refresh already do. by @BDisp in #1708
- Fixes remaining wide runes render issues. by @BDisp in #1710
- Fixes the draw clip bounds issue visible on ScrollView. by @BDisp in #1714
- Fixes #1715 - UI Catalog about box version by @tig in #1716
- Adds Context Menu to TreeView by @tznind in #1706
- Add ColorPicker Control. by @jocelynnatali in #1668
- Regenerated API docs for v1.6.0 by @tig in #1721
- Fixes #1723 - ProgressBar with Percentage has extra spaces on the right by @BDisp in #1724
- Fixes nullref on unclean shutdown by @WouterTinus in #1725
- Bump ReportGenerator from 5.1.6 to 5.1.7 by @dependabot in #1726
- Bump MinVer from 3.1.0 to 4.0.0 by @dependabot in #1727
- Fixes GetMaxLengthforWidth on Button. by @BDisp in #1728
- Fixes #1730. AllViewsTester throw exception on Dim.Percent. by @BDisp in #1731
- Fixes #1732. Toplevel shouldn't clear the buffer. by @BDisp in #1733
- Reverts Clear method to use AddRune instead of AddStr. by @BDisp in #1734
- Bump ReportGenerator from 5.1.7 to 5.1.9 by @dependabot in #1735
- Fix thin tabview by @tznind in #1737
- Makes it easier to use a local NStack.Core package by @tig in #1740
- Fixes #1693 (Charmap wide runes) by upgrading to Nstack.core 0.17 by @tig in #1718
- Release v1.6.0 by @tig in #1722
New Contributors
- @WouterTinus made their first contribution in #1725
Full Changelog: v1.5.0...v1.6.0