NodeBB v3.0.0-alpha.1 — an alpha release
-
Thats works
Very goodnodebb@node:~$ su - Mot de passe : root@node:~# ./nodebb stop -bash: ./nodebb: Aucun fichier ou dossier de ce type root@node:~# cd /home/nodebb/nodebb/ root@node:/home/nodebb/nodebb# ./nodebb stop Stopping NodeBB. Goodbye! root@node:/home/nodebb/nodebb# kill -9 node -bash: kill: node : les arguments doivent être des identifiants de tâche ou de processus root@node:/home/nodebb/nodebb# pkill -9 node root@node:/home/nodebb/nodebb# git rev-parse HEAD 727f879e5b1698fcf9bdbaca5181b28d0e9497fd root@node:/home/nodebb/nodebb# git fetch && git checkout bootstrap5 remote: Enumerating objects: 30, done. remote: Counting objects: 100% (30/30), done. remote: Compressing objects: 100% (17/17), done. remote: Total 30 (delta 13), reused 25 (delta 13), pack-reused 0 Dépaquetage des objets: 100% (30/30), 15.18 Kio | 740.00 Kio/s, fait. Depuis https://github.com/NodeBB/NodeBB cf7aa1941..95ded2455 bootstrap5 -> origin/bootstrap5 * [nouvelle étiquette] v3.0.0-alpha.3 -> v3.0.0-alpha.3 La branche 'bootstrap5' est paramétrée pour suivre la branche distante 'bootstrap5' depuis 'origin'. Basculement sur la nouvelle branche 'bootstrap5' root@node:/home/nodebb/nodebb# git reset --hard v3.0.0-alpha.3 HEAD est maintenant à 95ded2455 chore: alpha 3 root@node:/home/nodebb/nodebb# npm config set legacy-peer-deps true root@node:/home/nodebb/nodebb# ./nodebb upgrade -mi Updating NodeBB... 1. Updating package.json file with defaults... OK 2. Bringing base dependencies up to date... started added 17 packages, removed 5 packages, changed 13 packages, and audited 1183 packages in 18s 118 packages are looking for funding run `npm fund` for details 9 vulnerabilities (2 moderate, 6 high, 1 critical) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. NodeBB Upgrade Complete!
root@node:/home/nodebb/nodebb# ./nodebb build started 2023-01-06T20:21:26.562Z [4567/1447] - info: [build] Building in series mode 2023-01-06T20:21:26.564Z [4567/1447] - info: [build] plugin static dirs build started 2023-01-06T20:21:26.579Z [4567/1447] - info: [build] plugin static dirs build completed in 0.015sec 2023-01-06T20:21:26.580Z [4567/1447] - info: [build] requirejs modules build started 2023-01-06T20:21:26.869Z [4567/1447] - info: [build] requirejs modules build completed in 0.289sec 2023-01-06T20:21:26.871Z [4567/1447] - info: [build] client js bundle build started 2023-01-06T20:21:26.882Z [4567/1447] - info: [build] client js bundle build completed in 0.011sec 2023-01-06T20:21:26.886Z [4567/1447] - info: [build] admin js bundle build started 2023-01-06T20:21:26.889Z [4567/1447] - info: [build] admin js bundle build completed in 0.004sec 2023-01-06T20:21:26.890Z [4567/1447] - info: [build] client side styles build started Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($cluster-lg-size, 2) or calc($cluster-lg-size / 2) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 53 │ border-radius: calcl($cluster-lg-size / 2); │ ^^^^^^^^^^^^^^^^^^^^ ╵ nodebb-plugin-osm-map/static/styles.scss 53:24 @import - 60:9 root stylesheet 2023-01-06T20:21:32.080Z [4567/1447] - info: [build] client side styles build completed in 5.19sec 2023-01-06T20:21:32.081Z [4567/1447] - info: [build] admin control panel styles build started Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($cluster-lg-size, 2) or calc($cluster-lg-size / 2) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 53 │ border-radius: calcl($cluster-lg-size / 2); │ ^^^^^^^^^^^^^^^^^^^^ ╵ nodebb-plugin-osm-map/static/styles.scss 53:24 @import - 19:9 root stylesheet 2023-01-06T20:21:34.803Z [4567/1447] - info: [build] admin control panel styles build completed in 2.722sec 2023-01-06T20:21:34.804Z [4567/1447] - info: [build] templates build started 2023-01-06T20:21:35.684Z [4567/1447] - info: [build] templates build completed in 0.88sec 2023-01-06T20:21:35.684Z [4567/1447] - info: [build] languages build started 2023-01-06T20:21:38.944Z [4567/1447] - info: [build] languages build completed in 3.26sec 2023-01-06T20:21:38.946Z [4567/1447] - info: [build] Bundling with Webpack. 343 assets 926 modules WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (500 KiB). This can impact web performance. Entrypoints: nodebb (524 KiB) nodebb.min.js webpack 5.75.0 compiled with 1 warning in 12234 ms 2023-01-06T20:21:51.896Z [4567/1447] - info: [build] Asset compilation successful. Completed in 25.33sec.
Big thanks @PitaJ
Harmony not include ?
-
nope @julian not include or bundled with it and not default. I'm upgrade nodebb 2.8.1 --> 3.0.0 alpha3 (Edit: Ha ok, maybe when you released the final release, oups )
I must use
npm install nodebb-theme-harmony
and activate him and rebuildBut it seems that the harmonny theme does not apply correctly for the moment.
I will test it on beta or when we can test it
-
This post is deleted!
-
@DownPW said in NodeBB v3.0.0-alpha.1 — an alpha release:
But it seems that the harmonny theme does not apply correctly for the moment.
Confirming this also. Installed Harmony theme (as it was missing) using
npm install nodebb-theme-harmony
rebuilt, and activated, but does not display properly. -
oh yeah that's work my friend
-
-
@phenomlab Yes, sorry about that! You shouldn't be able to install the theme from npm, since it's really only in alpha at the moment (alongside NodeBB v3.0)
We published it but then deprecated it soon after, the only way to get it would be to install it via git. Glad you're liking what you see so far.
@r9vusql0zj we will update this site (and not try.nodebb.org) with the Harmony theme once we hit beta. Which is soon. Hopefully.
Community.nodebb.org showcases the latest and greatest. Try.nodebb.org showcases what is currently stable
-
@baris @julian is the git version of this theme updated? I'm seeing some inconsistencies between here and my own site with some items and features missing....
EDIT - scrap that. It's because I'd disabled the user ability to change theme. Just put that back and all good but the pagination in posts seems to be missing and some skin elements CSS aren't quite right.
-
@julian hi,
as you announcement that v3 will be relased end of first quarter, all user as me, @phenomlab, @crazycells and of course @DownPW created dev site and giving report to Nodebb team.
Could you please share with us, when it will be ready stable version of v3? Is there any delay?
Thank you.