v6.3.0 Release: Paging It Right
2025-07-17SuCoS v6.3.0 focuses on fixing a subtle but important issue in pagination, ensuring that content is distributed correctly across pages.
Pagination Fix
Pagination now slices content per page correctly.
In previous versions, paginated collections could end up duplicating or leaking items between pages due to incorrect slicing logic. This made navigation inconsistent and, in some cases, confusing for readers.
With this fix, each page receives its exact subset of content, preserving order and ensuring predictable behavior across the entire pagination pipeline.
This improvement touches core components such as Page, Pager, and Site, reinforcing the overall stability of paginated builds.