Skip to content
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

Optimization fix #395

Open
wants to merge 28 commits into
base: v1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
07f048b
refactor: Use early return
dam1r89 Apr 15, 2020
35c0ad2
fix: Items are not checked when scroll start is above the fold
dam1r89 Apr 19, 2020
832a5ba
refactor: Use absolute scroll diff
dam1r89 Apr 19, 2020
2d6583d
fix: scrollToItem works with pageMode
dam1r89 Apr 19, 2020
7bfc355
fix: Remove unused property
dam1r89 Apr 19, 2020
f6302b3
feat: Allow client to fetch scrollPosition and decide what to do with it
dam1r89 Apr 20, 2020
bf6e717
Merge pull request #1 from dam1r89/bugfix/page-mode-scrollto
dam1r89 Apr 23, 2020
7305ab9
fix: Remove sorting views
dam1r89 Apr 23, 2020
b683a4d
chore: Move to infinity namespace
dam1r89 Apr 23, 2020
bf92a32
1.1.0
dam1r89 Apr 23, 2020
656308f
feature: Skip vue when assigning hover class
dam1r89 Apr 26, 2020
816bbb4
1.1.1
dam1r89 Apr 26, 2020
cfca356
refactor: Default group
dam1r89 Apr 29, 2020
33036a4
refactor: extract calculating start end and total
dam1r89 Apr 29, 2020
c03e530
fix: Extract getting start and end index
dam1r89 Apr 29, 2020
1faa05b
refactor: Cancel animation frame
dam1r89 Apr 29, 2020
13cd5b2
fix: Remove resize observer. Change of item number will handle it.
dam1r89 Apr 29, 2020
6c0ca4f
1.2.0
dam1r89 Apr 29, 2020
39ecc2b
fix: Add z index to simulate normal stacking
dam1r89 Jun 3, 2020
25f2a62
1.2.1
dam1r89 Jun 3, 2020
d922943
commit dist
dam1r89 Jun 3, 2020
2fdc033
fix: wrong z index
dam1r89 Jun 5, 2020
d17b778
1.2.2
dam1r89 Jun 5, 2020
bfb5d3a
added resizeObserver
raftx24 Nov 26, 2021
52f8661
Merge pull request #2 from raftx24/feature/add-resize-observer
dam1r89 Dec 7, 2021
4f1b411
1.2.3
dam1r89 Dec 7, 2021
ad0273e
fix: eslint
dam1r89 Dec 7, 2021
35f2db3
1.2.4
dam1r89 Dec 7, 2021
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
34 changes: 0 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,6 @@ Blazing fast scrolling of any amount of data | [Live demo](https://akryum.github
</a>
</p>

## Sponsors

### Gold

<p align="center">
<a href="https://www.sumcumo.com/en/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/570728242399674380/logo-sumcumo.png" alt="sum.cumo logo" width="400px">
</a>
</p>

### Silver

<p align="center">
<a href="https://vueschool.io/" target="_blank">
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" width="200px">
</a>

<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" width="200px">
</a>
</p>

### Bronze

<p align="center">
<a href="https://vuetifyjs.com" target="_blank">
<img src="https://cdn.discordapp.com/attachments/537832759985700914/537832771691872267/Horizontal_Logo_-_Dark.png" width="100">
</a>

<a href="https://www.frontenddeveloperlove.com/" target="_blank" title="Frontend Developer Love">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267744249085953/frontend_love-logo.png" width="56">
</a>
</p>

## Table of contents

- [Installation](#installation)
Expand Down
Loading