v4.1.3
New Features
Fixes:
- Provide fallback range to selection change handler by @DLowHP in #252
- Fix date cell inconsistency. @DLowHP in #249
- Replace
parseFloat
withparseLocaleNumber
, 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 pressingEnter
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:
fix: ContextMenu copy and paste error fails(#250) by @qiufeihong2018 in #256Replaced with #296
Full Changelog: v4.1.2...v4.1.3