Releases: silevis/reactgrid
Releases · silevis/reactgrid
v4.1.15
What's Changed
- V4: Allow passing JSX to MenuOption label by @webloopbox in #482
Full Changelog: v4.1.13...v4.1.15
v4.1.14
What's Changed
- fix:Cannot paste date value from excel to date cell #471 by @qiufeihong2018 in #475
- fix:RowRenderer crashes when ScrollableRange is empty #464 by @qiufeihong2018 in #466
Full Changelog: v4.1.3...v4.1.14
v4.1.13
What's Changed
- V4 fix: remove deprecated scss functions by @webloopbox in #450
- fix:Enable Column Width Resizing for Merged Header Cells #446 by @qiufeihong2018 in #463
- Row resize feature by @cromatikap in #461
New Contributors
- @cromatikap made their first contribution in #461
Full Changelog: v4.1.10...v4.1.13
v4.1.10
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
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
What's Changed
- V4 fix: context menu on mobile devices @webloopbox in #418
- V4 fix/selector is not pure @webloopbox in #402
Full Changelog: v4.1.3...v4.1.7
v4.1.6
What's Changed
- fix: moveDownOnEnter onCellsChanged is triggered twice #314 by @qiufeihong2018 in #315
- fix: pasting externally copied negative numbers into ReactGrid by @webloopbox in #349
- fix: onSelectionChanged unusable with Typescript as Range and Locatio… by @qiufeihong2018 in #364
- fix: onSelectionChanging not called when column header is selected #351 by @qiufeihong2018 in #352
- fix: blurHandler assumes event target has an id by @mithodin in #382
- fix: prevent empty strings from being parsed to number by @webloopbox in #384
- fix: prevent css selector on input from overriding material ui styles by @webloopbox in #383
- feat: Add a way to deselect rows from code #358 by @qiufeihong2018 in #368
- fix className not being applied to highlights by @ACERposS in #375
- Update parseLocaleNumber.ts by @Shiro00000 in #355
- updated readme by @bayareaunicorn in #363
- modify handleKeyDown to listen to caps lock by @ben-horgan in #360
- V4 fix: prevent copying cell color styles during copy-paste operations by @webloopbox in #396
- V4 fix: prevent dropdown menu closure on scrollbar click by @webloopbox in #395
- V4 fix: export dropdown cell styles by @webloopbox in #394
- V4 fix/edge browser displays cell borders post 4.1.0 update by @webloopbox in #391
- V4 fix/prevent clearing the last cell while pasting data by @webloopbox in #390
Full Changelog: v4.1.3...v4.1.6
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
v4.1.2
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