Skip to content

v4.1.3

Compare
Choose a tag to compare
@Michota Michota released this 04 Jan 09:12
· 94 commits to develop since this release

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