io-sanita-theme 2.21.2 → 2.21.4

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.21.4](https://github.com/RedTurtle/io-sanita-theme/compare/2.21.3...2.21.4) (2025-10-01)
4
+
5
+ ### Maintenance
6
+
7
+ * updated volto-slate-italia v1.0.7 ([57addec](https://github.com/RedTurtle/io-sanita-theme/commit/57addecb736578b8426283548e78943d34137590))
8
+
9
+ ## [2.21.3](https://github.com/RedTurtle/io-sanita-theme/compare/2.21.2...2.21.3) (2025-09-30)
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixed htmlDiffLib from history view ([c4ba7a5](https://github.com/RedTurtle/io-sanita-theme/commit/c4ba7a5349bc9efc81ea5e1f8cdeeaf1329a02e1))
14
+
3
15
  ## [2.21.2](https://github.com/RedTurtle/io-sanita-theme/compare/2.21.1...2.21.2) (2025-09-29)
4
16
 
5
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io-sanita-theme",
3
- "version": "2.21.2",
3
+ "version": "2.21.4",
4
4
  "description": "io-sanita-theme: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -85,6 +85,7 @@
85
85
  "@release-it/conventional-changelog": "^9.0.3",
86
86
  "bootstrap-italia": "2.9.2",
87
87
  "design-react-kit": "5.0.0-10",
88
+ "htmldiff-js": "1.0.5",
88
89
  "marked": "9.0.0",
89
90
  "react-focus-lock": "2.12.1",
90
91
  "react-highlight-words": "0.20.0",
@@ -108,7 +109,7 @@
108
109
  "volto-rt-carousel": "1.0.0",
109
110
  "volto-secondarymenu": "4.1.4",
110
111
  "volto-site-settings": "0.4.7",
111
- "volto-slate-italia": "1.0.6",
112
+ "volto-slate-italia": "1.0.7",
112
113
  "volto-slimheader": "0.1.5",
113
114
  "volto-social-settings": "3.1.1",
114
115
  "volto-subfooter": "3.1.3",
@@ -4,6 +4,6 @@ import { loadables as subsitesLoadables } from './subsites';
4
4
  export const loadables = {
5
5
  reactSlick: loadable.lib(() => import('react-slick')),
6
6
  //rrule: loadable.lib(() => import('rrule')),
7
- //htmlDiffLib: loadable.lib(() => import('htmldiff-js')),
7
+ htmlDiffLib: loadable.lib(() => import('htmldiff-js')),
8
8
  ...subsitesLoadables,
9
9
  };