Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dhilt/ngx-ui-scroll

Virtual/infinite scroll for Angular
https://github.com/dhilt/ngx-ui-scroll

issue-83 validation major refactoring

0803b0117984fad36297c32125b846de5ecbda72 authored almost 5 years ago by dhilt <[email protected]>
issue-83 validators: this-or-that -> one-of (accepting a list of tokens instead on one token)

d46fcc8084a21ab24c4e0a33d0bf7b50bf08cebb authored almost 5 years ago by dhilt <[email protected]>
issue-83 Adapter.insert params validation

98cdf82ccd55d56ffba18459f397a81d4a168abc authored almost 5 years ago by dhilt <[email protected]>
issue-83 Insert process stub

b8100b970cd66830b85cf1978c19988742bb73e8 authored almost 5 years ago by dhilt <[email protected]>
issue-83 extract validator method entity

1e233963e0d3db3f9292ee00fe7078a3ca768ebe authored almost 5 years ago by dhilt <[email protected]>
issue-83 this-or-that validator (for Adapter.insert params)

af7eccbcaa952dbfbab9bf8fa57e4f80075300f5 authored almost 5 years ago by dhilt <[email protected]>
issue-83 validators with params

ad27ee713aa42bbd65e4daa06a28ec8612c88ae7 authored almost 5 years ago by dhilt <[email protected]>
issue-83 multiple validators

046bc6b27af43231365ec086234f33824683686c authored almost 5 years ago by dhilt <[email protected]>
issue-83 extract Adapter methods params configuration (fix method refactoring)

5a4094c20675839d7e896c7998a7114e614cdfe7 authored almost 5 years ago by dhilt <[email protected]>
issue-83 Adapter.insert stub method

4d530521ebf7f1b7cd738c8933160cebda7955f6 authored almost 5 years ago by dhilt <[email protected]>
issue-83 Adapter.insert pre-cleanup

1902f14f1bc2ab9d5606ebca2e7b753305517897 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #142 from dhilt/dev

Adapter Workflow call protection

225bfdcc21c6c1086cdef83f0263a205802b5c69 authored almost 5 years ago by Denis Hilt <[email protected]>
v1.4.1

fe1353cb90fc64e25b13130183d1e4f0e5716c4f authored almost 5 years ago by dhilt <[email protected]>
massive reload spec

7140024a9a7c20a1d4230b11a5da68f607c4f63d authored almost 5 years ago by dhilt <[email protected]>
remove Datasource.constructed

1b4c45934f931302b16557573b9ab364874b4873 authored almost 5 years ago by dhilt <[email protected]>
remove ElementRef dependency

770db6ec11b44cb8135b0e3fd7a77aa2611f862d authored almost 5 years ago by dhilt <[email protected]>
actual version of the Scroller.workflow for the Adapter

b966da19fc35e8e41a8239b58a2506c66f0c7b31 authored almost 5 years ago by dhilt <[email protected]>
remove UiScrollComponent dependency

d3af31ea046182a6499fabedd63cd31e36d2c17c authored almost 5 years ago by dhilt <[email protected]>
v1.4.0 readme changes

02ae0f9fe8dd98fcf5ba1fd55ae9436f93c4e62a authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #138 from dhilt/issue-132_Cannot-read-property-unsubscribe-of-undefined-in-workflow-ts

Workflow initialization

52c028e02df881611a1b3001cd515019175b0a86 authored almost 5 years ago by Denis Hilt <[email protected]>
Merge pull request #140 from dhilt/adapter-context-refactoring

Adapter context refactoring

181f67e2a8838eae49b50ccc56aa84548b48c2a4 authored almost 5 years ago by Denis Hilt <[email protected]>
cleanup

9ff3c1119d2fbde54a0163ebe285a518fa3e4471 authored almost 5 years ago by dhilt <[email protected]>
allow Adapter.fix({ setPosition: Infinity })

9ec7bcf8036dfc577ae64522f3c9af439801bc5f authored almost 5 years ago by dhilt <[email protected]>
demo for Adapter.fix({ scrollPosition })

37766c9427cfa5b44826cc595aa9c1d4e5df0840 authored almost 5 years ago by dhilt <[email protected]>
Adapter props clarification

5c0b0e126c0c3e879832c46cca1e03bf3312f163 authored almost 5 years ago by dhilt <[email protected]>
datasource + adapter initialization cleanup

9521549416ac13481a2219c37ee62573bb49ea2b authored almost 5 years ago by dhilt <[email protected]>
remove old Adapter

376108e4840106964d24db3180cc1082d5361d52 authored almost 5 years ago by dhilt <[email protected]>
replace old Adapter with new one

0e8ca86682e0ef46ac1378d0313ce84e64e76ba1 authored almost 5 years ago by dhilt <[email protected]>
new Adapter implementation

953d4326da91eaada897ed29ac225ae5cadbc182 authored almost 5 years ago by dhilt <[email protected]>
do not break the entire workflow on the Adapter methods failures

79560438fe52343a749e1caac7fe761ca070bd03 authored almost 5 years ago by dhilt <[email protected]>
demo for Adapter.fix({ updater })

d78ac9308138e9376917355fdf82b4e83f51a355 authored almost 5 years ago by dhilt <[email protected]>
Adapter.fix call params refactoring

4bc225196de87c281613ee2751ff221157797660 authored almost 5 years ago by dhilt <[email protected]>
issue-132 calling the workflow is possible only after state machine initialization

5d7af703e1fe31222b10e203a06a962fbb3df8ce authored almost 5 years ago by dhilt <[email protected]>
issue-132 adapter disposing

7cc3c8fa52aa6a808b6829c75df526ba23cd9600 authored almost 5 years ago by dhilt <[email protected]>
v1.4.0

68947a0a8e30f9f6ef46f279a4773693b553e01b authored almost 5 years ago by dhilt <[email protected]>
pass options to state machine via payload; process payload is always an object (if present)

86c929874ba10a03b202902d6f322c5c2524f334 authored almost 5 years ago by dhilt <[email protected]>
Workflow transducer

5aca48e7f8541b1e630ef1ff124817716bbc3959 authored almost 5 years ago by dhilt <[email protected]>
issue-132 Disposing after immediate initialization spec

52c9129eddcb17e6f667edc73e0e4f3b11edacc3 authored almost 5 years ago by dhilt <[email protected]>
issue-132 propagate dispose-on-observable logic

f1a43f5a8eb895a321a7576d3d3f0dcf741c6307 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #137 from lmreicks/unsubscribeError

Unsubscribe error

d157fe565dc9d89110d1456c8f283307a2f7225c authored almost 5 years ago by Denis Hilt <[email protected]>
issue-132 early dispose test (failed)

61d3603d3ee1d02e43eed26608007ee0a4b41034 authored almost 5 years ago by dhilt <[email protected]>
issue-132 Workflow.isInitialized flag + its spec

30897dba4fb7edf1854c17309a69821b0b23947e authored almost 5 years ago by dhilt <[email protected]>
undid template changes until i can figure out how to do it properly

cb0af400886feb62756f706445e2c5c860a4b378 authored almost 5 years ago by Lexi Reicks <[email protected]>
v1.3.4

eb10cd43eb9540fb27188f1b20cfb4bae39a0e12 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #136 from dhilt/issue-125_Content-alignment-in-case-of-lack-of-items

"Inverse" setting

906cc2c26067dcb627bf1c42fd98489a747768b0 authored almost 5 years ago by Denis Alexanov <[email protected]>
issue-125 inverse setting demo

f56f3b2f70b6f9ab32e8f735f0ac0abf6945584c authored almost 5 years ago by dhilt <[email protected]>
issue-125 experimental tab in demo app

e6d27f9690d7218c04ce367aec91e37f0ad966e9 authored almost 5 years ago by dhilt <[email protected]>
issue-125 forward padding element has a priority in case of "inverse" setting

c435d2e7b9b2097b18a50351a1ccd0732a181c45 authored almost 5 years ago by dhilt <[email protected]>
issue-125 inverse setting

6611dbf054fd42c2da0bdf21727a032228dc7a7f authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #134 from dhilt/issue-131_firstVisible-and-lastVisible-getting-stuck-if-BOF-and-EOF

Continue Workflow on Scroll when BoF and EoF

48986599bcb000bfe6a46c3d9d52bc47023c6817 authored almost 5 years ago by Denis Alexanov <[email protected]>
v1.3.3

c9fc38f7e49c2e006f9df19a546f39e0731a2335 authored almost 5 years ago by dhilt <[email protected]>
issue-131 first/lastVisible when BOF and EOF spec

81e605d87c57978a684a98e4b66eb20e6d223f6f authored almost 5 years ago by dhilt <[email protected]>
issue-131 introduce noFetch workflow option

51e560b362aa2b2bde5feb67a3542da927aee749 authored almost 5 years ago by dhilt <[email protected]>
issue-131 starting the Scroll process refactoring

a3cd07e5eeacfdac024f4f69fb9ad5fcfa7c56f9 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #128 from dhilt/issue-110_fetching-new-data-when-BOF-is-reached

Adapter bof$/eof$

ecede163d3616b54bb2a5138ca38fa279bab6334 authored almost 5 years ago by Denis Alexanov <[email protected]>
v1.3.2

c517762f8cb470779cb1b6e41d4353a8e6ae6e69 authored almost 5 years ago by dhilt <[email protected]>
Merge remote-tracking branch 'origin/master' into issue-110_fetching-new-data-when-BOF-is-reached

# Conflicts:
# README.md

1f2c9b23b22056b74fe5c4122143b757d47194e9 authored almost 5 years ago by dhilt <[email protected]>
issue-110 multiple eof/bof test

3a2985fdf35daea388d521b4730b9beb2edc2c63 authored almost 5 years ago by dhilt <[email protected]>
issue-110 bof$/eof$ doc

918d76284984cf671b33d9d56caf4e694e1a892d authored almost 5 years ago by dhilt <[email protected]>
issue-110 bof/eof demo sample update

161b90f0fdcccf9ef285487a387b2212b30669ee authored almost 5 years ago by dhilt <[email protected]>
issue-110 code cleanup

fabf9fb06931d6b4b5ec64cbf94328a84368bc3a authored almost 5 years ago by dhilt <[email protected]>
issue-110 eof spec update

e5060a08b6aa8dde96a2c1e905643c849760643c authored almost 5 years ago by dhilt <[email protected]>
issue-110 turn eof$/bof$ to Subjects

2a5da65f60f40dad33b3945b10e9f944f49bffe0 authored almost 5 years ago by dhilt <[email protected]>
v1.3.1

13b9f0d86a0ec8ec12f084ed245af9a9c01c29f8 authored almost 5 years ago by dhilt <[email protected]>
issue-110 prevent eof$/bof$ extra emits

6967826c8c4e70d50a655e2dc8d7bb0e949ac4c7 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #127 from dhilt/issue-121_update-by-reference-api

Adapter.fix updater option

5c7ea8da77899c348f7ac6479481aacb5bb889bd authored almost 5 years ago by Denis Alexanov <[email protected]>
2020 year

ab0288cfc3f9b0462e78576e6ae39d90585d62e9 authored almost 5 years ago by dhilt <[email protected]>
issue-110 eof$/bof$ basic testing

e518ef677d5edd8f50f44c8f2a280c0abd719011 authored almost 5 years ago by dhilt <[email protected]>
issue-110 eof$/bof$ basic implementation

3e008c81343fb62392f74c69314c06905b2df69c authored almost 5 years ago by dhilt <[email protected]>
issue-121 demo: update items via Adapter.fix updater

fad6b700e31c0e5cb14e291a2f738a1070b193cb authored almost 5 years ago by dhilt <[email protected]>
scroll anchoring issue note

5085aebe5f1deb66c36e4612b7214dff29678137 authored almost 5 years ago by Denis Alexanov <[email protected]>
issue-121 extract Adapter.fix spec into a separate file

4cff3d21f40e69711784034180bbe622b6a451f1 authored almost 5 years ago by dhilt <[email protected]>
issue-121 Adapter.fix updater validation and spec

76ba85fdd67cf2be3583582ffa6318817ecf9012 authored almost 5 years ago by dhilt <[email protected]>
issue-121 Adapter.fix updater option

c9ac5667d43d1b566f3978e6b7ab7f82590713eb authored almost 5 years ago by dhilt <[email protected]>
issue-121 adaptered items on remove

03889014ed68980a642fd2613d42a2e03a750e25 authored almost 5 years ago by dhilt <[email protected]>
build-angular version update

1af2e7c3ee9d4ba798d433c5abf81f41158dde7f authored almost 5 years ago by dhilt <[email protected]>
v1.3.0

5bb20d58973f924e2325eb53fdf0d9f04a3526d5 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #117 from dhilt/bug-112_error-while-trying-to-invoke-reload-method

Interrupt the Workflow on reload

e6d9816c5f6ec615e57bdf0187683df7620f150c authored almost 5 years ago by Denis Alexanov <[email protected]>
Merge branch 'master' into bug-112_error-while-trying-to-invoke-reload-method

724242e812cd382809cb66525b643531b82071c8 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #124 from dhilt/issue-123_adapter.check-does-not-clean-up-the-state-properly-

Check process cleanup fixes

8538ad737408c0b36ea8fa3a1c64ce27cbd9586a authored almost 5 years ago by Denis Alexanov <[email protected]>
v1.2.5

1d0baf5f90fb3cc5625cde851fb88710a57ad21f authored almost 5 years ago by dhilt <[email protected]>
issue-123 throw "HTML element is not defined" error

c11899a53f6bb3c91f08f123a713f62009e10e8c authored almost 5 years ago by dhilt <[email protected]>
issue-123 tests and append process refactoring

c385fdf09eefa5f59308617d294cdd4edf73021d authored almost 5 years ago by dhilt <[email protected]>
issue-123 fetch simulate flags handling (the fix)

26b52dffb4a9ac6288ff20ad35a7f9e435429127 authored almost 5 years ago by dhilt <[email protected]>
issue-123 check spec reproduces the issue

90d79bcdb9d59f6fc93f66777099389c5cc025a1 authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #122 from dhilt/issue-114_adapter-fix-process-refactoring-and-spec

Adapter Fix process refactoring and spec

076a0dba1ff49709d5e122ca1ab8979bd5cb0452 authored almost 5 years ago by Denis Alexanov <[email protected]>
v1.2.4

29d122a8f3ef559b92a007f5961441c66d50f718 authored almost 5 years ago by dhilt <[email protected]>
issue-114 adapter fix process spec

ae980fd61279cc1e5b91a553a074344b050a1147 authored almost 5 years ago by dhilt <[email protected]>
issue-114 adapter fix process refactoring

83ed6a7ac4e11894fb13089aeaac7a23a469d8a9 authored almost 5 years ago by dhilt <[email protected]>
fixed unsubscribe error, cleaned up template so user has more control over what gets rendered

bab3adf304cfe8f8549b8f0fdd18e1e98f8867ff authored almost 5 years ago by Lexi Reicks <[email protected]>
stale-bot

a4076fceaef347d6b2e7707d28bf1f5d0837b57c authored almost 5 years ago by dhilt <[email protected]>
Merge branch 'master' into bug-112_error-while-trying-to-invoke-reload-method

# Conflicts:
# src/component/interfaces/index.ts

1232c5937e67933448e226ddffed5f3d569646ed authored almost 5 years ago by dhilt <[email protected]>
Merge pull request #119 from dhilt/issue-114_reset-bof-eof-on-demand

Adapter.fix

7163afa43402f7ec856e2261f732ce4301630996 authored almost 5 years ago by Denis Alexanov <[email protected]>
v1.2.3

390f3e9b1297247e46fce6dea603be8f37052d0a authored almost 5 years ago by dhilt <[email protected]>
issue-114 Fix process implementation (2)

180dd2be2681778d9be23e88652465e974d1cbc6 authored almost 5 years ago by dhilt <[email protected]>
issue-114 Fix process implementation

686e9dcd4add4b60ea9c80e97515532bc45d5def authored almost 5 years ago by dhilt <[email protected]>
issue-114 Adapter.fix prototype (2)

422498377d908f7d139422652c50a52e6ae70758 authored almost 5 years ago by dhilt <[email protected]>
issue-112 reload on firstVisible spec

35669a6c98c7d6892b777b0ce268b3724b9f1adb authored almost 5 years ago by dhilt <[email protected]>
issue-112 scroll process interruption

9d88e302510b01b26220bbdaec6a7e1bf5632787 authored almost 5 years ago by dhilt <[email protected]>
issue-112 explicit interruption on the End process

1d23cef070fd38d6d9f67818b88c2285558daab6 authored almost 5 years ago by dhilt <[email protected]>