Skip to content

Releases: bartholomej/ngx-scrolltop

v2.3.0 – Angular 11.1.x

21 Jan 18:13
Compare
Choose a tag to compare
  • Update all deps
  • Update potential security vulnerabilities in deep dependencies.

v2.2.0 – Indigo

09 Jan 08:02
Compare
Choose a tag to compare
  • All material colors (with indigo) thx @luki215

  • Building with node 14

  • Angular 11 compatible

v2.1.0 – Angular 11 🎉

08 Jan 19:40
Compare
Choose a tag to compare
  • Angular 11 update

v2.0.3 – Update deps

25 Oct 20:27
v2.0.3
d4011d6
Compare
Choose a tag to compare
  • Update Angular (10.2)
  • Fix GPR release

v2.0.2 – Update deps

12 Oct 18:44
v2.0.2
42baaf1
Compare
Choose a tag to compare
  • Update all dependencies (Angular 10.1.5)

v2.0.1 – Update deps

29 Aug 17:41
v2.0.1
e1e0a1f
Compare
Choose a tag to compare
  • Update all dependencies (Angular 10.0.14)
  • Better explanation for breaking changes in runtime

v2.0.0 – Symbol Content Projection

25 Jul 17:33
v2.0.0
b622c44
Compare
Choose a tag to compare

Changelog

  • Reduced package size
  • Content projection

Info

Since version v2.0.0 you can use content projection for your own symbol.

Examples:

<ngx-scrolltop></ngx-scrolltop>

Or you can even use your own components or fonts (e.g. Font Awesome)

<ngx-scrolltop>
  <i class="fa fa-arrow-up"></i>
</ngx-scrolltop>

More info here

Breaking changes

Symbol input @Input() public symbol: string was removed. Use content projection instead.

v2.0.0-rc.1

25 Jul 17:26
v2.0.0-rc.1
07eb5da
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

v1.0.0 – Angular 10

30 Jun 11:09
v1.0.0
855034d
Compare
Choose a tag to compare
  • Angular 5, 6, 7, 8, 9, 10 compatibility

v1.0.0-rc.1 – Angular 10

29 Jun 13:02
v1.0.0-rc.1
38d07d8
Compare
Choose a tag to compare
Pre-release
  • Update core to Angular 10
  • Compatibility with Angular 5 – 10. (Maybe with Angular 4 as well 🤷‍♂️, let me know)