Releases: bartholomej/ngx-scrolltop
Releases · bartholomej/ngx-scrolltop
v4.3.0 – Angular 14 (ESM build)
- 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
What's Changed
- Angular 14 peer deps
- chore(deps): bump node-forge from 1.2.1 to 1.3.0 by @dependabot in #43
- chore(deps): bump ejs from 3.1.6 to 3.1.8 by @dependabot in #44
- chore(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #45
Full Changelog: v4.1.2...v4.2.0
v4.1.2 – Angular 13.2.x update
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
Full Changelog: v4.1.0...v4.1.1
v4.1.0 – Update deps
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!
- Smooth scroll for iOS fix #11
v3.1.0 – Performance boost!
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!
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
v2.4.0 – Angular compatibility
- Compatibility with older angular. ng7+ (maybe 6 as well 🤷 😄) [fix #8]
- update all deps
v2.3.1 – Old browsers support
- Support for old browsers (IE, Safari)
- Compatible with Angular config:
strictInputAccessModifiers
- Update all deps