Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

v1.2.0

Choose a tag to compare

@plisovyi plisovyi released this 30 Oct 10:25
· 708 commits to master since this release

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 prop watchScrollWindoSize now should use correct prop watchScrollWindowSize
  • <ScrollList /> and its descendants would scroll to selection when it changes.
  • Obsolete prop scrollPosition from <ScrollList /> and its descendants is removed