All Versions
10
Latest Version
Avg Release Cycle
24 days
Latest Release
1255 days ago

Changelog History

  • v3.1.7 Changes

    November 18, 2020

    ๐Ÿ”„ Changes:

    • โž• added brand new cell template - DropdownCell build on react-select library
    • โž• added placeholder feature to the TextCell
    • rendering Cell Editor statically in-cell on mobile devices

    ๐Ÿ›  Fixes:

    • rendering full-width header shadow
    • setting minimum column width to 40px
    • pasting data on cells where text and value in a cell template
    • enable context menu on column and row selection on mobile devices
    • not selecting cell if focus can't be placed on cell
  • v3.1.6 Changes

    October 26, 2020

    ๐Ÿ”„ Changes:

    • โž• added nonEditable cell property. Now you no need to create a new CellTemplate disable changes on a cell;
    • โž• added JSDoc API descriptions;
    • โšก๏ธ updated readme.md: getting started handling changes example;
    • โž• added description of how to use ReactGrid with Next.js;
    • โฌ‡๏ธ temporarily downgraded the typescript version to 3.9.7.

    ๐Ÿ›  Fixes:

    • โœ‚ removed all circular dependencies
    • preventing including currency symbol on NumberCell editor
    • losing focus on mobile devices
    • ๐Ÿ†• new way to display sticky panes shadows
  • v3.1.3 Changes

    September 28, 2020

    ๐Ÿ”„ Changes:

    • โž• Added ErrorBoundary component and error handling
    • ๐Ÿ’… Rewritten cell borders (added BorderProps interface, changed CellStyle interface, removed separator lines)
    • โž• Added new notification about not implemented functionalities that exist only in PRO version
    • โšก๏ธ Updated README.md file
    • โšก๏ธ Updated dependencies
    • โšก๏ธ Updated Cypress tests
    • Simplified rendering PRO elements

    ๐Ÿ›  Fixes:

    • areLocationEqual rewritten
    • ๐Ÿ‘Œ Improved recalculating visible view
    • โœ‚ Removed unused code in HiddenElement
    • Opening context menu on mobile devices while reordering rows/columns
    • pasting data using context menu between GroupId cells
    • ๐Ÿ›  Fixed range selection when the cursor is outside RG's sticky right and left pane
  • v3.1.2 Changes

    September 09, 2020

    ๐Ÿ”„ Changes:

    • renamed GroupCell to ChevronCellTemplate and related CellTemplate
    • added groupId feature
    • ๐ŸŽ‰ renamed initialCell field to previousCell inside Change interface
    • โœ… rewritten TestGrid component
    • โšก๏ธ updated README.md
    • ๐Ÿ‘ discontinued supporting context menu displaying on mobile Apple devices

    ๐Ÿ›  Fixes:

    • rewritten focus location logic
    • ๐Ÿ‘Œ improved handling copying and pasting from clipboard
    • fixed PartialArea borders rendering
  • v3.1.0

    September 08, 2020
  • v3.0.28 Changes

    August 04, 2020

    ๐Ÿ”„ Changes:

    • ๐Ÿ’… default shadow styles

    ๐Ÿ›  Fixes:

    • setting highlights on a first column or row
    • opening cell editor on non-existing top sticky row or column
    • ๐Ÿ›  fixed misprint in GroupCell interface
    • exported missed getCharFromKeyCode function
    • correct positioning chevron char on GroupCell template
    • โšก๏ธ updated README.md file content
  • v3.0.24 Changes

    July 08, 2020

    ๐Ÿ”„ Changes:

    • added internationalization by labels props and TextLabels interface
    • added enableFullWidthHeader prop
    • indicating about possible data inconsistency
    • autofocusing ReactGrid component when initialFocusLocation prop is set
    • ๐Ÿ’… default HeaderCell background style

    ๐Ÿ›  Fixes:

    • rerendering when highlight has changed
    • setting initial focus location on a nonexisting column or row
    • setting focus location on a nonexisting column or row
  • v3.0.22 Changes

    June 10, 2020

    ๐Ÿ”„ Changes:

    • โšก๏ธ README.md update
    • moved all style files to @silevis/readtgrid directory
    • GroupCell styling
    • โž• added initialFocusLocation prop
    • renamed disableFillHandle prop to enableFillHandle
    • renamed disableRangeSelection to enableRangeSelection
    • removed disableFloatingCellEditor prop
    • added onFocusLocationChanging event handler
    • CellChange , Change interface
    • 0๏ธโƒฃ added DefaultCellTypes type
    • โฌ‡๏ธ reduces size of package

    ๐Ÿ›  Fixes:

    • the first letter on typing int cell editor
    • CellEditor position
    • ๐Ÿ”” notifying about props implemented in Pro version
    • ๐Ÿ— building on SSR when a window is undefined [e.g. Gatsby]
  • v3.0.12 Changes

    May 13, 2020

    ๐Ÿ›  Fixes:

    1. Improved flexibility โœ… 2. Exported Cypress tests
    2. Scroll behavior logic rewrite ๐Ÿ— 4. Create CellMatrix builder
    3. Divide functionalities into smaller functions
    4. Extend core module
    5. Improvements for loading big data tables
  • v3.0.4 Changes

    April 15, 2020

    ๐ŸŽ‰ Initial commit