KoryNunn/scroll-into-view

CHANGELOG missing

Closed this issue ยท 3 comments

I just saw the package is updated to v1.9.4, but I can't find any CHANGELOG to check out the changes.

Would you be so kind to provide us with a decent CHANGELOG please? ๐Ÿ™‚

Thanks for all your hard work @KoryNunn! ๐Ÿ™‚

Hi, I'm not a huge fan of changelogs that are seperate from commit history, as you end up with a slightly wrong, often out of date version of reality.

Looking at github commits: https://github.com/KoryNunn/scroll-into-view/commits/master

you can see that the change that caused the patch version bump was "Manual scroll should cancel/override scrollIntoView. Fixes #58." which links you to the code that changed, and the issue that was opened that prompted the change.

Another way to see all the changes is to use git log directly: git log --oneline --decorate which will print out everything that has happened, with version commits between changes.

I'm happy to be convinced, but at this point, I dont see the risk (wrong log, out of date, etc) as being worth the reward (curated version of git log)

@KoryNunn It would at least help to provide a change log with every release on the releases page, but then you have to create git tags of course.