- Refactored v-ghost and ghost component to use same single shared intersection-obbserver logic. Useful when used multiple times on a single page and will result in more efficient rendering and memory use
- InfiniteCarousel fixes for scrollToItem method when the item belongs to a page not loaded yet
- AutoObserver composable fixes
- Updated playground app
- Bug fixes, cleanup