NodeBB v1.18.4 Release Notes

Release Date: 2021-10-06 // over 2 years ago
  • Chores
    • up persona (f4e62fb1)
    • incrementing version number - v1.18.3 (57358743)
    • โšก๏ธ update changelog for v1.18.3 (f066ddb8)
    • deps:
      • update dependency lint-staged to v11.2.0 (840b49b9)
      • update commitlint monorepo to v13.2.0 (aa370310)
      • update dependency mocha to v9.1.2 (6385b88e)
    ๐Ÿ“š Documentation Changes
    • added link to unofficial IRC channel (c5a48b44)
    ๐Ÿ†• New Features
    • use unread icon in mobile (27e53b42)
    • cli user management commands (#9848) (d1ff3d62)
    • #9855, allow uid for post queue notifications (5aea6c6a)
    • add userData to static:user.delete (f24b630e)
    • closes #9845, sort by views (6399b428)
    • duplicate requireEmailAddress settings block to Settings > User (a9645475)
    • mongodb driver 4.x (#9832) (07adb49e)
    • a useless hover effect because raisins (1a61ffc5)
    ๐Ÿ› Bug Fixes
    • deps:
      • update dependency mongodb to v4.1.3 (b4fc2773)
      • update dependency postcss to v8.3.9 (9455e5b2)
      • update dependency autoprefixer to v10.3.7 (78895d05)
      • update dependency nodebb-plugin-composer-default to v7.0.8 (9215c7d1)
      • update dependency ioredis to v4.27.10 (4694382c)
      • update dependency nodebb-theme-persona to v11.2.9 (346e0890)
      • update dependency autoprefixer to v10.3.6 (058fdca4)
      • update dependency yargs to v17.2.1 (d50dd801)
      • update dependency postcss to v8.3.8 (193c92e3)
      • update dependency passport to 0.5.0 (daea8a86)
      • update dependency connect-pg-simple to v7 (#9785) (054f3da6)
      • update dependency yargs to v17.2.0 (c78309b5)
    • #9866, fire vote hooks after reputation changes (#9867) (8ad9a103)
    • #9865, don't display register messages after login (96f5312d)
    • dont show decimails on auto approva minutes (a0df3890)
    • #9864 (e954ca10)
    • delete old topic tags (a70c69fa)
    • switch inf. scroll to xhr (#9854) (4404e819)
    • #9828, max-width (40915105)
    • handle undefined returnTo on registerAbort (ac1b9692)
    • ๐Ÿ‘• lint (ff850b24)
    • โœ… psql tests (123354ca)
    • โœ… psql test (f8d4ec6c)
    • โœ… possible test fix for subfolder redirect (3605ac81)
    • โœ… missing relative path in test (4eacfef0)
    • โœ… #9834, missing null email check on new registrations, added tests (58e0a366)
    • crossorigin not showing up on manifest link tag (0faa4937)
    • #9827, fix reward duplication (89af00d1)
    ๐ŸŽ Performance Improvements
    • convert promise.all to single query (#9851) (ea04aede)
    ๐Ÿ”จ Refactors
    • use utils.debounce (a7668a7f)
    • โฌ†๏ธ remove async.waterfall from remaining upgrade scripts (6b34065f)
    โœ… Tests
    • dashboard (4f8647a5)
    • โœ… add tests for admin privileges (9fe9ab08)
    • โœ… add missing tests (34798325)
    • ๐Ÿšš remove debug log (8cb47548)
    • 0๏ธโƒฃ no need to create fake interstitial as NodeBB comes with some by default (cb69934a)