Skip to content

Releases: idiotWu/smooth-scrollbar

8.6.3

30 Jul 08:42
f943c55
Compare
Choose a tag to compare

Bug Fixes

  • geometry: add container's paddings to content's size.

8.6.2

03 May 23:13
6b37018
Compare
Choose a tag to compare

Bug Fixes

  • event/select: get new limit value when scroll function is called. @longvudai #314

8.6.1

19 Mar 17:31
25ca6b8
Compare
Choose a tag to compare

Bug Fixes

8.6.0

01 Feb 06:43
6ccdfab
Compare
Choose a tag to compare

Breaking Changes

8.5.3

17 Sep 11:03
Compare
Choose a tag to compare

Bug Fixes

  • events: ignored attempt to cancel an event with cancelable=false. @milkamil93 #276

8.5.2

22 Mar 11:37
Compare
Choose a tag to compare

Bug Fixes

  • webpack: make UMD build available on both browsers and Node.js. @hanjeahwan #244

8.5.1

05 Dec 15:12
Compare
Choose a tag to compare

Bug Fixes

  • keyboard: prevent keyboard navigating on select field. @bbtimx #228

8.5.0

19 Oct 19:31
Compare
Choose a tag to compare

8.4.1

16 Sep 13:35
Compare
Choose a tag to compare

Bug Fixes

8.4.0

13 May 10:33
Compare
Choose a tag to compare

Feature

  • Sets tabindex to -1 to improve accessibility. #160
  • Enables tab navigation. #160