chore(release): 0.15.0 — feed virtualization + keyset pagination
This commit is contained in:
parent
64a57ed29e
commit
c84f5d5fe5
2 changed files with 10 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.14.1
|
0.15.0
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,15 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.15.0",
|
||||||
|
date: "2026-06-25",
|
||||||
|
summary: "A faster, smoother feed that stays light no matter how far you scroll.",
|
||||||
|
features: [
|
||||||
|
"The feed now draws only the videos currently on screen, so scrolling stays fluid and the page stays light even after you've loaded thousands of videos.",
|
||||||
|
"Paging through the feed is quicker and steadier: scrolling deep into a large catalogue no longer slows down, and videos arriving in the background while you scroll can no longer cause an item to show up twice or be skipped.",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.14.1",
|
version: "0.14.1",
|
||||||
date: "2026-06-21",
|
date: "2026-06-21",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue