@aarhus-university/au-designsystem-delphinus 0.23.21 → 0.23.24
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 +44 -0
- package/build/projects/typo3/style.css +1 -1
- package/build/projects/typo3/style.css.map +3 -1
- package/package.json +1 -1
- package/source/projects/typo3/_content-elements.pug +75 -0
- package/source/projects/typo3/full-width.pug +1 -1
- package/source/projects/typo3/style/_news-event.scss +30 -7
- package/source/projects/typo3/style/_typo3-overwrites.scss +8 -0
- package/source/projects/typo3/style.scss +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
|
1
|
+
## 0.23.24 (February 24, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
None
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
|
|
8
|
+
#### Typo3
|
|
9
|
+
Adds support for the HTML content element type in news.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## 0.23.23 (February 23, 2022)
|
|
14
|
+
|
|
15
|
+
### Core Delphinus Updates
|
|
16
|
+
None
|
|
17
|
+
|
|
18
|
+
### Delphinus Projects Updates
|
|
19
|
+
|
|
20
|
+
#### Typo3
|
|
21
|
+
Fixes alignment when using content element headers and subheader in news.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 0.23.22 (February 15, 2022)
|
|
26
|
+
|
|
27
|
+
Don't use has bugs.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## 0.23.21 (February 14, 2022)
|
|
32
|
+
|
|
33
|
+
### Core Delphinus Updates
|
|
34
|
+
None
|
|
35
|
+
|
|
36
|
+
### Delphinus Projects Updates
|
|
37
|
+
|
|
38
|
+
#### Typo3
|
|
39
|
+
Support news using content elements in other layouts, than full width layouts.
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
1
45
|
## 0.23.20 (February 10, 2022)
|
|
2
46
|
|
|
3
47
|
### Core Delphinus Updates
|