Skip to content

Releases: silevis/reactgrid

v4.1.15

24 Jan 14:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.13...v4.1.15

v4.1.14

17 Jan 14:08
f296b7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.14

v4.1.13

12 Dec 18:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.10...v4.1.13

v4.1.10

08 Oct 08:37
Compare
Choose a tag to compare

What's Changed

  • V4: Fixed the behavior of function keys in cell templates by @webloopbox in #444

Full Changelog: v4.1.8...v4.1.10

v4.1.8

08 Aug 15:08
Compare
Choose a tag to compare

What's Changed

  • V4 fix: dropdown cell values are not clearing after being cut (cmd/ctrl-x) by @webloopbox in #426

Full Changelog: v4.1.7...v4.1.8

v4.1.7

22 Jul 12:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.7

v4.1.6

10 May 10:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.6

v4.1.3

04 Jan 09:12
Compare
Choose a tag to compare

New Features

  • Expose isDisabled for DropdownCell options by @robofish in #269

Fixes:

  • Provide fallback range to selection change handler by @DLowHP in #252
  • Fix date cell inconsistency. @DLowHP in #249
  • Replace parseFloat with parseLocaleNumber, so ReactGrid will respect locale-based separators. @Michota in #296
  • Do not trim values if they were pasted with ContextMenu. @Michota in #296
  • Center checkmark in checkbox cells. @DLowHP in #261
  • Get the current user's language before proccesing characters. @qiufeihong2018 in #254
  • Add padding to GridRenderer on Firefox to prevent scrollbar from overlapping ResizeHandler. @Michota in #303
  • Patch FillHandle to work properly with CheckboxCell. @qiufeihong2018 in #294
  • Do not fire onCellsChanged twice, if changes were saved by pressing Enter key. @qiufeihong2018 in #292
  • Chrome bug patch: Always use z-index for sticky content by @DLowHP. #235
  • Fix ContextMenu positioning to stop it from rendering outside ReactGrid on right and bottom. @qiufeihong2018 in #287
  • Trigger onSelectionChanged on row selection. @qiufeihong2018 in #274
  • Restore missing # in default border color. @robofish in #268
  • Set default text color to black, change text to white in test grid @DLowHP in #224

Other changes:

Full Changelog: v4.1.2...v4.1.3

v4.1.2

02 Nov 15:01
Compare
Choose a tag to compare

Fixes

  • Reverted default text color to black, keeping it white in test grid
  • Fixed errors on ContextMenu copy and paste
  • Now always checking the current user's language setting before processing the first character
  • Recentered CheckboxCell's "tick"
  • Provided fallback range to selection change handler to fix the issue with onSelectionChanging handler when selecting with keyboard
  • Fixed date cell inconsistency that caused them to return wrong values depending on user's timezone
  • Patched Chrome v117+ bug that caused sticky content to overlap; this change introduced zIndexBase property that allows you to offset the z-indexes for panes which are now used regardless of the browser

v4.1.1

04 Sep 07:46
a44854c
Compare
Choose a tag to compare

A small patch to fix #217 where importing v4.1.0 required to use dist directory.