Skip to content

Releases: bartholomej/ngx-scrolltop

v5.0.1 - Angular 15

18 Dec 11:30
v5.0.1
050513a
Compare
Choose a tag to compare

v5.0.0 – Angular 15!

17 Nov 10:29
v5.0.0
69bcf08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v5.0.0

v4.3.0 – Angular 14 (ESM build)

18 Sep 18:12
v4.3.0
12ce271
Compare
Choose a tag to compare
  • fix: switch to esm scroll polyfill to satisfy angular 14
  • chore: update some deps

thx: @Celtian

Full Changelog: v4.2.0...v4.3.0

v4.2.0 – Angular 14 compat update

20 Jul 06:25
Compare
Choose a tag to compare

What's Changed

  • Angular 14 peer deps

Full Changelog: v4.1.2...v4.2.0

v4.1.2 – Angular 13.2.x update

17 Feb 21:44
v4.1.2
b36fb4e
Compare
Choose a tag to compare

What's Changed

  • Update all deps
  • chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #41

Full Changelog: v4.1.1...v4.1.2

v4.1.1

17 Feb 21:43
v4.1.1
d1a9c6d
Compare
Choose a tag to compare
v4.1.1 Pre-release
Pre-release

Full Changelog: v4.1.0...v4.1.1

v4.1.0 – Update deps

17 Feb 21:43
v4.1.0
8a8017b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump log4js from 6.3.0 to 6.4.1 by @dependabot in #39
  • chore(deps): bump follow-redirects from 1.14.5 to 1.14.7 by @dependabot in #35
  • chore(deps): bump nanoid from 3.1.30 to 3.2.0 by @dependabot in #37
  • chore(deps): bump engine.io from 6.1.0 to 6.1.2 by @dependabot in #38

Full Changelog: v4.0.0...v4.1.0

v4.0.0 – Smooth scroll for iOS!

09 Jan 10:24
v4.0.0
bd3010c
Compare
Choose a tag to compare

v3.1.0 – Performance boost!

21 Dec 11:02
v3.1.0
3bd48c2
Compare
Choose a tag to compare

Performance boost!

  • Change detection is now triggered only on the edge between the display and disappearance of the button.

thx @dimakuba

v3.0.0 – Angular 13 ivy!

27 Nov 19:28
v3.0.0
62b5888
Compare
Choose a tag to compare

Angular 13 IVY compilation! Good bye ngcc!

Breaking changes!!

Since ngx-scrolltop v3, the library is compiled with IVY and fully supports Angular12+ (you can't use this with older Angular version anymore!)

If you still need to use it with an older version of Angular, then use version 2, which is still available: ng add ngx-scrolltop@2

See more instructions...