Skip to content

Release v1.10

Compare
Choose a tag to compare
@tig tig released this 17 Mar 15:02
· 371 commits to develop since this release
094a9b5

What's Changed

  • Fixes #2277. Changing TextField.Text does not clear text selection. by @BDisp in #2278
  • Fixes #2267. Toplevel.EnsureVisibleBounds throws an exception if border is null. by @BDisp in #2268
  • Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. by @BDisp in #2288
  • Fixes #2289. View.Clear method is clearing beyond its parent bounds. by @BDisp in #2290
  • Fixes #2282. HotKeyPos is causing black cell on center and right/bottom alignments. by @BDisp in #2283
  • Fixes #2269. ListView.EnsureSelectedItemVisible must be public. by @BDisp in #2270
  • Fixes #2286 - ColorScheme.SetAttribute is defunct and should be removed by @tig in #2292
  • Reorganize Unit Tests in prep for Configuration Manager by @tig in #2291
  • Fixes #2293. WindowsDriver forces minimum console height equal to 1, but should allow be 0. by @BDisp in #2294
  • Fixes #2298 - Adds TabView.TabClicked event by @tznind in #2299
  • Fixes #2308. Redraw passed bounds bigger than its client area. by @BDisp in #2309
  • Adds LineCanvas by @tznind in #2281
  • Fixes #2317. Drivers do not normalize accented letters. by @BDisp in #2318
  • Fixes #2296. Attribute.Make works even if a driver isn't loaded by @tig in #2301
  • Fixes #2300. Removes unused ConsoleDriver APIs by @tig in #2320
  • Fixes #2323. The devcontainer.json settings don't work with the current develop branch. by @BDisp in #2324
  • Fixes #2326. Invisible cursor after modal dialog. by @BDisp in #2327
  • Fixes #2328. TextView Autocomplete triggered by cursor move. by @BDisp in #2330
  • Fixes #2336. Adds a IgnoreBorderPropertyOnRedraw to View by @tig in #2337
  • Fixes #2331. ScrollView may not be honoring clip region; CustomButton shows outside by @BDisp in #2338
  • Fixes #2333. TextField is selecting badly a word on double click. by @BDisp in #2334
  • LineCanvas support for mixing double and single lines by @tznind in #2339
  • Fixes #2346. If WindowsDriver is maximized crash on the Cleanup method. by @BDisp in #2347
  • Fixes #2348. The Basic Colors scenario doesn't output the blue on white properly. by @BDisp in #2349
  • Fixes 2343 - LineCanvas not respecting X and Y of clip bounds by @tznind in #2344
  • Adds Animation Scenario by @tznind in #2352
  • Illustrates #2331 (Scrollview not respecting clip) does not reproduce by @BDisp in #2332
  • Adds Snake Scenario by @tznind in #2353
  • Fixes 2368. Nested views with a height of 1 not rendering correctly. by @BDisp in #2370
  • Fixes #2354. View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. by @BDisp in #2355
  • Fixes 2342. Border: can't change border color in Window by Border.BorderBrush. by @BDisp in #2345
  • Fixes #2305. Improves the handling of escape sequence. by @BDisp in #2375
  • Partially fixes #2391 - Updated readmes to note v1 is now in Maintenace mode by @tig in #2397

New Contributors

Full Changelog: v1.9.0...v1.10.0