Skip to content

v0.29.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 May 16:52
· 9 commits to main since this release

Release v0.29.0

Released: 2026-05-28 16:52:43 UTC
Bump Type: minor

Features

  • add lint report script to package.json and ignore lint-report directory (5661aec)
  • update linter rules and improve error handling in components (108e98c)
  • update package manager to pnpm@11.3.0 and add new CodeMirror dependencies (b8bab82)
  • enable additional linter rules and improve tar command options (2e3171e)
  • update biome schema to 2.4.15 and adjust linter rules; bump biome dependency to 2.4.15 in package.json and pnpm-lock.yaml; refactor key binding functions for improved readability (4c29732)

Bug Fixes

  • prevent redundant activation of the same tab in activateTab function (d6c9359)
  • add non-fatal error logging across various components and modules (cded711)
  • exclude public/extensions from file includes in biome.json (4a88788)
  • disable useNodejsImportProtocol rule in linter configuration (274d21b)

Chores

  • upgrade actions and pnpm versions in release workflow (32e08d9)
  • update GitHub Actions workflow for Next.js deployment with version upgrades and configuration improvements (d8b52b5)
  • update pnpm-workspace.yaml to exclude msgpackr-extract from builds and add minimumReleaseAgeExclude for react-scan@0.5.7 (972d601)

Installation

pnpm install --frozen-lockfile
pnpm run dev

Links

What's Changed

  • Update linter rules and improve code quality by @Stasshe in #320
  • Update linter rules and improve code quality by @Stasshe in #321

Full Changelog: v0.28.2...v0.29.0