Skip to content

Releases: wixplosives/stylable-components

v1.3.1

27 Aug 18:20
Compare
Choose a tag to compare

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.3.0

23 Jul 11:59
Compare
Choose a tag to compare

What's Changed

  • feat(tree): initial keyboard navigation implementation by @plisovyi in #685

Full Changelog: v1.2.6...v1.3.0

v1.2.6

07 Apr 06:14
Compare
Choose a tag to compare

What's Changed

  • fix: add missing dep used by hook

Full Changelog: v1.2.5...v1.2.6

v1.2.5

28 Dec 15:49
Compare
Choose a tag to compare

What's Changed

  • refactor(scroll-list): remove watchScrollWindowSize prop of ScrollList by @plisovyi in #486

Full Changelog: v1.2.4...v1.2.5

v1.2.4

19 Dec 11:40
Compare
Choose a tag to compare

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

28 Nov 15:57
Compare
Choose a tag to compare

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

28 Nov 15:07
Compare
Choose a tag to compare

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

07 Nov 09:28
Compare
Choose a tag to compare

What's Changed

  • feature(scroll-list): improve scroll to selection, and turn it off by default by @plisovyi in #437

v1.2.0

30 Oct 10:25
Compare
Choose a tag to compare

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

v1.0.1

19 Oct 15:26
Compare
Choose a tag to compare
  • Initial release