Skip to content

Release v1.14.1

Compare
Choose a tag to compare
@tig tig released this 30 Aug 14:27

What's Changed

  • Fixes #2758. ReSharper unit tests detects errors that VS2022 don't. by @BDisp in #2759
  • Fixes #2762. ReSharper: The same file is listed in UnitTests.csproj multiple times with the same 'Compile' build action: by @BDisp in #2763
  • Fix: Removing Border from parent alters border brush by @PentagramPro in #2760
  • Updated readme. changing readme no longer causes dotnet-core.yml to build by @tig in #2766
  • Fixes #2634 - Windows Terminal now clears correctly on exit by @tig in #2764
  • Fixes #2769. Make xunit stoponfail work by @tig in #2772
  • Fixes #2767. Remove EnableConsoleScrolling - BREAKING CHANGE by @tig in #2773
  • Fixes 2780. Moving a Window that is Application.Top shouldn't be allowed. by @BDisp in #2781
  • Fixes #2784. CursesDriver throws System.StackOverflowException on console resizing. by @BDisp in #2786
  • Fixes #2761. Small TextView is broken scrolling using scrollbar. by @BDisp in #2770
  • Fixes #2787. MenuItem with CanExecute returning false is select when a MenuBar is opened. by @BDisp in #2788
  • Fixes #2789. StatusItem should have a disabled attribute if it can't execute. by @BDisp in #2790
  • Fixes #2776. Pressing Alt key on a Window with only a MenuBar throws System.InvalidOperationException. by @BDisp in #2777
  • Fixes #2793. Windows Terminal still show vertical scroll bar using WindowsDriver. by @BDisp in #2794
  • v1 publish on pr merge by @tig in #2819
  • Fixes #2810. Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException. by @BDisp in #2811
  • Fixes #2806. Border bug when a row is less than zero on shrinking on v1. by @BDisp in #2807
  • Fixes #2830. v1 Allow use LangVersion 9.0 on the UICatalog project. by @BDisp in #2831
  • Fixes #2834. v1 Border BorderBrush and Background wrongly sets to an invalid Color enum. by @BDisp in #2835
  • Fixes #2836. v1 RequestStop while a ContextMenu is open can throw an exception. by @BDisp in #2837
  • Fixes #2847. CursesDriver doesn't processing response from task threading. by @BDisp in #2848
  • Fixes #2824. Add SearchText property to ComboBox by @MaciekWin3 in #2825
  • Moved showcase and examples out of Readme, created showcase.md by @En3Tho in #2829
  • Fixes #2775. Something in 1.13 broke centering child windows. by @BDisp in #2778
  • Fixes #2913 - remove Disposed views from Responder.instances when Debugging by @a-usr in #2914
  • Add Disposal Test and fix an issue where the CopyClipboard test was failing by @a-usr in #2936

New Contributors

Full Changelog: v1.13.5...v1.14.1