Releases: wixplosives/stylable-components
Releases · wixplosives/stylable-components
v1.3.1
What's Changed
- refactor(infra): ensure there's main index file as in package.json by @plisovyi in #734
- deps: upgrade to latest stable
Full Changelog: v1.3.0...v1.3.1
v1.2.6
What's Changed
- fix: add missing dep used by hook
Full Changelog: v1.2.5...v1.2.6
v1.2.4
What's Changed
- refactor: misc issues fixes, renames and style improvements by @plisovyi in #461
- feature(keyboard-shortcuts): remove preventDefault() on keyboard navigation by @plisovyi in #479
- dependencies updates
Full Changelog: v1.2.3...v1.2.4
v1.2.3
More fixes to scroll list behavior for dynamic height items
What's Changed
- fix(scroll-list): issue with dynamic height items measurements caching by @plisovyi in #460
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Fixes to scroll list behavior
What's Changed
- fix(scroll-list): issue with incorrect shown items calculation by @plisovyi in #459
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- feature(scroll-list): improve scroll to selection, and turn it off by default by @plisovyi in #437
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 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