Releases: bartholomej/ngx-scrolltop
Releases · bartholomej/ngx-scrolltop
v2.0.0 – Symbol Content Projection
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
v1.0.0 – Angular 10
- Angular 5, 6, 7, 8, 9, 10 compatibility
v1.0.0-rc.1 – Angular 10
- 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
- Show real compatibility range for peer dependencies (Angular 8 –9)
v0.8.3 – Typescript compatibility
- Compatibility with legacy version of typescript (fix #8)
- ng update
v0.8.2 – Angular update
- ng update (9.1)
v0.8.1
feat
- a11y features
- stackblitz live demo
fix
- add missing types
docs
- update docs
v0.8.0 – Angular 9
Dev:
- Angular 9 update
- Prettier
- Lint
v0.7.1
- chore: fix github actions release process