Wekan
Open source kanban board application built with Meteor
Alternative to: trello
About
Versions (100)
v9.53
2026-06-17v9.53 2026-06-18 WeKan ® release
This release fixes the following bugs:
- Fixed Playwright e2e tests all failing because
Meteorwas not a browser global. Every Playwright end-to-end test (all 183, across Chromium, Firefox and WebKit) failed at thewaitForMeteorstep withTimeoutError: page.waitForFunction, becausetypeof Meteorwasundefinedin the browserwindowscope. Under the Meteor 3.5 + rspack build, bareMeteorreferences in app code are rewritten by rspack’s ProvidePlugin into per-module imports, soMeteoris no longer placed onwindowthe way the classic Meteor linker did. The tests callMeteor.loginWithToken/Meteor.userId/Meteor.subscribeetc. viapage.evaluate(which runs inwindowscope), so they could never proceed past login. Fixed by re-exposingwindow.Meteor = Meteorearly inclient/00-startup.js, restoring the long-standing classic-Meteor behaviour whereMeteoris a global (also handy in the browser console). Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.