NodeBB

Node.js based forum software built for the modern web

GPL-3.0 License

Downloads
1.4K
Stars
13.9K
Committers
245

Bot releases are hidden (Show)

NodeBB - v2.5.3

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-09-19T16:23:58.834Z

v2.5.3 (2022-09-19)

Chores
  • remove duplicate version increment lines in changelog (5dbcfef9)
  • bring back treding plugins (8aa1596d)
  • incrementing version number - v2.5.2 (babcd17e)
  • update changelog for v2.5.2 (84b6a7c7)
  • incrementing version number - v2.5.1 (ce3aa950)
  • incrementing version number - v2.5.0 (01d276cb)
  • incrementing version number - v2.4.5 (dd3e1a28)
  • incrementing version number - v2.4.4 (d5525c87)
  • incrementing version number - v2.4.3 (9c647c6c)
  • incrementing version number - v2.4.2 (3aa7b855)
  • incrementing version number - v2.4.1 (60cbd148)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
New Features
  • store topic title and tags in diffs (#10900) (b5dd89e1)
Bug Fixes
  • #10906, allow middleware.checkAccountPermissions to be called with either uid or userslug in params (cf4f5447)
  • #10896, unescape / in taskbar (8e2129f8)
  • add back timeago to post history modal (d3e38df8)
  • deps: bump composer-default to v9.1.1 (1d80a07e)
Other Changes
  • fix lint (3d5a6b39)
Performance Improvements
  • disable trending plugins, too slow due to nbbpm (b392450c)
Tests
  • add back /admin/extend/plugins test (1c9c39a8)
NodeBB - v2.5.2

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-09-04T14:56:56.135Z

v2.5.2 (2022-09-04)

Chores
  • incrementing version number - v2.5.1 (ce3aa950)
  • update changelog for v2.5.1 (2b2fd4f3)
  • incrementing version number - v2.5.0 (01d276cb)
  • incrementing version number - v2.4.5 (dd3e1a28)
  • incrementing version number - v2.4.4 (d5525c87)
  • incrementing version number - v2.4.3 (9c647c6c)
  • incrementing version number - v2.4.2 (3aa7b855)
  • incrementing version number - v2.4.1 (60cbd148)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
Bug Fixes
  • registration regression, closes #10875 (f6f37dc1)
Other Changes
  • fix lint error (b45e2413)
Tests
  • disable nbbpm test temporarily (1dc79d76)
NodeBB - v2.5.1

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-09-02T19:14:01.091Z

v2.5.1 (2022-09-02)

Chores
  • incrementing version number - v2.5.0 (01d276cb)
  • update changelog for v2.5.0 (1076285d)
  • incrementing version number - v2.4.5 (dd3e1a28)
  • incrementing version number - v2.4.4 (d5525c87)
  • incrementing version number - v2.4.3 (9c647c6c)
  • incrementing version number - v2.4.2 (3aa7b855)
  • incrementing version number - v2.4.1 (60cbd148)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
Bug Fixes
  • missing escape on ACP category backgroundImage property (67cb7035)
  • deps: temporarily add back old textcomplete dependencies so emoji plugin can import them (61d1e9e0)
NodeBB - v2.5.0

Published by nodebb-misty about 2 years ago

Release build (minor) of NodeBB @ 2022-09-01T16:14:06.229Z

v2.5.0 (2022-09-01)

Breaking Changes
  • reduce nodebb.min.js size by around 800kb (b7addffc)
Chores
  • i18n:
    • fallback strings for new resources: nodebb.admin-settings-reputation (e20433ec)
    • fallback strings for new resources: nodebb.admin-settings-post (fcbbb4d6)
    • fallback strings for new resources: nodebb.admin-advanced-cache (90fc50e1)
  • move @textcomplete and its modules to composer-default (3cbb7a3d)
  • remove client-side js file for tpl that no longer exists (bc2ea860)
  • incrementing version number - v2.4.5 (dd3e1a28)
  • update changelog for v2.4.5 (d505cc47)
  • incrementing version number - v2.4.4 (d5525c87)
  • incrementing version number - v2.4.3 (9c647c6c)
  • incrementing version number - v2.4.2 (3aa7b855)
  • update changelog for v2.4.1 (20a661e1)
  • incrementing version number - v2.4.1 (fecf31bd)
  • incrementing version number - v2.4.1 (60cbd148)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
  • deps:
    • update dependency eslint to v8.22.0 (#10835) (8fce68d3)
    • update mongo docker tag to v3.7 (8afaed22)
    • update docker/setup-qemu-action action to v2 (4aecf399)
    • update redis docker tag to v2.8.23 (#10811) (269382e0)
    • update redis docker tag to v2.8.23 (#10811) (59fd0efe)
Documentation Changes
  • openapi: v3 spec for new user export routes (70652ad4)
New Features
  • remove visibilityjs (#10870) (19207325)
  • introduce ACP defined option to rescind notif or do nothing on flag resolve/reject (15b1561f)
  • allow v3 api to handle 202 and 204 response codes as well. (0cda5aa3)
  • don't show signatures again in pagination mode in same topic (0a6900fc)
  • setting to show signatures only once in topics, closes #10071 (aba420a3)
  • add event type to topic event component (bcb94ede)
  • allow plugins to add to admin cache list (#10833) (a9bbb586)
Bug Fixes
  • deps:
    • update dependency compare-versions to v4.1.4 (884d4075)
    • update dependency mongodb to v4.9.0 (e51004e2)
    • update dependency lru-cache to v7.14.0 (d8a52f81)
    • bump composer-default to v9 (81f8d84f)
    • remove textcomplete in favour of @textcomplete/core (same package, just refactored) (b7bcc367)
    • update dependency nodebb-theme-persona to v12.1.1 (#10838) (444b4d57)
    • update dependency ace-builds to v1.9.5 (4c44d125)
    • update dependency lru-cache to v7.13.2 (4ddc0c7a)
    • update dependency nodemailer to v6.7.8 (dd385184)
    • pin dependency @isaacs/ttlcache to 1.2.0 (150a7488)
    • update dependency nodebb-plugin-composer-default to v8.0.1 (#10819) (9a7dd3a3)
    • update dependency nodebb-plugin-composer-default to v8.0.1 (#10819) (69c87c2c)
  • empty thread tools container on open (a088eb19)
  • add dropup handler to thread tools menu, updated how post tools menu adds dropup handler (c1936e87)
  • empty thread tools container on open (df36d967)
  • add dropup handler to thread tools menu, updated how post tools menu adds dropup handler (3dd3cd82)
  • removing duplicate session rerolling code (as it is in passport@^0.6 now) (65b3996a)
  • don't crash if post is undefined (e06e526e)
  • return at least one in sizeCalculation (#10832) (3975fa2e)
Refactors
  • remove console.log (a2d0cd16)
  • move export generation logic to v3 controller, GET/HEAD routes for exports (d0570518)
  • use group.slug on acp group urls closes #8277 (14c79763)
Tests
  • have some build tests not pollute build folder (7c5a915d)
  • User.hidePrivateData (b424ba46)
  • passport0.6 (#10638) (33458701)
NodeBB - v2.4.5

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-08-22T16:13:58.983Z

v2.4.5 (2022-08-22)

Chores
  • incrementing version number - v2.4.4 (d5525c87)
  • update changelog for v2.4.4 (77e492b8)
  • incrementing version number - v2.4.3 (9c647c6c)
  • incrementing version number - v2.4.2 (3aa7b855)
  • incrementing version number - v2.4.1 (60cbd148)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
Bug Fixes
  • wrap passport.authenticate to pass in keepSessionInfo if not already set (9b96c33d)
  • parseInt caller.uid closes #10849 (bc37a5c5)
NodeBB - v2.4.4

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-08-18T13:45:26.725Z

v2.4.4 (2022-08-18)

Chores
  • incrementing version number - v2.4.3 (9c647c6c)
  • update changelog for v2.4.3 (06da15a5)
  • incrementing version number - v2.4.2 (3aa7b855)
  • incrementing version number - v2.4.1 (60cbd148)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
Bug Fixes
  • missing req, closes #10847 (489fb3a3)
NodeBB - v2.4.3

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-08-18T02:33:19.070Z

v2.4.3 (2022-08-18)

Chores
  • incrementing version number - v2.4.2 (3aa7b855)
  • update changelog for v2.4.2 (ba7a3466)
  • incrementing version number - v2.4.1 (60cbd148)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
Bug Fixes
  • #10845, disallow inline viewing of uploaded html files (4dc7fa05)
NodeBB - v2.4.2

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-08-17T21:12:34.689Z

v2.4.2 (2022-08-17)

Chores
  • incrementing version number - v2.4.1 (60cbd148)
  • update changelog for v2.4.1 (4b6baabb)
  • incrementing version number - v2.4.0 (4834cde3)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
Documentation Changes
  • explain what export routes actually do in OpenAPI documentation (#10836) (72e7b9f7)
Bug Fixes
  • #10841, incorrect conditional in email interstitial partial (ec048a01)
  • don't crash if post is undefined (4a3e36a7)
Tests
  • passport0.6 (#10638) (6b2a6f90)
NodeBB - v2.4.1

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-08-14T00:18:24.626Z

v2.4.1 (2022-08-14)

Chores
  • deps:
    • update docker/build-push-action action to v3 (bfd6318c)
    • update docker/login-action action to v2 (3d68accf)
    • update docker/setup-buildx-action action to v2 (371ac032)
  • incrementing version number - v2.4.0 (4834cde3)
  • update changelog for v2.4.0 (c4714ff7)
  • incrementing version number - v2.3.1 (d2425942)
  • incrementing version number - v2.3.0 (046ea120)
Bug Fixes
  • return at least one in sizeCalculation (#10832) (15ca460c)
NodeBB - v2.4.0

Published by nodebb-misty about 2 years ago

Release build (minor) of NodeBB @ 2022-08-10T20:02:18.923Z

v2.4.0 (2022-08-10)

Chores
  • deps:
    • update dependency eslint to v8.21.0 (13a17bd1)
    • bump commander from 7.2.0 to 9.4.0 in /install (993b7747)
  • update to new transifex project url (659cfe85)
  • re-order interstitial tests so email and gdpr tests are in sub-blocks (342cca35)
  • opt-out of dependabot, due to conflicts with renovate (70d60289)
  • incrementing version number - v2.3.1 (d2425942)
  • update changelog for v2.3.1 (2f487175)
  • incrementing version number - v2.3.0 (046ea120)
  • i18n:
    • fallback strings for new resources: nodebb.admin-settings-email (cdaa8f21)
    • fallback strings for new resources: nodebb.admin-settings-email (3e56c547)
    • fallback strings for new resources: nodebb.user (bcf7ef67)
New Features
  • support packageManager property in package.json (b3a37a7f)
  • automatically enable the SMTP transport option if the SMTP service is changed (4055e3bd)
  • present a password challenge on email update flow (7fcee42b)
  • add client side filter:chat.send, closes #10729 (cb084cbd)
  • fire hook to allow plugins to filter the pids returned in a user profile (17e44ff5)
  • closes #10719, don't trim children if category is marked section (be917e8d)
  • closes #10719, don't trim children if category is marked section (0bec52bc)
Bug Fixes
  • adapt to breaking change in commander (38bf30c8)
  • move panel-offset setting code back to theme header (d0255fc6)
  • #10808; tweak copy for gmail app passwords support (7082291b)
  • don't require password challenge if no password is set in user account (9d27e907)
  • do not throw if password passed into isPasswordCorrect is invalid, just return false (287f4c2c)
  • don't crash if req.body.username is not string (7e8ad785)
  • don't crash if target/user is undefined (55c5588a)
  • race condition causing undefined ajaxify.data (4586f68e)
  • #10809, test runner to only run tests for plugins included in test_plugins (1ca09b63)
  • #10805, hide unconfirmed emails from user data retrieval methods (cba9047f)
  • use different emoji on NodeBB Ready — again because procrastination (3e062a7f)
  • unnecessary escape (cd438b32)
  • remove socket.io cluster adapter (#10742) (456b8798)
  • #10783, do not purge files without a timestamp prefix (dc3a6a29)
  • deps:
    • bump persona v12.1.0 (1465598d)
    • bump 2factor to v5.0.2 (bd18004d)
    • update dependency sanitize-html to v2.7.1 (#10792) (f02492bd)
    • update dependency html-to-text to v8.2.1 (f22790c0)
    • update dependency webpack to v5.74.0 (e748e31f)
    • update dependency autoprefixer to v10.4.8 (#10799) (4ca0d571)
Performance Improvements
  • make single db call (d73f0f9c)
Tests
  • additional tests for password challenge on email update (65c59cc1)
  • add dummy emailer hook to suppress sendmail error logging (8e1a4bb5)
  • fix one last failing test (68bcd7f4)
  • fix user email tests (06f089af)
  • fix tests so that when user.create is called, email is set prior to confirmation (f93a0b83)
NodeBB - v2.3.1

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-07-29T15:26:22.825Z

v2.3.1 (2022-07-29)

Chores
  • deps:
    • bump sanitize-html from 2.7.0 to 2.7.1 in /install (7b606d2e)
    • bump webpack from 5.73.0 to 5.74.0 in /install (a9900625)
  • i18n: fallback strings for new resources: nodebb.admin-settings-advanced, nodebb.admin-menu, nodebb.error (17120e03)
  • incrementing version number - v2.3.0 (046ea120)
  • update changelog for v2.3.0 (a6f7fff0)
New Features
  • add emoji to startup logs, because procrastination. (5176fb15)
Bug Fixes
  • #10798, logic error in COEP header; helmet config (89173f17)
  • #10795, early return for selection tooltip based on calling user privilege (847d2b91)
  • deps: update persona to v12.0.14 (9f225e70)
NodeBB - v2.3.0

Published by nodebb-misty about 2 years ago

Release build (minor) of NodeBB @ 2022-07-28T18:21:06.433Z

v2.3.0 (2022-07-28)

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)
NodeBB - v2.2.5

Published by nodebb-misty about 2 years ago

Release build (patch) of NodeBB @ 2022-07-21T02:16:48.941Z

v2.2.5 (2022-07-21)

Chores
  • deps-dev:
    • bump eslint from 8.19.0 to 8.20.0 in /install (8d109fef)
    • bump @commitlint/config-angular in /install (2a88a50f)
  • deps:
    • bump cron from 2.0.0 to 2.1.0 in /install (4c1bda32)
    • bump jquery-ui from 1.13.1 to 1.13.2 in /install (abb19e98)
    • bump nodebb-theme-persona in /install (9e52b8c6)
    • bump ioredis from 5.1.0 to 5.2.0 in /install (8c20fdad)
  • incrementing version number - v2.2.4 (d1d63e6b)
  • update changelog for v2.2.4 (52f7ed64)
  • incrementing version number - v2.2.3 (f80476b9)
  • incrementing version number - v2.2.2 (343ffa66)
  • incrementing version number - v2.2.1 (efc77b2a)
  • incrementing version number - v2.2.0 (eecb836d)
Bug Fixes
  • expire email validation tokens on password change (c93bd010)
  • remove extraneous console.log (0d58e8a6)
  • deps: update dependency mongodb to v4.8.0 (bff239da)
NodeBB - v2.2.4

Published by nodebb-misty over 2 years ago

Release build (patch) of NodeBB @ 2022-07-12T19:00:23.430Z

v2.2.4 (2022-07-12)

Chores
  • deps:
    • update docker/metadata-action action to v4 (42a45a71)
    • bump ace-builds from 1.5.3 to 1.7.1 in /install (d568d2f5)
    • bump winston from 3.8.0 to 3.8.1 in /install (26b73b39)
    • bump ioredis from 5.0.6 to 5.1.0 in /install (0d55c42d)
    • bump nodemailer from 6.7.5 to 6.7.7 in /install (bd37b286)
  • deps-dev:
    • bump @commitlint/cli from 17.0.2 to 17.0.3 in /install (9e44cdad)
    • bump eslint from 8.18.0 to 8.19.0 in /install (7139ad5f)
  • incrementing version number - v2.2.3 (f80476b9)
  • update changelog for v2.2.3 (8719a93f)
  • incrementing version number - v2.2.2 (343ffa66)
  • incrementing version number - v2.2.1 (efc77b2a)
  • incrementing version number - v2.2.0 (eecb836d)
Bug Fixes
  • deps: update dependency diff to v5.1.0 (452e5bf7)
  • #10733, extraneous apostrophes in plugin upgrader (3c41ae04)
  • get version from install/package.json instead (60114219)
  • #10739, always re-add theme to active plugins, on theme set (8d701ec3)
NodeBB - v2.2.3

Published by nodebb-misty over 2 years ago

Release build (patch) of NodeBB @ 2022-07-05T02:47:21.403Z

v2.2.3 (2022-07-05)

Chores
  • incrementing version number - v2.2.2 (343ffa66)
  • update changelog for v2.2.2 (f59ddc34)
  • incrementing version number - v2.2.1 (efc77b2a)
  • incrementing version number - v2.2.0 (eecb836d)
Bug Fixes
  • move call to ajaxify.parseData out to root level (b778e38c)
  • move ajaxify.parseData back out to DOMContentLoaded (2582cb53)
Refactors
  • rewrite ajaxify.parseData in vanilla (165b804d)
NodeBB - v2.2.2

Published by nodebb-misty over 2 years ago

Release build (patch) of NodeBB @ 2022-06-30T18:49:11.452Z

v2.2.2 (2022-06-30)

Chores
  • deps-dev:
    • bump eslint from 8.17.0 to 8.18.0 in /install (bfd626b0)
    • bump jsdom from 19.0.0 to 20.0.0 in /install (d037c2c9)
  • incrementing version number - v2.2.1 (efc77b2a)
  • update changelog for v2.2.1 (667780cf)
  • incrementing version number - v2.2.0 (eecb836d)
Bug Fixes
  • improper handling of single vs. multiple inputs for hidePrivateData (f38b2a73)
  • observe user-specific and ACP-specific hiding rules for fullname (ecf0e8ce)
Refactors
  • allow user.hidePrivateData() to handle an array of userData (3f5ae893)
NodeBB - v2.2.1

Published by nodebb-misty over 2 years ago

Release build (patch) of NodeBB @ 2022-06-24T19:13:05.489Z

v2.2.1 (2022-06-24)

Chores
  • i18n:
    • fallback strings for new resources: nodebb.admin-settings-uploads (da481163)
    • fallback strings for new resources: nodebb.admin-settings-advanced (34d75e96)
  • add in warning in language directories about not editing files directly (06074e8c)
  • incrementing version number - v2.2.0 (eecb836d)
  • update changelog for v2.2.0 (bb3766df)
Documentation Changes
  • remove the redundant security policy template (7f5b285e)
New Features
  • cross origin opener policy options (#10710) (88132358)
Bug Fixes
  • deps:
    • update dependency winston to v3.8.0 (#10725) (d4a5039e)
    • update dependency sharp to v0.30.7 (#10724) (0a07c2c0)
  • handle ENOENT on file deletion, closes #10645 (43f9e6c8)
Tests
  • fix i18n tests (05c30677)
NodeBB - v2.2.0

Published by nodebb-misty over 2 years ago

Release build (minor) of NodeBB @ 2022-06-15T20:16:58.092Z

v2.2.0 (2022-06-15)

Chores
  • i18n:
    • fallback strings for new resources: nodebb.admin-settings-uploads (f5afb5c3)
    • fallback strings for new resources: nodebb.admin-manage-users (b1dc0531)
    • fallback strings for new resources: nodebb.topic (d7d32a8a)
  • remove unnecessary affected set from deprecated plugin hook (bef236f3)
  • bump persona, #10699 (c7fa73b1)
  • bump vanilla (d90fc18b)
  • bump persona, closes #10566 (5bc972df)
  • update changelog for v2.1.1 (ca038b84)
  • deps:
    • bump less from 4.1.2 to 4.1.3 in /install (#10685) (78322636)
    • bump nodebb-plugin-2factor from 5.0.0 to 5.0.1 in /install (#10686) (701d8d76)
    • bump spdx-license-list from 6.5.0 to 6.6.0 in /install (c82d34c8)
New Features
  • new cronjob and ACP option to delete orphans after configurable number of days, closes #10659 (88aee439)
  • allowed plugins to modify email verification details prior to db saving or email send/plugin fire (b9d4724e)
  • pass absolute url to post into post tools response, #10566 (ece733ed)
Bug Fixes
  • no need to pass in empty Set in deprecated hooks (3a015eb8)
  • #10696, fix alert for password reset email (2da188fe)
  • #10692 (b6f8e2fd)
  • #10690, all uploads in uploads/files showing orphaned (a04da673)
  • bug where post associations are not shown when the directory is files (7f870beb)
Refactors
  • move orphan cleaning logic to its own method, added tests for getOrphans and cleanOrphans (22368b99)
Tests
  • add more asserts to failing test (ea1ed667)
NodeBB - v2.1.1

Published by nodebb-misty over 2 years ago

Release build (patch) of NodeBB @ 2022-06-08T14:24:56.634Z

v2.1.1 (2022-06-08)

Chores
  • deps:
    • bump nodebb-theme-persona from 12.0.8 to 12.0.9 in /install (bb39dfba)
    • bump mongodb from 4.6.0 to 4.7.0 in /install (a8987856)
    • bump async from 3.2.3 to 3.2.4 in /install (ce38f711)
    • bump xregexp from 5.1.0 to 5.1.1 in /install (eb9a46f8)
    • bump webpack from 5.72.1 to 5.73.0 in /install (#10677) (6239a1ff)
    • bump nodebb-theme-slick from 2.0.1 to 2.0.2 in /install (557648e6)
  • deps-dev:
    • bump @commitlint/config-angular in /install (e5e788d2)
    • bump eslint from 8.16.0 to 8.17.0 in /install (52c86dba)
  • incrementing version number - v2.1.0 (a3114d33)
  • update changelog for v2.1.0 (7121949d)
Documentation Changes
  • fix changelog to more accurately reflect new changes (a9744416)
Bug Fixes
  • #10675, don't ajaxify to /assets/ urls (48564cfa)
Other Changes
  • //github.com/pichalite/nodebb-theme-slick/issues/60 (6a0339de)
NodeBB - v2.1.0

Published by nodebb-misty over 2 years ago

Release build (minor) of NodeBB @ 2022-06-02T16:48:20.284Z

v2.1.0 (2022-06-02)

Chores
  • deps:
    • bump nodebb-plugin-2factor from 4.0.1 to 5.0.0 in /install (6e95e5c5)
    • update dependency lint-staged to v12.5.0 (01f607a5)
    • update dependency lint-staged to v12.4.3 (8885d228)
    • update dependency eslint to v8.16.0 (#10654) (f6728404)
    • bump sharp from 0.30.4 to 0.30.5 in /install (#10651) (d9f2096d)
    • bump postcss from 8.4.13 to 8.4.14 in /install (#10652) (0772ec07)
    • bump socket.io-client from 4.5.0 to 4.5.1 in /install (#10653) (a13a523b)
    • update dependency lint-staged to v12.4.2 (#10647) (18e76c21)
    • bump nodebb-plugin-mentions in /install (#10648) (e894147c)
    • bump helmet from 5.0.2 to 5.1.0 in /install (#10641) (5faaf6a1)
  • deps-dev:
    • bump @commitlint/cli from 17.0.1 to 17.0.2 in /install (#10672) (5f6e9f67)
    • bump @commitlint/cli from 16.3.0 to 17.0.1 in /install (#10644) (fe873182)
  • bump persona (91f32487)
  • update changelog for v2.0.1 (abd8e216)
New Features
  • add clipboard to runtime modules (39d61061)
Bug Fixes
  • deps:
    • update dependency ace-builds to v1.5.3 (#10667) (e7fd1861)
    • update dependency ioredis to v5.0.6 (#10668) (5bafab79)
    • update dependency nodebb-theme-persona to v12.0.8 (#10669) (e47a63f0)
    • update dependency nodebb-plugin-2factor to v4.0.1 (#10665) (356f9a18)
    • update dependency ace-builds to v1.5.2 (#10664) (7b5f53fc)
    • update dependency nodebb-theme-persona to v12.0.7 (#10666) (a9a26836)
    • update dependency sharp to v0.30.6 (#10662) (23232508)
    • update dependency nodebb-theme-persona to v12.0.5 (#10649) (1fd68281)
    • update dependency cron to v2 (#10568) (ad370202)
  • buildBreadcrumbs naively prepending relative path even if absolute paths are passed in (a3564260)
  • more generic copy for notif/chat button labels (f6a7582c)
  • #10642, fix order of dom ready events (2bfccac7)
Package Rankings
Top 4.06% on Proxy.golang.org
Top 6.36% on Npmjs.org
Badges
Extracted from project README
Workflow Coverage Status Code Climate