Skip to content

1.1.9

Choose a tag to compare

@cercos cercos released this 17 Jun 07:59
· 23 commits to project-neXT since this release

1.1.9

  • 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.