design-comuni-plone-theme 8.7.7 → 8.7.8
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 +15 -0
- package/RELEASE.md +6 -0
- package/package.json +1 -1
- package/publiccode.yml +1 -1
- package/src/theme/ItaliaTheme/Blocks/_calendar.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
## [8.7.8](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.7...v8.7.8) (2023-10-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* avoid overlay of link more and dots in Calendar block ([d063a29](https://github.com/redturtle/design-comuni-plone-theme/commit/d063a294ebef9d4d5c87c2fc82893afc318518b7))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Maintenance
|
|
12
|
+
|
|
13
|
+
* preparing release 8..7.8 ([b60c3d0](https://github.com/redturtle/design-comuni-plone-theme/commit/b60c3d0b63145bc07980c6f68ca9c9ac90be6d51))
|
|
14
|
+
* updated RELEASE.md ([e63045c](https://github.com/redturtle/design-comuni-plone-theme/commit/e63045c466b68e5fabde864e790007f55901bb57))
|
|
15
|
+
|
|
1
16
|
## [8.7.7](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.6...v8.7.7) (2023-10-12)
|
|
2
17
|
|
|
3
18
|
|
package/RELEASE.md
CHANGED
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
- ...
|
|
31
31
|
-->
|
|
32
32
|
|
|
33
|
+
## Versione 8.7.8 (12/10/2023)
|
|
34
|
+
|
|
35
|
+
### Fix
|
|
36
|
+
|
|
37
|
+
- Nel blocco Calendario, è stata sistemata la sovrapposizione dei pallini di navigazione con il pulsante per il link agli approfondimenti
|
|
38
|
+
|
|
33
39
|
## Versione 8.7.7 (12/10/2023)
|
|
34
40
|
|
|
35
41
|
### Migliorie
|
package/package.json
CHANGED
package/publiccode.yml
CHANGED