Skip to content

wekan

v9.53 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 1mo Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

docker javascript kanban meteor real-time sandstorm
+2 more
snapcraft wekan

Summary

AI summary

Fixed Playwright e2e tests failing due to missing Meteor global.

Full changelog

v9.53 2026-06-18 WeKan ® release

This release fixes the following bugs:

  • Fixed Playwright e2e tests all failing because Meteor was not a browser global.
    Every Playwright end-to-end test (all 183, across Chromium, Firefox and WebKit) failed at
    the waitForMeteor step with TimeoutError: page.waitForFunction, because
    typeof Meteor was undefined in the browser window scope. Under the Meteor 3.5 +
    rspack build, bare Meteor references in app code are rewritten by rspack's ProvidePlugin
    into per-module imports, so Meteor is no longer placed on window the way the classic
    Meteor linker did. The tests call Meteor.loginWithToken / Meteor.userId /
    Meteor.subscribe etc. via page.evaluate (which runs in window scope), so they could
    never proceed past login. Fixed by re-exposing window.Meteor = Meteor early in
    client/00-startup.js, restoring the long-standing classic-Meteor behaviour where Meteor
    is a global (also handy in the browser console).
    Thanks to xet7.

Thanks to above GitHub users for their contributions and translators for their translations.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track wekan

Get notified when new releases ship.

Sign up free

About wekan

The Open Source kanban, built with Meteor. GitHub issues/PRs are only for FLOSS Developers, not for support, support is at https://wekan.fi/commercial-support/ . New English strings for new features at imports/i18n/data/en.i18n.json . Non-English translations at https://app.transifex.com/wekan/wekan only.

All releases →

Related context

Beta — feedback welcome: [email protected]