Skip to content

Releases: bartholomej/ngx-scrolltop

v2.0.0 – Symbol Content Projection

25 Jul 17:33
v2.0.0
b622c44

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

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

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

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)

v0.8.4 – Warnings for Angular compatibility

29 Jun 13:00
v0.8.4
f883e45

Choose a tag to compare

  • Show real compatibility range for peer dependencies (Angular 8 –9)

v0.8.3 – Typescript compatibility

26 Jun 16:08
v0.8.3
928d816

Choose a tag to compare

  • Compatibility with legacy version of typescript (fix #8)
  • ng update

v0.8.2 – Angular update

26 Jun 16:09
v0.8.2
dfa659e

Choose a tag to compare

  • ng update (9.1)

v0.8.1

09 Mar 00:34
v0.8.1
a007938

Choose a tag to compare

feat

  • a11y features
  • stackblitz live demo

fix

  • add missing types

docs

  • update docs

v0.8.0 – Angular 9

08 Mar 16:35
v0.8.0
aa35c18

Choose a tag to compare

Dev:

  • Angular 9 update
  • Prettier
  • Lint

v0.7.1

17 Jan 10:12
v0.7.1
c84d0f4

Choose a tag to compare

  • chore: fix github actions release process