@eeacms/volto-eea-kitkat 28.2.0 → 29.0.0
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 +10 -0
- package/CHANGELOG.md +10 -0
- package/new.json +3 -3
- package/old.json +5 -5
- package/package.json +3 -3
- package/partfile +1 -1
- package/releasefile +40 -37
package/CHANGELOG
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [29.0.0](https://github.com/eea/volto-eea-kitkat/compare/28.2.0...29.0.0) - 25 November 2025
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-chatbot@1.0.0 [EEA Jenkins - [`fb32414`](https://github.com/eea/volto-eea-kitkat/commit/fb32414819390f448a2773ed9664fe585e164c68)]
|
|
12
|
+
- Release @eeacms/volto-chatbot@0.6.1 [EEA Jenkins - [`15d5c26`](https://github.com/eea/volto-eea-kitkat/commit/15d5c264efdb23ac3a3060e111dbd9cf17e30296)]
|
|
13
|
+
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- release 29.0.0 (volto-chatbot breaking) [Miu Razvan - [`04d14ab`](https://github.com/eea/volto-eea-kitkat/commit/04d14abecc314b55fc065e7ebb8418d499452b58)]
|
|
7
17
|
### [28.2.0](https://github.com/eea/volto-eea-kitkat/compare/28.1.1...28.2.0) - 4 November 2025
|
|
8
18
|
|
|
9
19
|
#### :rocket: Dependency updates
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [29.0.0](https://github.com/eea/volto-eea-kitkat/compare/28.2.0...29.0.0) - 25 November 2025
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-chatbot@1.0.0 [EEA Jenkins - [`fb32414`](https://github.com/eea/volto-eea-kitkat/commit/fb32414819390f448a2773ed9664fe585e164c68)]
|
|
12
|
+
- Release @eeacms/volto-chatbot@0.6.1 [EEA Jenkins - [`15d5c26`](https://github.com/eea/volto-eea-kitkat/commit/15d5c264efdb23ac3a3060e111dbd9cf17e30296)]
|
|
13
|
+
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- release 29.0.0 (volto-chatbot breaking) [Miu Razvan - [`04d14ab`](https://github.com/eea/volto-eea-kitkat/commit/04d14abecc314b55fc065e7ebb8418d499452b58)]
|
|
7
17
|
### [28.2.0](https://github.com/eea/volto-eea-kitkat/compare/28.1.1...28.2.0) - 4 November 2025
|
|
8
18
|
|
|
9
19
|
#### :rocket: Dependency updates
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.0.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@eeacms/volto-block-style": "8.0.0",
|
|
74
74
|
"@eeacms/volto-block-toc": "8.2.0",
|
|
75
75
|
"@eeacms/volto-call-to-action-block": "5.1.3",
|
|
76
|
-
"@eeacms/volto-chatbot": "0.
|
|
76
|
+
"@eeacms/volto-chatbot": "1.0.0",
|
|
77
77
|
"@eeacms/volto-columns-block": "8.1.0",
|
|
78
78
|
"@eeacms/volto-controlpanel": "1.0.2",
|
|
79
79
|
"@eeacms/volto-corsproxy": "4.0.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@eeacms/volto-widget-toggle": "4.0.0",
|
|
147
147
|
"@eeacms/volto-widget-theme-picker": "2.0.0",
|
|
148
148
|
"@eeacms/countup": "2.0.7",
|
|
149
|
-
"@eeacms/volto-chatbot": "0.
|
|
149
|
+
"@eeacms/volto-chatbot": "1.0.0"
|
|
150
150
|
},
|
|
151
151
|
"devDependencies": {
|
|
152
152
|
"@cypress/code-coverage": "^3.10.0",
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.2.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@eeacms/volto-block-style": "8.0.0",
|
|
74
74
|
"@eeacms/volto-block-toc": "8.2.0",
|
|
75
75
|
"@eeacms/volto-call-to-action-block": "5.1.3",
|
|
76
|
-
"@eeacms/volto-chatbot": "0.
|
|
76
|
+
"@eeacms/volto-chatbot": "0.6.0",
|
|
77
77
|
"@eeacms/volto-columns-block": "8.1.0",
|
|
78
78
|
"@eeacms/volto-controlpanel": "1.0.2",
|
|
79
79
|
"@eeacms/volto-corsproxy": "4.0.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@eeacms/volto-widget-temporal-coverage": "6.0.0",
|
|
104
104
|
"@eeacms/volto-widget-theme-picker": "2.0.0",
|
|
105
105
|
"@eeacms/volto-widget-toggle": "4.0.0",
|
|
106
|
-
"@plone-collective/volto-sentry": "0.
|
|
106
|
+
"@plone-collective/volto-sentry": "0.4.0"
|
|
107
107
|
},
|
|
108
108
|
"resolutions": {
|
|
109
109
|
"@eeacms/volto-block-toc": "8.2.0",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@eeacms/volto-timeline-block": "2.0.1",
|
|
119
119
|
"@eeacms/volto-description-block": "2.2.3",
|
|
120
120
|
"@eeacms/volto-slate-label": "1.0.1",
|
|
121
|
-
"@plone-collective/volto-sentry": "0.
|
|
121
|
+
"@plone-collective/volto-sentry": "0.4.0",
|
|
122
122
|
"@eeacms/volto-accordion-block": "11.0.4",
|
|
123
123
|
"@eeacms/volto-banner": "4.0.2",
|
|
124
124
|
"@eeacms/volto-block-divider": "7.0.2",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@eeacms/volto-widget-toggle": "4.0.0",
|
|
147
147
|
"@eeacms/volto-widget-theme-picker": "2.0.0",
|
|
148
148
|
"@eeacms/countup": "2.0.7",
|
|
149
|
-
"@eeacms/volto-chatbot": "0.
|
|
149
|
+
"@eeacms/volto-chatbot": "0.6.0"
|
|
150
150
|
},
|
|
151
151
|
"devDependencies": {
|
|
152
152
|
"@cypress/code-coverage": "^3.10.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.0.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@eeacms/volto-block-style": "8.0.0",
|
|
74
74
|
"@eeacms/volto-block-toc": "8.2.0",
|
|
75
75
|
"@eeacms/volto-call-to-action-block": "5.1.3",
|
|
76
|
-
"@eeacms/volto-chatbot": "0.
|
|
76
|
+
"@eeacms/volto-chatbot": "1.0.0",
|
|
77
77
|
"@eeacms/volto-columns-block": "8.1.0",
|
|
78
78
|
"@eeacms/volto-controlpanel": "1.0.2",
|
|
79
79
|
"@eeacms/volto-corsproxy": "4.0.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@eeacms/volto-widget-toggle": "4.0.0",
|
|
147
147
|
"@eeacms/volto-widget-theme-picker": "2.0.0",
|
|
148
148
|
"@eeacms/countup": "2.0.7",
|
|
149
|
-
"@eeacms/volto-chatbot": "0.
|
|
149
|
+
"@eeacms/volto-chatbot": "1.0.0"
|
|
150
150
|
},
|
|
151
151
|
"devDependencies": {
|
|
152
152
|
"@cypress/code-coverage": "^3.10.0",
|
package/partfile
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
-
|
|
1
|
+
- release 29.0.0 (volto-chatbot breaking) [Miu Razvan - [`04d14ab`](https://github.com/eea/volto-eea-kitkat/commit/04d14abecc314b55fc065e7ebb8418d499452b58)]
|
package/releasefile
CHANGED
|
@@ -1,50 +1,53 @@
|
|
|
1
1
|
# Dependency updates
|
|
2
2
|
|
|
3
|
-
### [@eeacms/volto-chatbot: 0.
|
|
3
|
+
### [@eeacms/volto-chatbot: 0.6.0 ~ 1.0.0](https://github.com/eea/volto-chatbot/releases)
|
|
4
4
|
|
|
5
|
-
###### :house: Internal changes
|
|
6
|
-
|
|
7
|
-
- chore: add unist-util-visit as dependency [kreafox - [`96f6378`](https://github.com/eea/volto-chatbot/commit/96f637896e9049b38f649d20990c25c0ab4e0440)]
|
|
8
|
-
|
|
9
|
-
###### :house: Internal changes
|
|
10
|
-
|
|
11
|
-
- chore: update package.json [kreafox - [`8295ca7`](https://github.com/eea/volto-chatbot/commit/8295ca7a6dcbae33b89754b69da263d3d283414e)]
|
|
12
|
-
|
|
13
|
-
###### :house: Internal changes
|
|
14
|
-
|
|
15
|
-
- chore: add remark-preset-wooorm [kreafox - [`a735d62`](https://github.com/eea/volto-chatbot/commit/a735d6293e6f73d63fb51f99e592940d80ab1539)]
|
|
16
5
|
|
|
17
6
|
|
|
7
|
+
###### :rocket: New Features
|
|
18
8
|
|
|
9
|
+
- feat: implement v2 chatbot [Miu Razvan - [`66763f0`](https://github.com/eea/volto-chatbot/commit/66763f031ce3687042c689e2a11666e6692b2b52)]
|
|
10
|
+
- feat: add deep research toggle - Refs [#286143](https://taskman.eionet.europa.eu/issues/286143) [kreafox - [`4a21e9b`](https://github.com/eea/volto-chatbot/commit/4a21e9b687a5ffc0ff69461c97cd5b102cf2e5a0)]
|
|
19
11
|
###### :house: Internal changes
|
|
20
12
|
|
|
21
|
-
- style: Automated code fix [eea-jenkins - [`
|
|
22
|
-
- style: Automated code fix [eea-jenkins - [`
|
|
23
|
-
- style: Automated code fix [eea-jenkins - [`
|
|
13
|
+
- style: Automated code fix [eea-jenkins - [`dee2e0d`](https://github.com/eea/volto-chatbot/commit/dee2e0d9f89bbac302f0e8b9ce41d0037a5c799d)]
|
|
14
|
+
- style: Automated code fix [eea-jenkins - [`358b384`](https://github.com/eea/volto-chatbot/commit/358b384e62a35d097ffc99ed97b7a1d1d428b832)]
|
|
15
|
+
- style: Automated code fix [eea-jenkins - [`14a4739`](https://github.com/eea/volto-chatbot/commit/14a4739493e05846dc78c50587adb3c5cf9a00cb)]
|
|
16
|
+
- style: Automated code fix [eea-jenkins - [`f2c6d90`](https://github.com/eea/volto-chatbot/commit/f2c6d9003767ab9cfe9c8a8d0ead3ebac66d567d)]
|
|
17
|
+
- style: Automated code fix [eea-jenkins - [`b7bfa4a`](https://github.com/eea/volto-chatbot/commit/b7bfa4a581234685f713d7c7418581655d9e14a1)]
|
|
18
|
+
- style: Automated code fix [eea-jenkins - [`3595c14`](https://github.com/eea/volto-chatbot/commit/3595c147aa683d9beed64eb6a11259a85528a178)]
|
|
19
|
+
- style: Automated code fix [eea-jenkins - [`111a6c3`](https://github.com/eea/volto-chatbot/commit/111a6c3eeb39eb372092160a51549b3a78b0c8fc)]
|
|
20
|
+
- style: Automated code fix [eea-jenkins - [`d007d73`](https://github.com/eea/volto-chatbot/commit/d007d73c47dc957f2b33ea1ab2cf20d1ebb01a7a)]
|
|
21
|
+
- style: improve and fix deep research styling - Refs [#286143](https://taskman.eionet.europa.eu/issues/286143) [kreafox - [`64999c6`](https://github.com/eea/volto-chatbot/commit/64999c6ff4a66ec82ea5f44ad8696999bb0d41d4)]
|
|
24
22
|
###### :hammer_and_wrench: Others
|
|
25
23
|
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
- Fix
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
24
|
+
- Add breaking notice in readme [Miu Razvan - [`dd06c11`](https://github.com/eea/volto-chatbot/commit/dd06c1175158531c695c8b639e95855b5e5aa7a6)]
|
|
25
|
+
- make auto scroll work [Miu Razvan - [`a068bf1`](https://github.com/eea/volto-chatbot/commit/a068bf1352560bf56a6b436dec07cfbff199c753)]
|
|
26
|
+
- update [Miu Razvan - [`b79c436`](https://github.com/eea/volto-chatbot/commit/b79c4363e45cd8f71b6bb53f6ddcdb73983f55ef)]
|
|
27
|
+
- fix sonarqube [Miu Razvan - [`b36400f`](https://github.com/eea/volto-chatbot/commit/b36400f844ff4473374df5103d720db326eb7923)]
|
|
28
|
+
- eslint fix [Miu Razvan - [`26844ab`](https://github.com/eea/volto-chatbot/commit/26844ab938eda3126a72f14a29cb6ca9a196b00a)]
|
|
29
|
+
- merge origin/master into deepresearch branch [Miu Razvan - [`5773c54`](https://github.com/eea/volto-chatbot/commit/5773c548e20eb5f3655d04d8795b25f239d3fc2f)]
|
|
30
|
+
- fix tests [Miu Razvan - [`edbd7a7`](https://github.com/eea/volto-chatbot/commit/edbd7a714bc1170691d72c1dd60f3e27232d72fd)]
|
|
31
|
+
- improve message processing [Miu Razvan - [`7b35a7a`](https://github.com/eea/volto-chatbot/commit/7b35a7ae12443b283c7ca6c9cccb02fab060db77)]
|
|
32
|
+
- clean up [Miu Razvan - [`ef1a384`](https://github.com/eea/volto-chatbot/commit/ef1a3849cc7fd1982790336cbb77aae5b37ecf46)]
|
|
33
|
+
- Merge master into deepsearch branch [Miu Razvan - [`2e112fa`](https://github.com/eea/volto-chatbot/commit/2e112fa9939a39bdd003337b02feea0166a3c8f9)]
|
|
34
|
+
- Fix context [Tiberiu Ichim - [`17af9b1`](https://github.com/eea/volto-chatbot/commit/17af9b185e878a5f48dd6858ed7a20f7a13ab467)]
|
|
35
|
+
- Improve readability [Tiberiu Ichim - [`52f483a`](https://github.com/eea/volto-chatbot/commit/52f483af808a9e2fcb3bbe38d0b02183a538c5a3)]
|
|
36
|
+
- Start the parser [Tiberiu Ichim - [`b1cc27d`](https://github.com/eea/volto-chatbot/commit/b1cc27d3c9420d3380ef4a391412d561920ecb31)]
|
|
37
|
+
- Improve mocking [Tiberiu Ichim - [`4a0edff`](https://github.com/eea/volto-chatbot/commit/4a0edff0e5dbf54202f1d2f2ebd9172b7511ad52)]
|
|
38
|
+
- Add delay to mock [Tiberiu Ichim - [`cb79174`](https://github.com/eea/volto-chatbot/commit/cb79174cc26c1151d5150da3fa1e6c15102006fb)]
|
|
39
|
+
- Improve toggle of agentic search [Tiberiu Ichim - [`b24c9d1`](https://github.com/eea/volto-chatbot/commit/b24c9d1583113139b03d53322839d1568b3ac88d)]
|
|
40
|
+
- Force use_agentic_search to be false, for now [Tiberiu Ichim - [`293b106`](https://github.com/eea/volto-chatbot/commit/293b10633f2e497f8df368d9e0091b9cff50cf89)]
|
|
41
|
+
- Clear eslint [Tiberiu Ichim - [`e869eca`](https://github.com/eea/volto-chatbot/commit/e869ecab278de187b22cd42c590ca659e482b87a)]
|
|
42
|
+
- Clear eslint [Tiberiu Ichim - [`e9c2619`](https://github.com/eea/volto-chatbot/commit/e9c261953234a477adb178d9ba6c2c680bb57317)]
|
|
43
|
+
- WIP [Tiberiu Ichim - [`04a2539`](https://github.com/eea/volto-chatbot/commit/04a25395bdbd8a9a33f01ac409693818be0b6be4)]
|
|
44
|
+
- More info [Tiberiu Ichim - [`8f10490`](https://github.com/eea/volto-chatbot/commit/8f104906e7f76d5566ae7637d5ab4e3ab696fd94)]
|
|
45
|
+
- More info [Tiberiu Ichim - [`b7fd58e`](https://github.com/eea/volto-chatbot/commit/b7fd58e468f7982a039aafa3e685271f39ae0b7d)]
|
|
46
|
+
- More info [Tiberiu Ichim - [`d708a58`](https://github.com/eea/volto-chatbot/commit/d708a58f8116ad87b2c1234b1f8a927049676b09)]
|
|
47
|
+
- Mock call [Tiberiu Ichim - [`7023cf9`](https://github.com/eea/volto-chatbot/commit/7023cf9a125894bcda78d83094f7f30c200920ce)]
|
|
48
|
+
- Mock call [Tiberiu Ichim - [`bbe81f6`](https://github.com/eea/volto-chatbot/commit/bbe81f65d6f6a8137af4b9cb1dcd1f67c83d7c93)]
|
|
49
|
+
- Fixes [Tiberiu Ichim - [`e96b503`](https://github.com/eea/volto-chatbot/commit/e96b503b2a055a0cfbc2b46179b731980c4204a6)]
|
|
47
50
|
|
|
48
51
|
# Internal
|
|
49
52
|
|
|
50
|
-
-
|
|
53
|
+
- release 29.0.0 (volto-chatbot breaking) [Miu Razvan - [`04d14ab`](https://github.com/eea/volto-eea-kitkat/commit/04d14abecc314b55fc065e7ebb8418d499452b58)]
|