design-comuni-plone-theme 11.31.1 → 11.31.2

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.
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
 
2
2
 
3
+ ## [11.31.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.31.1...v11.31.2) (2025-07-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * added role='menuitem' to links inside dropdown to fix menubar role hierarchy ([#967](https://github.com/RedTurtle/design-comuni-plone-theme/issues/967)) ([bce2e73](https://github.com/RedTurtle/design-comuni-plone-theme/commit/bce2e73dc9c57f329baa22bbfa430745fe9a67fe))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * updated publiccode ([15197ce](https://github.com/RedTurtle/design-comuni-plone-theme/commit/15197cee89c14e60329ab326c20e4f7323982d52))
14
+
3
15
  ## [11.31.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.31.0...v11.31.1) (2025-07-14)
4
16
 
5
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "design-comuni-plone-theme",
3
3
  "description": "Volto Theme for Italia design guidelines",
4
4
  "license": "GPL-v3",
5
- "version": "11.31.1",
5
+ "version": "11.31.2",
6
6
  "main": "src/index.js",
7
7
  "repository": {
8
8
  "type": "git",
package/publiccode.yml CHANGED
@@ -227,9 +227,9 @@ maintenance:
227
227
  name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
228
228
  platforms:
229
229
  - web
230
- releaseDate: '2025-07-14'
230
+ releaseDate: '2025-07-17'
231
231
  softwareType: standalone/web
232
- softwareVersion: 11.31.1
232
+ softwareVersion: 11.31.2
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -257,6 +257,7 @@ const MegaMenu = ({ item, pathname }) => {
257
257
  toggle={() => setMenuStatus(!menuStatus)}
258
258
  >
259
259
  <DropdownToggle
260
+ role="menuitem"
260
261
  aria-haspopup
261
262
  color="secondary"
262
263
  nav