nodeBB v2.3.0 Release Notes

Release Date: 2022-07-28 // almost 2 years ago
  • Chores
    • deps:
      • update dependency lint-staged to v13 (07ce0c39)
      • bump ace-builds from 1.7.1 to 1.8.1 in /install (f397d968)
      • bump ioredis from 5.2.0 to 5.2.2 in /install (067a5110)
    • have renovate work off of develop branch instead (f334e398)
    • โšก๏ธ update changelog for v2.2.5 (6c3ebf3b)
    ๐Ÿ†• New Features
    • add client side filter:chat.send, closes #10729 (b2da02d6)
    • ๐Ÿ’ป UI changes for ACP > Manage > Categories (#10782) (820bc994)
    • ๐Ÿ”Œ show an informative message when no plugins are found after filtering (6840a742)
    • ๐Ÿ”Œ Allow defining active plugins in config (#10767) (23cb67a1)
    • ๐Ÿ”Œ allow plugins to toggle whether IPs are shown in the users CSV export (a6af47da)
    • ๐Ÿ”Œ fire hook to allow plugins to filter the pids returned in a user profile (c26be43a)
    • closes #10719, don't trim children if category is marked section (7e80cc10)
    ๐Ÿ› Bug Fixes
    • deps:
      • update dependency mongodb to v4.8.1 (8384b7cf)
      • update dependency helmet to v5.1.1 (03a173bb)
    • bug where fallback to forum search was not working due to client-side error (25046642)
    • ๐Ÿ‘ better looking placeholder text for ACP search (1b9c6819)
    • use user.hidePrivateData(); more consistently across user retrieval endpoints (0529f2fb)
    • minor margin tweak for alert in acp header (4faf0cdf)
    • cannot turn off all networks (bbc7f2af)
    • cannot setting networks for sharing posts (2e088a8e)
    ๐Ÿ”จ Refactors
    • ๐Ÿ”ง invert helmet configuration (dcacd815)