Kit Updated: 2026.6.23

Back to Blog

This post covers Kit v2026.6.23. The notes below come from the release tag history and the project changelog.

Kit 2026.6.23 is a tooling, WASM, and package-doc refresh. It adds Kit Game project helpers, exposes formatter and fold support in the browser playground build, improves type checker aliasing and suggestions, preserves parallel worker error details, and adds small helpers across Option, Map, and Set.

Release Snapshot

  • Release: v2026.6.23
  • Date: June 23, 2026
  • Changelog entries since v2026.6.22: 9
  • Primary areas: Kit Game, WASM playground, type checker, parallel errors, Option/Map/Set helpers, package docs, CI

What Changed

The playground-facing WASM build now exposes formatter and fold support, so the browser experience can use the same formatting path and structural code folding support as the local toolchain. The playground interpreter binary was rebuilt from this release so kit version reports 2026.6.23.

Type checking gets a focused aliasing and suggestions pass, and parallel worker failures now preserve their useful error details instead of flattening them away. The standard library also gets convenience helpers for Option, Map, and Set.

The package docs were regenerated from the current first-party package set. This release adds kit-egui to the published package docs and the homepage library list, alongside the existing GUI, graphics, and game packages.

Thanks to Alvydas ( avitkauskas) for reporting the type-sig static environment, UInt32 annotation and IP conversion, numeric exactness, REPL type-checking, and native wrapper linking issues addressed in this release.

The release also restores the GitLab test stage after the release bump, keeping the CI path aligned with the current release branch.

Release Highlights

Release Commits

The list below uses the v2026.6.22..v2026.6.23 changelog range, with each short SHA linked to the corresponding GitLab commit in kit-lang.