All Versions
256
Latest Version
Avg Release Cycle
71 days
Latest Release
-

Changelog History
Page 22

  • v4.6.3 Changes

    🛠 Fixed edge-case sizing bug with FlexTable headers and always-on scrollbars (see issue #80 for more info).

  • v4.6.2 Changes

    Replaced single occurence of Number.isNaN with isNaN to avoid IE compatibility issues. Maybe in the future I will add a polyfill dependency but I did not intend to introduce this without a major version bump so I'm removing it.

  • v4.6.1 Changes

    ✂ Removes event.stopPropagation since it was unnecessary to prevent keyboard event bubbling, only to prevent the default browser behavior.

  • v4.6.0 Changes

    💅 Relocated a couple of static style properties from inline style object to exported CSS file for easier customization. Added Grid__cell and VirtualScroll__row classes.

  • v4.5.0 Changes

    âž• Added onScroll callback to Grid, FlexTable, and VirtualScroll. âž• Added scrollToCell method to Grid and scrollToRow to FlexTable, and VirtualScroll.

  • v4.4.3 Changes

    âž• Added -ms-flex and -webkit-flex browser prefixes to FlexTable cells.

  • v4.4.2 Changes

    🛠 Fixed invalid function reference in Grid triggered by specifying an initial scrollToRow property.

  • v4.4.1 Changes

    🛠 Fixed distribution to include new Grid component as an export.

  • v4.4.0 Changes

    Added new Grid component for virtualizing rows and columns . Updated AutoSizer component to support managing only width or height (in addition to both).

  • v4.3.1 Changes

    🛠 Fixed small CSS property misnaming issue.