Skip to content

Releases: annapogorelova/ng2-go-top-button

v2.0.7

12 May 09:10
Compare
Choose a tag to compare

Fixed the getCurrentScrollTop function.

v2.0.6

11 May 19:58
Compare
Choose a tag to compare

Fixes #2

v2.0.2

06 Apr 16:46
Compare
Choose a tag to compare

Removed BrowserAnimationsModule import to avoid issues with SSR.

v2.0.1

06 Apr 09:12
Compare
Choose a tag to compare

Checking if the environment is browser before executing any scrolling logic. This fixes issues with server rendering.

v2.0.0

04 Apr 12:34
Compare
Choose a tag to compare

Added support for angular v4. ng2-go-top-button package now requires angular libraries of ^4.0.1 version.
If you are still using angular v2, you should first migrate your project to angular v4 in order to use this package version.

v1.0.6

04 Apr 10:52
Compare
Choose a tag to compare

Fixed an issue with animated scroll top in IE 11.

v1.0.5

13 Mar 15:10
Compare
Choose a tag to compare

Fix for #1; Changed compile target to es6.

v1.0.4

01 Mar 12:47
Compare
Choose a tag to compare

Go-top-button basic functionality with the ability to customize styles and behavior.