forked from bvaughn/react-virtualized
-
Notifications
You must be signed in to change notification settings - Fork 0
Version 6 Roadmap
Brian Vaughn edited this page Mar 18, 2016
·
8 revisions
This describes my tentative plans for the version 6 roadmap (currently in progress as PR #159). I welcome input from the community so please feel free to comment if you think certain features should (or should not) be included in the next upcoming major release.
- Refactored
Gridto remove arrow-key scroll-snapping. Instead this feature is implemented in a HOC,ArrowKeyStepper. (I'm not married to this name; please feel free to suggest a better one.) - The following public methods will be removed; use the corresponding properties instead:
-
FlexTable:scrollToRow(usescrollToIndexprop instead),setScrollTop(usescrollTopprop instead) -
Grid:scrollToCell(usescrollToColumnandscrollToRowprops instead),setScrollPosition(usescrollLeftandscrollTopprops instead) -
VirtualScroll:scrollToRow(usescrollToIndexprop instead),setScrollTop(usescrollTopprop instead)