You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completed the remaining three phases of the TypeScript migration (strict null checks, noImplicitThis, and noImplicitAny) via assisted codemods, so the entire src/ tree now type-checks clean under full strict mode. Only optional tightening of leftover loose types remains.
Fixed search not highlighting words that were split by line-break points in the text (e.g. inside long URLs).
Fixed highlight neXT badges not showing due to issue with rollup.js.