Skip to content

Releases: mdbootstrap/perfect-scrollbar

1.5.5

24 Mar 10:40
Compare
Choose a tag to compare

Version update

1.5.3

24 Mar 10:40
Compare
Choose a tag to compare

Release v1.5.3 Including fix for #947 (#1017)

  • Only prevent default on non-passive touch events

The current implementation will cause non-execution-breaking console errors because the event may be passive and therefore does not need a preventDefault.

  • v1.5.3

Please refer to Releases for changelog.

https://github.com/utatti/perfect-scrollbar/releases

  • Remove nested and single-line conditional

Co-authored-by: Daniel J. Holmes (jaitaiwan) dan@centricwebestate.com

1.5.2

24 Mar 10:39
Compare
Choose a tag to compare
1.5.2

1.5.1

24 Mar 10:39
Compare
Choose a tag to compare
  • Fix: scroll bar keeps scrolling down exceeding contents length
  • Fix: "Cannot read property 'scrollTop' of null"

1.5.0

24 Mar 10:38
Compare
Choose a tag to compare

Notable changes:

  • Recreated build tools using Rollup
  • Updated all dependencies to its latest versions
  • Switched from Travis CI to GitHub Actions
  • Added Dependabot to keep our dependencies up-to-date
  • Fixed RTL support
  • Fixed shouldBeConsumedByChild logic in mouse-wheel.js
  • Improved compatibility with parent class
  • Added missing properties in types definition
  • Added support for fractional size of scrolled element
  • Added support for touch devices
  • Added dragging support for mobile devices

v1.4.0

24 Mar 10:37
Compare
Choose a tag to compare

Behavior change:

  • Use wheelPropagation as default

Enhancement and fixes:

  • Make wheelPropagation work on Right Container Bound
  • Add ps--clicking-x class to style the cases
  • Do not shrink scrollbars while dragging
  • Corrected scrollLeft => scrollWidth
  • Fix issue with zooming and fractional container height
  • Prefix mozMatchesSelector added

Misc:

  • Fix demo page url

v1.3.0

24 Mar 10:36
Compare
Choose a tag to compare
  • Fix stiff wheel propagation
  • Remove swipePropagation and make it work by default
  • Support SSR

v1.2.0

24 Mar 10:35
Compare
Choose a tag to compare
  • Make update() to fire reach events
  • Fix mouse zoom not working
  • Enable scroll events to be fired programmatically
  • Add active check on ps--scrolling timeout
  • Doc fixes concerning import

v1.1.0

24 Mar 10:35
Compare
Choose a tag to compare
  • Add reach properties to check if scroll reaches start or end
  • Fix a bug that PS classes are not removed properly on destroy()
  • Make scrolling threshold as an option instead of const
  • Set ps--scrolling during mouse is down on drag-thumb

v1.0.3

24 Mar 10:34
Compare
Choose a tag to compare
  • Fix CustomEvent issue in IE11
  • Prepare pre-release script