naver / egjs-infinitegrid

A module used to arrange card elements including content infinitely on a grid layout.
https://naver.github.io/egjs-infinitegrid/
MIT License
2.23k stars 95 forks source link

fix(ngx-infinitegrid): re-arrange peer deps and call `next` on the destroy subject #520

Closed arturovt closed 2 years ago

arturovt commented 2 years ago

I've removed e2e folder since it's unnecessary and updated peer dependencies to match all Angular versions greater than 11. I've removed view childs (like wrapperRef) since there're no such elements in the template.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 89.718% when pulling e34e591a9cd2c359dfc777bca2eaa87d16cdd088 on arturovt:fix/multiple-fixes into ee30a5bb21e78653844b63ac76f21e2614d8f10c on naver:master.

mixed commented 2 years ago

@naver/egjs-dev Is there a reason why you can't merge?