gitlab-org--gitlab-foss/changelogs
Lukas Eipert 4552a9f9fb
Improve performance of LazyLoader by using IntersectionObserver
Every browser which supports IntersectionObserver will now use it over
observing scroll and resize events. Older browsers without support fall
back on the previous behavior.

Additionally the MutationObserver can be enabled and disabled manually
via the helper method `startContentObserver` and `stopContentObserver`.
This might prove useful on pages where we manipulate the DOM
extensively.
2018-10-01 15:42:19 +02:00
..
unreleased Improve performance of LazyLoader by using IntersectionObserver 2018-10-01 15:42:19 +02:00
archive.md Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00