This repository was archived by the owner on Apr 27, 2025. It is now read-only.
v1.2.0
What's Changed
- refactor(boards): improve board index building; board-assets and ScrollList boards by @plisovyi in #397
- refactor(board-plugins): clean up plugins by @plisovyi in #410
- refactor(scroll-list): clean up boards by @plisovyi in #411
- feature(scroll-list): scroll to selection by @plisovyi in #403
Migration guide
<ScrollList />and its descendants that used propwatchScrollWindoSizenow should use correct propwatchScrollWindowSize<ScrollList />and its descendants would scroll to selection when it changes.- Obsolete prop
scrollPositionfrom<ScrollList />and its descendants is removed