Skip to content

Releases: zefoy/ngx-perfect-scrollbar

Bug fix release

23 Nov 11:28
Compare
Choose a tag to compare
  • Small fixes for the default flex-layout styles

Bug fix release

21 Nov 07:58
Compare
Choose a tag to compare
  • Small fix for the scroll animation stopping prematurely

Bug fix release

21 Nov 07:44
Compare
Choose a tag to compare
  • Small fix for the scroll animation stopping prematurely

Bug fix release

16 Nov 22:10
Compare
Choose a tag to compare
  • Fixed errors in UMD bundle packaging causing Observable path errors

Feature release

09 Nov 16:50
Compare
Choose a tag to compare

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

08 Nov 12:52
Compare
Choose a tag to compare
  • Removed unnecessary timeout when handling config changes

Bug fix release

08 Nov 12:47
Compare
Choose a tag to compare

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

07 Nov 21:08
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-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

07 Nov 12:17
Compare
Choose a tag to compare
  • Fixed all bugs from upgrading to the latest perfect-scrollbar (1.2.0)

Feature release

16 Oct 09:03
Compare
Choose a tag to compare
Feature release Pre-release
Pre-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.