Skip to content

Releases: itsdrewmiller/angular-perfect-scrollbar

Removing Attribute directive option

07 Feb 19:53
Compare
Choose a tag to compare

This directive doesn't work as an attribute. Removing the A option from the script.

Removing jQuery dependency & updating PS library

07 Feb 19:18
88973d3
Compare
Choose a tag to compare

Angular Perfect Scrollbar no longer requires jQuery. Instead it relies on jqLite as nature intended. Perfect Scrollbar has been updated to version 1.3.0.

v0.1.0 New and removed options

25 Apr 15:59
Compare
Choose a tag to compare

Options updated to match PS v0.6.16:

v0.0.9

25 Apr 15:09
Compare
Choose a tag to compare

Calls to update() corrected and jQuery bind() method replaced with on() per #51 and others.

v0.0.8 Crazy Catchup

25 Apr 13:56
Compare
Choose a tag to compare

Leapfrogging several minor patch commits involving some housekeeping and small improvements based on user feedback. A starting point for a new series of releases.

  • Perfect Scrollbar library updated to v0.6.16
  • Angular (for the demos) updated to v1.6.4
  • #30 merged manually due to conflicts
  • Example updates to work with the PS update
  • #51 added manually ('main' entry in package.json)

v0.0.4

05 May 01:23
Compare
Choose a tag to compare

updating dependencies - bower lost a version of perfect scrollbar.

v0.0.3

23 Dec 04:28
Compare
Choose a tag to compare

First attempt at using github tags for releases. Wish me luck!