Releases: mdbootstrap/perfect-scrollbar
Releases · mdbootstrap/perfect-scrollbar
v1.5.6
1.5.5
1.5.3
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) [email protected]
1.5.2
1.5.1
1.5.0
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
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