Skip to content

Bug fix release

Pre-release
Pre-release
Compare
Choose a tag to compare
@sconix sconix released this 07 Nov 21:08
· 175 commits to master since this 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.