Releases: zefoy/ngx-perfect-scrollbar
Bug fix release
- Small fixes for the default flex-layout styles
Bug fix release
- Small fix for the scroll animation stopping prematurely
Bug fix release
- Small fix for the scroll animation stopping prematurely
Bug fix release
- Fixed errors in UMD bundle packaging causing Observable path errors
Feature release
Most of the changes has been already introduced with the previous release / pre-releases, but here's a short recap.
-
New release for Angular 5 (requires Angular 5)
-
Updated to using perfect-scrollbar 1.x (1.2.0 to be exact)
-
Switched to using flat module format and Rollup for bundling the library
Bug fix release
- Removed unnecessary timeout when handling config changes
Bug fix release
BREAKING CHANGES
This fixes the bug introduced in the previous release for events not being send from the component.
Events are now with camel case according to Angular guidelines ( ps-y-reach-start -> psYReachStart).
Bug fix release
This is the last pre-release before the 5.0.0 release.
BREAKING CHANGES
-
Fixed bugs from moving to PS 1.x
-
Building and the example app now uses Angular 5
-
Removed forRoot function, see README for global config usage
-
This version is not compatible with Angular 4, for Angular 4 use the 4.x releases
-
Directive wont anymore automatically apply the ps class so if you need it then add it to the elements classes
-
Directive wont anymore automatically set the position relative style so if you need it then add it to the elements styles
The public ps attribute has been changed to a function, so to get the reference to the PerfectScrollbar instance call ps() instead of accessing the ps attribute.
Bug fix release
- Fixed all bugs from upgrading to the latest perfect-scrollbar (1.2.0)
Feature release
This was buggy release which should not be used, new release coming once bugs in perfect-scrollbar 1.x has been fixed
-
Fixed flex-layout related default styles
-
Updated to using latest perfect-scrollbar (1.0.3 atm)
NOTE: Due to the upgrade to PS 1.0.3 you might need to update the CSS import path if you are using only the directive.