8000 Allow force virtualization on append/prepend by dhilt · Pull Request #63 · dhilt/vscroll · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow force virtualization on append/prepend #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Denis Hilt (https://github.com/dhilt)
Copyright (c) 2025 Denis Hilt (https://github.com/dhilt)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,4 @@ VScroll will receive its own Adapter API documentation later, but for now please

__________

2024 © [Denis Hilt](https://github.com/dhilt)
2025 © [Denis Hilt](https://github.com/dhilt)
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2 id="project_tagline">
</div>
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">2024 © <a href="https://github.com/dhilt">Denis Hilt</a></p>
<p class="copyright">2025 © <a href="https://github.com/dhilt">Denis Hilt</a></p>
</footer>
</div>
<script src="./index.js"></script>
Expand Down
208 changes: 64 additions & 144 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscroll",
"version": "1.6.2",
"version": "1.6.3",
"description": "Virtual scroll engine",
"main": "dist/bundles/vscroll.umd.js",
"module": "dist/bundles/vscroll.esm5.js",
Expand Down
Loading
0