NodeBB v2.5.8 Release Notes

Release Date: 2022-11-09 // over 1 year ago
  • Chores
    • really fix indents this time (c2024f34)
    • fix indents (d50512e7)
    • โœ… add bootstrap5 to test runner for now (be5d6d29)
    • incrementing version number - v2.5.7 (5836bf4a)
    • โšก๏ธ update changelog for v2.5.7 (17e948ab)
    ๐Ÿ†• New Features
    • new search hooks (b5d38bc6)
    • add search data to filter:search.inContent (e3f21562)
    ๐Ÿ› Bug Fixes
    • pass csrf_token into calls to /register/abort, #11017 (2f9d8c35)
    • check for csrf token on /register/abort, + theme changes for v2.x branches of themes (55a197a7)
    • โฌ†๏ธ upgrade script to work from 0.x to 2.x (a31ba824)
    • #10519, image height in emails (673261ff)
    • fallback language strings for #10987 (b9c8c02f)
    • #10993, apply autoLocale middleware to guests only (6f673f80)
    • check cid as well as template (9227b82e)
    • โช revert breaking change, add back SocketUser.emailConfirm (9ee30fe7)
    • in appropriately named language key email-confirm-email2 (09f3ac65)
    • ๐Ÿ“ฆ correctly pass dev flag to package installer (7672194c)
    • use --omit=dev flag for npm instead of --production (09cfd0bd)
    ๐Ÿ”จ Refactors
    • use utils.debounce (d264c6ac)
    โœ… Tests
    • โœ… fix tests again (06d15391)
    • โœ… fix test (c833d3cd)