@buerokratt-ria/menu 0.2.7 → 0.2.9
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.
- package/CHANGELOG.md +10 -2
- package/package.json +1 -1
- package/src/menu/data/menu-structure.json +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog (MM-DD-YYYY)
|
|
2
2
|
|
|
3
3
|
All changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.9] - 12-11-2025
|
|
6
|
+
|
|
7
|
+
- Added path /anonymizer to menu items
|
|
8
|
+
|
|
9
|
+
## [0.2.8] - 05-06-2025
|
|
10
|
+
|
|
11
|
+
- Added path /multi-domains menu element to Chatbot module administration
|
|
12
|
+
|
|
5
13
|
## [0.2.7] - 08-04-2025
|
|
6
14
|
|
|
7
|
-
- Added path /feedback menu element to Chatbot module
|
|
15
|
+
- Added path /feedback menu element to Chatbot module administration
|
|
8
16
|
|
|
9
17
|
## [0.2.6] - 04-02-2025
|
|
10
18
|
|
package/package.json
CHANGED
|
@@ -361,6 +361,21 @@
|
|
|
361
361
|
"en": "SKM Configuration"
|
|
362
362
|
},
|
|
363
363
|
"path": "/skm-configuration"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"hidden": false,
|
|
367
|
+
"label": {
|
|
368
|
+
"et": "Multidomeenid",
|
|
369
|
+
"en": "Multi-Domains"
|
|
370
|
+
},
|
|
371
|
+
"path": "/multi-domains"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"label": {
|
|
375
|
+
"et": "Anonümiseerija",
|
|
376
|
+
"en": "Anonymizer"
|
|
377
|
+
},
|
|
378
|
+
"path": "/anonymizer"
|
|
364
379
|
}
|
|
365
380
|
]
|
|
366
381
|
},
|