Skip to content

Version 3.0.0

Latest
Compare
Choose a tag to compare
@jingwood jingwood released this 05 May 21:13
· 51 commits to master since this release

Changes

  • Changed the target platforms to
    • .NET Core 3.0 #291
    • .NET Framework 4.5.1
  • Strong-named assemblies #106
  • Fixed some fatal UI errors when freezing to any cell, scroll operation code refactoring #399
  • Removed DotNetZip source from ReoGrid package, use its standalone package instead (*1)

New

  • Added new interface to save and load custom cell body's data #393
  • Support to set worksheet's background color in WPF edition #396, #322, #262
  • Support to adjust the freeze position after remove rows or columns #400

Fixes

  • Fixed the bug that TextOverflow option cannot be disabled #301
  • Fixed the scroll problem during freeze to cell #151, #172, #313
  • Fixed the bug that text color cannot be updated in WPF edition #316
  • Fixed the problem that an extra comma will be added to follow a null cell during CSV exporting #352
  • Fixed the bug that strikeout style of rich text missing during Excel export #367
  • Fixed the bug that formula's parameter list cannot be parsed correctly #369, #253, #207, #152, #278
  • Fixed the exception happening when loading CSV with memory workbook #394, #383
  • Fixed the bug that the worksheet displayed incorrectly when freezing to any cell #399, #395, #319, #397
  • Fixed the bug that the worksheet automatically scrolls to the last cell after deleting rows or columns #401
  • Fixed the bug that sometimes the exception happens when selection mode is set to none 2a713b7
  • Fixed the edit text box back color problem #406, #262

Others

  • Added more unit tests that relate to bug fixing
  • Updated test unit framework
  • Updated demo projects

Contributors

Thanks to the people who worked and helped ReoGrid becoming better.


  1. Since v3.0.0, ReoGrid has an external dependency package DotNetZip.