Wekan logo

Wekan

Open source kanban board application built with Meteor

Alternative to: trello


About Versions (100)

v9.53

2026-06-17

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.