2.1.1
What's Changed
Frontend
- Added buildable TypeScript sources (
js/src) and the standard Flarum build skeleton (package.json,tsconfig.json,webpack.config.js, entry points). The extension previously shipped dist-only, so the Mithril frontend could only be maintained by hand-editing the bundles — it now rebuilds withnpm run build. Sources are a faithful reconstruction; behaviour verified identical in-browser (all admin tabs + the forum opt-in modal, zero console errors).
Backend
- Fixed 8 Floxum code-audit findings (DB portability, N+1 queries, row caps, dead code)
- Split the
DigestQuerygod class into per-integration query traits - Use
User::query()for native users-table queries (audit follow-up)
Full Changelog: 2.1.0...2.1.1