waibu 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,7 @@ async function buildLocals ({ tpl, params = {}, opts = {} } = {}) {
56
56
  const { runHook } = this.app.bajo
57
57
  const { set, merge, pick, get, isEmpty, find, pullAt } = this.app.lib._
58
58
  const { req, reply } = opts
59
- params.page = merge(params.page ?? {}, { ns: req.ns })
59
+ params.page = merge(params.page ?? {}, { ns: req.ns, features: [] })
60
60
  params.sidebar = params.sidebar ?? []
61
61
 
62
62
  const { site, user, lang, darkMode } = req
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Web Framework for Bajo",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-02-16
4
+
5
+ - [2.4.1] Bug fix on page with features
6
+
3
7
  ## 2026-02-09
4
8
 
5
9
  - [2.3.4] Bug fix on error handling