Releases: smastrom/vue-use-fixed-header
Releases · smastrom/vue-use-fixed-header
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Release notes
vue-use-fixed-header
is a package that I published on NPM some months ago as I needed something like it for my professional projects. Very soon I decided to unpublish it (at that time, it had less than 50 weekly downloads).
That's because I realized that many of the advanced functionalities I had implemented were unnecessary (e.g. scroll speed, scroll restoration) and that I could have achieved a good outcome with a much simpler codebase.
I also wanted to include a streamlined API that will still work the moment View Transitions
will be supported by all browsers and everything this package does can be done with CSS.
Install it now:
pnpm add vue-use-fixed-header