Releases: bartholomej/ngx-scrolltop
Releases · bartholomej/ngx-scrolltop
v2.3.0 – Angular 11.1.x
- Update all deps
- Update potential security vulnerabilities in deep dependencies.
v2.2.0 – Indigo
-
All material colors (with indigo) thx @luki215
-
Building with node 14
-
Angular 11 compatible
v2.1.0 – Angular 11 🎉
- Angular 11 update
v2.0.3 – Update deps
- Update Angular (10.2)
- Fix GPR release
v2.0.2 – Update deps
- Update all dependencies (Angular 10.1.5)
v2.0.1 – Update deps
- Update all dependencies (Angular 10.0.14)
- Better explanation for breaking changes in runtime
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)